@charset "UTF-8";
  :root {
--woodza-font: 'Prompt', sans-serif;
--woodza-font-two: 'Titillium Web', sans-serif;
--woodza-gray: #232323;
--woodza-gray-rgb: 35, 35, 35;
--woodza-base: #db5e41;
--woodza-base-rgb: 219, 94, 65;
--woodza-primary: #916156;
--woodza-primary-rgb: 145, 97, 86;
--woodza-black: #080d1c;
--woodza-black-rgb: 08, 13, 28;
--woodza-white: #ffffff;
--woodza-white-rgb: 255, 255, 255;
--woodza-bdr-color: #e3e3e3;
--woodza-bdr-color-rgb: 227, 227, 227;
--woodza-letter-space-big: 0em;
--woodza-letter-space-small: -0.0em;
--woodza-bdr-radius: 0px;
--woodza-color-1: #000000;
--woodza-color-1-rgb: 0, 0, 0;
}  body,
button,
input,
select,
optgroup,
textarea {
color: var(--woodza-gray, #232323);
font-family: var(--woodza-font, "Prompt", sans-serif);
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted var(--woodza-gray, #232323);
cursor: help;
}
mark,
ins {
background: var(--woodza-bdr-color, #e3e3e3);
text-decoration: none;
}
big {
font-size: 125%;
}
b,
strong {
color: var(--woodza-black);
} body {
background: #fff;
}
hr {
background-color: var(--woodza-bdr-color, #e3e3e3);
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 .5em 3em;
padding-left: 1em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
table {
margin: 0 0 1.5em;
width: 100%;
max-width: 100%;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
padding: 8px;
vertical-align: middle;
border: 1px solid var(--woodza-bdr-color, #e3e3e3);
border-top: 1px solid var(--woodza-bdr-color, #e3e3e3);
font-size: 16px;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
padding: 8px;
vertical-align: middle;
border: 1px solid var(--woodza-bdr-color, #e3e3e3);
border-top: 1px solid var(--woodza-bdr-color, #e3e3e3);
font-size: 16px;
} a {
color: var(--woodza-black);
}
a:hover,
a:focus,
a:active {
color: var(--woodza-primary);
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: none;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: var(--woodza-bdr-color, #e3e3e3) var(--woodza-bdr-color, #e3e3e3) var(--woodza-bdr-color, #e3e3e3);
background: var(--woodza-bdr-color, #e3e3e3);
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: var(--woodza-bdr-color, #e3e3e3) var(--woodza-bdr-color, #e3e3e3) var(--woodza-bdr-color, #e3e3e3);
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: var(--woodza-bdr-color, #e3e3e3) var(--woodza-bdr-color, #e3e3e3) var(--woodza-bdr-color, #e3e3e3);
}
.wp-block-button:not(.wp-block-button.align-left) {
margin-bottom: 20px;
}
.blog-details__content .wp-block-button a:hover {
background-color: var(--woodza-base, #db5e41);
border-color: var(--woodza-base, #db5e41);
color: var(--woodza-white, #ffffff);
}
.blog-details__content .wp-block-button a {
transition: all 500ms ease;
}
.blog-details__content .wp-block-button.is-style-squared a {
border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: var(--woodza-gray, #232323);
border: 1px solid var(--woodza-bdr-color, #e3e3e3);
border-radius: 0px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: var(--woodza-gray, #232323);
} input[type=search]::-ms-clear {
display: none;
width: 0;
height: 0;
}
input[type=search]::-ms-reveal {
display: none;
width: 0;
height: 0;
} input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
select {
border: 1px solid var(--woodza-bdr-color, #e3e3e3);
}
textarea {
width: 100%;
}   .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 0em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area {
position: relative;
margin-top: 10px;
}
.comments-area .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area .comment-list ul.children {
margin: 0;
list-style: none;
padding-left: 3em;
}
@media (max-width: 575px) {
.comments-area .comment-list ul.children {
padding-left: 1em;
}
}
.comments-area .comment-box {
position: relative;
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid var(--woodza-bdr-color, #e3e3e3);
}
.comments-area .comment {
position: relative;
min-height: 90px;
}
.comments-area .comment-box .author-thumb {
position: absolute;
left: 0px;
top: 0px;
width: 90px;
height: 90px;
border-radius: 50%;
margin-bottom: 20px;
overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
width: 90px;
height: 90px;
display: block;
border-radius: 50%;
}
.comments-area .comment-box .info {
position: relative;
margin-bottom: 25px;
line-height: 24px;
}
.comments-area .comment-box .info .name {
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 800;
color: var(--woodza-black, #080d1c);
text-transform: uppercase;
}
.comments-area .comment-box .info .date {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: var(--woodza-base, #db5e41);
}
.comments-area .comment-box .text {
position: relative;
display: block;
color: var(--woodza-gray, #232323);
font-weight: 300;
line-height: 1.5em;
letter-spacing: 0.1em;
margin-bottom: 30px;
}
.comments-area .comment-box .reply-btn {
position: relative;
display: block;
}
.comments-area .comment-box .theme-btn .btn-title {
padding: 6px 30px 4px;
line-height: 30px;
}
.comments-area .comment-body .says {
display: none;
}
.comments-area .comment-body {
position: relative;
padding-left: 120px;
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid var(--woodza-bdr-color, #e3e3e3);
}
@media (max-width: 767px) {
.comments-area .comment-body {
padding-left: 0;
}
}
.comments-area .pingback .comment-body,
.comments-area .trackback .comment-body {
padding-left: 0;
}
.comments-area .comment-body .avatar {
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
}
@media (max-width: 767px) {
.comments-area .comment-body .avatar {
position: relative;
margin-bottom: 30px;
}
}
.comments-area .fn a,
.comments-area .fn {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: var(--woodza-color-1, #000000);
text-decoration: none;
font-family: var(--woodza-font-two);
}
.comments-area .comment-body .comment-metadata {
margin-bottom: 25px;
}
.comments-area .comment-body .comment-metadata a {
position: relative;
display: inline-block;
font-size: 14px;
line-height: 26px;
font-weight: 400;
color: var(--woodza-base, #db5e41);
text-decoration: none;
}
.comments-area .comment-body .comment-metadata a:hover {
color: var(--woodza-black, #080d1c);
}
.comments-area .comment-body .comment-metadata .edit-link a::before {
content: ".";
margin-left: 8px;
margin-right: 10px;
}
.comments-area .comment-content p {
position: relative;
display: block;
color: var(--woodza-black, #010212);
font-weight: 400;
line-height: 1.5em;
margin-bottom: 1em;
font-size: 16px;
line-height: 2em;
font-family: var(--woodza-font, "Prompt", sans-serif);
letter-spacing: 0;
}
.comments-area .comment-content table a {
color: var(--woodza-base, #db5e41);
text-decoration: none;
}
.comments-area .comment-content table a {
color: var(--woodza-black, #080d1c);
}
.comments-area .comment-content table a:hover {
color: var(--woodza-base, #db5e41);
}
.comments-area .comment-content p:last-of-type {
margin-bottom: 0;
}
.comments-area .reply a {
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
outline: none !important;
color: var(--woodza-black);
text-transform: capitalize;
transition: all 0.3s linear;
overflow: hidden;
z-index: 1;
margin-top: 30px;
background-color: #ececec;
padding: 0 20px;
font-size: 15px;
font-weight: 500;
line-height: 32px;
font-family: var(--woodza-font, "Poppins", sans-serif);
}
.comments-area .reply a:hover {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.thm-btn.comment-form__btn {
padding: 23px 50px 23px;
}
@media (min-width: 992px) {
.comments-area .reply a {
margin-top: 0;
position: absolute;
top: 0;
right: 0;
}
}
.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
margin-bottom: 52px;
}
.comment-respond .blog-details__content-title {
margin-bottom: 50px;
}
.reply-form .logged-in-as {
display: flex;
color: var(--woodza-base, #db5e41);
margin-left: -10px;
margin-top: -40px;
margin-top: -45px;
}
.reply-form .logged-in-as a {
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
}
.comment-form__title small {
font-size: 20px;
}
.comment-form__title small a {
text-decoration: none;
color: var(--woodza-base, #db5e41);
text-decoration: underline;
}
.comment-form__title small a:hover {
color: var(--woodza-black, #080d1c);
opacity: 0.5;
}
.comment-list .comment-respond {
margin-bottom: 30px;
}
.reply-form .form-submit {
margin-bottom: 0;
margin-top: 10px;
}
.comment-list .reply-form .form-submit {
margin-bottom: 30px;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}
.sidebar .widget {
margin-bottom: 42px;
}
.sidebar__single,
.widget-area .widget {
position: relative;
display: block;
padding: 37px 30px 42px;
border: 1px solid #f2ecea;
}
.sidebar .widget:last-child {
margin-bottom: 0;
}
.sidebar .widget ul,
.sidebar__single ul {
margin-left: 0;
padding-left: 0;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
padding-left: 0.5em;
margin-top: 7px;
}
.sidebar .widget select,
.sidebar__single select {
width: 100%;
height: 68px;
background-color: var(--woodza-white, #ffffff);
border: 1px solid var(--woodza-bdr-color, #e3e3e3);
font-weight: 400;
outline: none;
color: var(--woodza-black, #010212);
font-size: 16px;
padding-left: 30px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
font-family: var(--woodza-font, "Kumbh Sans", sans-serif);
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
background-repeat: no-repeat;
background-position: right 30px top 50%;
background-size: 0.65em auto;
border-radius: var(--woodza-bdr-radius, 0px);
}
.sidebar .widget ul li,
.sidebar__single ul li {
position: relative;
}
.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
font-family: "Font Awesome 5 Free";
content: "\f105";
font-weight: 900;
position: absolute;
font-size: 16px;
top: -1px;
right: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
transition: all 500ms ease;
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
color: var(--woodza-base, #db5e41) !important;
}
.sidebar .widget.widget_rss,
.sidebar__single.widget_rss {
padding-bottom: 40px;
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
list-style: none;
}
.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
position: relative;
}
.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
content: "";
}
.sidebar .widget.widget_rss ul li+li,
.sidebar__single.widget_rss ul li+li {
margin-top: 10px;
}
.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
color: var(--woodza-black, #080d1c);
font-size: 18px;
line-height: 1.5em;
display: block;
}
.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
font-size: 16px;
line-height: 32px;
}
.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
display: flex;
align-items: center;
color: rgba(var(--woodza-color-1-rgb, 0, 0, 0), 0.8);
font-size: 12px;
margin-top: 12px;
margin-bottom: 10px;
line-height: 1;
}
.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
content: "\f017";
font-family: "Font Awesome 5 Free";
font-weight: 400;
font-size: 14px;
color: var(--woodza-base, #db5e41);
margin-right: 10px;
}
.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
color: var(--woodza-black, #080d1c);
font-size: 14px;
}
.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
margin-bottom: -10px;
margin-left: -5px;
}
.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
font-size: 16px !important;
color: var(--woodza-black);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background: #f0eae8;
display: inline-block;
padding: 0px 8px 0px;
margin-left: 5px;
text-transform: capitalize;
font-weight: 400;
margin-bottom: 10px;
margin-right: 0;
line-height: 30px;
color: rgba(var(--woodza-gray-rgb), 0.8);
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
color: var(--woodza-white, #ffffff);
background: var(--woodza-base, #db5e41);
}
.sidebar .widget .wp-block-search input[type="search"],
.sidebar__single .wp-block-search input[type="search"] {
background-color: var(--woodza-white, #ffffff);
height: 70px;
padding-left: 25px;
padding-right: 15px;
padding-top: 0;
padding-bottom: 0;
border-radius: 0;
font-weight: 400;
color: var(--woodza-black, #010212);
border-radius: var(--woodza-bdr-radius, 0px);
}
.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
padding: 15px 20px;
text-transform: capitalize;
color: var(--woodza-white, #ffffff);
background-color: var(--woodza-black, #080d1c);
line-height: 1;
fill: var(--woodza-white, #ffffff);
border-radius: 0;
margin-left: 0;
transition: all 500ms ease;
font-size: 14px;
border-top-right-radius: var(--woodza-bdr-radius, 0px);
border-bottom-right-radius: var(--woodza-bdr-radius, 0px);
}
.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
background-color: var(--woodza-base, #db5e41);
color: var(--woodza-white, #ffffff);
fill: var(--woodza-white, #ffffff);
}
.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
margin-bottom: 0;
}
.wp-calendar-table {
margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
text-align: center;
}
.wp-calendar-table caption {
padding: 0;
text-align: center;
color: var(--woodza-black, #080d1c);
padding-top: 5px;
padding-bottom: 5px;
}
.wp-calendar-nav {
line-height: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.wp-calendar-nav a {
color: var(--woodza-black, #080d1c);
transition: all 500ms ease;
}
.wp-calendar-nav a:hover {
color: var(--woodza-base, #db5e41);
}
.sidebar .widget .calendar_wrap .wp-calendar-table thead,
.sidebar__single .calendar_wrap .wp-calendar-table thead {
background-color: var(--woodza-black, #080d1c);
}
.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
text-align: center;
color: var(--woodza-white, #ffffff);
font-weight: 400;
font-size: 18px;
border: none;
}
.wp-block-calendar .wp-calendar-table caption {
padding-bottom: 0;
line-height: 1;
text-align: center;
font-weight: 500;
font-size: 18px;
padding-top: 10px;
}
.wp-block-calendar .wp-calendar-nav {
margin-bottom: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.wp-block-calendar .wp-calendar-nav a {
text-decoration: none;
line-height: 1;
color: var(--woodza-black, #080d1c);
text-transform: uppercase;
font-weight: 600;
transition: all 500ms ease;
}
tbody {
background-color: var(--woodza-white, #ffffff);
}
.sidebar .widget ul,
.sidebar__single ul {
list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
display: flex;
align-items: center;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
position: relative;
top: -2px;
margin-right: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
color: inherit;
transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
color: var(--woodza-base, #db5e41);
}
.sidebar .widget.widget_categories>ul,
.sidebar .widget.widget_nav_menu>ul,
.sidebar .widget.widget_meta>ul,
.sidebar .widget.widget_pages>ul,
.sidebar .widget.widget_archive>ul,
.sidebar__single.widget_categories>ul,
.sidebar__single.widget_nav_menu>ul,
.sidebar__single.widget_meta>ul,
.sidebar__single.widget_pages>ul,
.sidebar__single.widget_archive>ul {
margin-top: -8px;
padding-left: 0;
}
.sidebar .widget.widget_categories>ul ul,
.sidebar .widget.widget_nav_menu>ul ul,
.sidebar .widget.widget_meta>ul ul,
.sidebar .widget.widget_pages>ul ul,
.sidebar .widget.widget_archive>ul ul,
.sidebar__single.widget_categories>ul ul,
.sidebar__single.widget_nav_menu>ul ul,
.sidebar__single.widget_meta>ul ul,
.sidebar__single.widget_pages>ul ul,
.sidebar__single.widget_archive>ul ul {
margin-top: 7px;
padding-left: 0.7em;
}
.sidebar .widget.widget_categories li,
.sidebar .widget.widget_nav_menu li,
.sidebar .widget.widget_meta li,
.sidebar .widget.widget_pages li,
.sidebar .widget.widget_archive li,
.sidebar__single.widget_categories li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
font-size: 16px;
}
.sidebar .widget.widget_categories li+li,
.sidebar .widget.widget_nav_menu li+li,
.sidebar .widget.widget_meta li+li,
.sidebar .widget.widget_pages li+li,
.sidebar .widget.widget_archive li+li,
.sidebar__single.widget_categories li+li,
.sidebar__single.widget_nav_menu li+li,
.sidebar__single.widget_meta li+li,
.sidebar__single.widget_pages li+li,
.sidebar__single.widget_archive li+li {
margin-top: 10px;
}
.sidebar .widget.widget_recent_entries ul,
.sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
padding: 0;
margin-top: 7px;
}
.sidebar .widget.widget_recent_entries ul li ::after,
.sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
display: none;
}
.sidebar .widget.widget_recent_entries ul li,
.sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
padding-left: 65px;
font-size: 16px;
margin: 0;
line-height: 26px;
color: var(--woodza-black, #010212);
min-height: 45px;
}
.sidebar .widget.widget_recent_entries ul li+li,
.sidebar .widget.widget_recent_comments ul li+li,
.sidebar__single.widget_recent_entries ul li+li,
.sidebar__single.widget_recent_comments ul li+li {
margin-top: 23px;
}
.sidebar .widget.widget_recent_entries ul li a,
.sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
color: inherit;
transition: all 500ms ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover,
.sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
color: var(--woodza-black, #080d1c);
text-shadow: 0 0 1px currentColor;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
height: 45px;
width: 45px;
color: var(--woodza-base, #db5e41);
border-radius: 50%;
font-size: 15px;
color: var(--woodza-base, #db5e41);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0px;
left: 0;
transition: all 0.4s ease;
content: "\f075";
font-family: "Font Awesome 5 Free";
font-weight: 900;
background-color: var(--woodza-black, #010212);
color: #fff;
}
.sidebar .widget.widget_recent_entries ul li:hover::before,
.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
background-color: var(--woodza-base, #db5e41);
color: var(--woodza-white, #ffffff);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
min-height: 45px;
display: flex;
align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
padding: 0;
margin-top: -5px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
margin: -20px !important;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
display: flex;
flex-direction: column-reverse;
padding: 20px;
padding-bottom: 13px;
padding-left: 105px;
position: relative;
margin-bottom: 0;
transition: all 500ms ease;
border-radius: var(--woodza-bdr-radius, 0px);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
background-color: #fff;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
position: absolute;
top: 15px;
left: 20px;
width: 70px;
height: auto;
background-color: var(--woodza-black, #080d1c);
border-radius: var(--woodza-bdr-radius, 0px);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
content: "\f017";
font-weight: 400;
font-family: "Font Awesome 5 Free";
margin-right: 5px;
color: var(--woodza-base, #db5e41);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
font-size: 16px;
color: var(--woodza-black, #080d1c);
transition: all 500ms ease;
text-transform: capitalize;
font-weight: 700;
letter-spacing: var(--woodza-letter-space-small);
line-height: 28px;
display: block;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
color: var(--woodza-base, #db5e41);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
display: flex;
align-items: center;
font-size: 14px;
font-weight: 400;
color: var(--woodza-gray);
margin-bottom: 0px;
line-height: 1;
color: var(--woodza-gray);
font-size: 14px;
text-transform: capitalize;
}
.news-one .blog-pagination {
justify-content: center;
margin-top: 30px;
}
.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
padding-left: 0;
}
.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
font-size: 18px;
line-height: 26px;
color: var(--woodza-black, #010212);
}
.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
margin-top: -8px;
margin-bottom: -8px;
}
.sidebar .widget .wp-block-categories li+li,
.sidebar__single .wp-block-categories li+li {
margin-top: 6px;
}
.sidebar .widget ul li,
.sidebar__single ul li {
font-size: 16px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails,
.sidebar__single.recent-posts-widget-with-thumbnails {
padding-bottom: 55px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li+li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li+li {
margin-top: 20px;
}
.widget_nav_menu ul.menu {
margin-top: -10px;
margin-bottom: -6px;
}
.widget_recent_entries>ul {
margin-top: -7px;
}
.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
background-color: var(--woodza-base);
color: var(--woodza-white, #ffffff);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
content: "\f086";
font-weight: 400;
font-family: "Font Awesome 5 Free";
margin-right: 5px;
color: var(--woodza-primary, #3c72fc);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
color: var(--woodza-black, #080d1c);
transition: all 500ms ease;
text-transform: capitalize;
margin-top: 3px;
display: block;
font-family: var(--woodza-font-two);
font-weight: 400;
}
.sidebar .widget input[type="email"],
.sidebar .widget input[type="search"],
.sidebar .widget input[type="password"],
.sidebar .widget input[type="text"] {
width: 100%;
display: block;
height: 68px;
background-color: #fff;
border: 1px solid var(--woodza-bdr-color, #e3e3e3);
padding-right: 30px;
color: var(--woodza-black, #010212);
outline: none;
}
.sidebar .widget input[type="search"] {
background-color: var(--woodza-white, #ffffff);
height: 66px;
padding-left: 25px;
padding-right: 15px;
padding-top: 0;
padding-bottom: 0;
border-radius: 0;
font-weight: 400;
color: var(--woodza-black, #010212);
border-radius: var(--woodza-bdr-radius, 0px);
}
.sidebar .widget .textwidget>p:first-child {
margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
margin-bottom: -10px;
margin-left: -5px;
}
.sidebar .widget .wp-block-tag-cloud a {
font-size: 16px !important;
color: var(--woodza-black);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background: #f0eae8;
display: inline-block;
padding: 0px 8px 0px;
margin-left: 5px;
text-transform: capitalize;
font-weight: 400;
margin-bottom: 10px;
margin-right: 0;
color: rgba(var(--woodza-gray-rgb), 0.8);
}
.sidebar .widget .wp-block-tag-cloud a:hover {
color: var(--woodza-white, #ffffff);
background: var(--woodza-base, #db5e41);
}
.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border-color: var(--woodza-black, #080d1c);
border-radius: var(--woodza-bdr-radius, 0px);
}
.sidebar .widget .wp-calendar-table td {
padding: 3px 0px;
font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
background-color: var(--woodza-black, #080d1c);
color: #fff;
border: none;
font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
color: var(--woodza-black, #080d1c);
}
.sidebar .widget .wp-block-archives {
margin-top: -10px;
margin-bottom: -10px;
}
.sidebar .widget .wp-block-archives li+li {
margin-top: 10px;
}
.sidebar .widget .wp-block-archives li a::after {
display: none;
}
.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
margin-bottom: 0;
}
.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
padding-top: 15px;
padding-bottom: 15px;
color: var(--woodza-black, #080d1c);
font-weight: 400;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
text-transform: capitalize;
font-weight: 400;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
color: var(--woodza-black, #080d1c);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
color: var(--woodza-base, #db5e41);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
display: flex;
align-items: center;
font-size: 14px;
font-weight: 400;
font-family: var(--woodza-font, "Prompt", sans-serif);
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
content: "\f017";
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: var(--woodza-base, #db5e41);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
margin-left: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
padding-left: 0;
display: flex;
flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li>a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
font-weight: 400;
margin-bottom: 0;
color: var(--woodza-black, #010212);
font-size: 16px;
line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li+li {
margin-top: 15px;
}
.sidebar .widget .wp-block-latest-posts__list li>a {
color: var(--woodza-black, #080d1c) !important;
font-weight: 600;
font-size: 18px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
color: var(--woodza-base, #db5e41);
font-weight: 400;
font-family: "Font Awesome 5 Free";
content: "\f2bd";
margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
content: "\f017";
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: var(--woodza-base, #db5e41);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
font-weight: 400;
font-size: 14px;
color: var(--woodza-black, #010212);
}
.sidebar .widget .wp-block-page-list {
margin-top: -10px;
margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li+li {
margin-top: 10px;
}
.sidebar .widget .wp-block-rss__item {
margin-bottom: -10px;
padding-left: 0;
}
.sidebar .widget .wp-block-rss__item::before {
display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
font-weight: 400;
margin-bottom: 0;
color: var(--woodza-black, #010212);
}
.sidebar .widget .wp-block-rss__item li+li {
margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
color: var(--woodza-black, #080d1c);
font-weight: 400;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
color: var(--woodza-base, #db5e41);
font-weight: 400;
font-family: "Font Awesome 5 Free";
content: "\f2bd";
margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
content: "\f017";
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: var(--woodza-base, #db5e41);
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date {
font-weight: 400;
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 60px;
}
.sidebar .widget #loginform {
margin-top: -10px;
}
.sidebar .widget #loginform input[type="text"],
.sidebar .widget #loginform input[type="password"] {
margin-bottom: 10px;
}
.sidebar .widget #loginform p {
margin: 0;
}
.sidebar .widget #loginform input[type="checkbox"] {
border: 1px solid var(--woodza-bdr-color, #e3e3e3);
width: 15px;
height: 15px;
margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
padding: 25px 39px;
color: #fff;
font-size: 16px;
background-color: var(--woodza-black, #080d1c);
text-transform: uppercase;
font-family: var(--woodza-font-two, "Titillium Web", sans-serif);
transition: all 500ms ease;
}
.sidebar .widget #loginform .login-submit .button:hover {
color: #fff;
background-color: var(--woodza-base, #db5e41);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
font-family: var(--woodza-font, "Prompt", sans-serif);
font-size: 16px;
color: var(--woodza-black, #010212);
text-transform: capitalize;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
color: var(--woodza-base, #db5e41);
}
.widget.widget_block h2,
.widget .sidebar__title {
color: var(--woodza-color-1, #000000);
font-size: 28px;
line-height: 34px;
font-weight: 700;
margin-bottom: 30px;
}
.sidebar .widget ul.wp-block-social-links li a::after {
content: "";
}
.wp-block-rss__item-title a,
.sidebar .widget.widget_rss li .rsswidget {
font-weight: 600;
}
.sidebar .widget.widget_categories>ul,
.sidebar .widget.widget_pages>ul,
.sidebar .widget.widget_meta>ul,
.sidebar .widget.widget_recent_comments>ul,
.sidebar .widget.widget_archive>ul {
margin-bottom: -10px;
}
.sidebar .widget ::placeholder {
opacity: 1;
color: var(--woodza-black, #010212);
}
.sidebar .widget.widget_archive li a::after {
content: "";
}
.sidebar .widget .wp-block-latest-posts__list li a:hover {
color: var(--woodza-base, #db5e41) !important;
}
.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li,
.sidebar .widget ul.wp-block-categories li li,
.sidebar .widget.widget_categories ul li li {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children,
.sidebar .widget ul.wp-block-categories li li ul.children,
.sidebar .widget.widget_categories ul li li ul.children {
flex: 0 0 100%;
}
.sidebar .widget .widget_categories ul li a::after,
.widget.widget_categories ul li a::after,
.widget-area .widget .wp-block-categories li a::after {
content: '';
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: var(--woodza-base, #db5e41);
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} @keyframes sunMove {
0%,
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25%,
75% {
-webkit-transform: rotate(22.5deg);
transform: rotate(22.5deg);
}
50% {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotateme {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotateme {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
}
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.rotate-me {
animation-name: rotateme;
animation-duration: 24s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme;
-webkit-animation-duration: 24s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme;
-moz-animation-duration: 24s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme;
-ms-animation-duration: 24s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme;
-o-animation-duration: 24s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
@keyframes float-bob {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
.float-bob {
animation-name: float-bob;
animation-duration: 7s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob;
-webkit-animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 7s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 7s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 7s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
} @-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
} .zoom-fade {
animation-name: zoom-fade;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: zoom-fade;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: zoom-fade;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: zoom-fade;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: zoom-fade;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes zoom-fade {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
} .zoominout {
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;
}
@keyframes zoomInOut {
0% {
-webkit-transform: rotate(0deg) scale(0.7);
transform: rotate(0deg) scale(0.7);
opacity: 0;
}
50% {
-webkit-transform: rotate(180deg) scale(1);
transform: rotate(180deg) scale(1);
opacity: 1;
}
100% {
-webkit-transform: rotate(360deg) scale(0.7);
transform: rotate(360deg) scale(0.7);
opacity: 0;
}
}
@-webkit-keyframes bgSlideReverse {
0% {
background-position: 0 0;
}
20% {
background-position: 100px 0;
}
40% {
background-position: 200px 0;
}
60% {
background-position: 150px 0;
}
80% {
background-position: 100px 0;
}
100% {
background-position: 0px 0;
}
}
@keyframes bgSlideReverse {
0% {
background-position: 0 0;
}
20% {
background-position: 100px 0;
}
40% {
background-position: 200px 0;
}
60% {
background-position: 150px 0;
}
80% {
background-position: 100px 0;
}
100% {
background-position: 0px 0;
}
}
@-webkit-keyframes bgSlideReverse2 {
0% {
background-position: -0 0;
}
20% {
background-position: -100px 0;
}
40% {
background-position: -200px 0;
}
60% {
background-position: -150px 0;
}
80% {
background-position: -100px 0;
}
100% {
background-position: -0px 0;
}
}
@keyframes bgSlideReverse2 {
0% {
background-position: -0 0;
}
20% {
background-position: -100px 0;
}
40% {
background-position: -200px 0;
}
60% {
background-position: -150px 0;
}
80% {
background-position: -100px 0;
}
100% {
background-position: -0px 0;
}
}
@-webkit-keyframes banner-animate {
0% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
}
@keyframes banner-animate {
0% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-1000px);
transform: translateX(-1000px);
}
}
.banner-animate {
animation-name: banner-animate;
animation-duration: 70s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: banner-animate;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: banner-animate;
-moz-animation-duration: 70s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: banner-animate;
-ms-animation-duration: 70s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: banner-animate;
-o-animation-duration: 70s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes ripple {
70% {
box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
}
}
@keyframes ripple {
70% {
box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
}
} @-webkit-keyframes animation1 {
0%,
100% {
-webkit-transform: rotate(0deg) translateX(0);
transform: rotate(0deg) translateX(0);
}
25%,
75% {
-webkit-transform: rotate(5deg) translateX(15px);
transform: rotate(5deg) translateX(15px);
}
50% {
-webkit-transform: rotate(10deg) translateX(30px);
transform: rotate(10deg) translateX(30px);
}
}
@keyframes animation1 {
0%,
100% {
-webkit-transform: rotate(0deg) translateX(0);
transform: rotate(0deg) translateX(0);
}
25%,
75% {
-webkit-transform: rotate(5deg) translateX(15px);
transform: rotate(5deg) translateX(15px);
}
50% {
-webkit-transform: rotate(10deg) translateX(30px);
transform: rotate(10deg) translateX(30px);
}
} @keyframes animation2 {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-moz-keyframes animation2 {
0% {
-moz-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-moz-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-o-keyframes animation2 {
0% {
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@keyframes animation2 {
0% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-webkit-keyframes bgSlide {
0% {
background-position: 0 0;
}
20% {
background-position: -100px 0;
}
40% {
background-position: -200px 0;
}
60% {
background-position: -150px 0;
}
80% {
background-position: -100px 0;
}
100% {
background-position: 0px 0;
}
}
@keyframes bgSlide {
0% {
background-position: 0 0;
}
20% {
background-position: -100px 0;
}
40% {
background-position: -200px 0;
}
60% {
background-position: -150px 0;
}
80% {
background-position: -100px 0;
}
100% {
background-position: 0px 0;
}
}
@-webkit-keyframes bgSlideReverse {
0% {
background-position: 0 0;
}
20% {
background-position: 100px 0;
}
40% {
background-position: 200px 0;
}
60% {
background-position: 150px 0;
}
80% {
background-position: 100px 0;
}
100% {
background-position: 0px 0;
}
}
@keyframes bgSlideReverse {
0% {
background-position: 0 0;
}
20% {
background-position: 100px 0;
}
40% {
background-position: 200px 0;
}
60% {
background-position: 150px 0;
}
80% {
background-position: 100px 0;
}
100% {
background-position: 0px 0;
}
}
@-webkit-keyframes ribbonRotate {
0%,
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
25%,
75% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
}
@keyframes ribbonRotate {
0%,
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
25%,
75% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
}
@-webkit-keyframes footerFish {
0%,
100% {
-webkit-transform: translateX(0) translateY(0) rotate(0);
transform: translateX(0) translateY(0) rotate(0);
}
25%,
75% {
-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
transform: translateX(20px) translateY(30px) rotate(25deg);
}
50% {
-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
transform: translateX(40px) translateY(60px) rotate(45deg);
}
}
@keyframes footerFish {
0%,
100% {
-webkit-transform: translateX(0) translateY(0) rotate(0);
transform: translateX(0) translateY(0) rotate(0);
}
25%,
75% {
-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
transform: translateX(20px) translateY(30px) rotate(25deg);
}
50% {
-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
transform: translateX(40px) translateY(60px) rotate(45deg);
}
}
@-webkit-keyframes contactSwimmer {
0%,
100% {
-webkit-transform: translateX(0) translateY(0) rotate(0);
transform: translateX(0) translateY(0) rotate(0);
}
25%,
75% {
-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
transform: translateX(15px) translateY(20px) rotate(10deg);
}
50% {
-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
transform: translateX(60px) translateY(35px) rotate(15deg);
}
}
@keyframes contactSwimmer {
0%,
100% {
-webkit-transform: translateX(0) translateY(0) rotate(0);
transform: translateX(0) translateY(0) rotate(0);
}
25%,
75% {
-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
transform: translateX(15px) translateY(20px) rotate(10deg);
}
50% {
-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
transform: translateX(60px) translateY(35px) rotate(15deg);
}
} @-webkit-keyframes float-bob-y {
0% {
transform: translateY(-20px);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(-20px);
}
}
@keyframes float-bob-y {
0% {
transform: translateY(-20px);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(-20px);
}
}
.float-bob-y {
-webkit-animation-name: float-bob-y;
animation-name: float-bob-y;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@-webkit-keyframes footerTree {
0%,
100% {
-webkit-transform: rotate(0deg) translateX(0);
transform: rotate(0deg) translateX(0);
}
25%,
75% {
-webkit-transform: rotate(5deg) translateX(15px);
transform: rotate(5deg) translateX(15px);
}
50% {
-webkit-transform: rotate(10deg) translateX(30px);
transform: rotate(10deg) translateX(30px);
}
}
@keyframes footerTree {
0%,
100% {
-webkit-transform: rotate(0deg) translateX(0);
transform: rotate(0deg) translateX(0);
}
25%,
75% {
-webkit-transform: rotate(5deg) translateX(15px);
transform: rotate(5deg) translateX(15px);
}
50% {
-webkit-transform: rotate(10deg) translateX(30px);
transform: rotate(10deg) translateX(30px);
}
}
.footertree {
-webkit-animation: footerTree 5s ease-in infinite;
animation: footerTree 5s ease-in infinite;
}
@keyframes service_hexagon_2 {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-moz-keyframes service_hexagon_2 {
0% {
-moz-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-moz-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@-o-keyframes service_hexagon_2 {
0% {
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@keyframes service_hexagon_2 {
0% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}
@keyframes bgSlide {
0% {
background-position: 0 0;
}
20% {
background-position: -100px 0;
}
40% {
background-position: -200px 0;
}
60% {
background-position: -150px 0;
}
80% {
background-position: -100px 0;
}
100% {
background-position: 0px 0;
}
}
@keyframes rotateScale {
from {
transform: rotate(0deg) scale(1);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateScale {
from {
transform: rotate(0deg) scale(1);
}
to {
transform: rotate(360deg);
}
}
@-moz-keyframes rotateScale {
from {
transform: rotate(0deg) scale(1);
}
to {
transform: rotate(360deg);
}
}
@-o-keyframes rotateScale {
from {
transform: rotate(0deg) scale(1);
}
to {
transform: rotate(360deg);
}
}
.rotatescale {
-webkit-animation-name: rotateScale;
-webkit-animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateScale;
-moz-animation-duration: 20s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateScale;
-ms-animation-duration: 20s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
animation-name: rotateScale;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
} @-webkit-keyframes bubbleMover {
0% {
transform: translateY(0px) translateX(0) rotate(0);
}
30% {
transform: translateY(30px) translateX(50px) rotate(15deg);
transform-origin: center center;
}
50% {
transform: translateY(50px) translateX(100px) rotate(45deg);
transform-origin: right bottom;
}
80% {
transform: translateY(30px) translateX(50px) rotate(15deg);
transform-origin: left top;
}
100% {
transform: translateY(0px) translateX(0) rotate(0);
transform-origin: center center;
}
}
@keyframes bubbleMover {
0% {
transform: translateY(0px) translateX(0) rotate(0);
}
30% {
transform: translateY(30px) translateX(50px) rotate(15deg);
transform-origin: center center;
}
50% {
transform: translateY(50px) translateX(100px) rotate(45deg);
transform-origin: right bottom;
}
80% {
transform: translateY(30px) translateX(50px) rotate(15deg);
transform-origin: left top;
}
100% {
transform: translateY(0px) translateX(0) rotate(0);
transform-origin: center center;
}
}
@-webkit-keyframes shapeMover {
0%,
100% {
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}
50% {
transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
}
}
@keyframes shapeMover {
0%,
100% {
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}
50% {
transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
}
}
@-webkit-keyframes banner3Shake {
0% {
transform: rotate3d(0, 1, 0, 0deg);
}
30% {
transform: rotate3d(0, 0, 1, 5deg);
}
60% {
transform: rotate3d(1, 0, 0, 0deg);
}
80% {
transform: rotate3d(0, 0, 1, 5deg);
}
100% {
transform: rotate3d(0, 1, 0, 0deg);
}
}
@keyframes banner3Shake {
0% {
transform: rotate3d(0, 1, 0, 0deg);
}
30% {
transform: rotate3d(0, 0, 1, 5deg);
}
60% {
transform: rotate3d(1, 0, 0, 0deg);
}
80% {
transform: rotate3d(0, 0, 1, 5deg);
}
100% {
transform: rotate3d(0, 1, 0, 0deg);
}
}
@-webkit-keyframes squareMover {
0%,
100% {
transform: translate(0, 0) rotate(0);
}
20%,
60% {
transform: translate(20px, 40px) rotate(180deg);
}
30%,
80% {
transform: translate(40px, 60px) rotate(0deg);
}
}
@keyframes squareMover {
0%,
100% {
transform: translate(0, 0) rotate(0);
}
20%,
60% {
transform: translate(20px, 40px) rotate(180deg);
}
30%,
80% {
transform: translate(40px, 60px) rotate(0deg);
}
}
@-webkit-keyframes treeMove {
0%,
100% {
transform: rotate(0deg) translateX(0);
}
25%,
75% {
transform: rotate(5deg) translateX(15px);
}
50% {
transform: rotate(10deg) translateX(30px);
}
}
@keyframes treeMove {
0%,
100% {
transform: rotate(0deg) translateX(0);
}
25%,
75% {
transform: rotate(5deg) translateX(15px);
}
50% {
transform: rotate(10deg) translateX(30px);
}
} .zoom-fade {
animation-name: zoom-fade;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: zoom-fade;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: zoom-fade;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: zoom-fade;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: zoom-fade;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
0% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.9);
}
}
@keyframes zoom-fade {
0% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.9);
}
} @keyframes btnIconMove {
0% {
transform: rotate(0deg) translate(0px, 0px);
}
50% {
transform: rotate(20deg) translate(10px, 0px);
}
100% {
transform: rotate(0deg) translate(0px, 0px);
}
}
@keyframes ImgBounce {
0% {
transform: translateY(0);
}
25% {
transform: translateY(5px);
}
50% {
transform: translateY(10px);
}
75% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
@keyframes boxRotate {
0%,
100% {
transform: rotateY(0deg);
visibility: visible;
}
25%,
75% {
visibility: hidden;
transform: rotateY(-90deg);
}
50% {
transform: rotateY(-180deg);
visibility: visible;
}
}
@keyframes boxRotateReverse {
0%,
100% {
transform: rotateY(0deg);
visibility: visible;
}
25%,
75% {
transform: rotateY(90deg);
visibility: hidden;
}
50% {
transform: rotateY(180deg);
visibility: visible;
}
}
@keyframes btnIconMove {
0% {
transform: rotate(0deg) translate(0, 3px);
}
50% {
transform: rotate(-15deg) translate(0, 10px);
}
100% {
transform: rotate(0deg) translate(0, 3px);
}
} @keyframes squares {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-webkit-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-webkit-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@-moz-keyframes squares {
0% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-moz-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-moz-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@-o-keyframes squares {
0% {
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-o-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-o-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@keyframes squares {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-webkit-transform: scale(1.24);
-moz-transform: scale(1.24);
-o-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-webkit-transform: scale(2.1);
-moz-transform: scale(2.1);
-o-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}   .row {
--bs-gutter-x: 30px;
}
.gutter-y-30 {
--bs-gutter-y: 30px;
}
body {
font-family: var(--woodza-font);
color: var(--woodza-gray);
font-size: 16px;
line-height: 32px;
font-weight: 400;
}
body.locked {
overflow: hidden;
}
a {
color: var(--woodza-gray);
}
a,
a:hover,
a:focus,
a:visited {
text-decoration: none;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
:-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::placeholder {
color: inherit;
opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--woodza-black);
margin: 0;
font-family: var(--woodza-font-two);
}
p {
margin: 0;
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 0;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
:-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::placeholder {
color: inherit;
opacity: 1;
}
.ml-0 {
margin-left: 0;
}
.page-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
min-width: 300px;
overflow: hidden;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
:-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::placeholder {
color: inherit;
opacity: 1;
}
.section-separator {
border-color: var(--woodza-border);
border-width: 1px;
margin-top: 0;
margin-bottom: 0;
}
#particles-js {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-position: 50% 50%;
opacity: 0.4;
z-index: -1;
} .custom-cursor__cursor {
width: 25px;
height: 25px;
border-radius: 100%;
border: 1px solid var(--woodza-base, #a47c68);
-webkit-transition: all 200ms ease-out;
transition: all 200ms ease-out;
position: fixed;
pointer-events: none;
left: 0;
top: 0;
-webkit-transform: translate(calc(-50% + 5px), -50%);
transform: translate(calc(-50% + 5px), -50%);
z-index: 999991;
}
.custom-cursor__cursor-two {
width: 10px;
height: 10px;
border-radius: 100%;
background-color: var(--woodza-base);
opacity: .3;
position: fixed;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
pointer-events: none;
-webkit-transition: width .3s, height .3s, opacity .3s;
transition: width .3s, height .3s, opacity .3s;
z-index: 999991;
}
.custom-cursor__hover {
background-color: var(--woodza-base);
opacity: 0.4;
}
.custom-cursor__innerhover {
width: 25px;
height: 25px;
opacity: .4;
}
.thm-btn {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
outline: none !important;
background-color: var(--woodza-base);
color: var(--woodza-white);
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
padding: 17px 55px 16px;
transition: all 0.5s linear;
overflow: hidden;
z-index: 1;
}
.thm-btn:hover {
color: var(--woodza-base);
}
.thm-btn:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0;
background-color: var(--woodza-black);
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
opacity: 1;
z-index: -1;
}
.thm-btn:hover:before {
width: 100%;
}
.thm-btn:after {
position: absolute;
bottom: 3px;
right: 3px;
content: "";
background-color: var(--woodza-white);
height: 10px;
width: 10px;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
z-index: -1;
}
.thm-btn:hover:after {
width: 100%;
height: 100%;
bottom: 0px;
right: 0px;
}
.section-title {
position: relative;
display: block;
margin-top: -10px;
margin-bottom: 49px;
}
.section-title__tagline {
font-size: 16px;
color: var(--woodza-primary);
text-transform: uppercase;
letter-spacing: 0.2em;
}
.section-title__title {
margin: 0;
color: var(--woodza-black);
font-size: 65px;
line-height: 70px;
font-weight: 700;
margin-top: 5px;
}
.section-title-two {
position: relative;
display: block;
margin-top: -10px;
margin-bottom: 49px;
z-index: 1;
}
.section-title-two__tagline {
position: relative;
display: inline-block;
font-size: 16px;
color: var(--woodza-black);
font-weight: 500;
z-index: 1;
}
.section-title-two__tagline:before {
position: absolute;
top: 0;
left: -4px;
height: 30px;
width: 30px;
content: "";
background-color: #f2e6e3;
z-index: -1;
}
.section-title-two__tagline:after {
position: absolute;
top: -2px;
left: -3px;
height: 6px;
width: 6px;
content: "";
background-color: var(--woodza-base);
z-index: -1;
}
.section-title-two__title {
margin: 0;
color: var(--woodza-black);
font-size: 65px;
line-height: 70px;
font-weight: 700;
margin-top: 5px;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none !important;
}
.bootstrap-select>.dropdown-toggle {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: none !important;
}
.bootstrap-select .dropdown-menu {
border: 0;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
z-index: 991;
border-radius: 0;
}
.bootstrap-select .dropdown-menu>li+li>a {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bootstrap-select .dropdown-menu>li.selected>a {
background: var(--woodza-primary);
color: #fff;
}
.bootstrap-select .dropdown-menu>li>a {
font-size: 16px;
font-weight: 500;
padding: 4px 20px;
color: #ffffff;
background: var(--woodza-base);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu>li>a:hover {
background: var(--woodza-white);
color: var(--woodza-base);
cursor: pointer;
}
.preloader {
position: fixed;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.preloader__image {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: flipInY;
animation-name: flipInY;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
background-image: url(//strutturelegno.com/wp-content/themes/images/loader.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 60px auto;
width: 100%;
height: 100%;
} .scroll-to-top {
display: inline-block;
width: 45px;
height: 45px;
background: var(--woodza-base);
position: fixed;
bottom: 40px;
right: 40px;
z-index: 99;
text-align: center;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
display: none;
cursor: pointer;
border-radius: 50%;
transition: all 0.4s ease;
}
.scroll-to-top i {
color: #ffffff;
font-size: 18px;
line-height: 45px;
}
.scroll-to-top:hover {
background-color: var(--woodza-black);
}
.scroll-to-top:hover i {
color: #fff;
} .main-header {
position: relative;
display: block;
z-index: 99;
}
.main-header__top {
position: relative;
display: block;
padding: 40px 0 100px;
}
.main-header__top-inner {
position: relative;
display: block;
}
.main-header__top-left {
position: relative;
display: block;
float: left;
}
.main-header__top-logo {
position: relative;
display: block;
padding: 3.5px 0;
}
.main-header__top-logo img {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.main-header__top-right {
position: relative;
display: flex;
float: right;
align-items: center;
}
.main-header__top-contact {
position: relative;
display: flex;
align-items: center;
}
.main-header__top-contact li {
position: relative;
display: flex;
align-items: center;
}
.main-header__top-contact li:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -25px;
width: 1px;
background-color: #e5e3e2;
}
.main-header__top-contact li:last-child:before {
display: none;
}
.main-header__top-contact li+li {
margin-left: 50px;
}
.main-header__top-contact li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 60px;
width: 60px;
background-color: #f7f3f1;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__top-contact li:hover .icon {
background-color: var(--woodza-base);
}
.main-header__top-contact li .icon span {
position: relative;
display: inline-block;
font-size: 30px;
color: var(--woodza-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__top-contact li:hover .icon span {
color: var(--woodza-white);
}
.main-header__top-contact li .content {
margin-left: 15px;
}
.main-header__top-contact li .content p {
font-size: 15px;
line-height: 23px;
color: var(--woodza-black);
opacity: .70;
}
.main-header__top-contact li .content h5 {
font-size: 16px;
font-family: var(--woodza-font);
line-height: 24px;
font-weight: 500;
}
.main-header__top-contact li .content h5 a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__top-contact li:hover .content h5 a {
color: var(--woodza-base);
}
.main-header__top-social-language-switcher {
position: relative;
display: flex;
align-items: center;
margin-left: 60px;
padding: 10px 0;
}
.main-header__top-social {
position: relative;
display: flex;
align-items: center;
}
.main-header__top-social a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
background-color: #dddddd;
border-radius: 50%;
color: var(--woodza-white);
font-size: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__top-social a:hover {
background-color: var(--woodza-black);
color: var(--woodza-white);
}
.main-header__top-social a+a {
margin-left: 15px;
}
.main-header__top-language-switcher {
margin-left: 30px;
}
.main-menu {
position: relative;
display: block;
margin-top: -60px;
}
.main-menu__wrapper {
position: relative;
display: block;
}
.main-menu__wrapper-inner {
position: relative;
display: block;
background-color: white;
box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
padding-left: 45px;
}
.main-menu__left {
position: relative;
display: block;
float: left;
}
.main-menu__main-menu-box {
position: relative;
display: block;
}
.main-menu__right {
position: relative;
display: block;
float: right;
}
.main-menu__search-btn {
position: relative;
display: flex;
align-items: center;
background-color: var(--woodza-base);
padding-left: 30px;
padding-right: 45px;
padding-top: 12.5px;
padding-bottom: 12.5px;
}
.main-menu__search-box {
position: relative;
display: flex;
align-items: center;
padding-right: 25px;
}
.main-menu__search {
font-size: 25px;
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu__search:hover {
color: var(--woodza-black);
}
.main-menu__btn-box {
position: relative;
display: block;
}
.main-menu__btn-box a {
font-size: 16px;
color: var(--woodza-base);
background-color: var(--woodza-white);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
padding: 11.5px 22px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu__btn-box a:hover {
background-color: var(--woodza-black);
color: var(--woodza-white);
}
.stricky-header .main-menu__wrapper-inner {
padding-left: 0;
box-shadow: none;
}
.stricky-header.main-menu {
margin-top: 0px;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
margin: 0;
padding: 0;
list-style-type: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none;
}
@media (min-width: 1200px) {
.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
padding-top: 24px;
padding-bottom: 24px;
position: relative;
}
.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
margin-left: 50px;
}
.default .main-menu .main-menu__list>li+li,
.default .stricky-header .main-menu__list>li+li {
margin-left: 40px;
}
.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--woodza-black);
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-weight: 400;
}
.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li.current-menu-ancestor>a,
.main-menu .main-menu__list>li.current_page_item>a,
.main-menu .main-menu__list>li.current-menu-item>a,
.main-menu .main-menu__list>li.current-menu-parent>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li.current-menu-ancestor>a,
.stricky-header .main-menu__list>li.current_page_item>a,
.stricky-header .main-menu__list>li.current-menu-item>a,
.stricky-header .main-menu__list>li.current-menu-parent>a,
.stricky-header .main-menu__list>li:hover>a {
color: var(--woodza-base);
}
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
position: absolute;
top: 100%;
left: 0;
min-width: 250px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
opacity: 0;
visibility: hidden;
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scaleY(0) translateZ(100px);
transform: scaleY(0) translateZ(100px);
transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
z-index: 99;
background-color: #fff;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.default .main-menu .main-menu__list>li>ul,
.default .stricky-header .main-menu__list>li>ul {
top: 100%;
}
.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
display: none;
}
.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1) translateZ(0px);
transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
width: 100%;
position: relative;
}
.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
border-top: 1px solid #e5e3e2;
}
.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
position: relative;
font-size: 16px;
line-height: 30px;
color: var(--woodza-black);
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px 20px 10px;
transition: 500ms;
}
.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
top: 0;
left: 100%;
}
.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
top: 0;
left: auto;
right: 100%;
}
.stricky-header {
position: fixed;
z-index: 991;
top: 0;
left: 0;
background-color: #fff;
width: 100%;
visibility: hidden;
-webkit-transform: translateY(-120%);
transform: translateY(-120%);
transition: transform 500ms ease, visibility 500ms ease;
-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
.stricky-header {
display: none !important;
}
}
.stricky-header.stricky-fixed {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
}
.stricky-header .main-menu__inner {
-webkit-box-shadow: none;
box-shadow: none;
padding-right: 0;
max-width: 1170px;
width: 100%;
margin: 0 auto;
}
.mobile-nav__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
margin-right: 10px;
}
@media (min-width: 1200px) {
.mobile-nav__buttons {
display: none;
}
}
.mobile-nav__buttons a {
font-size: 20px;
color: var(--woodza-base);
cursor: pointer;
}
.mobile-nav__buttons a+a {
margin-left: 10px;
}
.mobile-nav__buttons a:hover {
color: var(--woodza-base);
}
.main-menu .mobile-nav__toggler {
font-size: 20px;
color: var(--woodza-base);
cursor: pointer;
-webkit-transition: 500ms;
transition: 500ms;
}
.main-menu .mobile-nav__toggler:hover {
color: var(--woodza-black);
}
@media (min-width: 1200px) {
.main-menu .mobile-nav__toggler {
display: none;
}
} .mobile-nav__wrapper {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
visibility: hidden;
}
.mobile-nav__wrapper .container {
padding-left: 0;
padding-right: 0;
}
.mobile-nav__wrapper.expanded {
opacity: 1;
-webkit-transform: translateX(0%);
transform: translateX(0%);
visibility: visible;
-webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000000;
opacity: 0.5;
cursor: pointer;
}
.mobile-nav__content {
width: 300px;
background-color: var(--woodza-black);
z-index: 10;
position: relative;
height: 100%;
overflow-y: auto;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.mobile-nav__content .logo-box {
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mobile-nav__close {
position: absolute;
top: 20px;
right: 15px;
font-size: 18px;
color: var(--woodza-white);
cursor: pointer;
}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
display: none;
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
display: none !important;
}
.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 30px;
color: #ffffff;
font-size: 14px;
font-family: var(--woodza-font, "Rubik", sans-serif);
font-weight: 500;
height: 46px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 500ms;
transition: 500ms;
}
.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
color: var(--woodza-base);
}
.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
width: 30px;
height: 30px;
background-color: var(--woodza-primary);
border: none;
outline: none;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
transition: transform 500ms ease;
transition: transform 500ms ease, -webkit-transform 500ms ease;
padding: 0;
}
.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
background-color: #fff;
color: var(--woodza-base);
} .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
display: none !important;
}
.mobile-nav__content .main-menu__list li.cart-btn span {
position: relative;
top: auto;
right: auto;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
font-size: 16px;
}
.mobile-nav__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.mobile-nav__top .main-menu__login a {
color: var(--woodza-text-dark);
}
.mobile-nav__container {
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mobile-nav__social a {
font-size: 16px;
color: var(--woodza-white);
-webkit-transition: 500ms;
transition: 500ms;
}
.mobile-nav__social a+a {
margin-left: 30px;
}
.mobile-nav__social a:hover {
color: var(--woodza-primary);
}
.mobile-nav__contact {
margin-bottom: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.mobile-nav__contact li {
color: var(--woodza-text-dark);
font-size: 14px;
font-weight: 500;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mobile-nav__contact li+li {
margin-top: 15px;
}
.mobile-nav__contact li a {
color: #ffffff;
-webkit-transition: 500ms;
transition: 500ms;
}
.mobile-nav__contact li a:hover {
color: var(--woodza-primary);
}
.mobile-nav__contact li>i {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: var(--woodza-primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
font-size: 11px;
margin-right: 10px;
color: #fff;
}
.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
display: none;
} .main-header-two {
position: relative;
display: block;
}
.default.main-header-two {
background-color: #fff;
z-index: 10;
}
.main-header-two__top {
position: relative;
display: block;
background-color: #292321;
}
.main-header-two__top-inner {
position: relative;
display: block;
padding: 12px 70px;
}
.main-header-two__top-left {
position: relative;
display: flex;
float: left;
align-items: center;
}
.main-header-two__top-lan-switcher {
position: relative;
display: block;
}
.main-header-two__top-request {
position: relative;
top: 4px;
}
.main-header-two__top-request p {
font-size: 16px;
color: var(--woodza-white);
}
.main-header-two__top-request p span {
opacity: .80;
}
.main-header-two__top-request p a {
color: var(--woodza-base);
margin-left: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-two__top-request p a:hover {
color: var(--woodza-white);
}
.main-header-two__top-right {
position: relative;
display: block;
float: right;
padding: 4px 0;
}
.main-header-two__top-contact {
position: relative;
display: flex;
align-items: center;
}
.main-header-two__top-contact li {
position: relative;
display: flex;
align-items: center;
}
.main-header-two__top-contact li+li {
margin-left: 50px;
}
.main-header-two__top-contact li .icon {
position: relative;
display: flex;
align-items: center;
}
.main-header-two__top-contact li .icon span {
font-size: 30px;
color: var(--woodza-base);
position: relative;
display: inline-block;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-two__top-contact li:hover .icon span {
color: var(--woodza-white);
}
.main-header-two__top-contact li .content {
margin-left: 10px;
}
.main-header-two__top-contact li .content p {
font-size: 16px;
color: var(--woodza-white);
}
.main-header-two__top-contact li .content p a {
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-two__top-contact li:hover .content p a {
color: var(--woodza-base);
}
.main-menu-two {
margin-top: 0;
}
.main-menu-two__wrapper {
position: relative;
display: block;
padding: 0 70px;
}
.main-menu-two__left {
position: relative;
display: block;
float: left;
}
.default .main-menu-two__left {
display: flex;
justify-content: space-between;
float: none;
}
.main-menu-two__logo {
position: relative;
display: block;
float: left;
margin-right: 80px;
padding: 30.5px 0;
}
.default .main-menu-two__logo {
margin-right: 40px;
}
.default .main-menu-two__logo {
margin-bottom: 0px;
}
.main-menu-two__main-menu-box {
position: relative;
display: block;
float: left;
}
.main-menu-two__right {
position: relative;
display: flex;
float: right;
align-items: center;
}
.main-menu-two__call {
position: relative;
display: flex;
align-items: center;
margin-right: 30px;
}
.main-menu-two__call-icon {
height: 60px;
width: 60px;
background-color: #f7f3f1;
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 30px;
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__call-icon:hover {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.main-menu-two__call-content {
margin-left: 15px;
}
.main-menu-two__call-sub-title {
font-size: 15px;
color: var(--woodza-black);
opacity: .70;
line-height: 25px;
}
.main-menu-two__call-number {
font-size: 22px;
font-weight: 600;
line-height: 28px;
}
.main-menu-two__call-number a {
color: var(--woodza-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__call-number a:hover {
color: var(--woodza-black);
}
.main-menu-two__social-btn {
position: relative;
display: flex;
align-items: center;
background-color: var(--woodza-base);
padding-left: 30px;
height: 124px;
z-index: 1;
}
.main-menu-two__social-btn:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: -10000000px;
background-color: var(--woodza-base);
z-index: -1;
}
.main-header-two__social {
position: relative;
display: flex;
align-items: center;
margin-right: 30px;
}
.main-header-two__social a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
background-color: #cf5a3f;
border-radius: 50%;
color: var(--woodza-white);
font-size: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-two__social a:hover {
background-color: var(--woodza-white);
color: var(--woodza-base);
}
.main-header-two__social a+a {
margin-left: 10px;
}
.main-menu-two__btn {
position: relative;
display: block;
}
.main-menu-two__btn a {
position: relative;
display: inline-block;
color: var(--woodza-white);
font-weight: 500;
border: 1px solid #fff;
padding: 10.2px 25px;
font-size: 16px;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__btn a:hover {
background-color: var(--woodza-black);
border: 1px solid var(--woodza-black);
}
.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
padding-top: 46px;
padding-bottom: 46px;
} .main-header-three {
position: relative;
display: block;
z-index: 99;
}
.main-header-three__top {
position: relative;
display: block;
padding: 40px 0 100px;
}
.main-header-three__top-inner {
position: relative;
display: block;
}
.main-header-three__top-left {
position: relative;
display: block;
float: left;
}
.main-header-three__top-logo {
position: relative;
display: block;
}
.main-header-three__top-right {
position: relative;
display: block;
float: right;
}
.main-header-three__top-contact {
position: relative;
display: flex;
align-items: center;
}
.main-header-three__top-contact li {
position: relative;
display: flex;
align-items: center;
}
.main-header-three__top-contact li:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -25px;
width: 1px;
background-color: #e5e3e2;
}
.main-header-three__top-contact li:last-child:before {
display: none;
}
.main-header-three__top-contact li+li {
margin-left: 50px;
}
.main-header-three__top-contact li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 60px;
width: 60px;
background-color: #f7f3f1;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__top-contact li:hover .icon {
background-color: var(--woodza-base);
}
.main-header-three__top-contact li .icon span {
position: relative;
display: inline-block;
font-size: 30px;
color: var(--woodza-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__top-contact li:hover .icon span {
color: var(--woodza-white);
}
.main-header-three__top-contact li .content {
margin-left: 15px;
}
.main-header-three__top-contact li .content p {
font-size: 15px;
line-height: 23px;
color: var(--woodza-black);
opacity: .70;
}
.main-header-three__top-contact li .content h5 {
font-size: 16px;
font-family: var(--woodza-font);
line-height: 24px;
font-weight: 500;
}
.main-header-three__top-contact li .content h5 a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__top-contact li:hover .content h5 a {
color: var(--woodza-base);
}
.main-menu-three {
margin-top: -60px;
}
.main-menu-three__wrapper {
position: relative;
display: block;
}
.main-menu-three__wrapper-inner {
position: relative;
display: block;
background-color: #302a27;
padding-left: 45px;
}
.main-menu-three__left {
position: relative;
display: block;
float: left;
}
.main-menu-three__main-menu-box {
position: relative;
display: block;
}
.main-menu-three__right {
position: relative;
display: block;
float: right;
}
.main-menu-three__social-search-btn {
position: relative;
display: flex;
align-items: center;
}
.main-header-three__social {
position: relative;
display: flex;
align-items: center;
margin-right: 25px;
}
.main-header-three__social a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__social a:hover {
color: var(--woodza-base);
}
.main-header-three__social a+a {
margin-left: 25px;
}
.main-menu-three__search-btn {
position: relative;
display: flex;
align-items: center;
background-color: var(--woodza-base);
padding-left: 30px;
padding-right: 45px;
padding-top: 12.5px;
padding-bottom: 12.5px;
}
.main-menu-three__search-box {
position: relative;
display: flex;
align-items: center;
padding-right: 25px;
}
.main-menu-three__search {
font-size: 25px;
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-three__search:hover {
color: var(--woodza-black);
}
.main-menu-three__btn-box {
position: relative;
display: block;
}
.main-menu-three__btn-box a {
font-size: 16px;
color: var(--woodza-base);
background-color: var(--woodza-white);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
padding: 11.5px 22px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-three__btn-box a:hover {
background-color: var(--woodza-black);
color: var(--woodza-white);
}
.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
color: var(--woodza-white);
}
.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li.current-menu-ancestor>a,
.main-menu-three .main-menu__list>li.current_page_item>a,
.main-menu-three .main-menu__list>li.current-menu-item>a,
.main-menu-three .main-menu__list>li.current-menu-parent>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li.current-menu-ancestor>a,
.stricky-header.main-menu-three .main-menu__list>li.current_page_item>a,
.stricky-header.main-menu-three .main-menu__list>li.current-menu-item>a,
.stricky-header.main-menu-three .main-menu__list>li.current-menu-parent>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
color: var(--woodza-base);
}
.stricky-header .main-menu-three__wrapper {
background-color: #302a27;
}
.stricky-header .main-menu-three__wrapper-inner {
padding-left: 0px;
} .search-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 9999;
padding-left: 20px;
padding-right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.search-popup.active {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.search-popup__overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
opacity: 0.75;
cursor: pointer;
}
.search-popup__content {
width: 100%;
max-width: 560px;
}
.search-popup__content form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
background-color: #fff;
border-radius: 0px;
overflow: hidden;
}
.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
width: 100%;
background-color: #fff;
font-size: 16px;
border: none;
outline: none;
height: 66px;
padding-left: 30px;
}
.search-popup__content .thm-btn {
padding: 0;
width: 68px;
height: 68px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: absolute;
top: 0;
right: -1px;
border-radius: 0;
background-color: var(--woodza-base);
border: 0;
}
.search-popup__content .thm-btn:hover {
background-color: var(--woodza-black);
color: #fff;
}
.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
display: none;
} .main-slider {
position: relative;
display: block;
top: -20px;
margin-bottom: -20px;
z-index: 91;
}
.main-slider .swiper-slide {
position: relative;
}
.main-slider .container {
position: relative;
padding-top: 200px;
padding-bottom: 175px;
z-index: 30;
}
.main-slider .image-layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
transition: transform 7000ms ease, opacity 1500ms ease-in;
transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
z-index: 1;
}
.main-slider .swiper-slide-active .image-layer {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.main-slider .image-layer:before {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 140px;
content: "";
background: #1f1d1e;
background: linear-gradient(180deg, rgba(31, 29, 30, 0.93041) 17%, rgba(31, 29, 30, 0.0732668) 68%);
z-index: -1;
}
.main-slider-overly-one {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 870px;
background: #050f1d;
background: linear-gradient(90deg, rgba(5, 15, 29, 0.922006) 18%, rgba(5, 15, 29, 0.0900735) 66%);
z-index: 1;
}
.main-slider-overly-two {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 335px;
background: #ece0d0;
background: linear-gradient(90deg, rgba(236, 224, 208, 0.000437675) 51%, rgba(236, 224, 208, 0.784751) 81%);
z-index: 1;
}
.main-slider__content {
position: relative;
display: block;
text-align: center;
}
.main-slider__sub-title {
position: relative;
display: inline-block;
font-size: 16px;
color: var(--woodza-white);
font-weight: 300;
letter-spacing: 0.1em;
line-height: 30px;
text-transform: uppercase;
padding-bottom: 16px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__sub-title:before {
content: "";
position: absolute;
top: 0;
left: -7px;
height: 30px;
width: 30px;
background-color: var(--woodza-base);
z-index: -1;
}
.main-slider__title {
position: relative;
font-size: 100px;
color: var(--woodza-white);
font-weight: 700;
line-height: 100px;
margin-bottom: 49px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-120px);
transform: translateY(-120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__btn-box {
position: relative;
display: block;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
.main-slider__nav {
position: absolute;
top: 50%;
left: 50%;
z-index: 100;
transform: translateY(-50%) translateX(-50%);
display: flex;
align-items: center;
justify-content: space-between;
line-height: 0;
height: 0;
width: 100%;
}
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
z-index: 100;
width: 80px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
color: var(--woodza-white);
font-size: 40px;
background-color: rgba(var(--woodza-black-rgb), 0.15);
margin: 0;
text-align: center;
transition: all 500ms ease;
}
.main-slider__nav .swiper-button-next {
right: 20px;
}
.main-slider__nav .swiper-button-prev {
left: 20px;
}
.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
background-color: rgba(var(--woodza-black-rgb), 1);
color: var(--woodza-white);
}
.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
display: none;
} .main-slider-two {
position: relative;
display: block;
}
.main-slider-two .swiper-slide {
position: relative;
}
.main-slider-two .container {
position: relative;
padding-top: 182px;
padding-bottom: 190px;
z-index: 30;
}
.image-layer-two {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
transition: transform 7000ms ease, opacity 1500ms ease-in;
transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
z-index: 1;
}
.main-slider-two .swiper-slide-active .image-layer-two {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.image-layer-two:before {
position: absolute;
top: 0;
bottom: 0;
right: 380px;
left: 0;
content: "";
background: #05101d;
background: linear-gradient(90deg, rgba(5, 16, 29, 0.983631) 29%, rgba(5, 16, 29, 0.0032388) 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, 0.0032388) 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, 0.0284489) 60%, rgba(227, 207, 195, 0.964023) 87%);
z-index: 1;
}
.main-slider-two__inner {
position: relative;
display: block;
}
.main-slider-two__content {
position: relative;
display: block;
}
.main-slider-two__sub-title {
position: relative;
display: inline-block;
font-size: 18px;
color: var(--woodza-white);
font-weight: 500;
letter-spacing: var(--woodza-letter-spacing);
line-height: 30px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
z-index: 1;
}
.main-slider-two__sub-title:before {
content: "";
position: absolute;
top: 0;
left: -7px;
height: 30px;
width: 30px;
background-color: var(--woodza-base);
z-index: -1;
}
.main-slider-two .swiper-slide-active .main-slider-two__sub-title {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
.main-slider-two__title {
position: relative;
font-size: 100px;
color: var(--woodza-white);
font-weight: 700;
line-height: 100px;
margin-top: 12px;
margin-bottom: 47px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-120px);
transform: translateY(-120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-two__btn-box {
position: relative;
display: block;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
.main-slider-two__video-box {
position: relative;
display: block;
text-align: center;
margin-top: 136px;
}
.main-slider-two__video-link {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-slider-two__video-icon {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 105px;
height: 115px;
line-height: 115px;
text-align: center;
font-size: 15px;
color: var(--woodza-base);
background-color: rgba(var(--woodza-white-rgb), 0.2);
border-radius: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
z-index: 1;
}
.main-slider-two__video-icon:hover {
color: var(--woodza-white);
}
.main-slider-two__video-icon:before {
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
content: "";
border-radius: 0;
background-color: rgba(var(--woodza-white-rgb), 1);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
z-index: -1;
}
.main-slider-two__video-icon:hover:before {
background-color: var(--woodza-base);
}
.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
position: absolute;
top: 50%;
left: 50%;
width: 105px;
height: 115px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
border-radius: 0;
}
.main-slider-two__video-icon .ripple:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
content: "";
position: absolute;
}
.main-slider-two__video-icon .ripple:after {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
content: "";
position: absolute;
}
.main-slider-two__video-text {
font-size: 18px;
color: var(--woodza-white);
font-weight: 600;
text-align: center;
font-family: var(--woodza-font-two);
padding-top: 26px;
}
#main-slider-pagination {
z-index: 10;
bottom: 9px;
left: 50%;
width: 100%;
max-width: 1170px;
-webkit-transform: translate(-50%, calc(-50% + 95px));
transform: translate(-50%, calc(0% + 0px));
text-align: right;
}
#main-slider-pagination .swiper-pagination-bullet {
margin: 0;
}
#main-slider-pagination .swiper-pagination-bullet {
width: 13px;
height: 8px;
border-radius: 4px;
background-color: var(--woodza-white);
opacity: 1;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
margin-left: 10px;
}
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--woodza-base);
width: 25px;
height: 8px;
} .main-slider-three {
position: relative;
display: block;
top: -20px;
margin-bottom: -20px;
z-index: 91;
}
.main-slider-three .swiper-slide {
position: relative;
}
.main-slider-three .container {
position: relative;
padding-top: 175px;
padding-bottom: 175px;
z-index: 30;
}
.image-layer-three {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
transition: transform 7000ms ease, opacity 1500ms ease-in;
transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
z-index: 1;
}
.main-slider-three .swiper-slide-active .image-layer-three {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.image-layer-three:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 310px;
content: "";
background: #181819;
background: linear-gradient(90deg, rgba(24, 24, 25, 0.950018) 17%, rgba(24, 24, 25, 0) 76%);
z-index: -1;
}
.main-slider-three-shape-1 {
position: absolute;
top: -133px;
left: -110px;
mix-blend-mode: overlay;
transform: translateY(-200px);
opacity: 0;
z-index: 1;
}
.swiper-slide-active .main-slider-three-shape-1 {
opacity: 1;
transform: translateY(0px);
transition: all 1000ms ease;
transition-delay: 1500ms;
}
.main-slider-three-shape-1 img {
width: auto;
}
.main-slider-three-shape-2 {
position: absolute;
top: -151px;
left: -85px;
mix-blend-mode: overlay;
transform: translateY(-200px);
opacity: 0;
z-index: 1;
}
.swiper-slide-active .main-slider-three-shape-2 {
opacity: 1;
transform: translateY(0px);
transition: all 1000ms ease;
}
.main-slider-three-shape-2 img {
width: auto;
}
.main-slider-three-shape-3 {
position: absolute;
bottom: -720px;
right: 65px;
mix-blend-mode: overlay;
transform: translateY(200px);
z-index: 1;
}
.swiper-slide-active .main-slider-three-shape-3 {
opacity: 1;
transform: translateY(0px);
transition: all 1000ms ease;
transition-delay: 2000ms;
}
.main-slider-three-shape-3 img {
width: auto;
}
.main-slider-three__content {
position: relative;
display: block;
}
.main-slider-three__video-box {
position: relative;
display: flex;
align-items: center;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-three__video-link {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-slider-three__video-icon {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 65px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 15px;
color: var(--woodza-base);
background-color: rgba(var(--woodza-white-rgb), 0.2);
border-radius: 0;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
z-index: 1;
}
.main-slider-three__video-icon:hover {
color: var(--woodza-white);
}
.main-slider-three__video-icon:before {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
content: "";
border-radius: 0;
background-color: rgba(var(--woodza-white-rgb), 1);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
z-index: -1;
}
.main-slider-three__video-icon:hover:before {
background-color: var(--woodza-base);
}
.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
position: absolute;
top: 50%;
left: 50%;
width: 65px;
height: 70px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
border-radius: 0;
}
.main-slider-three__video-icon .ripple:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
content: "";
position: absolute;
}
.main-slider-three__video-icon .ripple:after {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
content: "";
position: absolute;
}
.main-slider-three__video-text {
font-size: 16px;
color: var(--woodza-white);
font-weight: 300;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-left: 15px;
}
.main-slider-three__title {
position: relative;
font-size: 100px;
color: var(--woodza-white);
font-weight: 700;
line-height: 100px;
margin-top: 21px;
margin-bottom: 48px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-120px);
transform: translateY(-120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-three__btn-box {
position: relative;
display: block;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box,
.main-slider-three .swiper-slide-active .main-slider-three__video-box {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
} .famous-company {
position: relative;
display: block;
padding: 120px 0 90px;
background-color: #faf7f6;
z-index: 1;
}
.famous-company-shape-1 {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.famous-company-shape-1 img {
width: auto;
}
.famous-company__single {
position: relative;
display: block;
background-color: #f0edea;
padding: 40px 30px 40px;
margin-bottom: 30px;
}
.famous-company__icon {
position: relative;
display: block;
margin-bottom: 17px;
}
.famous-company__icon img {
width: auto;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: scale(1) rotateY(0deg);
transform: scale(1) rotateY(0deg);
}
.famous-company__single:hover .famous-company__icon img {
-webkit-transform: scale(0.9) rotateY(360deg);
transform: scale(0.9) rotateY(360deg);
}
.famous-company__title {
font-size: 24px;
font-weight: 700;
line-height: 34px;
}
.famous-company__title a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.famous-company__single:hover .famous-company__title a {
color: var(--woodza-base);
}
.famous-company__text {
color: var(--woodza-black);
line-height: 30px;
padding-top: 23px;
padding-bottom: 30px;
}
.famous-company__read-more {
position: relative;
display: block;
}
.famous-company__read-more a {
position: relative;
display: flex;
align-items: center;
}
.famous-company__read-more a i {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 36px;
width: 33px;
color: var(--woodza-base);
font-size: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
}
.famous-company__single:hover .famous-company__read-more a i {
color: var(--woodza-white);
}
.famous-company__read-more a i:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: #e5dedc;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: -1;
}
.famous-company__single:hover .famous-company__read-more a i:after {
background-color: var(--woodza-base);
}
.famous-company__read-more a i:before {
transform: rotate(-45deg);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.famous-company__single:hover .famous-company__read-more a i:before {
transform: rotate(0deg);
}
.famous-company__read-more a span {
font-weight: 500;
color: var(--woodza-black);
margin-left: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.famous-company__single:hover .famous-company__read-more a span {
color: var(--woodza-base);
}
.famous-company__shape-1 {
position: absolute;
bottom: 8px;
right: 8px;
height: 16px;
width: 16px;
background-color: var(--woodza-white);
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.famous-company__single:hover .famous-company__shape-1 {
transform: scale(0.9);
}
.famous-company__shape-1:before {
position: absolute;
content: "";
top: -9px;
left: -11px;
height: 8px;
width: 8px;
background-color: var(--woodza-base);
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.famous-company__single:hover .famous-company__shape-1:before {
transform: scale(1.2);
} .why-choose-one {
position: relative;
display: block;
padding: 0px 0 183px;
background-color: #faf7f6;
z-index: 1;
}
.why-choose-one-shape {
position: absolute;
top: -35px;
right: 0;
z-index: -1;
}
.why-choose-one-shape img {
width: auto;
}
.why-choose-one__left {
position: relative;
display: block;
margin-left: 35px;
margin-right: 110px;
z-index: 1;
}
.why-choose-one__left:before {
position: absolute;
top: 0;
left: -38px;
content: "";
background-color: var(--woodza-base);
width: 321px;
height: 631px;
z-index: -1;
}
.why-choose-one__img-box {
position: relative;
display: block;
z-index: 1;
}
.why-choose-one__img-box:before {
content: "";
position: absolute;
top: 150px;
left: -10px;
height: 225px;
width: 10px;
background-color: var(--woodza-white);
}
.why-choose-one__img-box:after {
content: "";
position: absolute;
top: 115px;
left: -20px;
height: 65px;
width: 5px;
background-color: var(--woodza-white);
}
.why-choose-one__img {
position: relative;
display: block;
z-index: 1;
}
.why-choose-one__img:before {
content: "";
position: absolute;
bottom: 105px;
right: -10px;
height: 225px;
width: 10px;
background-color: var(--woodza-black);
}
.why-choose-one__img:after {
content: "";
position: absolute;
top: 20px;
right: -23px;
height: 65px;
width: 5px;
background-color: var(--woodza-base);
}
.why-choose-one__img-box .why-choose-one__img>img {
width: 100%;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.why-choose-one__dot {
position: absolute;
right: -20px;
bottom: -50px;
z-index: -1;
}
.why-choose-one__dot>img {
width: auto;
}
.why-choose-one__img-two {
position: absolute;
bottom: -280px;
left: -17px;
z-index: 2;
}
.why-choose-one__img-box .why-choose-one__img-two>img {
width: auto;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.why-choose-one__border {
position: absolute;
right: -44px;
top: 150px;
border-style: solid;
border-width: 1px;
border-color: #e5dedc;
background-color: rgba(219, 94, 65, 0);
width: 456px;
height: 562px;
}
.why-choose-one__customer-service {
position: absolute;
bottom: -225px;
right: -81px;
background-color: var(--woodza-base);
display: flex;
align-items: center;
padding: 33px 30px 33px;
z-index: 2;
}
.why-choose-one__customer-service:before {
position: absolute;
content: "";
height: 30px;
width: 3px;
top: 6px;
left: 7px;
background-color: var(--woodza-white);
}
.why-choose-one__customer-service:after {
position: absolute;
content: "";
height: 30px;
width: 3px;
top: 12px;
left: 13px;
background-color: var(--woodza-white);
}
.why-choose-one__customer-service-icon {
position: relative;
display: flex;
align-items: center;
}
.why-choose-one__customer-service-icon span {
position: relative;
display: inline-block;
font-size: 65px;
color: var(--woodza-white);
}
.why-choose-one__customer-service-content {
margin-left: 24px;
}
.why-choose-one__customer-service-content h4 {
font-size: 20px;
color: var(--woodza-white);
font-family: var(--woodza-font);
font-weight: 400;
line-height: 32px;
}
.why-choose-one__customer-service-dot {
position: absolute;
top: 5px;
right: 5px;
}
.why-choose-one__customer-service-dot>img {
width: auto;
}
.why-choose-one__right {
position: relative;
display: block;
}
.why-choose-one__right .section-title {
margin-bottom: 39px;
}
.why-choose-one__text-1 {
font-size: 18px;
line-height: 34px;
opacity: .80;
}
.why-choose-one__points {
position: relative;
display: block;
margin-top: 39px;
margin-bottom: 30px;
}
.why-choose-one__points li {
position: relative;
display: flex;
align-items: center;
}
.why-choose-one__points li+li {
margin-top: 20px;
}
.why-choose-one__points li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 32px;
width: 32px;
background-color: #eee5e2;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.why-choose-one__points li:hover .icon {
background-color: var(--woodza-base);
}
.why-choose-one__points li .icon span {
position: relative;
display: inline-block;
font-size: 14px;
color: var(--woodza-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.why-choose-one__points li:hover .icon span {
color: var(--woodza-white);
}
.why-choose-one__points li .text {
margin-left: 10px;
}
.why-choose-one__points li .text p {
font-size: 18px;
color: var(--woodza-black);
font-weight: 500;
}
.why-choose-one__text-2 {
font-size: 18px;
line-height: 34px;
opacity: .80;
}
.why-choose-one__bottom {
position: relative;
display: flex;
align-items: center;
margin-top: 40px;
}
.why-choose-one__bottom-content {
position: relative;
display: block;
}
.why-choose-one__bottom-text {
font-size: 24px;
color: var(--woodza-black);
line-height: 34px;
}
.why-choose-one__user {
position: relative;
display: flex;
align-items: center;
}
.why-choose-one__user-img {
position: relative;
display: block;
z-index: 1;
}
.why-choose-one__user-img:before {
position: absolute;
top: 3px;
left: -3px;
bottom: -3px;
right: 0px;
content: "";
background-color: var(--woodza-base);
z-index: -1;
}
.why-choose-one__right .why-choose-one__user-img>img {
max-width: unset;
}
.why-choose-one__user-sign {
margin-left: 20px;
}
.why-choose-one__right .why-choose-one__user-sign>img {
max-width: unset;
} .services-one {
position: relative;
display: block;
padding: 120px 0 90px;
z-index: 1;
}
.services-one-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: -1;
}
.services-one-bg:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(236, 228, 225, 0.88);
}
.services-one__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.services-one__img {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.services-one__img:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(var(--woodza-black-rgb), 0.3);
transform: scaleY(0);
transform-origin: center;
transform-style: preserve-3d;
transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
z-index: 1;
}
.services-one__single:hover .services-one__img:before {
transform: scaleY(1);
}
.services-one__img img {
width: 100%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-one__single:hover .services-one__img img {
transform: scale(1.05);
}
.services-one__content {
position: relative;
display: block;
background-color: var(--woodza-white);
text-align: center;
padding: 65px 20px 25px;
}
.services-one__icon {
position: absolute;
top: -46px;
left: 50%;
transform: translateX(-50%);
background-color: #292321;
height: 90px;
width: 90px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border-style: solid;
border-width: 2px;
border-color: #aaa19a;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 2;
}
.services-one__single:hover .services-one__icon {
background-color: var(--woodza-base);
border-color: var(--woodza-base);
}
.services-one__icon span {
position: relative;
display: inline-block;
font-size: 45px;
color: var(--woodza-white);
transition: all 500ms linear;
transition-delay: 0.1s;
transform: scale(1);
}
.services-one__single:hover .services-one__icon span {
transform: scale(0.9);
}
.services-one__title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
}
.services-one__title a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-one__single:hover .services-one__title a {
color: var(--woodza-base);
}
.services-one__text {
color: var(--woodza-black);
opacity: .80;
padding-top: 11px;
padding-bottom: 29px;
}
.services-one__arrow {
position: relative;
display: block;
}
.services-one__arrow a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 50px;
background-color: #c8bbb7;
font-size: 15px;
color: var(--woodza-white);
margin: 0 auto;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-one__single:hover .services-one__arrow a {
background-color: var(--woodza-base);
}
.services-one__shape-1 {
position: absolute;
bottom: 8px;
right: 8px;
height: 16px;
width: 16px;
background-color: var(--woodza-black);
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.services-one__single:hover .services-one__shape-1 {
transform: scale(0.9);
}
.services-one__shape-1:before {
position: absolute;
content: "";
top: -9px;
left: -11px;
height: 8px;
width: 8px;
background-color: var(--woodza-base);
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.services-one__single:hover .services-one__shape-1:before {
transform: scale(1.2);
} .working-process {
position: relative;
display: block;
background-color: #212125;
padding: 103px 0 95px;
z-index: 1;
}
.working-process-shpae-one {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
opacity: .50;
z-index: -1;
}
.working-process .container {
max-width: 1100px;
}
.working-process__title-box {
position: relative;
display: block;
text-align: center;
margin-bottom: 70px;
}
.working-process__title-box h2 {
font-size: 65px;
color: var(--woodza-white);
font-weight: 700;
line-height: 75px;
margin-bottom: 38px;
}
.working-process__title-box p {
font-size: 18px;
color: var(--woodza-white);
opacity: .80;
}
.working-process__inner {
position: relative;
display: block;
counter-reset: count;
}
.working-process__inner .row {
--bs-gutter-x: 128px;
}
.working-process__dot-1 {
position: absolute;
top: -140px;
left: -115px;
}
.working-process__dot-1 img {
width: auto;
-webkit-animation-name: shapeMover;
animation-name: shapeMover;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.working-process__dot-2 {
position: absolute;
bottom: 50px;
right: -157px;
}
.working-process__dot-2 img {
width: auto;
-webkit-animation-name: shapeMover;
animation-name: shapeMover;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.working-process__single {
position: relative;
display: block;
background-color: #040408;
text-align: center;
padding: 81px 30px 49px;
margin-bottom: 55px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.working-process__single:hover {
transform: translateY(-10px);
}
.working-process__single:before {
content: "";
position: absolute;
top: 115px;
right: -100px;
height: 1px;
width: 70px;
background-color: var(--woodza-base);
}
.working-process [class*=col-]:last-child .working-process__single:before {
display: none;
}
.working-process__icon {
height: 80px;
width: 80px;
background-color: var(--woodza-base);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -25px;
left: 50%;
transform: translateX(-50%);
}
.working-process__icon span {
position: relative;
display: inline-block;
font-size: 45px;
color: var(--woodza-white);
transition: all 500ms linear;
transition-delay: 0.1s;
transform: scale(1);
}
.working-process__single:hover .working-process__icon span {
transform: scale(0.9);
}
.working-process__title {
font-size: 24px;
font-weight: 700;
line-height: 34px;
margin-bottom: 20px;
}
.working-process__title a {
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.working-process__single:hover .working-process__title a {
color: var(--woodza-base);
}
.working-process__text {
color: var(--woodza-white);
opacity: .80;
}
.working-process__count {
position: absolute;
top: 11px;
left: 25px;
height: 40px;
width: 42px;
z-index: 2;
}
.working-process__count:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 42px;
color: #1b1b23;
font-family: var(--woodza-font-two);
line-height: 42px;
font-weight: 700;
counter-increment: count;
content: counters(count, ".", decimal-leading-zero);
transition: all 200ms linear;
transition-delay: 0.1s;
}
.working-process__single--last:before {
display: none;
} .problem-solved {
position: relative;
display: block;
margin-top: -70px;
z-index: 2;
}
.problem-solved .row {
--bs-gutter-x: 0px;
}
.problem-solved__left {
position: relative;
background-color: #040408;
display: flex;
align-items: center;
padding: 24px 20px 24px;
z-index: 1;
}
.problem-solved__img-box {
position: relative;
display: block;
height: 212px;
width: 212px;
border-radius: 50%;
background-color: #1b1b23;
padding: 17px;
}
.problem-solved__img {
position: relative;
display: block;
border-radius: 50%;
height: 175px;
width: 175px;
}
.problem-solved__img-box .problem-solved__img img {
border-radius: 50%;
width: 100%;
}
.problem-solved__img:before {
content: "";
position: absolute;
height: 30px;
width: 30px;
background-color: var(--woodza-base);
border-radius: 50%;
top: 50%;
left: -15px;
transform: translateY(-50%);
animation-name: zoomInOut;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
-webkit-animation-name: zoomInOut;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: zoomInOut;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
-ms-animation-name: zoomInOut;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: ease-in-out;
-o-animation-name: zoomInOut;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: ease-in-out;
}
.problem-solved__content {
margin-left: 30px;
}
.problem-solved__title {
font-size: 30px;
color: var(--woodza-white);
font-weight: 700;
line-height: 40px;
margin-bottom: 19px;
}
.problem-solved__text {
color: var(--woodza-white);
opacity: .80;
line-height: 30px;
}
.problem-solved__right {
position: relative;
display: flex;
align-items: center;
background-color: var(--woodza-base);
padding-left: 40px;
padding-right: 25px;
padding-top: 75px;
padding-bottom: 43px;
overflow: hidden;
z-index: 1;
}
.problem-solved__right-content {
position: relative;
display: block;
max-width: 275px;
}
.problem-solved__right-title {
font-size: 30px;
color: var(--woodza-white);
font-weight: 700;
line-height: 30px;
margin-bottom: 22px;
}
.problem-solved__right-text {
color: var(--woodza-white);
line-height: 30px;
opacity: .80;
}
.problem-solved__btn-box {
margin-left: 55px;
}
.problem-solved__btn {
padding: 17px 35px 16px;
background-color: var(--woodza-white);
color: var(--woodza-black);
}
.problem-solved__btn:hover {
color: var(--woodza-white);
}
.problem-solved__btn:after {
background-color: var(--woodza-base);
}
.problem-solved__btn:hover:after {
background-color: var(--woodza-black);
}
.problem-solved__shape-1 {
position: absolute;
top: -70px;
left: -88px;
border-radius: 50%;
background-color: #cb4b2d;
width: 206px;
height: 206px;
z-index: -1;
}
.problem-solved__shape-2 {
position: absolute;
bottom: -65px;
right: -135px;
border-radius: 50%;
background-color: #cb4b2d;
width: 206px;
height: 206px;
z-index: -1;
} .project-one {
position: relative;
display: block;
padding: 120px 0 0;
}
.project-one__title-box {
position: relative;
display: block;
margin-bottom: 50px;
}
.project-one__title-box-left {
position: relative;
display: block;
}
.project-one__title-box-left .section-title {
margin-bottom: 0;
}
.project-one__text-box {
position: relative;
display: block;
}
.project-one__text {
font-size: 18px;
opacity: .80;
}
.project-one__top {
position: relative;
display: block;
z-index: 2;
}
.project-one__carousel {
position: relative;
display: block;
}
.project-one__carousel.owl-carousel .owl-stage-outer {
overflow: visible;
}
.project-one__carousel.owl-carousel .owl-item {
opacity: 0;
visibility: hidden;
transition: opacity 500ms ease, visibility 500ms ease;
}
.project-one__carousel.owl-carousel .owl-item.active {
opacity: 1;
visibility: visible;
}
.project-one__carousel.owl-carousel .owl-dots {
position: absolute;
bottom: -110px;
left: 0px;
right: 0;
text-align: center;
margin: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.project-one__carousel.owl-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid var(--woodza-base);
margin: 0px 10px;
padding: 0px;
transition: all 100ms linear;
transition-delay: 0.1s;
}
.project-one__carousel.owl-carousel .owl-dots .owl-dot:before {
position: absolute;
top: -6px;
left: -6px;
right: -6px;
bottom: -6px;
content: "";
border: 1px solid #cbcbcb;
border-radius: 50%;
transform: scale(0);
transition: all 100ms linear;
transition-delay: 0.1s;
}
.project-one__carousel.owl-carousel .owl-dot.active:before {
transform: scale(1);
}
.project-one__carousel.owl-carousel .owl-dot:focus {
outline: none;
}
.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
display: none;
}
.project-one__single {
position: relative;
display: block;
}
.project-one__img {
position: relative;
display: block;
}
.project-one__img:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(21, 4, 0, 0.6);
transform: scaleY(0);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.project-one__single:hover .project-one__img:before {
transform: scaleY(1);
}
.project-one__img img {
width: 100%;
}
.project-one__content {
position: absolute;
bottom: -50px;
left: 0;
right: 0;
background-color: white;
box-shadow: 0px 0px 35px 0px rgba(180, 181, 184, 0.35);
margin-left: 55px;
margin-right: 55px;
padding: 33px 30px 35px;
transform: translateY(-50px);
transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
visibility: hidden;
opacity: 0;
z-index: 2;
}
.project-one__single:hover .project-one__content {
visibility: visible;
transform: translateY(0%);
opacity: 1;
}
.project-one__content-title-box {
position: relative;
display: block;
}
.project-one__content-title-box span {
color: var(--woodza-base);
}
.project-one__content-title-box h3 {
font-size: 28px;
font-weight: 700;
line-height: 28px;
}
.project-one__content-title-box h3 a {
color: var(--woodza-black);
}
.project-one__content-text {
color: var(--woodza-black);
opacity: .80;
padding-top: 21px;
padding-bottom: 29px;
}
.project-one__btn-box {
position: relative;
display: block;
}
.project-one__btn {
padding: 4px 20px 4px;
text-transform: capitalize;
}
.project-one__btn:hover {
color: var(--woodza-white);
}
.project-one__btn:after {
display: none;
}
.project-one__bottom {
position: relative;
display: block;
padding: 205px 0 120px;
z-index: 1;
}
.project-one__bottom-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: -1;
}
.project-one__bottom-bg:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(49, 38, 34, 0.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;
color: var(--woodza-white);
font-weight: 700;
line-height: 70px;
}
.project-one__bottom-title:before {
position: absolute;
top: 0;
bottom: 0;
left: -15px;
content: "";
width: 2px;
background-color: var(--woodza-base);
}
.project-one__bottom-btn {
padding: 17px 30px 16px;
} .team-one {
position: relative;
display: block;
padding: 120px 0 0px;
}
.team-one__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.team-one__img {
position: relative;
display: block;
overflow: hidden;
}
.team-one__img:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(var(--woodza-black-rgb), 0.3);
width: 0%;
transform: translateY(100%);
transition: all 500ms ease;
z-index: 1;
}
.team-one__single:hover .team-one__img:before {
transform: translateY(0);
width: 100%;
}
.team-one__img img {
width: 100%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.team-one__single:hover .team-one__img img {
transform: scale(1.05);
}
.team-one__content {
position: absolute;
bottom: 0;
left: 0;
right: 55px;
background: #db5e41;
background: linear-gradient(90deg, rgba(219, 94, 65, 0.964023) 35%, rgba(219, 94, 65, 0.0228466) 77%);
padding-left: 20px;
padding-top: 26px;
padding-bottom: 24px;
z-index: 2;
}
.team-one__sub-title {
color: var(--woodza-white);
line-height: 20px;
}
.team-one__title {
font-size: 24px;
font-weight: 700;
line-height: 30px;
color: var(--woodza-white);
}
.team-one__title a {
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.team-one__title a:hover {
color: var(--woodza-black);
} .counter-one {
position: relative;
display: block;
padding: 70px 0 80px;
}
.counter-one__list {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.counter-one__list li {
position: relative;
flex: 0 0 25%;
max-width: 25%;
width: 100%;
text-align: center;
margin-bottom: 33px;
}
.counter-one__list li:first-child:before {
display: none;
}
.counter-one__list li:before {
position: absolute;
top: 5px;
bottom: 7px;
left: 0;
content: "";
width: 1px;
background-color: #e7d6d2;
}
.counter-one__count-box {
position: relative;
display: block;
}
.counter-one__count-box h3 {
font-size: 65px;
color: var(--woodza-base);
font-weight: 600;
font-family: var(--woodza-font-two) !important;
line-height: 70px !important;
}
.counter-one__plus {
position: relative;
display: inline-block;
font-size: 25px;
color: var(--woodza-base);
top: 19px;
left: -4px;
font-family: var(--woodza-font-two);
}
.counter-one__text {
color: var(--woodza-black);
line-height: 16px;
}
.counter-one__icon {
position: relative;
display: block;
margin-top: 27px;
}
.counter-one__icon span {
position: relative;
display: inline-block;
font-size: 65px;
color: #000000;
transition: all 500ms linear;
transition-delay: 0.1s;
transform: scale(1);
}
.counter-one__list li:hover .counter-one__icon span {
transform: scale(0.9);
color: var(--woodza-base);
}
.counter-one .odometer-formatting-mark {
display: none;
} .testimonial-one {
position: relative;
display: block;
padding: 0 0 120px;
}
.testimonial-one__left {
position: relative;
display: block;
margin-right: 55px;
}
.testimonial-one__left .section-title {
margin-bottom: 36px;
}
.testimonial-one__text {
font-size: 18px;
opacity: .80;
}
.testimonial-one__right {
position: relative;
display: block;
margin-right: -166px;
margin-left: -20px;
}
.testimonial-one__carousel {
position: relative;
display: block;
}
.testimonial-one__single {
position: relative;
display: block;
background-color: #f3efee;
padding: 50px 40px 35px;
}
.testimonial-one__text-2 {
font-size: 23px;
opacity: .80;
line-height: 40px;
}
.testimonial-one__client-info {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #dbd3d2;
padding-top: 35px;
margin-top: 37px;
}
.testimonial-one__client-details {
position: relative;
display: flex;
align-items: center;
}
.testimonial-one__client-img {
position: relative;
display: block;
width: 70px;
}
.testimonial-one__client-details .testimonial-one__client-img img {
width: 100%;
border-radius: 50%;
}
.testimonial-one__client-content {
margin-left: 15px;
}
.testimonial-one__client-content h4 {
font-size: 20px;
color: var(--woodza-gray);
font-weight: 700;
line-height: 30px;
}
.testimonial-one__client-content p {
line-height: 24px;
}
.testimonial-one__quote {
position: relative;
display: block;
}
.testimonial-one__quote span {
position: relative;
display: inline-block;
color: #828282;
font-size: 60px;
}
.testimonial-one__carousel.owl-theme .owl-nav {
position: absolute;
bottom: 34px;
left: -479px;
margin-top: 0 !important;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
height: 45px;
width: 55px;
background-color: #f3efee;
border-radius: 10px;
color: #000000;
font-size: 15px;
text-align: center;
margin: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
margin-right: 20px;
}
.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
color: var(--woodza-white);
background-color: var(--woodza-base);
} .blog-one {
position: relative;
display: block;
padding: 120px 0 0;
overflow: hidden;
z-index: 1;
}
.blog-one-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: -1;
}
.blog-one-bg:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(236, 228, 225, 0.93);
}
.blog-one__top {
position: relative;
display: block;
}
.blog-one__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.blog-one__img {
position: relative;
display: block;
overflow: hidden;
}
.blog-one__img:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(var(--woodza-black-rgb), 0.5);
transform: scale(1, 0);
transition: transform 500ms ease;
transform-origin: top center;
z-index: 1;
}
.blog-one__single:hover .blog-one__img:before {
transform: scale(1, 1);
transform-origin: bottom center;
}
.blog-one__img img {
width: 100%;
transform: scale(1);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__single:hover .blog-one__img img {
transform: scale(1.05);
}
.blog-one__content {
position: relative;
display: block;
background-color: white;
box-shadow: 0px 0px 25px 0px rgba(217, 214, 214, 0.35);
padding: 29px 25px 29px;
}
.blog-one__meta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 15px;
margin-bottom: 20px;
}
.blog-one__meta li {
position: relative;
display: flex;
align-items: center;
}
.blog-one__meta li:before {
content: "";
position: absolute;
top: 6px;
bottom: 6px;
right: -13px;
width: 1px;
background-color: #d7d7d7;
}
.blog-one__meta li:last-child:before {
display: none;
}
.blog-one__meta li+li {
margin-left: 25px;
}
.blog-one__meta li a {
position: relative;
top: -2px;
font-size: 14px;
color: #272626;
opacity: .88;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__meta li a:hover {
color: var(--woodza-base);
}
.blog-one__meta li i {
color: var(--woodza-base);
font-size: 20px;
position: relative;
display: inline-block;
padding-right: 5px;
}
.blog-one__title {
font-size: 24px;
font-weight: 700;
line-height: 36px;
}
.blog-one__title a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__single:hover .blog-one__title a {
color: var(--woodza-base);
}
.blog-one__arrow {
position: relative;
display: block;
margin-top: 11px;
}
.blog-one__arrow a {
position: relative;
display: inline-block;
font-size: 16px;
color: var(--woodza-black);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__arrow a span {
position: relative;
display: inline-block;
font-size: 14px;
top: 3px;
}
.blog-one__single:hover .blog-one__arrow a {
color: var(--woodza-base);
}
.blog-one__tag {
position: absolute;
top: -14px;
left: 25px;
background-color: var(--woodza-base);
padding: 5px 15px;
z-index: 2;
}
.blog-one__tag p {
font-size: 14px;
color: var(--woodza-white);
line-height: 14px;
text-transform: capitalize;
}
.about-history {
position: relative;
display: block;
padding: 60px 0 90px;
}
.about-history__inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.about-history__left {
position: relative;
display: block;
padding-left: 300px;
min-height: 240px;
max-width: 815px;
width: 100%;
}
.about-history__img-one {
position: absolute;
top: 0;
left: 0;
height: 240px;
width: 240px;
border-radius: 50%;
}
.about-history__img-one:before {
position: absolute;
content: "";
bottom: 25px;
right: 70px;
height: 30px;
width: 30px;
background-color: var(--woodza-base);
border-radius: 50%;
z-index: 2;
animation-name: zoomInOut;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
-webkit-animation-name: zoomInOut;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: zoomInOut;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
-ms-animation-name: zoomInOut;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: ease-in-out;
-o-animation-name: zoomInOut;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: ease-in-out;
}
.about-history__left .about-history__img-one>img {
width: 100%;
border-radius: 50%;
}
.about-history__two {
height: 180px;
width: 180px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.about-history__left .about-history__two>img {
width: 100%;
border-radius: 50%;
border: 2px solid #fff;
}
.about-history__content {
position: relative;
display: block;
top: 22px;
}
.about-history__title {
font-size: 45px;
font-weight: 600;
line-height: 55px;
margin-bottom: 24px;
}
.about-history__text {
font-size: 18px;
line-height: 34px;
opacity: .80;
}
.about-history__right {
position: relative;
display: block;
}
.about-history__btn {
background-color: var(--woodza-black);
padding: 17px 35px 16px;
}
.about-history__btn:hover {
color: var(--woodza-black);
}
.about-history__btn:before {
background-color: var(--woodza-base);
}
.about-history__btn:after {
background-color: var(--woodza-base);
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .5s;
transition-property: all;
}
.about-history__btn:hover:after {
background-color: var(--woodza-white);
}
.about-history-tow .about-history__btn:hover:after {
background-color: var(--woodza-base);
} .site-footer {
position: relative;
display: block;
background-color: #292524;
z-index: 1;
}
.site-footer-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: -1;
}
.site-footer-bg:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(41, 37, 36, 0.97);
}
.site-footer__top {
position: relative;
display: block;
padding: 100px 0 100px;
}
.footer-widget__about {
position: relative;
display: block;
margin-right: 25px;
}
.footer-widget__logo {
position: relative;
display: block;
}
.footer-widget__about-text-box {
position: relative;
display: block;
margin-top: 24px;
margin-bottom: 24px;
}
.footer-widget__about-text {
color: #959595;
}
.footer-widget__subscribe-box {
position: relative;
display: block;
}
.footer-widget__subscribe-input-box {
position: relative;
display: block;
background-color: #241f1e;
}
.footer-widget__subscribe-input-box:before {
position: absolute;
content: "";
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border: 1px solid #363231;
}
.footer-widget__subscribe-input-box input[type="email"] {
height: 74px;
width: 100%;
background-color: #241f1e;
outline: none;
font-size: 16px;
color: var(--woodza-white);
opacity: .30;
border: none;
padding-left: 25px;
padding-right: 20px;
}
.footer-widget__subscribe-btn {
position: absolute;
top: 50%;
right: 20px;
width: 40px;
height: 40px;
border: none;
background-color: var(--woodza-base);
font-size: 15px;
color: var(--woodza-white);
transform: translateY(-50%);
padding: 0;
margin: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__subscribe-btn:hover {
background-color: var(--woodza-white);
color: var(--woodza-base);
}
.site-footer__social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 40px;
}
.site-footer__social a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--woodza-white);
font-size: 15px;
height: 50px;
width: 50px;
background-color: #241f1e;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__social a:hover {
background-color: var(--woodza-white);
color: var(--woodza-base);
}
.site-footer__social a+a {
margin-left: 10px;
}
.footer-widget__service {
position: relative;
display: block;
margin-left: 55px;
}
.footer-widget__title-box {
position: relative;
display: block;
margin-bottom: 27px;
z-index: 1;
}
.footer-widget__title-box:before {
content: "";
position: absolute;
top: -4px;
left: -7px;
height: 30px;
width: 30px;
background-color: #222124;
z-index: -1;
}
.footer-widget__title-box:after {
position: absolute;
top: -6px;
left: -6px;
height: 6px;
width: 6px;
content: "";
background-color: var(--woodza-base);
z-index: -1;
}
.footer-widget__title {
font-size: 24px;
color: var(--woodza-white);
line-height: 24px;
font-weight: 700;
}
.footer-widget__service-list {
position: relative;
display: block;
}
.footer-widget__service-list li+li {
margin-top: 9px;
}
.footer-widget__service-list li a {
font-size: 16px;
color: #959595;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__service-list li a:hover {
color: var(--woodza-white);
}
.footer-widget__link {
position: relative;
display: block;
}
.footer-widget__link li+li {
margin-top: 9px;
}
.footer-widget__link li a {
font-size: 16px;
color: #959595;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__link li a:hover {
color: var(--woodza-white);
}
.footer-widget__contact {
position: relative;
display: block;
}
.footer-widget__contact-list {
position: relative;
display: block;
padding-top: 13px;
}
.footer-widget__contact-list li {
position: relative;
display: block;
padding-left: 60px;
min-height: 45px;
}
.footer-widget__contact-list li+li {
margin-top: 20px;
}
.footer-widget__contact-list .icon {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
height: 45px;
width: 45px;
background-color: #241f1e;
border-radius: 50%;
font-size: 20px;
color: var(--woodza-base);
top: 0;
left: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__contact-list li:hover .icon {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.footer-widget__contact-list .text {
position: relative;
display: block;
top: 3px;
}
.footer-widget__contact-list .text p {
font-size: 16px;
color: #959595;
}
.footer-widget__contact-list .text p a {
font-size: 16px;
color: #959595;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__contact-list li:hover .text p a {
color: var(--woodza-white);
}
.site-footer__bottom {
position: relative;
display: block;
background-color: #24201f;
}
.site-footer__bottom-inner {
position: relative;
display: block;
text-align: center;
padding: 34px 0;
}
.site-footer__bottom-text {
color: var(--woodza-white);
opacity: .80;
}
.site-footer__bottom-text a {
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__bottom-text a:hover {
color: var(--woodza-base);
} .why-choose-two {
position: relative;
display: block;
background-color: #faf7f6;
padding: 120px 0 165px;
}
.why-choose-two-shape-1 {
position: absolute;
top: 0;
left: 0;
}
.why-choose-two-shape-1 img {
width: auto;
}
.why-choose-two-shape-2 {
position: absolute;
top: 0;
right: 0;
}
.why-choose-two-shape-2 img {
width: auto;
}
.why-choose-two__left {
position: relative;
display: block;
}
.why-choose-two__left .section-title-two {
margin-bottom: 39px;
}
.why-choose-two__text-1 {
font-size: 18px;
line-height: 34px;
opacity: .80;
margin-right: 62px;
}
.why-choose-two__unique-work {
position: relative;
display: flex;
align-items: center;
margin-top: 39px;
margin-bottom: 35px;
}
.why-choose-two__unique-work-icon {
height: 105px;
width: 110px;
background-color: #f3f0ef;
display: flex;
align-items: center;
justify-content: center;
}
.why-choose-two__unique-work-icon span {
font-size: 90px;
color: var(--woodza-base);
position: relative;
display: inline-block;
}
.why-choose-two__unique-work-content {
margin-left: 35px;
}
.why-choose-two__unique-work-text {
font-size: 24px;
color: var(--woodza-base);
line-height: 34px;
}
.why-choose-two__text-2 {
font-size: 18px;
line-height: 34px;
opacity: .80;
}
.why-choose-two__bottom {
position: relative;
display: flex;
align-items: center;
margin-top: 44px;
}
.why-choose-two__bottom-left {
position: relative;
display: flex;
align-items: center;
}
.why-choose-two__bottom-icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 80px;
background-color: #f5f1f0;
border-radius: 50%;
}
.why-choose-two__bottom-icon span {
position: relative;
display: inline-block;
font-size: 45px;
color: var(--woodza-black);
}
.why-choose-two__bottom-content {
margin-left: 20px;
}
.why-choose-two__bottom-content h5 {
font-size: 24px;
font-weight: 700;
line-height: 24px;
margin-bottom: 7px;
}
.why-choose-two__bottom-content p {
font-size: 15px;
opacity: .80;
}
.why-choose-two__bottom-right {
position: relative;
display: flex;
align-items: center;
margin-left: 35px;
}
.why-choose-two__bottom-user-img {
position: relative;
display: block;
z-index: 1;
}
.why-choose-two__bottom-user-img:before {
position: absolute;
top: 3px;
left: -3px;
bottom: -3px;
right: 0px;
content: "";
background-color: var(--woodza-base);
z-index: -1;
}
.why-choose-two__bottom-user-img>img {
width: auto;
}
.why-choose-two__bottom-user-sign {
margin-left: 20px;
}
.why-choose-two__bottom-user-sign>img {
width: auto;
}
.why-choose-two__right {
position: relative;
display: block;
margin-left: 23px;
margin-right: 57px;
}
.why-choose-two__img-box {
position: relative;
display: block;
z-index: 1;
}
.why-choose-two__img-box:before {
position: absolute;
top: 58px;
right: -40px;
height: 380px;
width: 40px;
background-color: var(--woodza-base);
content: "";
z-index: -1;
}
.why-choose-two__img-box:after {
position: absolute;
top: 85px;
right: -10px;
height: 227px;
width: 10px;
background-color: #faf7f6;
content: "";
z-index: -1;
}
.why-choose-two__img {
position: relative;
display: block;
z-index: 1;
}
.why-choose-two__img:before {
position: absolute;
top: 155px;
left: -20px;
content: "";
border-style: solid;
border-width: 1px;
border-color: #e5dedc;
background-color: rgba(219, 94, 65, 0);
width: 378px;
height: 562px;
z-index: -1;
}
.why-choose-two__img>img {
width: 100%;
}
.why-choose-two__img-two {
position: absolute;
bottom: -185px;
right: -57px;
z-index: 2;
}
.why-choose-two__right .why-choose-two__img-two>img {
width: auto;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
}
.why-choose-two__customer-service {
position: absolute;
bottom: -112px;
left: 15px;
background-color: var(--woodza-base);
display: flex;
align-items: center;
padding: 33px 30px 33px;
z-index: 2;
}
.why-choose-two__customer-service:before {
position: absolute;
content: "";
height: 30px;
width: 3px;
top: 6px;
left: 7px;
background-color: var(--woodza-white);
}
.why-choose-two__customer-service:after {
position: absolute;
content: "";
height: 30px;
width: 3px;
top: 12px;
left: 13px;
background-color: var(--woodza-white);
}
.why-choose-two__customer-service-icon {
position: relative;
display: flex;
align-items: center;
}
.why-choose-two__customer-service-icon span {
position: relative;
display: inline-block;
font-size: 65px;
color: var(--woodza-white);
}
.why-choose-two__customer-service-content {
margin-left: 24px;
}
.why-choose-two__customer-service-content h4 {
font-size: 20px;
color: var(--woodza-white);
font-family: var(--woodza-font);
font-weight: 400;
line-height: 32px;
}
.why-choose-two__customer-service-dot {
position: absolute;
top: 5px;
right: 5px;
}
.why-choose-two__customer-service-dot>img {
width: auto;
}
.why-choose-two__dot {
position: absolute;
left: 0;
bottom: -140px;
z-index: -1;
}
.why-choose-two__dot>img {
width: auto;
-webkit-animation-name: shapeMover;
animation-name: shapeMover;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} .famous-company-two {
position: relative;
display: block;
z-index: 1;
}
.famous-company-two:before {
position: absolute;
top: 0;
left: 0;
right: 0;
content: "";
background-color: #faf7f6;
height: 325px;
z-index: -1;
}
.famous-company-two__top {
position: relative;
display: block;
margin-bottom: 49px;
}
.famous-company-two__top-left {
position: relative;
display: block;
margin-top: -14px;
}
.famous-company-two__title {
font-size: 50px;
line-height: 60px;
font-weight: 700;
}
.famous-company-two__top-right {
position: relative;
display: block;
margin-left: 15px;
margin-top: -10px;
}
.famous-company-two__top-text {
font-size: 18px;
line-height: 34px;
opacity: .80;
} .about-history-tow {
position: relative;
display: block;
padding: 60px 0 80px;
} .services-two {
position: relative;
display: block;
background-color: var(--woodza-black);
padding: 120px 0 130px;
z-index: 1;
}
.services-two-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: -1;
}
.services-two-bg:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(16, 16, 28, 0.88);
}
.services-two .section-title-two__tagline {
color: var(--woodza-white);
}
.services-two .section-title-two__tagline:before {
background-color: #2c2c39;
}
.services-two .section-title-two__title {
color: var(--woodza-white);
}
.services-two__text-1 {
font-size: 18px;
color: var(--woodza-white);
opacity: .80;
padding-top: 31px;
}
.services-two__single {
position: relative;
display: block;
margin-bottom: 30px;
}
.services-two__img {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.services-two__img:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(var(--woodza-black-rgb), 0.3);
transform: scaleY(0);
transform-origin: center;
transform-style: preserve-3d;
transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
z-index: 1;
}
.services-two__single:hover .services-two__img:before {
transform: scaleY(1);
}
.services-two__img img {
width: 100%;
}
.services-two__content {
position: relative;
display: block;
background-color: var(--woodza-white);
padding: 65px 30px 35px;
}
.services-two__icon {
position: absolute;
top: -46px;
left: 20px;
background-color: #292321;
height: 90px;
width: 90px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border-style: solid;
border-width: 2px;
border-color: #aaa19a;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 2;
}
.services-two__single:hover .services-two__icon {
background-color: var(--woodza-base);
border-color: var(--woodza-base);
}
.services-two__icon span {
position: relative;
display: inline-block;
font-size: 45px;
color: var(--woodza-white);
transition: all 500ms linear;
transition-delay: 0.1s;
transform: scale(1);
}
.services-two__single:hover .services-two__icon span {
transform: scale(0.9);
}
.services-two__title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
}
.services-two__title a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-two__single:hover .services-two__title a {
color: var(--woodza-base);
}
.services-two__text-2 {
color: var(--woodza-black);
opacity: .80;
padding-top: 11px;
padding-bottom: 29px;
}
.services-two__arrow {
position: relative;
display: block;
}
.services-two__arrow a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 50px;
background-color: var(--woodza-black);
font-size: 15px;
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-two__single:hover .services-two__arrow a {
background-color: var(--woodza-base);
}
.services-two__arrow a i {
position: relative;
display: inline-block;
transform: rotate(-45deg);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.services-two__single:hover .services-two__arrow a i {
transform: rotate(0deg);
}
.services-two__shape-1 {
position: absolute;
bottom: 10px;
right: 10px;
height: 16px;
width: 16px;
background-color: var(--woodza-black);
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.services-two__single:hover .services-two__shape-1 {
transform: scale(0.9);
}
.services-two__shape-1:before {
position: absolute;
content: "";
top: -9px;
left: -11px;
height: 8px;
width: 8px;
background-color: var(--woodza-base);
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.services-two__single:hover .services-two__shape-1:before {
transform: scale(1.2);
} .problem-solved-two {
position: relative;
display: block;
padding: 120px 0 120px;
}
.problem-solved-two__left {
position: relative;
display: block;
margin-right: 30px;
}
.problem-solved-two__img {
position: relative;
display: block;
}
.problem-solved-two__img img {
width: 100%;
}
.problem-solved-two__year {
position: absolute;
bottom: 30px;
right: -30px;
background-color: var(--woodza-base);
display: flex;
align-items: center;
padding-left: 20px;
padding-right: 35px;
padding-top: 15px;
padding-bottom: 15px;
border-top-right-radius: 37px;
border-bottom-right-radius: 37px;
overflow: hidden;
z-index: 1;
}
.problem-solved-two__year-icon {
position: relative;
display: flex;
align-items: center;
}
.problem-solved-two__year-icon span {
position: relative;
display: inline-block;
font-size: 45px;
color: var(--woodza-white);
}
.problem-solved-two__title-box {
margin-left: 10px;
}
.problem-solved-two__title {
font-size: 20px;
color: var(--woodza-white);
line-height: 30px;
font-weight: 600;
}
.problem-solved-two__year-shape-1 {
position: absolute;
top: -28px;
left: -20px;
border-radius: 50%;
background-color: #d25133;
width: 52px;
height: 52px;
z-index: -1;
}
.problem-solved-two__year-shape-2 {
position: absolute;
top: -20px;
right: -17px;
border-radius: 50%;
background-color: #d25133;
width: 52px;
height: 52px;
z-index: -1;
}
.problem-solved-two__year-dot {
position: absolute;
bottom: -4px;
left: 0px;
}
.problem-solved-two__year-dot img {
width: auto;
}
.problem-solved-two__right {
position: relative;
display: block;
margin-left: 30px;
margin-right: 45px;
margin-top: -14px;
}
.problem-solved-two__right-title {
position: relative;
display: block;
}
.problem-solved-two__right-title h2 {
font-size: 65px;
font-weight: 700;
line-height: 70px;
margin-bottom: 34px;
}
.problem-solved-two__right-title p {
font-size: 20px;
line-height: 34px;
color: var(--woodza-base);
}
.problem-solved-two__points {
position: relative;
display: block;
margin-top: 41px;
}
.problem-solved-two__points li {
position: relative;
display: block;
padding-left: 90px;
}
.problem-solved-two__points li+li {
margin-top: 31px;
}
.problem-solved-two__points li {
position: relative;
display: block;
}
.problem-solved-two__points li .icon {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
height: 65px;
width: 65px;
background-color: var(--woodza-black);
border-radius: 50%;
top: 9px;
left: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.problem-solved-two__points li:hover .icon {
background-color: var(--woodza-base);
}
.problem-solved-two__points li .icon span {
position: relative;
display: inline-block;
font-size: 35px;
color: var(--woodza-white);
}
.problem-solved-two__points li .text {
position: relative;
display: block;
}
.problem-solved-two__points li .text h4 {
font-size: 24px;
font-weight: 700;
line-height: 34px;
margin-bottom: 8px;
}
.problem-solved-two__points li .text p {
color: var(--woodza-black);
opacity: .80;
line-height: 30px;
}
.problem-solved-two__progress {
position: relative;
display: block;
width: 100%;
margin-top: 46px;
}
.problem-solved-two__progress-single {
position: relative;
display: block;
}
.problem-solved-two__progress-title {
font-size: 20px;
line-height: 20px;
margin-bottom: 17px;
font-weight: 600;
}
.problem-solved-two__progress .bar {
position: relative;
width: 100%;
height: 18px;
border-radius: 0;
border: 1px solid var(--woodza-black);
margin-bottom: 13px;
}
.problem-solved-two__progress .bar-inner {
position: relative;
display: block;
width: 0px;
height: 6px;
border-radius: 0;
top: 5px;
left: 5px;
background: var(--woodza-base);
-webkit-transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
transition: all 1500ms ease;
}
.problem-solved-two__progress .count-text {
position: absolute;
right: -15px;
bottom: 24px;
color: var(--woodza-black);
line-height: 26px;
font-size: 16px;
text-align: center;
font-weight: 500;
opacity: 0;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.problem-solved-two__progress .bar-inner.counted .count-text {
opacity: 1;
}
.problem-solved-two__progress .bar.marb-0 {
margin-bottom: 0;
} .project-two {
position: relative;
display: block;
padding: 0 0 150px;
}
.project-two__top {
position: relative;
display: block;
}
.project-two__left {
position: relative;
display: block;
}
.project-two__right {
position: relative;
display: block;
margin-left: 20px;
margin-top: 48px;
}
.project-two__right-text {
font-size: 18px;
opacity: .80;
}
.project-two__bottom {
position: relative;
display: block;
}
.project-two__container {
position: relative;
display: block;
max-width: 1600px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}
.project-two__carousel {
position: relative;
display: block;
}
.project-two__carousel.owl-carousel .owl-stage-outer {
overflow: visible;
}
.project-two__carousel.owl-carousel .owl-item {
opacity: 0;
visibility: hidden;
transition: opacity 500ms ease, visibility 500ms ease;
}
.project-two__carousel.owl-carousel .owl-item.active {
opacity: 1;
visibility: visible;
}
.project-two__carousel.owl-carousel .owl-dots {
position: absolute;
bottom: -65px;
left: 0px;
right: 0;
text-align: center;
margin: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.project-two__carousel.owl-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid var(--woodza-base);
margin: 0px 10px;
padding: 0px;
transition: all 100ms linear;
transition-delay: 0.1s;
}
.project-two__carousel.owl-carousel .owl-dots .owl-dot:before {
position: absolute;
top: -6px;
left: -6px;
right: -6px;
bottom: -6px;
content: "";
border: 1px solid #cbcbcb;
border-radius: 50%;
transform: scale(0);
transition: all 100ms linear;
transition-delay: 0.1s;
}
.project-two__carousel.owl-carousel .owl-dot.active:before {
transform: scale(1);
}
.project-one__carousel.owl-carousel .owl-dot:focus {
outline: none;
}
.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
display: none;
}
.project-two__single {
position: relative;
display: block;
z-index: 1;
}
.project-two__img {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
}
.project-two__img:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(var(--woodza-black-rgb), 0.3);
transform: translateY(-50px);
transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
visibility: hidden;
opacity: 0;
}
.project-two__single:hover .project-two__img:before {
visibility: visible;
transform: translateY(0%);
opacity: 1;
}
.project-two__img img {
width: 100%;
}
.project-two__content {
position: relative;
display: flex;
background-color: white;
box-shadow: 0px 0px 35px 0px rgba(180, 181, 184, 0.35);
padding: 26px 25px 26px;
align-items: center;
justify-content: space-between;
border-left: 2px solid var(--woodza-black);
z-index: 1;
}
.project-two__content:before {
position: absolute;
top: 50%;
left: -2px;
height: 55px;
width: 2px;
background-color: var(--woodza-base);
content: "";
transform: translateY(-50%) scaleY(0);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.project-two__single:hover .project-two__content:before {
transform: translateY(-50%) scaleY(1);
}
.project-two__title-box {
position: relative;
display: block;
}
.project-two__title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
}
.project-two__title a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.project-two__single:hover .project-two__title a {
color: var(--woodza-base);
}
.project-two__sub-title {
color: var(--woodza-base);
line-height: 30px;
}
.project-two__arrow {
position: relative;
display: block;
}
.project-two__arrow a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 50px;
background-color: #dad8d7;
font-size: 15px;
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.project-two__single:hover .project-two__arrow a {
background-color: var(--woodza-base);
} .testimonial-two {
position: relative;
display: block;
padding: 310px 0 220px;
margin-top: -190px;
z-index: 1;
}
.testimonial-two:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(250, 244, 243, 0.75);
z-index: -1;
}
.testimonial-two-shape-1 {
position: absolute;
top: 200px;
left: 0;
right: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 803px;
opacity: 0.04;
z-index: -1;
}
.testimonial-two__carousel {
position: relative;
display: block;
}
.testimonial-two__carousel.owl-carousel .owl-dots {
position: absolute;
bottom: -100px;
left: 0px;
right: 0;
text-align: center;
margin: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid var(--woodza-base);
margin: 0px 10px;
padding: 0px;
transition: all 100ms linear;
transition-delay: 0.1s;
}
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot:before {
position: absolute;
top: -6px;
left: -6px;
right: -6px;
bottom: -6px;
content: "";
border: 1px solid #cbcbcb;
border-radius: 50%;
transform: scale(0);
transition: all 100ms linear;
transition-delay: 0.1s;
}
.testimonial-two__carousel.owl-carousel .owl-dot.active:before {
transform: scale(1);
}
.testimonial-two__carousel.owl-carousel .owl-dot:focus {
outline: none;
}
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
display: none;
}
.testimonial-two__single {
position: relative;
display: block;
}
.testimonial-two__content {
position: relative;
display: block;
background-color: var(--woodza-white);
padding: 39px 35px 39px;
border-radius: 10px;
}
.testimonial-two__text {
font-size: 20px;
line-height: 36px;
opacity: .80;
}
.testimonial-two__client-info {
position: relative;
display: flex;
align-items: center;
margin-top: 45px;
}
.testimonial-two__client-img {
position: relative;
display: block;
width: 60px;
height: 60px;
}
.testimonial-two__single .testimonial-two__client-img img {
width: 100%;
border-radius: 50%;
}
.testimonial-two__client-details {
margin-left: 15px;
}
.testimonial-two__client-name {
font-size: 20px;
font-weight: 700;
line-height: 30px;
}
.testimonial-two__client-sub-title {
font-size: 16px;
line-height: 20px;
opacity: .70;
} .blog-two {
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 .row {
--bs-gutter-x: 0px;
}
.problem-solved-three__left {
position: relative;
background-color: #040408;
display: flex;
align-items: center;
padding: 24px 20px 24px;
z-index: 1;
}
.problem-solved-three__img-box {
position: relative;
display: block;
height: 212px;
width: 212px;
border-radius: 50%;
background-color: #1b1b23;
padding: 17px;
}
.problem-solved-three__img {
position: relative;
display: block;
border-radius: 50%;
height: 175px;
width: 175px;
}
.problem-solved-three__img-box .problem-solved-three__img img {
border-radius: 50%;
width: 100%;
}
.problem-solved-three__img:before {
content: "";
position: absolute;
height: 30px;
width: 30px;
background-color: var(--woodza-base);
border-radius: 50%;
top: 50%;
left: -15px;
transform: translateY(-50%);
animation-name: zoomInOut;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
-webkit-animation-name: zoomInOut;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: zoomInOut;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
-ms-animation-name: zoomInOut;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: ease-in-out;
-o-animation-name: zoomInOut;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: ease-in-out;
}
.problem-solved-three__content {
margin-left: 30px;
}
.problem-solved-three__title {
font-size: 30px;
color: var(--woodza-white);
font-weight: 700;
line-height: 40px;
margin-bottom: 19px;
}
.problem-solved-three__text {
color: var(--woodza-white);
opacity: .80;
line-height: 30px;
}
.problem-solved-three__right {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
background-color: var(--woodza-base);
padding: 48px 50px 49px;
overflow: hidden;
z-index: 1;
}
.problem-solved-three__call {
position: relative;
display: block;
max-width: 271px;
}
.problem-solved-three__sub-title {
font-size: 30px;
color: var(--woodza-white);
font-weight: 700;
line-height: 40px;
margin-bottom: 10px;
}
.problem-solved-three__call a {
font-size: 22px;
font-weight: 700;
color: var(--woodza-white);
font-family: var(--woodza-font-two);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.problem-solved-three__call a:hover {
color: var(--woodza-black);
}
.problem-solved-three__call a span {
position: relative;
display: inline-block;
font-size: 25px;
top: 6px;
padding-right: 5px;
}
.problem-solved-three__text-2 {
font-size: 16px;
color: var(--woodza-white);
opacity: .50;
line-height: 30px;
padding-top: 18px;
}
.problem-solved-three__trusted {
position: relative;
display: block;
}
.problem-solved-three__trusted-img {
position: relative;
display: block;
height: 143px;
width: 143px;
z-index: 1;
}
.problem-solved-three__trusted-img:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(83, 49, 42, 0.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 .problem-solved-three__trusted-img img {
width: 100%;
border-radius: 50%;
}
.problem-solved-three__trusted-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
.problem-solved-three__trusted-content p {
font-size: 16px;
font-weight: 500;
color: var(--woodza-white);
line-height: 21px;
}
.problem-solved-three__trusted-content h3 {
font-size: 34px;
color: var(--woodza-white);
font-weight: 600;
font-family: var(--woodza-font-two) !important;
line-height: 34px !important;
}
.problem-solved-three__trusted-content .odometer-formatting-mark {
display: none;
}
.problem-solved-three__shape-1 {
position: absolute;
top: -70px;
left: -88px;
border-radius: 50%;
background-color: #cb4b2d;
width: 206px;
height: 206px;
z-index: -1;
}
.problem-solved-three__shape-2 {
position: absolute;
bottom: -65px;
right: -135px;
border-radius: 50%;
background-color: #cb4b2d;
width: 206px;
height: 206px;
z-index: -1;
} .why-choose-three {
position: relative;
display: block;
padding: 250px 0 120px;
background-color: #faf7f6;
margin-top: -130px;
}
.why-choose-three-shape-1 {
position: absolute;
top: 0;
left: 0;
}
.why-choose-three-shape-1 img {
width: auto;
}
.why-choose-three-shape-2 {
position: absolute;
top: 0;
right: 0;
}
.why-choose-three-shape-2 img {
width: auto;
}
.why-choose-three__left {
position: relative;
display: block;
margin-left: 35px;
margin-right: 110px;
z-index: 1;
}
.why-choose-three__left:before {
position: absolute;
top: 0;
left: -35px;
content: "";
background-color: var(--woodza-base);
width: 321px;
height: 631px;
z-index: -1;
}
.why-choose-three__img-box {
position: relative;
display: block;
z-index: 1;
}
.why-choose-three__img-box:before {
content: "";
position: absolute;
top: 150px;
left: -10px;
height: 225px;
width: 10px;
background-color: var(--woodza-white);
}
.why-choose-three__img-box:after {
content: "";
position: absolute;
top: 115px;
left: -20px;
height: 65px;
width: 5px;
background-color: var(--woodza-white);
}
.why-choose-three__img {
position: relative;
display: block;
z-index: 1;
}
.why-choose-three__img:before {
content: "";
position: absolute;
bottom: 105px;
right: -10px;
height: 225px;
width: 10px;
background-color: var(--woodza-black);
}
.why-choose-three__img:after {
content: "";
position: absolute;
top: 20px;
right: -23px;
height: 65px;
width: 5px;
background-color: var(--woodza-base);
}
.why-choose-three__img-box .why-choose-three__img>img {
width: 100%;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.why-choose-three__dot {
position: absolute;
right: -20px;
bottom: -50px;
z-index: -1;
}
.why-choose-three__dot>img {
width: auto;
-webkit-animation-name: shapeMover;
animation-name: shapeMover;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.why-choose-three__img-two {
position: absolute;
bottom: -280px;
left: -17px;
z-index: 2;
}
.why-choose-three__img-box .why-choose-three__img-two>img {
width: auto;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.why-choose-three__border {
position: absolute;
right: -44px;
top: 150px;
border-style: solid;
border-width: 1px;
border-color: #e5dedc;
background-color: rgba(219, 94, 65, 0);
width: 456px;
height: 562px;
}
.why-choose-three__customer-service {
position: absolute;
bottom: -225px;
right: -81px;
background-color: var(--woodza-base);
display: flex;
align-items: center;
padding: 33px 30px 33px;
z-index: 2;
}
.why-choose-three__customer-service:before {
position: absolute;
content: "";
height: 30px;
width: 3px;
top: 6px;
left: 7px;
background-color: var(--woodza-white);
}
.why-choose-three__customer-service:after {
position: absolute;
content: "";
height: 30px;
width: 3px;
top: 12px;
left: 13px;
background-color: var(--woodza-white);
}
.why-choose-three__customer-service-icon {
position: relative;
display: flex;
align-items: center;
}
.why-choose-three__customer-service-icon span {
position: relative;
display: inline-block;
font-size: 65px;
color: var(--woodza-white);
}
.why-choose-three__customer-service-content {
margin-left: 24px;
}
.why-choose-three__customer-service-content h4 {
font-size: 20px;
color: var(--woodza-white);
font-family: var(--woodza-font);
font-weight: 400;
line-height: 32px;
}
.why-choose-three__customer-service-dot {
position: absolute;
top: 5px;
right: 5px;
}
.why-choose-three__customer-service-dot>img {
width: auto;
}
.why-choose-three__right {
position: relative;
display: block;
}
.why-choose-three__right .section-title {
margin-bottom: 39px;
}
.why-choose-three__text-1 {
font-size: 18px;
line-height: 34px;
opacity: .80;
}
.why-choose-three__points {
position: relative;
display: block;
margin-top: 39px;
margin-bottom: 60px;
}
.why-choose-three__points li {
position: relative;
display: flex;
align-items: center;
}
.why-choose-three__points li+li {
margin-top: 20px;
}
.why-choose-three__points li .icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 32px;
width: 32px;
background-color: #eee5e2;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.why-choose-three__points li:hover .icon {
background-color: var(--woodza-base);
}
.why-choose-three__points li .icon span {
position: relative;
display: inline-block;
font-size: 14px;
color: var(--woodza-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.why-choose-three__points li:hover .icon span {
color: var(--woodza-white);
}
.why-choose-three__points li .text {
margin-left: 10px;
}
.why-choose-three__points li .text p {
font-size: 18px;
color: var(--woodza-black);
font-weight: 500;
}
.why-choose-three__user {
position: relative;
display: flex;
align-items: center;
}
.why-choose-three__user-left {
position: relative;
display: block;
}
.why-choose-three__user-left-img-box {
position: relative;
display: block;
background-color: #e1dad7;
height: 215px;
width: 215px;
border-radius: 50%;
padding: 20px;
}
.why-choose-three__user-left-img {
position: relative;
display: block;
border-radius: 50%;
height: 175px;
width: 175px;
}
.why-choose-three__user-left-img:before {
content: "";
position: absolute;
top: 50%;
left: -13px;
height: 30px;
width: 30px;
background-color: var(--woodza-base);
border-radius: 50%;
transform: translateY(-50%);
animation-name: zoomInOut;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
-webkit-animation-name: zoomInOut;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: zoomInOut;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
-ms-animation-name: zoomInOut;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: ease-in-out;
-o-animation-name: zoomInOut;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: ease-in-out;
}
.why-choose-three__user-left-img-box .why-choose-three__user-left-img img {
width: 100%;
border-radius: 50%;
}
.why-choose-three__user-right {
margin-left: 35px;
}
.why-choose-three__user-text {
font-size: 18px;
line-height: 34px;
opacity: .80;
}
.why-choose-three__user-box {
position: relative;
display: flex;
align-items: center;
margin-top: 24px;
}
.why-choose-one__user-box-img {
position: relative;
display: block;
z-index: 1;
}
.why-choose-one__user-box-img:before {
position: absolute;
top: 3px;
left: -3px;
bottom: -3px;
right: 0px;
content: "";
background-color: var(--woodza-base);
z-index: -1;
}
.why-choose-one__user-box-img img {
width: auto;
}
.why-choose-one__user-box-sign {
margin-left: 20px;
}
.why-choose-one__user-box-sign img {
width: auto;
} .testimonial-three {
position: relative;
display: block;
padding: 120px 0 231px;
background-color: #dfd3d0;
z-index: 1;
}
.testimonial-three-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
width: 963px;
z-index: -1;
}
@media (max-width: 1790px) {
.testimonial-three-bg {
left: -10%;
}
}
@media (max-width: 1430px) {
.testimonial-three-bg {
display: none;
}
}
.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, 0.120886) 10%, rgba(223, 211, 208, 0.994835) 45%);
}
.testimonial-three__left {
position: relative;
display: block;
margin-right: 55px;
}
.testimonial-three__left .section-title {
margin-bottom: 36px;
}
.testimonial-three__text {
font-size: 18px;
opacity: .80;
}
.testimonial-three__right {
position: relative;
display: block;
margin-right: -166px;
margin-left: -20px;
}
.testimonial-three__carousel {
position: relative;
display: block;
}
.testimonial-three__single {
position: relative;
display: block;
background-color: #fff;
padding: 50px 40px 35px;
}
.testimonial-three__text-2 {
font-size: 23px;
opacity: .80;
line-height: 40px;
}
.testimonial-three__client-info {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #dbd3d2;
padding-top: 35px;
margin-top: 37px;
}
.testimonial-three__client-details {
position: relative;
display: flex;
align-items: center;
}
.testimonial-three__client-img {
position: relative;
display: block;
width: 70px;
}
.testimonial-three__single .testimonial-three__client-img img {
width: 100%;
border-radius: 50%;
}
.testimonial-three__client-content {
margin-left: 15px;
}
.testimonial-three__client-content h4 {
font-size: 20px;
color: var(--woodza-gray);
font-weight: 700;
line-height: 30px;
}
.testimonial-three__client-content p {
line-height: 24px;
}
.testimonial-three__quote {
position: relative;
display: block;
}
.testimonial-three__quote span {
position: relative;
display: inline-block;
color: #828282;
font-size: 60px;
}
.testimonial-three__carousel.owl-theme .owl-nav {
position: absolute;
bottom: 34px;
left: -479px;
margin-top: 0 !important;
}
.testimonial-three__carousel.owl-theme .owl-nav .owl-next,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
height: 45px;
width: 55px;
background-color: #f3efee;
border-radius: 10px;
color: #000000;
font-size: 15px;
text-align: center;
margin: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
margin-right: 20px;
}
.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
color: var(--woodza-white);
background-color: var(--woodza-base);
} .counter-two {
position: relative;
display: block;
margin-top: -110px;
z-index: 1;
}
.counter-two__inner {
position: relative;
display: block;
border-radius: 10px;
background-color: white;
box-shadow: 0px 0px 35px 0px rgba(210, 207, 206, 0.35);
padding: 66px 0 10px;
z-index: 1;
}
.counter-two-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 10px;
opacity: .10;
z-index: -1;
}
.counter-two__list {
position: relative;
display: flex;
align-items: center;
margin: 0;
flex-wrap: wrap;
}
.counter-two__list li {
position: relative;
flex: 0 0 25%;
max-width: 25%;
width: 100%;
text-align: center;
margin-bottom: 33px;
}
.counter-two__list li:first-child:before {
display: none;
}
.counter-two__list li:before {
position: absolute;
top: 5px;
bottom: 7px;
left: 0;
content: "";
width: 1px;
background-color: #e7d6d2;
}
.counter-two__count-box {
position: relative;
display: block;
}
.counter-two__count-box h3 {
font-size: 65px;
color: var(--woodza-base);
font-weight: 600;
font-family: var(--woodza-font-two) !important;
line-height: 70px !important;
}
.counter-two__plus {
position: relative;
display: inline-block;
font-size: 25px;
color: var(--woodza-base);
top: 19px;
left: -4px;
font-family: var(--woodza-font-two);
}
.counter-two__text {
color: var(--woodza-black);
line-height: 16px;
}
.counter-two__icon {
position: relative;
display: block;
margin-top: 27px;
}
.counter-two__icon span {
position: relative;
display: inline-block;
font-size: 65px;
color: #000000;
transition: all 500ms linear;
transition-delay: 0.1s;
transform: scale(1);
}
.counter-two__list li:hover .counter-two__icon span {
transform: scale(0.9);
color: var(--woodza-base);
}
.counter-two .odometer-formatting-mark {
display: none;
} .contact-one {
position: relative;
display: block;
padding: 120px 0 120px;
}
.contact-one .row {
--bs-gutter-x: 0px;
}
.contact-one__left {
position: relative;
display: block;
border: 1px solid #ece6e6;
padding: 67px 50px 55px;
overflow: hidden;
z-index: 1;
}
.contact-one__shape-1 {
position: absolute;
top: -235px;
left: -207px;
border-radius: 50%;
background-color: #db5e41;
width: 319px;
height: 319px;
z-index: 1;
}
.contact-one__shape-2 {
position: absolute;
top: -242px;
left: -175px;
border-radius: 50%;
background-color: #e4cbc5;
width: 319px;
height: 319px;
z-index: -1;
-webkit-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}
.contact-one__title {
position: relative;
display: block;
}
.contact-one__title h2 {
font-size: 45px;
font-weight: 700;
line-height: 55px;
}
.contact-one__title p {
opacity: .80;
padding-top: 24px;
padding-bottom: 34px;
}
.contact-one__list {
position: relative;
display: block;
}
.contact-one__list li {
position: relative;
display: flex;
align-items: center;
}
.contact-one__list li+li {
border-top: 1px solid #efe7e6;
margin-top: 25px;
padding-top: 17px;
}
.contact-one__list li .icon {
height: 60px;
width: 60px;
background-color: #554540;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-one__list li:hover .icon {
background-color: var(--woodza-base);
}
.contact-one__list li .content {
margin-left: 15px;
}
.contact-one__list li .content p {
font-size: 15px;
color: var(--woodza-black);
line-height: 20px;
padding-bottom: 5px;
}
.contact-one__list li .content h4 {
font-size: 20px;
font-weight: 600;
line-height: 25px;
}
.contact-one__list li .content h4 a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-one__list li:hover .content h4 a {
color: var(--woodza-base);
}
.contact-one__right {
position: relative;
display: block;
}
.contact-one__right .comment-one__form {
position: relative;
display: block;
background-color: white;
box-shadow: 0px 0px 35px 0px rgba(208, 208, 208, 0.35);
padding: 50px 40px 18px;
}
.contact-one__right .comment-one__form .row {
--bs-gutter-x: 20px;
}
.contact-one__right .comment-form__input-box {
position: relative;
display: block;
margin-bottom: 30px;
}
.contact-one__right .comment-form__input-box input[type="text"],
.contact-one__right .comment-form__input-box input[type="email"] {
height: 55px;
width: 100%;
border: 1px solid #dedede;
background-color: transparent;
padding-left: 20px;
padding-right: 20px;
outline: none;
font-size: 16px;
color: var(--woodza-black);
display: block;
border-radius: 0;
font-weight: 400;
opacity: .80;
}
.contact-one__right .comment-form__input-box textarea {
font-size: 16px;
color: var(--woodza-black);
height: 185px;
width: 100%;
background-color: transparent;
padding: 10px 20px 10px;
border: 1px solid #dedede;
border-radius: 0px;
outline: none;
margin-bottom: 0px;
font-weight: 400;
opacity: .80;
}
.contact-one__right .comment-form__btn {
border: none;
width: 100%;
text-align: center;
background-color: #554640;
font-size: 16px;
color: var(--woodza-white);
font-weight: 500;
padding: 19.5px 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-one__right .comment-form__btn:hover {
background-color: var(--woodza-base);
}
.contact-one__right .comment-form__input-box.text-message-box {
height: 185px;
margin-bottom: 20px;
} .page-header {
position: relative;
display: block;
padding: 127px 0 129px;
background-color: #eef0f6;
z-index: 1;
margin-top: -20px;
}
.page-header-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
z-index: -1;
background-color: var(--woodza-black);
}
.page-header-bg:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 370px;
content: "";
background: #281f1a;
background: linear-gradient(90deg, #281f1a 19%, rgba(40, 31, 26, 0.0200455) 85%);
}
.page-header__inner {
position: relative;
display: block;
text-align: center;
z-index: 15;
}
.page-header__inner h2 {
font-size: 70px;
color: var(--woodza-white);
font-weight: 700;
line-height: 80px;
margin-bottom: 6px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.page-header__inner h2 b {
color: #fff;
}
.thm-breadcrumb {
position: relative;
display: block;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0;
}
.thm-breadcrumb li {
position: relative;
display: flex;
align-items: center;
color: var(--woodza-white);
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm-breadcrumb li:not(:last-child)::after {
content: '/';
margin-left: 4px;
margin-right: 4px;
}
.thm-breadcrumb li a {
position: relative;
display: inline-block;
color: var(--woodza-white);
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm-breadcrumb li:hover a {
color: var(--woodza-base);
} .blog-page {
position: relative;
display: block;
padding: 120px 0 120px;
}
.blog-page__pagination {
position: relative;
display: block;
padding: 30px 0 0px;
text-align: center;
}
.blog-page__pagination .pg-pagination li {
display: inline-block;
margin-right: 6px;
}
.blog-page__pagination .pg-pagination li:last-child {
margin-right: 0;
}
.blog-page__pagination .pg-pagination li a {
height: 50px;
width: 60px;
text-align: center;
line-height: 50px;
display: inline-block;
color: var(--woodza-white);
background-color: #c0b0a8;
font-weight: 400;
font-size: 20px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-page__pagination .pg-pagination li a:hover {
background-color: var(--woodza-base);
} .blog-list {
position: relative;
display: block;
padding: 120px 0 120px;
}
.blog-list__left {
position: relative;
display: block;
}
.blog-list__inner {
position: relative;
display: block;
}
.blog-list__single {
position: relative;
display: block;
}
.blog-list__single+.blog-list__single {
margin-top: 50px;
}
.blog-list__img {
position: relative;
display: block;
overflow: hidden;
}
.blog-list__img:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(var(--woodza-black-rgb), 0.5);
transform: scale(1, 0);
transition: transform 500ms ease;
transform-origin: top center;
z-index: 1;
}
.blog-list__single:hover .blog-list__img:before {
transform: scale(1, 1);
transform-origin: bottom center;
}
.blog-list__img img {
width: 100%;
transform: scale(1);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-list__single:hover .blog-list__img img {
transform: scale(1.05);
}
.blog-list__tag {
position: absolute;
bottom: 20px;
left: 40px;
background-color: var(--woodza-base);
padding: 5px 15px;
z-index: 2;
}
.blog-list__tag p {
font-size: 14px;
color: var(--woodza-white);
line-height: 14px;
}
.blog-list__tag p a {
color: #fff;
text-transform: capitalize;
}
.blog-list__content-box {
position: relative;
display: block;
border: 1px solid #f2ecea;
}
.blog-list__content {
position: relative;
display: block;
padding: 33px 40px 24px;
}
.blog-list__title {
font-size: 43px;
font-weight: 700;
line-height: 51px;
}
.blog-list__title a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.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;
flex-wrap: wrap;
margin-top: 14px;
margin-bottom: 24px;
margin-left: -12.5px !important;
margin-right: -12.5px !important;
}
.blog-list__meta li {
position: relative;
display: flex;
align-items: center;
padding-left: 12.5px;
padding-right: 12.5px;
}
.blog-list__meta li:before {
content: "";
position: absolute;
height: 21px;
width: 1px;
right: 0;
top: 4px;
background-color: #d7d7d7;
}
.blog-list__meta li:last-child:before {
display: none;
}
.blog-list__meta li a {
position: relative;
top: -2px;
font-size: 14px;
color: #272626;
opacity: .88;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-list__meta li a:hover {
color: var(--woodza-base);
}
.blog-list__meta li i {
color: var(--woodza-base);
font-size: 20px;
position: relative;
display: inline-block;
padding-right: 5px;
}
.blog-list__text {
opacity: .80;
word-wrap: break-word;
}
.blog-list__arrow {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 12.5px 40px;
border-top: 1px solid #f2ecea;
}
.blog-list__arrow .blog-list__arrow-box {
font-size: 16px;
color: var(--woodza-black);
font-weight: 500;
display: flex;
align-items: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-list__arrow .blog-list__arrow-box:hover {
color: var(--woodza-base);
}
.blog-list__arrow .blog-list__arrow-box span {
color: var(--woodza-black);
padding-left: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-list__arrow .blog-list__arrow-box:hover span {
color: var(--woodza-base);
}
.blog-list__share {
position: relative;
display: block;
}
.blog-list__share .blog-list__share-box span {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
background-color: #f0eae8;
height: 45px;
width: 40px;
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-list__share .blog-list__share-box span:hover {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.blog-list__inner .blog-page__pagination {
padding: 60px 0 0px;
text-align: left;
} @media (max-width: 991px) {
.sidebar {
margin-top: 50px;
}
}
.sidebar__single+.sidebar__single {
margin-top: 50px;
}
.sidebar__title {
position: relative;
display: inline-block;
margin: 0;
font-size: 28px;
margin-bottom: 38px;
font-weight: 700;
}
.widget.widget_block h2 {
position: relative;
}
.sidebar__title:before,
.widget.widget_block h2:before {
position: absolute;
content: "";
height: 3px;
width: 45px;
background-color: var(--woodza-base);
bottom: -6px;
left: 0;
}
.sidebar__search {
position: relative;
display: block;
padding: 25px 30px 25px;
border: 1px solid #f2ecea;
}
.sidebar__search-form {
position: relative;
display: block;
}
.sidebar__search-form input[type="search"] {
display: block;
border: none;
outline: none;
background-color: #faf7f6;
color: var(--woodza-gray);
font-size: 16px;
font-weight: 400;
padding-left: 20px;
height: 65px;
width: 100%;
padding-right: 80px;
border-radius: 0;
}
.sidebar__search-form ::-webkit-input-placeholder {
color: var(--woodza-gray);
opacity: .50;
}
.sidebar__search-form :-ms-input-placeholder {
color: var(--woodza-gray);
opacity: .50;
}
.sidebar__search-form ::-ms-input-placeholder {
color: var(--woodza-gray);
opacity: .50;
}
.sidebar__search-form ::placeholder {
color: var(--woodza-gray);
opacity: .50;
}
.sidebar__search-form :-ms-input-placeholder {
color: var(--woodza-gray);
opacity: .50;
}
.sidebar__search-form ::-ms-input-placeholder {
color: var(--woodza-gray);
opacity: .50;
}
.sidebar__search-form button[type="submit"] {
background-color: var(--woodza-black, #080d1c);
color: var(--woodza-white);
font-size: 20px;
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
width: 60px;
outline: none;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
padding: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__search-form button[type="submit"]:hover {
background-color: var(--woodza-base);
}
.sidebar__post {
position: relative;
display: block;
padding: 37px 30px 45px;
border: 1px solid #f2ecea;
}
.sidebar__post-list {
margin: 0;
}
.sidebar__post-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__post-list li+li {
border-top: 1px solid #e2e4e3;
margin-top: 30px;
padding-top: 30px;
}
.sidebar__post-image {
margin-right: 20px;
}
.sidebar__post-image>img {
width: 90px;
}
.sidebar__post-content {
position: relative;
top: -4px;
}
.sidebar__post-content h3 {
font-size: 20px;
margin: 0;
line-height: 30px;
}
.sidebar__post-content-meta {
font-size: 12px;
font-weight: 400;
color: var(--woodza-gray) !important;
opacity: .80;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-family: var(--woodza-font);
}
.sidebar__post-content-meta i {
color: var(--woodza-base);
font-size: 15px;
padding-right: 1px;
}
.sidebar__post-content h3 a {
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-top: 1px;
display: block;
font-size: 20px;
font-weight: 700;
}
.sidebar__post-list li .sidebar__post-content h3 a:hover {
color: var(--woodza-base);
}
.sidebar__category {
position: relative;
display: block;
padding: 37px 30px 35px;
border: 1px solid #f2ecea;
}
.sidebar__category-list {
margin: 0;
}
.sidebar__category-list li+li {
margin-top: 10px;
}
.sidebar__category-list li a {
color: var(--woodza-black);
background-color: #faf7f6;
font-size: 18px;
font-weight: 500;
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
display: block;
padding: 12px 20px 11px;
}
.sidebar__category-list li a:hover {
background-color: #f9f1ef;
color: var(--woodza-base);
}
.sidebar__category-list li.active a {
background-color: #f9f1ef;
color: var(--woodza-base);
}
.sidebar__category-list li a span {
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(1);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
color: var(--woodza-base);
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 15px;
}
.sidebar__category-list li a:hover span {
color: var(--woodza-base);
}
.sidebar__category-list li.active a span {
color: var(--woodza-base);
}
.sidebar__call-box {
position: relative;
display: block;
}
.sidebar__call-img {
position: relative;
display: block;
overflow: hidden;
}
.sidebar__call-img img {
width: 100%;
}
.sidebar__call-shape {
position: absolute;
bottom: -110px;
right: -145px;
border-radius: 50%;
background-color: #ee603f;
width: 281px;
height: 281px;
opacity: 0.631;
}
.sidebar__call-content {
position: relative;
display: block;
text-align: center;
padding: 45px 0 54px;
margin-left: 15px;
margin-right: 15px;
margin-top: -105px;
z-index: 1;
}
.sidebar__call-content-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: -1;
}
.sidebar__call-content-bg:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(240, 63, 22, 0.8);
}
.sidebar__call-icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 85px;
width: 85px;
background-color: var(--woodza-white);
border-radius: 50%;
margin: 0 auto 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__call-icon:hover {
background-color: var(--woodza-black);
}
.sidebar__call-icon span {
position: relative;
display: inline-block;
font-size: 45px;
color: var(--woodza-black);
}
.sidebar__call-icon:hover span {
color: var(--woodza-base);
}
.sidebar__call-details {
position: relative;
display: block;
}
.sidebar__call-title {
font-size: 30px;
color: var(--woodza-white);
font-weight: 600;
line-height: 40px;
}
.sidebar__call-number {
font-size: 26px;
font-weight: 600;
line-height: 26px;
margin-top: 27px;
margin-bottom: 8px;
}
.sidebar__call-number a {
color: var(--woodza-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__call-number a:hover {
color: var(--woodza-black);
}
.sidebar__call-text {
color: var(--woodza-white);
}
.sidebar__tags {
position: relative;
display: block;
padding: 37px 30px 44px;
border: 1px solid #f2ecea;
}
.sidebar__tags-list {
margin-top: -10px;
}
.sidebar__tags-list a {
font-size: 16px;
color: rgba(var(--woodza-gray-rgb), 0.8);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background: #f0eae8;
display: inline-block;
padding: 0 8px 0;
margin-left: 5px;
font-weight: 400;
line-height: 30px;
}
.sidebar__tags-list a+a {
margin-left: 5px;
margin-top: 10px;
}
.sidebar__tags-list a:hover {
color: var(--woodza-white);
background: var(--woodza-base);
} .blog-details {
position: relative;
display: block;
padding: 120px 0 120px;
}
.blog-details__left {
position: relative;
display: block;
}
.blog-details__content-box-one {
position: relative;
display: block;
}
.blog-details__img-one {
position: relative;
display: block;
}
.blog-details__img-one img {
width: 100%;
margin-bottom: 30px;
}
.blog-details__cat {
position: absolute;
bottom: 20px;
left: 40px;
background-color: var(--woodza-base);
padding: 5px 15px;
z-index: 2;
}
.blog-details__cat p {
font-size: 14px;
color: var(--woodza-white);
line-height: 14px;
}
.blog-details__content-one {
position: relative;
display: block;
margin-top: -10px;
}
.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-bottom: 35px;
}
.blog-details__meta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blog-details__meta li {
position: relative;
display: flex;
align-items: center;
}
.blog-details__meta li:before {
content: "";
position: absolute;
top: 6px;
bottom: 6px;
right: -13px;
width: 1px;
background-color: #d7d7d7;
}
.blog-details__meta li:last-child:before {
display: none;
}
.blog-details__meta li+li {
margin-left: 25px;
}
.blog-details__meta li a {
position: relative;
top: -2px;
font-size: 14px;
color: #272626;
opacity: .88;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-details__meta li a:hover {
color: var(--woodza-base);
}
.blog-details__meta li i {
color: var(--woodza-base);
font-size: 20px;
position: relative;
display: inline-block;
padding-right: 5px;
}
.blog-details__share {
position: relative;
display: block;
}
.blog-details__share a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
background-color: #f0eae8;
height: 45px;
width: 40px;
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-details__share a:hover {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.blog-details__text-1 {
opacity: .80;
padding-bottom: 7px;
}
.blog-details__text-2 {
opacity: .80;
}
.blog-details__title-two {
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-top: 34px;
margin-bottom: 21px;
}
.blog-details__text-3 {
opacity: .80;
}
.blog-details__img-two {
position: relative;
display: block;
margin-top: 44px;
margin-bottom: 40px;
}
.blog-details__img-two img {
width: 100%;
}
.blog-details__text-4 {
opacity: .80;
}
.blog-details__quote-box {
position: relative;
display: flex;
align-items: center;
background-color: #f0eae8;
padding: 34px 25px 34px;
margin-top: 40px;
margin-bottom: 40px;
}
.blog-details__quote-box:before {
position: absolute;
top: 0;
left: 0;
height: 10px;
width: 185px;
background-color: var(--woodza-base);
content: "";
}
.blog-details__quote-box:after {
position: absolute;
bottom: 0;
left: 185px;
height: 10px;
width: 185px;
background-color: var(--woodza-base);
content: "";
}
.blog-details__quote-icon {
position: relative;
display: flex;
align-items: center;
}
.blog-details__quote-icon:before {
content: "";
position: absolute;
top: -7px;
bottom: -7px;
right: -25px;
width: 1px;
background-color: #d6cfcd;
}
.blog-details__quote-icon span {
font-size: 45px;
color: var(--woodza-black);
position: relative;
display: inline-block;
}
.blog-details__quote-text {
font-size: 20px;
line-height: 36px;
margin-left: 45px;
}
.blog-details__text-5 {
opacity: .80;
}
.blog-details__higher-specific {
position: relative;
display: block;
margin-top: 49px;
}
.blog-details__higher-specific-title {
font-size: 30px;
font-weight: 700;
line-height: 40px;
}
.blog-details__higher-specific-text {
padding-top: 16px;
padding-bottom: 18px;
}
.blog-details__higher-specific-points {
position: relative;
display: block;
}
.blog-details__higher-specific-points li {
position: relative;
display: flex;
}
.blog-details__higher-specific-points li+li {
margin-top: 9px;
}
.blog-details__higher-specific-points li .icon {
position: relative;
display: block;
top: 9px;
}
.blog-details__higher-specific-points li .icon span {
position: relative;
display: inline-block;
font-size: 25px;
color: var(--woodza-base);
}
.blog-details__higher-specific-points li .text {
margin-left: 15px;
}
.blog-details__higher-specific-points li .text p {
opacity: .80;
margin-bottom: 0;
}
.blog-details__tags {
margin-top: 50px;
padding-top: 35px;
padding-bottom: 35px;
}
.blog-details__tags span {
font-size: 20px;
font-weight: 700;
color: var(--woodza-black);
font-family: var(--woodza-font-two);
margin-right: 10px;
}
.blog-details__tags a {
position: relative;
font-size: 16px;
color: rgba(var(--woodza-gray-rgb), 0.8);
background-color: #f8f6f5;
padding: 0 15px;
line-height: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-page-single__tag-social-link {
border-top: 1px solid #e8e6e6;
margin-top: 50px;
padding-top: 35px;
}
.blog-details__tags a:hover {
background-color: #63564f;
color: rgba(var(--woodza-white-rgb), 0.8);
}
.blog-details__tags a+a {
margin-left: 10px;
}
.author {
position: relative;
display: block;
background-color: #f8f7f5;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 155px;
padding-right: 25px;
}
.author__img {
position: absolute;
width: 110px;
top: 49px;
left: 25px;
}
.author__img img {
width: 100%;
border-radius: 50%;
}
.author__content {
position: relative;
display: block;
}
.author__content h4 {
font-size: 24px;
font-weight: 700;
line-height: 34px;
}
.author__content p {
font-size: 18px;
color: #8f4a32;
line-height: 32px;
padding: 18px 0 20px;
}
.author__social {
position: relative;
display: flex;
align-items: center;
}
.author__social a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 45px;
width: 45px;
border: 1px solid var(--woodza-black);
border-radius: 50%;
font-size: 15px;
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.author__social a:hover {
background-color: var(--woodza-base);
color: var(--woodza-white);
border: 1px solid var(--woodza-base);
}
.author__social a+a {
margin-left: 10px;
}
.back-news {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #eff4f2;
border-bottom: 1px solid #eff4f2;
padding: 20px 0px;
margin-top: 60px;
margin-bottom: 53px;
}
.back-news__left {
position: relative;
display: flex;
align-items: center;
}
.back-news__left:before {
content: "";
position: absolute;
bottom: -21px;
left: 0;
height: 1px;
width: 250px;
background-color: var(--woodza-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.back-news__left:hover:before {
background-color: var(--woodza-primary);
}
.back-news__arrow {
position: relative;
display: block;
}
.back-news__arrow a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: var(--woodza-white);
width: 30px;
height: 68px;
z-index: 1;
}
.back-news__arrow a:before {
position: absolute;
top: -20px;
bottom: -20px;
left: 0;
right: 0;
content: "";
background-color: var(--woodza-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: -1;
}
.back-news__left:hover .back-news__arrow a:before {
background-color: var(--woodza-primary);
}
.back-news__content {
margin-left: 20px;
}
.back-news__content p {
font-size: 20px;
color: #63564f;
font-weight: 600;
font-family: var(--woodza-font-two);
line-height: 34px;
}
.back-news__right {
position: relative;
display: flex;
align-items: center;
}
.back-news__right:before {
content: "";
position: absolute;
bottom: -21px;
right: 0;
height: 1px;
width: 250px;
background-color: #63564f;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.back-news__right:hover:before {
background-color: var(--woodza-primary);
}
.back-news__right .back-news__content {
margin-left: 0;
margin-right: 20px;
}
.back-news__right .back-news__arrow a:before {
background-color: #63564f;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.back-news__right:hover .back-news__arrow a:before {
background-color: var(--woodza-primary);
} .comment-one__title,
.comment-form__title {
margin: 0;
color: var(--woodza-black);
font-size: 28px;
margin-bottom: 50px;
font-weight: 700;
}
.comment-one__single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid #eff4f2;
padding-bottom: 60px;
margin-bottom: 60px;
}
.comment-one__single--two {
margin-left: 60px;
}
.comment-one__content {
position: relative;
margin-left: 20px;
}
.comment-one__content h3 {
margin: 0;
font-size: 24px;
color: var(--woodza-black);
margin-bottom: 19px;
font-weight: 700;
}
.comment-one__content span {
display: block;
font-size: 15px;
color: var(--woodza-base);
}
.comment-one__content p {
font-size: 16px;
line-height: 32px;
opacity: .80;
margin: 0;
}
.comment-one__btn {
padding: 0px 20px;
position: absolute;
top: 0;
right: 0;
background-color: #ececec;
font-size: 15px;
color: var(--woodza-black);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.comment-one__btn:hover {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.comment-one__image {
position: relative;
display: block;
border-radius: 50%;
}
.comment-one__image img {
border-radius: 50%;
}
.comment-form .comment-form__title {
margin-top: -8px;
margin-bottom: 23px;
}
.comment-one__form .row {
--bs-gutter-x: 20px;
}
.comment-form__input-box {
position: relative;
display: block;
margin-bottom: 20px;
}
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
height: 70px;
width: 100%;
border: none;
background-color: #f8f7f5;
padding-left: 20px;
padding-right: 20px;
outline: none;
font-size: 16px;
color: rgba(var(--woodza-black-rgb), 0.6);
display: block;
border-radius: 3px;
}
.comment-form__input-box textarea {
font-size: 16px;
color: rgba(var(--woodza-black-rgb), 0.6);
height: 215px;
width: 100%;
background-color: #f8f7f5;
padding: 15px 30px 30px;
border: none;
outline: none;
margin-bottom: 0px;
border-radius: 3px;
}
.comment-form__btn {
border: none;
font-size: 16px;
line-height: 32px;
color: var(--woodza-white);
background-color: var(--woodza-base);
padding: 11px 40px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.comment-form__btn:hover {
background-color: var(--woodza-black);
}
.comment-form__input-box.text-message-box {
height: 215px;
} .service-details {
position: relative;
display: block;
padding: 120px 0 120px;
}
.service-details__left {
position: relative;
display: block;
}
.service-details__service-list-box {
position: relative;
display: block;
border: 1px solid #f2ecea;
padding: 43px 30px 50px;
margin-bottom: 50px;
}
.service-details__title {
position: relative;
display: inline-block;
margin: 0;
font-size: 28px;
margin-bottom: 49px;
font-weight: 700;
}
.service-details__title:before {
position: absolute;
content: "";
height: 3px;
width: 45px;
background-color: var(--woodza-base);
bottom: -6px;
left: 0;
}
.service-details__list {
position: relative;
display: block;
}
.service-details__list li {
position: relative;
display: block;
}
.service-details__list li+li {
margin-top: 10px;
}
.service-details__list li a {
position: relative;
display: block;
background-color: #faf7f6;
padding: 12px 15px;
font-size: 18px;
font-weight: 500;
color: var(--woodza-black);
border: 2px solid transparent;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.service-details__list li:hover a {
background-color: #f9f1ef;
color: var(--woodza-base);
border: 2px solid var(--woodza-base);
}
.service-details__list li.active a {
background-color: #f9f1ef;
color: var(--woodza-base);
border: 2px solid var(--woodza-base);
}
.service-details__list li a span {
position: absolute;
top: 0;
right: 0;
bottom: 0;
font-size: 15px;
color: var(--woodza-base);
width: 45px;
display: flex;
align-items: center;
justify-content: center;
border-left: 2px solid transparent;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.service-details__list li:hover a span {
border-left: 2px solid var(--woodza-base);
}
.service-details__list li.active a span {
border-left: 2px solid var(--woodza-base);
}
.service-details__brochures {
position: relative;
display: block;
border: 1px solid #f2ecea;
padding: 43px 30px 50px;
margin-top: 50px;
}
.service-details__brochures-list {
position: relative;
display: block;
}
.service-details__brochures-list li+li {
margin-top: 10px;
}
.service-details__brochures-list li a {
position: relative;
display: block;
background-color: #faf7f6;
padding: 12px 15px;
font-size: 18px;
font-weight: 500;
color: var(--woodza-black);
border: 2px solid transparent;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.service-details__brochures-list li:hover a {
background-color: #f9f1ef;
color: var(--woodza-base);
border: 2px solid var(--woodza-base);
}
.service-details__brochures-list li a i {
font-style: normal;
font-size: 14px;
}
.service-details__brochures-list li a span {
position: absolute;
top: 0;
right: 0;
bottom: 0;
font-size: 25px;
color: var(--woodza-black);
width: 60px;
display: flex;
align-items: center;
justify-content: center;
border-left: 2px solid transparent;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.service-details__brochures-list li:hover a span {
border-left: 2px solid var(--woodza-base);
color: var(--woodza-base);
}
.service-details__right {
position: relative;
display: block;
margin-top: -15px;
}
.service-details__content {
position: relative;
display: block;
}
.service-details__content-title {
font-size: 50px;
font-weight: 700;
line-height: 60px;
}
.service-details__text-1 {
font-size: 18px;
opacity: .80;
padding-top: 25px;
padding-bottom: 31px;
}
.service-details__text-2 {
font-size: 18px;
opacity: .80;
}
.service-details__img-one {
position: relative;
display: block;
margin-top: 50px;
margin-bottom: 50px;
}
.service-details__img-one img {
width: 100%;
}
.service-details__content-title-two {
font-size: 30px;
font-weight: 700;
line-height: 40px;
}
.service-details__text-3 {
font-size: 18px;
opacity: .80;
margin-top: 17px;
margin-bottom: 31px;
}
.service-details__text-4 {
font-size: 18px;
opacity: .80;
}
.service-details__points-box {
position: relative;
display: block;
background-color: #302a27;
padding: 34px 40px 29px;
margin-top: 45px;
}
.service-details__points {
position: relative;
display: flex;
align-items: center;
}
.service-details__points li+li {
margin-left: 75px;
}
.service-details__points li:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 355px;
width: 1px;
background-color: #423c39;
}
.service-details__points-icon-box {
position: relative;
display: flex;
align-items: center;
margin-bottom: 18px;
}
.service-details__points-icon-box span {
position: relative;
display: flex;
align-items: center;
font-size: 45px;
color: var(--woodza-base);
}
.service-details__points-icon-box h4 {
font-size: 24px;
font-weight: 700;
color: var(--woodza-white);
opacity: .80;
margin-left: 20px;
}
.service-details__points-text {
color: var(--woodza-white);
opacity: .80;
}
.service-details__benefits {
position: relative;
display: block;
margin-bottom: 50px;
margin-top: 75px;
}
.service-details__benefits-img {
position: relative;
display: block;
}
.service-details__benefits-img img {
width: 100%;
}
.service-details__benefits-right {
position: relative;
display: block;
margin-top: -5px;
}
.service-details__benefits-title {
font-size: 30px;
font-weight: 700;
line-height: 30px;
}
.service-betails__benefits-text-1 {
font-size: 17px;
color: var(--woodza-gray);
line-height: 32px;
margin: 0;
opacity: .80;
padding-top: 27px;
padding-bottom: 32px;
}
.service-details__benefits-points {
position: relative;
display: block;
}
.service-details__benefits-points li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.service-details__benefits-points li+li {
margin-top: 8px;
}
.service-details__benefits-points li .icon {
color: #595552;
font-size: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.service-details__benefits-points li .text {
margin-left: 10px;
}
.service-details__benefits-points li .text p {
font-size: 16px;
color: var(--woodza-black);
font-weight: 400;
line-height: 30px;
opacity: .80;
}
.service-details__benefits-bottom {
position: relative;
display: block;
margin-top: 70px;
}
.service-details__benefits-title-two {
font-size: 30px;
font-weight: 700;
line-height: 30px;
margin-bottom: 17px;
}
.service-details__benefits-text {
font-size: 18px;
opacity: .80;
}
.service-details__faq {
position: relative;
display: block;
}
.faq-one-accrodion .accrodion {
position: relative;
display: block;
border-radius: 0;
}
.faq-one-accrodion .accrodion-title {
position: relative;
display: block;
cursor: pointer;
padding: 14px 20px 14px;
background-color: #e8e7e6;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.faq-one-accrodion .accrodion-title h4 {
margin: 0;
font-size: 18px;
font-weight: 600;
line-height: 28px;
color: var(--woodza-black);
font-family: var(--woodza-font);
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-one-accrodion .accrodion+.accrodion {
margin-top: 10px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
background-color: var(--woodza-black);
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
color: var(--woodza-white);
}
.faq-one-accrodion .accrodion-title h4::before {
content: "\e92d";
font-family: 'icomoon' !important;
font-weight: normal;
font-size: 12px;
color: var(--woodza-black);
position: absolute;
top: 50%;
right: 0;
display: flex;
justify-content: center;
align-items: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
text-align: center;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
content: "\e92c";
color: var(--woodza-white);
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.faq-one-accrodion .accrodion-content {
position: relative;
padding: 20px 35px 19px;
border: 1px solid #f7f7f7;
border-top: 0;
}
.faq-one-accrodion .accrodion-content p {
margin: 0;
} .project-details {
position: relative;
display: block;
padding: 120px 0 0;
}
.project-details__img-box {
position: relative;
display: block;
}
.project-details__img {
position: relative;
display: block;
}
.project-details__img img {
width: 100%;
}
.project-details__details-box {
position: relative;
display: block;
border-radius: 3px;
background-color: white;
box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
margin-left: 100px;
margin-right: 100px;
margin-top: -65px;
padding: 38px 0;
}
.project-details__details {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.project-details__details li {
position: relative;
display: flex;
align-items: center;
}
.project-details__details li+li {
margin-left: 60px;
}
.project-details__details li .icon {
position: relative;
display: flex;
align-items: center;
}
.project-details__details li .icon span {
position: relative;
display: inline-block;
font-size: 40px;
color: #6d5447;
}
.project-details__details li .content {
margin-left: 10px;
}
.project-details__details li .content p {
font-size: 18px;
line-height: 25px;
opacity: .70;
font-weight: 400;
font-family: var(--woodza-font-two);
margin-bottom: 4px;
}
.project-details__details li .content h5 {
font-size: 18px;
font-weight: 600;
font-family: var(--woodza-font);
line-height: 25px;
}
.project-details__details li .content h5 a {
color: var(--woodza-black);
}
.project-details__title-box {
position: relative;
display: block;
margin-top: 46px;
}
.project-details__title {
font-size: 50px;
font-weight: 700;
line-height: 60px;
}
.project-details__text-1 {
font-size: 18px;
opacity: .80;
padding-top: 25px;
padding-bottom: 31px;
}
.project-details__text-2 {
font-size: 18px;
opacity: .80;
}
.project-details__challenge {
position: relative;
display: block;
margin-top: 50px;
}
.project-details__challenge-left {
position: relative;
display: block;
}
.project-details__challenge-img {
position: relative;
display: block;
}
.project-details__challenge-img img {
width: 100%;
}
.project-details__challenge-right {
position: relative;
display: block;
margin-top: -10px;
}
.project-details__challenge-title {
font-size: 30px;
font-weight: 700;
line-height: 40px;
}
.project-details__challenge-text {
font-size: 18px;
color: #7e574e;
padding-top: 32px;
padding-bottom: 31px;
}
.project-detsils__challenge-list {
position: relative;
display: block;
}
.project-detsils__challenge-list li {
position: relative;
display: flex;
align-items: center;
}
.project-detsils__challenge-list li .icon {
position: relative;
display: flex;
align-items: center;
}
.project-detsils__challenge-list li+li {
margin-top: 9px;
}
.project-detsils__challenge-list li .icon span {
position: relative;
display: inline-block;
font-size: 15px;
color: var(--woodza-black);
}
.project-detsils__challenge-list li .text {
margin-left: 10px;
}
.project-detsils__challenge-list li .text p {
opacity: .80;
}
.project-details__challenge-text-2 {
opacity: .80;
padding-top: 32px;
}
.project-details__challenge-text-3 {
opacity: .80;
padding-top: 50px;
}
.project-details__end-reasult {
position: relative;
display: block;
margin-top: 39px;
}
.project-details__end-reasult-title {
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-bottom: 27px;
}
.project-details__end-reasult-text {
font-size: 18px;
color: #7e574e;
}
.project-details__bottom {
position: relative;
display: block;
margin-top: 58px;
}
.project-details__bottom-left {
position: relative;
display: block;
}
.project-details__points {
position: relative;
display: block;
}
.project-details__points li {
position: relative;
display: block;
padding-left: 50px;
min-height: 35px;
}
.project-details__points li+li {
margin-top: 21px;
}
.project-details__points li .icon {
height: 35px;
width: 35px;
background-color: #685951;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 2px;
left: 0;
}
.project-details__points li .icon span {
position: relative;
display: inline-block;
color: var(--woodza-white);
opacity: .70;
font-size: 15px;
}
.project-details__points li .text {
position: relative;
display: block;
}
.project-details__points li .text p {
opacity: .80;
}
.project-details__bottom-call {
position: relative;
display: block;
background-color: #987971;
max-width: 300px;
width: 100%;
padding: 20px 30px 25px;
margin-top: 50px;
}
.project-details__bottom-call p {
font-size: 22px;
color: var(--woodza-white);
font-weight: 700;
line-height: 32px;
font-family: var(--woodza-font-two);
margin-bottom: 4px;
}
.project-details__bottom-call h4 {
position: relative;
display: flex;
align-items: center;
}
.project-details__bottom-call h4 span {
position: relative;
display: inline-block;
font-size: 25px;
color: var(--woodza-white);
}
.project-details__bottom-call h4 a {
font-size: 28px;
font-weight: 700;
color: var(--woodza-white);
padding-left: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.project-details__bottom-call h4 a:hover {
color: var(--woodza-base);
}
.project-details__bottom-right {
position: relative;
display: block;
border-radius: 5px;
background-color: #f7f5f4;
padding: 50px 25px 50px;
margin-top: 2px;
}
.project-details__bottom-right .faq-one-accrodion .accrodion-title h4 {
font-size: 18px;
font-weight: 600;
}
.project-details__bottom-right .faq-one-accrodion .accrodion-title {
background-color: #fff;
border-radius: 5px;
}
.project-details__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
color: var(--woodza-black);
}
.project-details__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title {
background-color: var(--woodza-white);
}
.project-details__bottom-right .faq-one-accrodion .accrodion-content {
border: 0;
} .similar-project {
position: relative;
display: block;
padding: 120px 0 90px;
}
.similar-project .project-two__single {
margin-bottom: 30px;
}
.similar-project .project-two__content {
padding: 26px 25px 26px;
}
.similar-project .project-two__title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
} .project-page-one {
position: relative;
display: block;
padding: 120px 0 90px;
}
.project-page-one .project-two__single {
margin-bottom: 30px;
}
.project-page-one .project-two__content {
padding: 26px 25px 26px;
}
.project-page-one .project-two__title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
} .project-page-two {
position: relative;
display: block;
padding: 120px 0 120px;
}
.project-page-two__container {
position: relative;
display: block;
} .contact-page {
position: relative;
display: block;
padding: 120px 0 120px;
}
.contact-page__left {
position: relative;
display: block;
margin-top: -11px;
}
.contact-page__title {
font-size: 36px;
font-weight: 700;
line-height: 46px;
margin-bottom: 22px;
}
.contact-page__text-1 {
font-size: 18px;
opacity: .80;
line-height: 30px;
}
.contact-page__list {
position: relative;
display: block;
margin-top: 48px;
}
.contact-page__list li {
position: relative;
display: block;
padding-left: 115px;
}
.contact-page__list li+li {
margin-top: 40px;
}
.contact-page__list li .icon {
height: 85px;
width: 85px;
background-color: #60443e;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
color: var(--woodza-white);
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-page__list li:hover .icon {
background-color: var(--woodza-base);
}
.contact-page__list li .content {
position: relative;
display: block;
}
.contact-page__list li .content h5 {
font-size: 24px;
font-weight: 700;
line-height: 34px;
margin-bottom: 14px;
}
.contact-page__list li .content p {
font-size: 18px;
color: var(--woodza-black);
line-height: 30px;
}
.contact-page__list li .content p a {
color: var(--woodza-black);
display: block;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-page__list li .content p a:hover {
color: var(--woodza-base);
}
.contact-page__right {
position: relative;
display: block;
background-color: #f1eae8;
padding: 40px 45px 45px;
margin-left: 40px;
}
.contact-page__right-title {
font-size: 36px;
font-weight: 700;
line-height: 36px;
}
.contact-page__right-text {
font-size: 18px;
opacity: .80;
padding-top: 21px;
padding-bottom: 35px;
}
.contact-page__form {
position: relative;
display: block;
}
.contact-page__form .row {
--bs-gutter-x: 20px;
}
.contact-page__input-box {
position: relative;
display: block;
margin-bottom: 30px;
}
.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
height: 60px;
width: 100%;
border: 0;
background-color: var(--woodza-white);
padding-left: 20px;
padding-right: 20px;
outline: none;
font-size: 16px;
color: rgba(var(--woodza-black-rgb), 0.7);
display: block;
border-radius: 0;
font-weight: 400;
}
.contact-page__input-box textarea {
font-size: 16px;
color: rgba(var(--woodza-black-rgb), 0.7);
height: 155px;
width: 100%;
background-color: var(--woodza-white);
padding: 10px 20px 10px;
border: 0;
border-radius: 0px;
outline: none;
margin-bottom: 0px;
font-weight: 400;
}
.contact-page__input-box.text-message-box {
height: 155px;
margin-bottom: 30px;
}
.contact-page__btn-box .contact-page__btn {
font-size: 16px;
font-weight: 600;
color: var(--woodza-white);
border: none;
background-color: var(--woodza-base);
text-align: center;
padding: 11px 35px 11px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 32px;
}
.contact-page__btn:hover {
background-color: var(--woodza-black);
} .google-map {
position: relative;
display: block;
}
.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__inner {
position: relative;
display: block;
text-align: center;
}
.error-page__title-box {
position: relative;
display: block;
}
.error-page__title {
position: relative;
display: inline-block;
font-size: 266px;
line-height: 266px;
font-weight: 900;
margin-bottom: 0;
color: #735647;
}
.error-page__tagline {
font-size: 50px;
line-height: 50px;
margin-top: 22px;
margin-bottom: 17px;
font-weight: 600;
color: var(--woodza-black);
}
.error-page__text {
font-size: 20px;
font-weight: 500;
opacity: .80;
}
.error-page__form {
position: relative;
display: block;
margin: 51px auto 20px;
}
.error-page__form-input {
position: relative;
display: block;
max-width: 550px;
width: 100%;
margin: 0 auto;
}
.error-page__form input[type="search"] {
height: 70px;
width: 100%;
border: none;
outline: none;
background-color: #f5f4f4;
font-size: 18px;
color: rgba(115, 86, 71, 0.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: none;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
padding: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.error-page__form button[type="submit"]:hover {
background-color: var(--woodza-black);
}
.error-page__btn {
font-size: 18px;
font-weight: 500;
color: #735647;
border: 1px solid #735647;
display: inline-block;
padding: 18px 50px 18px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.error-page__btn:hover {
background-color: #735647;
color: #fff;
} .faq-page {
position: relative;
display: block;
padding: 120px 0 120px;
}
.faq-page__left {
position: relative;
display: block;
margin-right: 70px;
margin-top: -11px;
}
.faq-page__title {
font-size: 40px;
font-weight: 700;
line-height: 50px;
margin-bottom: 46px;
}
.faq-page__right {
position: relative;
display: block;
margin-left: 18px;
}
.ask-question-box {
position: relative;
display: block;
border-radius: 5px;
background-color: white;
box-shadow: 0px 0px 26px 0px rgba(161, 161, 161, 0.35);
padding: 40px 30px 60px;
z-index: 1;
}
.ask-question-box-bg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
opacity: .15;
z-index: -1;
}
.ask-question__title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
margin-bottom: 21px;
}
.ask-question__form {
position: relative;
display: block;
}
.ask-question__input-box {
position: relative;
display: block;
margin-bottom: 20px;
}
.ask-question__input-box input[type="text"],
.ask-question__input-box input[type="email"],
.ask-question__input-box textarea {
height: 55px;
border: 0;
background-color: #f1f1f1;
padding: 0 20px;
font-size: 16px;
color: rgba(var(--woodza-black-rgb), 0.7);
outline: none;
width: 100%;
}
.ask-question__input-box textarea {
padding: 15px 20px 20px;
height: 120px;
}
.ask-question__input-box.text-message-box {
height: 120px;
}
.ask-question__btn {
position: relative;
display: block;
width: 100%;
border: none;
background-color: var(--woodza-base);
font-size: 16px;
color: var(--woodza-white);
font-weight: 500;
padding: 19px 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.ask-question__btn:hover {
background-color: var(--woodza-black);
}
.faq-email-box {
position: relative;
display: block;
margin-top: 70px;
}
.faq-email-box__inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
max-width: 850px;
margin: 0 auto;
background-color: #f9f2f0;
padding-left: 60px;
}
.faq-email-box__left p {
font-size: 16px;
color: #5e4842;
}
.faq-email-box__email a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-color: #5e4842;
color: var(--woodza-white);
font-weight: 600;
font-size: 18px;
padding: 26px 25px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-email-box__email a:hover {
background-color: var(--woodza-base);
} .team-page {
position: relative;
display: block;
padding: 120px 0 90px;
} .testimonial-page {
position: relative;
display: block;
background-color: #f7f5f5;
padding: 120px 0 90px;
}
.testimonial-page .container {
max-width: 1330px;
}
.testimonial-page .testimonial-three__single {
margin-bottom: 30px;
} .why-choose-four {
margin-top: 0;
padding: 120px 0 226px;
} .problem-solved-four {
margin-top: -100px;
} .statment {
position: relative;
display: block;
background-color: #f6edea;
padding: 280px 0 120px;
margin-top: -160px;
}
.statment-shape-1 {
position: absolute;
top: 0;
left: 0;
}
.statment-shape-1 img {
width: auto;
}
.statment-shape-2 {
position: absolute;
bottom: 0;
right: 0;
}
.statment-shape-2 img {
width: auto;
}
.statment__left {
position: relative;
display: block;
margin-right: 20px;
}
.statment__left .section-title {
margin-bottom: 41px;
}
.statment__text-1 {
font-size: 18px;
line-height: 34px;
color: var(--woodza-black);
opacity: .80;
}
.statment__right {
position: relative;
display: block;
margin-top: 50px;
}
.statment__count-list {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.statment__count-list li {
position: relative;
flex: 0 0 50%;
max-width: 50%;
width: 100%;
display: flex;
align-items: center;
margin-bottom: 39px;
}
.statment__count-icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 80px;
background-color: var(--woodza-white);
border-radius: 50%;
font-size: 50px;
color: var(--woodza-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.statment__count-list li:hover .statment__count-icon {
background-color: var(--woodza-base);
color: var(--woodza-white);
}
.statment__count-content-box {
margin-left: 20px;
margin-top: -3px;
}
.statment__count-content {
position: relative;
display: flex;
align-items: center;
}
.statment__count-content h3 {
font-size: 36px;
font-weight: 700;
line-height: 46px !important;
font-family: var(--woodza-font-two) !important;
}
.statment__count-plus {
font-size: 36px;
font-weight: 700;
line-height: 46px;
font-family: var(--woodza-font-two);
}
.statment__count-text {
color: var(--woodza-black);
line-height: 25px;
}
.statment__right-text {
font-size: 20px;
line-height: 34px;
opacity: .80;
}
.about-history-three {
position: relative;
display: block;
margin-top: 80px;
}
.about-history-three__left {
position: relative;
display: block;
padding-left: 300px;
}
.about-history-three__img-one {
position: absolute;
top: 0;
left: 0;
height: 240px;
width: 240px;
border-radius: 50%;
}
.about-history-three__img-one:before {
position: absolute;
content: "";
bottom: 25px;
right: 70px;
height: 30px;
width: 30px;
background-color: var(--woodza-base);
border-radius: 50%;
z-index: 2;
animation-name: zoomInOut;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
-webkit-animation-name: zoomInOut;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: zoomInOut;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
-ms-animation-name: zoomInOut;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: ease-in-out;
-o-animation-name: zoomInOut;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: ease-in-out;
}
.about-history-three__left .about-history-three__img-one>img {
width: 100%;
border-radius: 50%;
}
.about-history-three__img-two {
height: 180px;
width: 180px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.about-history-three__img-one .about-history-three__img-two>img {
width: 100%;
border-radius: 50%;
border: 2px solid #fff;
}
.about-history-three__content {
position: relative;
display: block;
top: 22px;
}
.about-history-three__title {
font-size: 45px;
font-weight: 600;
line-height: 55px;
margin-bottom: 25px;
}
.about-history-three__text {
font-size: 18px;
line-height: 34px;
opacity: .80;
}
.about-history-three__right {
position: relative;
display: block;
}
.about-history-three__right-img {
position: relative;
display: block;
}
.about-history-three__right-img img {
width: 100%;
}
.about-history-three__video-link {
position: absolute;
top: 50%;
left: 20px;
transform: translateY(-50%);
}
.about-history-three__video-icon {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 15px;
color: var(--woodza-base);
background-color: var(--woodza-white);
border-radius: 50%;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
z-index: 1;
}
.about-history-three__video-icon:hover {
color: var(--woodza-white);
background-color: var(--woodza-base);
}
.about-history-three__video-link .ripple,
.about-history-three__video-icon .ripple:before,
.about-history-three__video-icon .ripple:after {
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
border-radius: 50%;
}
.about-history-three__video-icon .ripple:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
content: "";
position: absolute;
}
.about-history-three__video-icon .ripple:after {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
content: "";
position: absolute;
} .about-page-team {
padding: 120px 0 90px;
} .blog-page-carousel {
position: relative;
display: block;
padding: 120px 0 190px;
}
.blog-carousel {
position: relative;
display: block;
}
.blog-page-carousel .blog-one__single {
margin-bottom: 0;
}
.carousel-box-shadow.owl-carousel .owl-stage-outer {
overflow: visible;
}
.carousel-box-shadow.owl-carousel .owl-item {
opacity: 0;
visibility: hidden;
transition: opacity 500ms ease, visibility 500ms ease;
}
.carousel-box-shadow.owl-carousel .owl-item.active {
opacity: 1;
visibility: visible;
}
.carousel-dot-styled.owl-carousel .owl-dots {
position: absolute;
bottom: -70px;
left: 0px;
right: 0;
text-align: center;
margin: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.carousel-dot-styled.owl-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid var(--woodza-base);
margin: 0px 10px;
padding: 0px;
transition: all 100ms linear;
transition-delay: 0.1s;
}
.carousel-dot-styled.owl-carousel .owl-dots .owl-dot:before {
position: absolute;
top: -6px;
left: -6px;
right: -6px;
bottom: -6px;
content: "";
border: 1px solid #cbcbcb;
border-radius: 50%;
transform: scale(0);
transition: all 100ms linear;
transition-delay: 0.1s;
}
.carousel-dot-styled.owl-carousel .owl-dot.active:before {
transform: scale(1);
}
.carousel-dot-styled.owl-carousel .owl-dot:focus {
outline: none;
}
.carousel-dot-styled.owl-carousel .owl-dots .owl-dot span {
display: none;
} .project-page-carousel {
position: relative;
display: block;
padding: 120px 0 190px;
}
.project-page-carousel .project-two__content {
padding: 26px 25px 26px;
}
.project-page-carousel .project-two__title {
font-size: 28px;
font-weight: 700;
line-height: 38px;
} .services-carousel-page {
position: relative;
display: block;
background-color: #faf7f6;
padding: 120px 0 190px;
}
.services-carousel-page .services-one__single {
margin-bottom: 0;
} .team-page-carousel {
position: relative;
display: block;
padding: 120px 0 190px;
}
.team-page-carousel .team-one__single {
margin-bottom: 0;
} .testimonial-page-carousel {
position: relative;
display: block;
padding: 120px 0 190px;
background-color: #f7f5f5;
} .swiper-button-next,
.swiper-button-prev {
background-image: none !important;
}
.news-details__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 30px 0 30px;
margin-top: 40px;
border-top: 1px solid #e8e6e6;
}
.news-details__tags a {
position: relative;
font-size: 16px;
color: rgba(var(--woodza-gray-rgb), 0.8);
background-color: #f8f6f5;
padding: 2px 15px;
line-height: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-details__tags a+a {
margin-left: 10px;
}
.news-details__tags a:hover {
background-color: #63564f;
color: rgba(var(--woodza-white-rgb), 0.8);
}
.blog-sidebar__content-single {
margin-bottom: 50px;
}
.comment-form__input-box textarea {
margin-bottom: -20px;
}
.row.comment-one__form {
--bs-gutter-x: 20px;
}
.wp-block-gallery:not(.has-nested-images).alignleft {
margin-right: 30px;
}
.mobile-nav__content .logo-box h1 {
color: #fff;
margin-top: 26px;
}
.blog-sidebar__content-single.tag-sticky-2 .blog-list__content-box:before,
.blog-sidebar__content-single.sticky .blog-list__content-box:before {
position: absolute;
right: 0px;
content: "";
width: 40px;
height: 40px;
background-color: var(--woodza-base, #db5e41);
z-index: 10;
clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}
.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2 {
color: #fff;
}
.blog-details__content>.wp-block-cover {
margin-bottom: 32px;
}
.blog-details__content {
font-size: 16px;
line-height: 2;
overflow: hidden;
}
.blog-details__content .wp-block-quote.has-text-align-right {
border-right: 2px solid var(--woodza-black, #1e1e22);
border-left: 0;
}
.blog-details__content .wp-block-quote.has-text-align-right::before {
right: auto;
left: 30px;
transform: rotateX(-180deg);
}
.blog-details__content .blocks-gallery-caption {
margin-bottom: 26px;
}
.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
background-color: #f8f7f5;
border-left: 2px solid var(--woodza-black, #1e1e22);
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
overflow: hidden;
margin-bottom: 20px;
margin-left: 0;
margin-right: 0;
border-radius: var(--woodza-bdr-radius);
}
blockquote {
margin: 0 1.5em;
}
.blog-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
content: '\f10d';
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
bottom: 0;
transform: rotate(180deg);
font-size: 100px;
color: var(--woodza-base, #db5e41);
opacity: 0.4;
right: 30px;
line-height: .9em;
bottom: -25px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: italic;
}
.comment-content strong,
.blog-details__content strong {
color: var(--woodza-black, #1e1e22);
}
.blog-details__content a:hover {
color: var(--woodza-base, #db5e41);
transition: all 500ms ease;
}
.wp-block-pullquote:not(.is-style-solid-color) {
background: none;
}
.wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #40464d;
}
.wp-block-pullquote {
margin: 0 0 1em;
padding: 3em 0;
text-align: center;
border-radius: var(--woodza-bdr-radius);
}
.post .blog-details__content p.has-large-font-size {
font-size: 2.25em;
}
.post .blog-details__content p.has-small-font-size {
font-size: .9125em;
}
.wp-block-group.has-background {
padding: 30px;
}
.wp-block-columns {
margin: 30px 0;
}
.post-password-form label {
font-weight: 600;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
.blog-details__content .post-password-form label {
font-size: 18px;
font-weight: 600;
color: var(--woodza-black, #1e1e22);
}
.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
color: var(--woodza-black, #1e1e22);
}
.blog-details__content .post-password-form label {
font-size: 18px;
font-weight: 600;
color: var(--woodza-black, #1e1e22);
}
.blog-details__content .post-password-form input[type=password] {
width: 200px;
height: 50px;
background-color: #f8f7f5;
color: var(--woodza-gray, #717178);
padding-left: 30px;
display: inline-block;
vertical-align: middle;
border-radius: var(--woodza-bdr-radius);
}
.blog-details__content .post-password-form input[type=submit] {
width: 120px;
height: 50px;
background-color: var(--woodza-black, #1e1e22);
color: var(--woodza-white, #ffffff);
padding: 0;
text-align: center;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
transition: all 500ms ease;
border-radius: var(--woodza-bdr-radius);
}
.blog-details__content .post-password-form input[type=submit]:hover {
background-color: var(--woodza-base, #db5e41);
color: var(--woodza-white, #ffffff);
}
.post .blog-details__content>p {
line-height: 2em;
font-size: 16px;
}
.wp-block-cover-text strong {
color: inherit;
}
.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
margin: 0 0 .5em .5em;
margin-left: 0;
}
.wp-block-archives-list li {
display: flex;
align-items: center;
justify-content: space-between;
color: var(--woodza-gray, #717178);
position: relative;
line-height: 34px;
font-size: 16px;
text-transform: capitalize;
color: var(--woodza-gray, #717178);
transition: all 0.3s ease;
z-index: 1;
}
.wp-block-archives-list li a {
color: inherit;
transition: all 500ms ease;
}
.wp-block-archives.wp-block-archives-list {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 30px;
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
width: 100%;
height: 60px;
background-color: #f8f7f5;
border: 1px solid #f8f7f5;
outline: none;
color: var(--woodza-gray, #717178);
font-size: 16px;
font-weight: 500;
padding-left: 30px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
font-family: var(--woodza-font, "Kumbh Sans", sans-serif);
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
background-repeat: no-repeat;
background-position: right 30px top 50%;
background-size: .65em auto;
border-radius: var(--woodza-bdr-radius);
}
.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
margin-bottom: 30px;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 3.25em;
}
.wp-block-latest-comments__comment-meta {
font-size: 18px;
line-height: 1.889;
font-weight: 600;
color: var(--woodza-black, #1e1e22);
}
.wp-block-latest-comments__comment-date {
font-weight: 500;
color: var(--woodza-gray, #717178);
}
.wp-block-latest-comments__comment-date {
display: block;
font-size: .75em;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
position: relative;
padding-left: 68px;
min-height: 44px;
}
.wp-block-latest-comments {
padding-left: 0;
margin-left: 0;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
content: "\f075";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--woodza-black, #080d1c);
width: 44px;
height: 44px;
color: var(--woodza-white, #ffffff);
margin-right: 20px;
transition: all 500ms ease;
position: absolute;
top: -5px;
left: 0;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
background-color: var(--woodza-primary, #916156);
color: var(--woodza-white, #ffffff);
}
.wp-block-latest-posts__list.has-dates li {
position: relative;
padding-left: 64px;
font-size: 16px;
line-height: 1.889;
font-weight: 600;
transition: all 500ms ease;
color: var(--woodza-gray, #717178);
}
.wp-block-latest-posts__list.has-dates {
margin: 0;
padding: 0;
margin-bottom: 30px;
}
.wp-block-latest-posts__list.has-dates li::before {
content: '\f302';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--woodza-black, #1e1e22);
width: 44px;
height: 44px;
color: var(--woodza-white, #ffffff);
transition: all 500ms ease;
position: absolute;
top: 10px;
left: 0;
}
.wp-block-latest-posts__list.is-grid.has-dates li::before {
position: relative;
top: auto;
left: 0;
margin-bottom: 10px;
}
.wp-block-latest-posts__list.is-grid.has-dates li {
padding-left: 0;
}
.wp-block-search label {
font-size: 18px;
color: var(--woodza-black, #1e1e22);
font-weight: 600;
}
.wp-block-search input[type=search] {
display: block;
border: none;
outline: none;
width: 100%;
max-width: 300px;
position: relative;
line-height: 40px;
padding: 19px 80px 19px 35px;
background: #f8f7f5;
color: var(--woodza-gray, #717178);
display: block;
font-size: 16px;
font-weight: 500;
font-family: var(--woodza-font, "Kumbh Sans", sans-serif);
width: 100%;
height: 70px;
border: 1px solid #f8f7f5;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.wp-block-search .wp-block-search__button {
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
background-color: var(--woodza-black, #1e1e22);
text-align: center;
color: var(--woodza-white, #ffffff);
padding: 0 50px;
font-size: 18px;
font-weight: 700;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
letter-spacing: .01em;
}
.wp-block-tag-cloud a {
font-size: 18px !important;
color: var(--woodza-gray, #717178);
display: inline-block;
vertical-align: middle;
margin-left: 5px;
transition: all 500ms ease;
}
.wp-block-rss li {
position: relative;
padding-left: 68px;
font-size: 16px;
font-weight: 600;
color: var(--woodza-black, #1e1e22);
min-height: 44px;
}
.wp-block-rss li+li {
margin-top: 20px;
}
.wp-block-rss {
margin: 0;
padding: 0;
list-style: none;
}
.wp-block-rss li::before {
content: '\f09e';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--woodza-black, #1e1e22);
width: 44px;
height: 44px;
color: var(--woodza-white, #ffffff);
transition: all 500ms ease;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.blog-details__content .page-links {
color: var(--woodza-black, #1e1e22);
display: flex;
align-items: center;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.blog-details__content .page-links span,
.blog-details__content .page-links a {
display: flex;
width: 40px;
height: 40px;
display: flex;
color: var(--woodza-black, #1e1e22);
align-items: center;
justify-content: center;
text-align: center;
background-color: #f1f1f5;
margin-left: 10px;
font-size: 14px;
font-weight: 500;
line-height: 1;
transition: all 500ms ease;
border-radius: var(--woodza-bdr-radius);
}
.blog-details__content .page-links span {
background-color: var(--woodza-base, #db5e41);
color: var(--woodza-white, #ffffff);
}
.blog-details__content .page-links a:hover {
background-color: var(--woodza-base, #db5e41);
color: var(--woodza-white, #ffffff);
}
.news-sidebar__left .blog-pagination {
margin-top: 30px;
}
.blog-pagination {
display: flex;
align-items: center;
line-height: 1;
}
.blog-widget-pagination {
justify-content: center;
margin-top: 30px;
}
.blog-pagination a,
.blog-pagination span {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
border: 1px solid var(--woodza-bdr-color);
width: 50px;
height: 50px;
font-size: 16px;
transition: all 500ms ease;
border-radius: var(--woodza-bdr-radius);
background: #f8f6f5;
color: rgba(var(--woodza-gray-rgb), 0.8);
}
.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
background-color: var(--woodza-base, #db5e41);
border-color: var(--woodza-base, #db5e41);
color: var(--woodza-white, #ffffff);
}
.blog-pagination span+span,
.blog-pagination a+span,
.blog-pagination span+a,
.blog-pagination a+a {
margin-left: 10px;
}
.blog-details__content a,
.comment-content a,
.blog-details__content blockquote:not([class*=has-]) cite {
color: var(--woodza-black);
}
.wp-block-latest-comments a,
.wp-block-latest-posts__list.has-dates li a,
.wp-block-rss li a {
color: var(--woodza-black);
font-size: 18px;
}
a.wp-block-button__link {
background-color: var(--woodza-black);
color: #fff;
}
.blog-details__content a.wp-block-file__button,
.wp-block-cover strong,
.wp-block-cover__inner-container a,
.blog-details__content .wp-block-cover-text a {
color: #fff;
}
.post .blog-details__content p {
margin-bottom: 1rem;
}
.wp-block-calendar table th {
background: #f8f7f5;
}
.comments-area ol ol,
.blog-details__content ol ol,
.blog-details__content ul ol,
.blog-details__content ol ul,
.blog-details__content ul ul,
.comments-area ul ul {
margin-bottom: 0;
}
.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.blog-details__content .wp-block-calendar .wp-calendar-nav {
margin-bottom: 20px;
}  @media only screen and (min-width: 992px) and (max-width: 1199px) {
.why-choose-one__left {
max-width: 600px;
margin: 0 auto;
}
.why-choose-one__right {
max-width: 600px;
margin: 330px auto 0;
}
.why-choose-one {
padding: 0px 0 120px;
}
.working-process__single {
padding: 81px 15px 49px;
}
.project-one__title-box-left .section-title__title {
font-size: 48px;
line-height: 53px;
}
.project-one__bottom-inner {
padding-left: 0;
padding-right: 0;
}
.testimonial-one__text {
padding-bottom: 45px;
}
.testimonial-one__carousel.owl-theme .owl-nav {
bottom: -105px;
left: 0;
}
.testimonial-one {
padding: 0 0 225px;
}
.testimonial-one__right {
margin-left: 0;
}
.blog-one__content {
padding: 29px 20px 29px;
}
.blog-one__title {
font-size: 19px;
line-height: 29px;
}
.about-history__left {
padding-left: 270px;
max-width: 700px;
}
.about-history__title {
font-size: 40px;
line-height: 50px;
}
.footer-widget__service {
margin-left: 0;
}
.footer-widget__link {
margin-top: 50px;
}
.why-choose-two__left {
max-width: 600px;
margin: 0 auto 0;
}
.why-choose-two__right {
max-width: 600px;
margin: 50px auto 0;
}
.why-choose-two {
padding: 120px 0 295px;
}
.famous-company-two__top-right {
margin-left: 0;
}
.problem-solved-two__right {
margin-left: 0;
margin-right: 0;
}
.problem-solved-two__right-title h2 {
font-size: 60px;
}
.section-title-two__title {
font-size: 55px;
}
.project-two__right {
margin-left: 0;
}
.why-choose-three__left {
max-width: 600px;
margin: 0 auto 0;
}
.why-choose-three__right {
max-width: 600px;
margin: 330px auto 0;
}
.testimonial-three-bg {
display: none;
}
.testimonial-three__right {
margin-right: 0;
margin-left: 0;
}
.testimonial-three__text {
margin-bottom: 50px;
}
.testimonial-three__carousel.owl-theme .owl-nav {
bottom: -105px;
left: 0;
}
.testimonial-three {
padding: 120px 0 334px;
}
.statment__left {
max-width: 600px;
margin: 0 auto 0;
}
.statment__right {
max-width: 600px;
margin: 50px auto 0;
}
.about-history-three__right {
max-width: 300px;
margin-top: 88px;
}
.contact-page__right-text br {
display: none;
}
.faq-page__right {
margin-left: 0;
}
.faq-page__left {
margin-right: 0;
}
.project-details__details-box {
margin-left: 20px;
margin-right: 20px;
}
.similar-project .project-two__title {
font-size: 20px;
}
.service-details__points-box {
padding: 34px 20px 29px;
}
.service-details__points li+li {
margin-left: 55px;
}
.service-details__points li:before {
right: 244px;
}
.service-details__benefits-right {
margin-top: 30px;
}
.project-page-carousel .project-two__title {
font-size: 20px;
}
.testimonial-page-carousel .testimonial-three__single {
padding: 50px 14px 35px;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.why-choose-one__left {
max-width: 600px;
margin: 0 auto;
}
.why-choose-one__right {
max-width: 600px;
margin: 330px auto 0;
}
.why-choose-one {
padding: 0px 0 120px;
}
.project-one__text {
padding-top: 31px;
}
.project-one__content {
margin-left: 10px;
margin-right: 10px;
padding: 33px 25px 35px;
}
.project-one__bottom-inner {
padding-left: 0;
padding-right: 0;
flex-direction: column;
text-align: center;
}
.project-one__bottom-left {
margin-bottom: 30px;
}
.testimonial-one__text {
padding-bottom: 45px;
}
.testimonial-one__carousel.owl-theme .owl-nav {
bottom: -105px;
left: 0;
}
.testimonial-one {
padding: 0 0 225px;
}
.testimonial-one__right {
margin-left: 0;
}
.about-history__inner {
justify-content: center;
flex-direction: column;
}
.about-history__right {
margin-top: 45px;
}
.footer-widget__service {
margin-left: 0;
}
.footer-widget__link {
margin-top: 50px;
}
.footer-widget__contact {
margin-top: 50px;
}
.why-choose-two__left {
max-width: 600px;
margin: 0 auto 0;
}
.why-choose-two__right {
max-width: 600px;
margin: 50px auto 0;
}
.why-choose-two {
padding: 120px 0 295px;
}
.famous-company-two__top-right {
margin-left: 0;
margin-top: 29px;
}
.problem-solved-two__right {
margin-left: 0;
margin-right: 0;
margin-top: 36px;
}
.project-two__right {
margin-left: 0;
margin-top: 0;
margin-bottom: 50px;
}
.project-two__left .section-title-two {
margin-bottom: 41px;
}
.why-choose-three__left {
max-width: 600px;
margin: 0 auto 0;
}
.why-choose-three__right {
max-width: 600px;
margin: 330px auto 0;
}
.testimonial-three-bg {
display: none;
}
.testimonial-three__right {
margin-right: 0;
margin-left: 0;
}
.testimonial-three__text {
margin-bottom: 50px;
}
.testimonial-three__carousel.owl-theme .owl-nav {
bottom: -105px;
left: 0;
}
.testimonial-three {
padding: 120px 0 334px;
}
.testimonial-three__single {
padding: 50px 20px 35px;
}
.blog-page .blog-one__title {
font-size: 21px;
}
.statment__left {
max-width: 600px;
margin: 0 auto 0;
}
.statment__right {
max-width: 600px;
margin: 50px auto 0;
}
.about-history-three__right {
max-width: 300px;
margin-top: 88px;
}
.faq-page__right {
margin-left: 0;
margin-top: 50px;
}
.faq-page__left {
margin-right: 0;
}
.faq-email-box__inner {
padding-left: 30px;
}
.project-page-one .project-two__title {
font-size: 25px;
line-height: 38px;
}
.project-details__details {
flex-direction: column;
}
.project-details__details li+li {
margin-left: 0;
margin-top: 30px;
}
.project-details__challenge-right {
margin-top: 20px;
}
.project-details__bottom-right {
margin-top: 30px;
}
.service-details__right {
margin-top: 35px;
}
.service-details__benefits-right {
margin-top: 30px;
}
.service-details__points li:before {
right: 310px;
}
.project-page-carousel .project-two__title {
font-size: 20px;
}
.blog-page-carousel .blog-one__title {
font-size: 20px;
}
} @media only screen and (max-width: 767px) {
.section-title__title br {
display: none;
}
.section-title__title {
font-size: 45px;
line-height: 55px;
}
.section-title-two__title br {
display: none;
}
.section-title-two__title {
font-size: 45px;
line-height: 50px;
}
.why-choose-one__left {
margin-left: 0;
margin-right: 0;
}
.why-choose-one__left:before {
display: none;
}
.why-choose-one__img-box:before {
display: none;
}
.why-choose-one__img:before {
display: none;
}
.why-choose-one__img:after {
display: none;
}
.why-choose-one__img-two {
display: none;
}
.why-choose-one__border {
display: none;
}
.why-choose-one__customer-service {
bottom: -120px;
right: 0;
padding: 33px 14px 33px;
}
.why-choose-one__right {
margin-top: 170px;
}
.why-choose-one__bottom {
flex-direction: column;
align-items: baseline;
}
.why-choose-one__user {
margin-top: 25px;
}
.why-choose-one {
padding: 0px 0 120px;
}
.working-process__title-box p br {
display: none;
}
.problem-solved__left {
flex-direction: column;
align-items: baseline;
}
.problem-solved__content {
margin-left: 0;
}
.problem-solved__right {
padding-left: 20px;
padding-right: 20px;
flex-direction: column;
align-items: baseline;
}
.problem-solved__btn-box {
margin-left: 0;
margin-top: 20px;
}
.project-one__text {
padding-top: 31px;
}
.project-one__content {
margin-left: 10px;
margin-right: 10px;
padding: 33px 25px 35px;
}
.project-one__bottom-inner {
padding-left: 0;
padding-right: 0;
flex-direction: column;
text-align: center;
}
.project-one__bottom-left {
margin-bottom: 30px;
}
.project-one__bottom-title br {
display: none;
}
.project-one__bottom-title {
font-size: 45px;
line-height: 55px;
}
.counter-one__list li {
flex: 0 0 100%;
max-width: 100%;
}
.counter-one__list li:before {
display: none;
}
.testimonial-one__text {
padding-bottom: 45px;
}
.testimonial-one__carousel.owl-theme .owl-nav {
bottom: -105px;
left: 0;
}
.testimonial-one {
padding: 0 0 225px;
}
.testimonial-one__right {
margin-left: 0;
margin-right: 0;
}
.testimonial-one__left {
margin-right: 0;
}
.testimonial-one__single {
padding: 50px 15px 35px;
}
.about-history__inner {
justify-content: inherit;
flex-direction: column;
align-items: baseline;
}
.about-history__left {
padding-left: 0;
min-height: 100%;
max-width: 100%;
}
.about-history__img-one {
position: relative;
}
.about-history__right {
margin-top: 45px;
}
.footer-widget__about {
margin-right: 0;
margin-bottom: 50px;
}
.footer-widget__service {
margin-left: 0;
margin-bottom: 35px;
}
.footer-widget__link {
margin-bottom: 35px;
}
.why-choose-two__text-1 {
margin-right: 0;
}
.why-choose-two__bottom {
flex-direction: column;
align-items: baseline;
}
.why-choose-two__bottom-right {
margin-left: 0;
margin-top: 25px;
}
.why-choose-two__right {
margin-left: 0;
margin-right: 0;
margin-top: 50px;
}
.why-choose-two__img-box:before {
display: none;
}
.why-choose-two__img-two {
display: none;
}
.why-choose-two__img:before {
display: none;
}
.why-choose-two__customer-service {
padding: 33px 15px 33px;
}
.why-choose-two__customer-service-content h4 {
font-size: 18px;
}
.why-choose-two {
padding: 120px 0 230px;
}
.famous-company-two__top-right {
margin-left: 0;
margin-top: 29px;
}
.services-two__text-1 br {
display: none;
}
.problem-solved-two__right {
margin-left: 0;
margin-right: 0;
margin-top: 36px;
}
.problem-solved-two__right-title h2 {
font-size: 45px;
line-height: 55px;
}
.project-two__right {
margin-left: 0;
margin-top: 0;
margin-bottom: 50px;
}
.project-two__left .section-title-two {
margin-bottom: 41px;
}
.project-two__content {
padding: 26px 15px 26px;
}
.project-two__title {
font-size: 20px;
line-height: 30px;
}
.why-choose-three__left {
margin-left: 0;
margin-right: 0;
}
.why-choose-three__img:before {
display: none;
}
.why-choose-three__left:before {
display: none;
}
.why-choose-three__img-two {
display: none;
}
.why-choose-three__img:after {
display: none;
}
.why-choose-three__border {
display: none;
}
.why-choose-three__customer-service {
bottom: 0;
right: 0;
padding: 33px 20px 33px;
}
.why-choose-three__customer-service-content h4 {
font-size: 18px;
}
.why-choose-three__right {
margin-top: 50px;
}
.why-choose-three__user {
flex-direction: column;
align-items: baseline;
}
.why-choose-three__user-right {
margin-left: 0;
margin-top: 25px;
}
.problem-solved-three__left {
flex-direction: column;
align-items: baseline;
}
.problem-solved-three__content {
margin-left: 0;
margin-top: 30px;
}
.problem-solved-three__right {
padding: 48px 20px 49px;
flex-direction: column;
align-items: baseline;
}
.problem-solved-three__trusted {
margin-top: 25px;
}
.testimonial-three-bg {
display: none;
}
.testimonial-three__right {
margin-right: 0;
margin-left: 0;
}
.testimonial-three__text {
margin-bottom: 50px;
}
.testimonial-three__carousel.owl-theme .owl-nav {
bottom: -105px;
left: 0;
}
.testimonial-three {
padding: 120px 0 334px;
}
.testimonial-three__single {
padding: 50px 20px 35px;
}
.testimonial-three__left {
margin-right: 0;
}
.testimonial-three__client-content h4 {
font-size: 18px;
}
.counter-two__list li {
flex: 0 0 100%;
max-width: 100%;
}
.counter-two__list li:before {
display: none;
}
.contact-one__left {
padding: 67px 20px 55px;
}
.contact-one__list li .content h4 {
font-size: 16px;
}
.contact-one__right .comment-one__form {
padding: 50px 20px 54px;
}
.statment__left {
margin-right: 0;
}
.statment__count-list li {
flex: 0 0 100%;
max-width: 100%;
}
.about-history-three__left {
padding-left: 0;
}
.about-history-three__img-one {
position: relative;
}
.about-history-three__content {
top: 0;
margin-top: 25px;
margin-bottom: 30px;
}
.about-history-three__title br {
display: none;
}
.about-history-three__title {
font-size: 35px;
line-height: 45px;
}
.blog-list__content {
padding: 33px 20px 24px;
}
.blog-list__title {
font-size: 33px;
line-height: 41px;
}
.blog-list__arrow {
padding: 12.5px 20px;
}
.blog-details__quote-box {
flex-direction: column;
align-items: baseline;
}
.blog-details__quote-text {
margin-left: 0;
}
.blog-details__quote-box:after {
left: 0;
}
.author {
padding-left: 25px;
}
.author__img {
position: relative;
top: 0;
left: 0;
margin-bottom: 20px;
}
.back-news {
flex-direction: column;
}
.back-news__left {
margin-bottom: 80px;
}
.comment-one__single {
flex-direction: column;
}
.comment-one__content {
margin-left: 0;
margin-top: 25px;
}
.comment-one__single--two {
margin-left: 30px;
}
.contact-page__right {
padding: 40px 25px 45px;
margin-left: 0;
margin-top: 40px;
}
.contact-page__right-title {
font-size: 34px;
}
.contact-page__right-text br {
display: none;
}
.faq-page__right {
margin-left: 0;
margin-top: 50px;
}
.faq-page__left {
margin-right: 0;
}
.faq-email-box__inner {
padding-left: 0;
flex-direction: column;
text-align: center;
padding-top: 20px;
padding-bottom: 30px;
}
.faq-page__title {
font-size: 38px;
}
.faq-email-box__email {
margin-top: 20px;
}
.project-page-one .project-two__title {
font-size: 20px;
line-height: 30px;
}
.project-details__details {
flex-direction: column;
}
.project-details__details li+li {
margin-left: 0;
margin-top: 30px;
}
.project-details__details-box {
margin-left: 20px;
margin-right: 20px;
}
.project-details__challenge-right {
margin-top: 20px;
}
.project-details__bottom-right {
margin-top: 30px;
}
.project-details__bottom-call {
padding: 20px 20px 25px;
}
.faq-one-accrodion .accrodion-content {
padding: 20px 15px 19px;
}
.similar-project .project-two__title {
font-size: 20px;
}
.service-details__right {
margin-top: 35px;
}
.service-details__benefits-right {
margin-top: 30px;
}
.service-details__benefits-title-two {
font-size: 27px;
}
.service-details__points {
flex-direction: column;
align-items: baseline;
}
.service-details__points li+li {
margin-left: 0;
margin-top: 30px;
}
.service-details__points li:before {
display: none;
}
.project-page-carousel .project-two__title {
font-size: 20px;
}
.blog-page-carousel .blog-one__title {
font-size: 20px;
}
.page-header-bg:before {
right: 0;
}
.page-header__inner h2 {
font-size: 50px;
line-height: 60px;
}
.service-details__service-list-box {
padding: 43px 20px 50px;
}
.service-details__brochures {
padding: 43px 20px 50px;
}
.service-details__brochures-list li a span {
width: 40px;
}
.service-details__brochures-list li a {
font-size: 16px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
.project-one__content {
margin-left: 10px;
margin-right: 10px;
padding: 33px 25px 35px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1469px) {
.project-two__content {
padding: 26px 15px 26px;
}
.project-two__title {
font-size: 20px;
line-height: 30px;
}
} @media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-slider-two__video-box {
text-align: left;
margin-top: 60px;
}
.main-slider-two__video-link {
justify-content: inherit;
}
.main-slider-two__video-text {
text-align: left;
}
#main-slider-pagination {
text-align: left;
padding: 0 15px;
width: 960px;
}
.main-slider-three .main-slider__nav {
top: 40%;
align-items: flex-end;
justify-content: inherit;
flex-direction: column;
}
.main-slider-three .swiper-button-prev {
margin-bottom: 10px;
}
.main-slider-three .main-slider__nav .swiper-button-prev {
left: 0;
}
.main-slider-three .main-slider__nav .swiper-button-next {
right: 0px;
}
.main-slider-three .main-slider__nav .swiper-button-next,
.main-slider-three .main-slider__nav .swiper-button-prev {
padding: 24px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-slider__title {
font-size: 70px;
line-height: 80px;
}
.main-slider-two__video-box {
text-align: left;
margin-top: 60px;
}
.main-slider-two__video-link {
justify-content: inherit;
}
.main-slider-two__video-text {
text-align: left;
}
#main-slider-pagination {
text-align: left;
padding: 0 15px;
width: 720px;
}
.main-slider-two__title {
font-size: 85px;
line-height: 95px;
}
.image-layer-three:before {
right: 0;
}
.main-slider-three .main-slider__nav {
top: 40%;
align-items: flex-end;
justify-content: inherit;
flex-direction: column;
}
.main-slider-three .swiper-button-prev {
margin-bottom: 10px;
}
.main-slider-three .main-slider__nav .swiper-button-prev {
left: 0;
}
.main-slider-three .main-slider__nav .swiper-button-next {
right: 0px;
}
.main-slider-three .main-slider__nav .swiper-button-next,
.main-slider-three .main-slider__nav .swiper-button-prev {
padding: 24px 0;
}
}
@media only screen and (max-width: 767px) {
.main-slider__title br {
display: none;
}
.main-slider__title {
font-size: 38px;
line-height: 48px;
}
.main-slider__nav {
display: none;
}
.main-slider .container {
padding-top: 175px;
padding-bottom: 175px;
}
.main-slider-two__video-box {
text-align: left;
margin-top: 60px;
}
.main-slider-two__video-link {
justify-content: inherit;
}
.main-slider-two__video-text {
text-align: left;
}
#main-slider-pagination {
text-align: left;
padding: 0 15px;
max-width: 540px;
}
.main-slider-two__title br {
display: none;
}
.main-slider-two__title {
font-size: 45px;
line-height: 55px;
}
.main-slider-two-shape-two {
display: none;
}
.main-slider-three__title br {
display: none;
}
.main-slider-three__title {
font-size: 45px;
line-height: 55px;
}
.image-layer-three:before {
right: 0;
}
} @media only screen and (min-width: 1500px) and (max-width: 1840px) {
.main-menu-two__call {
display: none;
}
.main-menu-two__logo {
margin-right: 30px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.main-menu-two__call {
display: none;
}
.main-menu-two__logo {
margin-right: 30px;
}
.main-header-two__social {
display: none;
}
.main-header-two__top-inner {
padding: 12px 20px;
}
.main-menu-two__wrapper {
padding: 0 20px;
}
.main-menu-two__social-btn {
padding-top: 34.8px;
padding-bottom: 34.8px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main-header__top-social {
display: none;
}
.main-header__top-social-language-switcher {
margin-left: 20px;
}
.main-menu .mobile-nav__toggler {
padding: 24px 0;
display: inline-block;
}
.main-header-two__top-inner {
padding: 12px 20px;
}
.main-header-two__top-contact li+li {
margin-left: 20px;
}
.main-header-two__top-request {
margin-left: 20px;
}
.main-menu-two__wrapper {
padding: 0 20px;
}
.main-menu-two__call {
display: none;
}
.main-menu-two__social-btn {
padding-top: 35px;
padding-bottom: 35px;
}
.main-menu-two .mobile-nav__toggler {
padding: 46px 0;
display: inline-block;
}
.default .main-menu-two .mobile-nav__toggler {
padding: 38px 0;
}
.main-header-three__top-contact li+li {
margin-left: 5px;
}
.main-header-three__top-contact li:before {
display: none;
}
.main-menu-three .mobile-nav__toggler {
padding: 24px 0;
display: inline-block;
color: var(--woodza-white);
}
.main-menu-three .mobile-nav__toggler:hover {
color: var(--woodza-base);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-menu .mobile-nav__toggler {
padding: 24px 0;
display: inline-block;
}
.main-header__top-contact {
display: none;
}
.main-header-two__top {
display: none;
}
.main-menu-two__call {
display: none;
}
.main-header-two__social {
display: none;
}
.main-menu-two__social-btn {
padding-top: 35px;
padding-bottom: 35px;
}
.main-menu-two .mobile-nav__toggler {
padding: 46px 0;
display: inline-block;
}
.default .main-menu-two .mobile-nav__toggler {
padding: 38px 0;
}
.main-menu-two__wrapper {
padding: 0 30px;
}
.main-header-three__top-left {
float: none;
text-align: center;
}
.main-header-three__top-right {
display: none;
}
.main-menu-three .mobile-nav__toggler {
padding: 24px 0;
display: inline-block;
color: var(--woodza-white);
}
.main-menu-three .mobile-nav__toggler:hover {
color: var(--woodza-base);
}
}
@media (max-width: 767px) {
.main-header__top-right {
display: none;
}
.main-header__top-left {
float: none;
text-align: center;
}
.main-menu .mobile-nav__toggler {
padding: 24px 0;
display: inline-block;
}
.main-menu__search-box {
display: none;
}
.main-menu__wrapper-inner {
padding-left: 20px;
}
.main-menu__search-btn {
padding-left: 20px;
padding-right: 20px;
}
.main-header-two__top {
display: none;
}
.main-menu-two .mobile-nav__toggler {
padding: 46px 0;
display: inline-block;
}
.default .main-menu-two .mobile-nav__toggler {
padding: 32px 0;
}
.main-menu-two__wrapper {
padding: 0 20px;
}
.main-menu-two__right {
display: none;
}
.main-menu-two__left {
float: none;
}
.main-menu-two__logo {
margin-right: 0;
}
.main-menu-two__main-menu-box {
float: right;
}
.main-header-three__top-left {
float: none;
text-align: center;
}
.main-header-three__top-right {
display: none;
}
.main-menu-three .mobile-nav__toggler {
padding: 24px 0;
display: inline-block;
color: var(--woodza-white);
}
.main-menu-three .mobile-nav__toggler:hover {
color: var(--woodza-base);
}
.main-header-three__social {
display: none;
}
.main-menu-three__search-box {
display: none;
}
.main-menu-three__wrapper-inner {
padding-left: 20px;
}
.main-menu-three__search-btn {
padding-left: 20px;
padding-right: 20px;
}
}