@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #242424;
  --theme-dark-color: #1f1f1f;
  --theme-light-color: #3d3d3d;
  --theme-wood-color: #694127;
}

.container {
  padding: 0;
}

.bg-light {
  background-color: var(--theme-color) !important;
  font-family: 'Montserrat', sans-serif !important;
}

.header-wrapper {
  position: relative;
  z-index: 99;
}

.header-absolute {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
}

.header-info {
  display: flex;
  align-items: center;
}

.header-info > a {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.header-info > a:first-child {
  border-right: 1px solid #6e6e6e;
}

.header-info > a > i {
  margin-right: 0.8rem;
  display: flex;
}

.header-fiexd-right {
  display: flex;
  width: 310px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.header-fiexd-right.active {
  left: 0;
}

.header-logo,
.header-logo > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.header-logo > a > img {
  width: 80%;
}

.header-logo > a {
  padding: 1rem;
  background-color: var(--theme-dark-color);
  height: 100%;
}

.header-fiexd-left {
  display: flex;
  flex-direction: column;
  width: 100px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9;
}

.header-menu-btn {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-wood-color);
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.header-menu-btn.active {
  transform: translateY(100px);
}

.header-menu-btn > i::before {
  transition: all 0.3s ease-in-out;
}

.header-menu-btn.active > i::before {
  content: "\F659";
  font-family: bootstrap-icons !important;
}

.header-menu-btn > i {
  font-size: 40px;
  color: #fff;
}

.header-menu-social {
  display: flex;
  width: 100%;
  height: calc(100% - 300px);
  align-items: flex-end;
  justify-content: center;
  padding: 1rem 0;
  position: relative;
  background-color: var(--theme-light-color);
}

.header-menu-text {
  height: 200px;
  background-color: #272727;
  writing-mode: vertical-rl;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  font-size: 17px;
  font-weight: 300;
}

.header-menu-social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--theme-light-color);
  z-index: 9;
  margin-bottom: 2.5rem;
  padding: 1rem 0;
}

.header-menu-social > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-menu-social > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  transition: .2s ease-in-out;
}

.header-menu-social > ul > li > a > i {
  color: rgba(255, 255, 255, 0.4);
  transition: .2s ease-in-out;

}

.header-menu-social > ul > li > a:hover {
  background-color: var(--theme-wood-color);
}

.header-menu-social > ul > li > a:hover > i {
  color: #fff;
}

.header-menu-social::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 30px;
  width: 1px;
  background-color: #4c4c4c;
}

.page-wrapper {
  padding-left: 100px;
}

.home-slider .slider-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider {
  height: 100vh;
}

.home-slider .slider-wrapper {
  height: 100%;
  position: relative;
}

.home-slider .slider.responsive.lazy {
  height: calc(100% - 70px);
}

.home-slider .slick-list.draggable {
  height: 100%;
}

.home-slider .slick-track {
  height: 100%;
}

.slick-slider-bottom {
  height: 70px;
}

.home-slider .slider-wrapper .slick-item {
  position: relative;
  counter-increment: section;
}

.home-slider .slider-wrapper .slick-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.slick-slider-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #272727;
}

.slick-slider-bottom-left {
  display: flex;
  width: 170px;
  background-color: var(--theme-light-color);
  height: 100%;
}

.slick-slider-bottom-right {
  display: flex;
  width: 140px;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  background-color: var(--theme-color);
  position: relative;
}

.slick-slider-bottom-center {
  display: flex;
  width: calc(100% - 310px);
  padding: 0 2rem;
}

.slick-slider-bottom-right .slick-slider-bottom-right-prev,
.slick-slider-bottom-right .slick-slider-bottom-right-next {
  height: 50px;
  background-color: var(--theme-light-color);
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.slick-slider-bottom-right .slick-slider-bottom-right-prev > i,
.slick-slider-bottom-right .slick-slider-bottom-right-next > i {
  font-size: 20px;
  display: flex;
  color: #fff;
}

.slick-slider-bottom-right .slick-slider-bottom-right-prev:hover,
.slick-slider-bottom-right .slick-slider-bottom-right-next:hover {
  height: 50px;
  background-color: var(--theme-wood-color);
}

.slick-slider-bottom-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #3a3a3a;
  left: 50%;
  transform: translateX(-50%);
}

.slider-progress {
  width: 100%;
  background: var(--theme-light-color);
  height: 4px;
  border-left: 1px solid var(--theme-light-color);
  border-right: 1px solid var(--theme-light-color);
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.slider-progress .progress {
  width: 0%;
  height: 1px;
  background: var(--theme-wood-color);
  border-radius: 0 !important;
}

.slick-dots-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.5rem;
}

.slick-dots-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.slick-dots-list > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots-list > ul > li > button {
  position: relative;
  display: flex;
  font-size: 0;
  background-color: transparent;
  border: 1px solid #5f5f5f;
  width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  outline: 0 !important;
}

.slick-dots-list > ul > li.slick-active > button {
  background-color: var(--theme-wood-color);
}

.slick-dots-list > ul > li.slick-active > button::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 2px solid #878787;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.page-wrapper-image {
  display: flex;
  width: 100%;
}

.page-wrapper-image > img {
  width: 100%;
}

.page-wrapper-banner {
  position: relative;
}

.page-wrapper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.page-wrapper-text > span {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.work-wrapper-bottom > ul {
  display: flex;
  padding: 0 3rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #505050;
  border: none;
}

.work-wrapper-bottom > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.work-wrapper-bottom > ul > li > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none !important;
  border-right: 1px solid #5e5e5e !important;
  position: relative;
}

.work-wrapper-bottom > ul > li:first-child > a {
  border-left: 1px solid #5e5e5e !important;
}

.work-wrapper-bottom > ul > li > a.active {
  background-color: transparent !important;
  border-color: #5e5e5e !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.work-wrapper-bottom > ul > li > a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--theme-wood-color);
  left: 50%;
  bottom: 35%;
  transform: translateX(-50%);
  transition: .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.work-wrapper-bottom > ul > li > a.active::before {
  opacity: 1;
  visibility: visible;
}

.tab-post-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tab-post-item {
  width: 25%;
  height: 420px;
  position: relative;
  display: flex;
}

.tab-post-image {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.tab-post-image > img {
  width: 110%;
  transform: scale(1.1);
  transition: .2s ease-in-out;
}

.tab-post-name {
  position: absolute;
  width: 80%;
  left: 25px;
  bottom: 25px;
  z-index: 9;
}

.tab-post-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.tab-post-name > a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: .2s ease-in-out;
}

.tab-post-name > a:hover {
  color: var(--theme-wood-color);
}

.tab-ikon-btn {
  position: absolute;
  top: 25px;
  right: 55px;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: .2s ease-in-out;
}

.tab-post-item:hover .tab-ikon-btn {
  right: 25px;
  opacity: 1;
  visibility: visible;
}

.tab-ikon-btn > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.tab-ikon-btn > a::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background-color: #fff;
  border-radius: 50%;
  transition: .2s ease-in-out;
}

.tab-ikon-btn > a:hover::before {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-ikon-btn > a > i {
  font-size: 20px;
  color: #fff;
  z-index: 9;
  transition: .2s ease-in-out;
}

.tab-ikon-btn > a:hover > i {
  color: var(--theme-wood-color);
}

.tab-post-item:hover .tab-post-image > img {
  transform: scale(1);
}

.tab-post-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #888;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.tab-post-item:hover::after {
  opacity: 1;
  visibility: visible;
}

.references-slider {
  width: 80%;
}

.references-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #2e2e2e;
}

.references-image {
  display: flex;
  width: 100%;
}

.references-image > img {
  width: 100%;
}

.footer-wrapper {
  background-color: var(--theme-dark-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list {
  width: 25%;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}

.footer-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list:not(:last-child) {
  border-right: 1px solid #242424;
}

.footer-list-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-list > ul > li > a {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  text-decoration: underline !important;
  font-weight: 300;
}

.footer-logo {
  width: 220px;
}

.footer-logo > a {
  display: flex;
  width: 100%;
}

.footer-logo > a > img {
  width: 100%;
}

.footer-list:first-child {
  padding-left: 0;
  align-items: center;
}

.header-fixed-menu {
  position: fixed;
  top: 100px;
  left: -300px;
  max-height: calc(100vh - 100px);
  width: 400px;
  background-color: #717171;
  overflow: hidden;
  overflow-y: auto;
  padding: 2.5rem;
  text-align: right;
  z-index: 8;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.header-fixed-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e6e6e6;
  border-radius: 5px;
}

.header-fixed-menu::-webkit-scrollbar-thumb {
  background: var(--theme-wood-color);
  border-radius: 5px;
}

.header-fixed-menu.active {
  left: 100px;
  visibility: visible;
}

.header-menu #cssmenu > ul {
  list-style: none;
  margin: 0;
  border-left: 1px solid #868686;
  border-right: 1px solid #868686;
  padding: 10px 0;
  counter-reset: my-awesome-counter;
}

.header-menu #cssmenu > ul > li {
  display: block;
  margin-left: -10px !important;
  margin-right: -10px !important;
  border-bottom: 1px solid #868686;
  counter-increment: my-awesome-counter;
  position: relative;
}

.header-menu #cssmenu > ul > li > a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 2.5rem 1.5rem;
  justify-content: flex-end;
  text-align: right;
}

.header-menu #cssmenu > ul > li > a > span {
  display: flex;
  text-align: right;
  position: relative;
  cursor: pointer;
}

.header-menu #cssmenu > ul > li:first-child {
  border-top: 1px solid #868686;
}

.header-menu #cssmenu > ul > li > a > span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  background-color: #868686;
  transition: .2s ease-in-out;
}

.header-menu #cssmenu > ul > li > a > span::after {
  content: "";
  position: absolute;
  height: 4px;
  margin-top: -2px;
  top: 50%;
  right: -56px;
  margin-left: 56px;
  left: 100%;
  background-color: var(--theme-wood-color);
  z-index: -1;
  transition: .3s ease-in-out;
}

.header-menu #cssmenu > ul > li > a:hover > span::before,
.header-menu #cssmenu > ul > li.current_page_item > a > span::before {
  width: 0;
}

.header-menu #cssmenu > ul > li > a:hover > span::after,
.header-menu #cssmenu > ul > li.current_page_item > a > span::after {
  margin-left: 0;
  left: -20px;
}

.about-forbox-wrapper-title > p,
.about-forbox-grid-title > p,
.about-threebox-title > p,
.about-listbox-title > p,
.contact-page-container-top-title > p,
.contact-info-text > p,
.contact-info-text > a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

.about-forbox-wrapper-title > span,
.about-forbox-grid-title > span,
.about-threebox-title > span,
.about-listbox-title > span,
.contact-page-container-top-title > span {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}




.about-forbox-wrapper-title {
  display: flex;
  flex-direction: column;
}

.about-forbox {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.about-forbox-content {
  width: calc(25% - (1.5rem * 3) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-light-color);
  justify-content: flex-start;
}

.about-forbox-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-light-color);
  transition: .3s ease-in-out;
}

.about-forbox-icon > i {
  color: #fff;
  font-size: 40px;
  transition: .3s ease-in-out;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.about-forbox-text > span,
.about-forbox-grid-text > span,
.about-threebox-content-text > span,
.about-sixbox-content-text > span,
.about-listbox-text > span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.about-forbox-text > p,
.about-forbox-grid-text > p,
.about-threebox-content-text > p,
.about-sixbox-content-text > p,
.about-listbox-text > p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, .7);
  margin: 0;
}

.about-forbox-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

.about-forbox-content:hover .about-forbox-icon {
  background-color: var(--theme-wood-color);
}

.about-forbox-content:hover .about-forbox-icon > i {
  transform: scale(0.7);
}

.about-forbox-wrapper {
  padding: 5rem 0;
}

.about-forbox-grid-wrapper {
  padding: 5rem 0;
  background-color: #2e2e2e;
}

.about-forbox-grid-content-left {
  background-color: #393939;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-forbox-grid-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #393939;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 1px solid #4c4c4c;
  transition: .3s ease-in-out;
}

.about-forbox-grid-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 60px;
  transition: .3s ease-in-out;
}

.about-forbox-grid-content:hover .about-forbox-grid-icon {
  background-color: var(--theme-wood-color);
}

.about-forbox-grid-content:hover .about-forbox-grid-icon > span {
  transform: scale(0.7);
}

.about-forbox-grid-content {
  display: flex;
  border: 1px solid #393939;
  width: calc(50% - (2rem) / 2);
}

.about-forbox-grid-content > div {
  width: 50%;
}

.about-forbox-grid-text {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.about-forbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.about-forbox-grid-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-threebox {
  display: flex;
  margin-top: 2rem;
}

.about-threebox-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  border: 1px solid var(--theme-light-color);
  border-left: none;
  width: 33.33%;
  flex-direction: column;
}

.about-threebox-content:first-child {
  border-left: 1px solid var(--theme-light-color);
}

.about-threebox-content-icon > i {
  font-size: 50px;
  color: #fff;
}

.about-threebox-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}

.about-threebox-wrapper {
  padding: 5rem 0;
}

.about-sixbox-wrapper {
  display: flex;
  margin-top: 2rem;
}

.about-sixbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2d2d2d;
}

.about-sixbox-content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 75%;
}

.about-sixbox-contain {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}

.about-sixbox-image {
  display: flex;
  width: 100%;
}

.about-sixbox-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-sixbox-contain:nth-child(2n) {
  flex-direction: column-reverse;
}

.about-sixbox-contain > div {
  height: 400px;
}

.about-sixbox-content-icon {
  display: flex;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}

.about-sixbox-content-icon > span {
  color: #fff;
  font-size: 40px;
  transition: .3s ease-in-out;
}

.about-sixbox-content:hover .about-sixbox-content-icon {
  background-color: var(--theme-wood-color);
  border-color: var(--theme-wood-color);
}

.about-sixbox-content:hover .about-sixbox-content-icon > span {
  transform: scale(0.7);
}

.about-listbox-wrapper {
  padding: 5rem 0;
}

.about-listbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 120px;
  border: 1px solid #2e2e2e;
  position: relative;
  transition: .3s ease-in-out;
}

.about-listbox-content:hover .about-listbox-icon {
  background-color: var(--theme-wood-color);
}

.about-listbox-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: calc(50% - (2rem) / 2);
}

.about-listbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.about-listbox-icon > span {
  font-size: 40px;
  color: #fff;
  transition: .3s ease-in-out;
}

.about-listbox-content:hover .about-listbox-icon > span {
  transform: scale(0.7);
}

.about-listbox-icon::before,
.about-listbox-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transition: .3s ease-in-out;
}

.about-listbox-icon::before {
  top: 0;
  left: 0;
  border-top: 2px solid #6c6c6c;
  border-left: 2px solid #6c6c6c;
}

.about-listbox-icon::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
}

.about-listbox-content:hover .about-listbox-icon::before,
.about-listbox-content:hover .about-listbox-icon::after {
  width: 100%;
  height: 100%;
}

.blog-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  gap: 1.5rem;
}

.blog-list {
  width: calc(33.33% - (1.5rem * 2) / 3);
}

.blog-list-content {
  padding: 2rem;
  background-color: var(--theme-light-color);
}

.blog-list-image,
.blog-list-image > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.blog-list-image > a > img {
  width: 100%;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.blog-list:hover .blog-list-image > a > img {
  transform: scale(1.1);
}

.blog-list-content-top {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid #313131;
}

.blog-list-info > i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-wood-color);
  color: #fff;
}

.blog-list-info {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-list-info > span {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  margin-left: 1rem;
}

.blog-list-content-top .blog-list-info:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 1px;
  background-color: #fff;
}

.blog-list-info:last-child {
  margin-left: 80px;
}

.blog-list-name > a {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  transition: .2s ease-in-out;
}

.blog-list-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  font-weight: 300;
  margin-top: 0.5rem;
}

.blog-list-name {
  margin-top: 1.5rem;
}

.blog-list-name > a:hover {
  color: var(--theme-wood-color);
}

.blog-list-btn {
  display: flex;
  margin-top: 1.5rem;
}

.blog-list-btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #fff;
  width: 180px;
  overflow: hidden;
}

.blog-list-btn > a::before {
  content: "";
  position: absolute;
  background-color: var(--theme-wood-color);
  left: -100%;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
}

.blog-list-btn > a > span {
  display: flex;
  z-index: 9;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}

.blog-list-btn > a:hover::before {
  left: 0;
}

.blog-list-btn > a:hover > span {
  color: #fff;
}

#to_top_scrollup {
  background-color: var(--theme-wood-color) !important;
}

.contact-page-container {
  padding: 5rem 0;
}

.contact-info-grid {
  display: flex;
  margin-top: 2rem;
}

.contact-info-content {
  display: flex;
  align-items: center;
  width: 33.33%;
  padding: 2.5rem 2rem;
  border: 1px solid var(--theme-light-color);
  border-left: none;
}

.contact-info-content:first-child {
  border-left: 1px solid var(--theme-light-color);
}

.contact-info-icon {
  margin-right: 1.5rem;
}

.contact-info-icon > i {
  font-size: 26px;
  color: #fff;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
}

.contact-info-text > span {
  font-weight: 400;
  font-size: 19px;
  color: #fff;
}

.contact-page-container-bottom {
  display: flex;
  border: 1px solid var(--theme-light-color);
  margin-top: 3rem;
}

.contact-page-form {
  width: 65%;
  padding: 2rem 1.5rem;
}

.contact-page-iframe {
  width: 35%;
}

.form-wrapper-title {
  margin-bottom: 2rem;
}

.form-wrapper-title > span {
  font-weight: 400;
  font-size: 19px;
  color: #fff;
}

.form-wrapper {
  display: flex;
  gap: 1.5rem;
}

.form-contain {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--theme-light-color);
  transition: .3s ease-in-out;
}

.form-contain > span > input,
.form-contain > span > textarea {
  background-color: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding-bottom: 1.5rem;
  height: auto !important;
}

.form-contain > i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.form-contain > span {
  padding-left: 2rem;
}

.form-wrapper-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-contain::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 14px;
  background: var(--theme-light-color);
  transition: .3s ease-in-out;
}

.form-contain:focus-within::after {
  background-color: #fff;
  left: 100%;
}

.form-contain:focus-within {
  border-color: #fff;
}

.form-wrapper-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-wrapper p {
  margin: 0;
  display: none;
}

.fomr-btn > span {
  display: none !important;
}

.fomr-btn > input {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-light-color) !important;
  border-radius: 0 !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  transition: .3s ease-in-out;
}

.fomr-btn > input:hover {
  background-color: var(--theme-wood-color) !important;
}

.post-page-bottom {
  display: flex;
  padding: 5rem 0;
}

.post-page-container-image {
  display: flex;
  float: left;
  margin-right: 2rem;
}

.post-page-container-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.post-page-container-image > img {
  width: 100%;
}

.post-page-container-name {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
}

.slick-text {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
}

.slick-text > span {
  font-size: 60px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
}

.slick-text > p {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}

.header-menu #cssmenu > ul > li::before {
  content: "0"counter(my-awesome-counter);
  position: absolute;
  top: 38px;
  left: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
  margin-right: 0.5rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.header-menu #cssmenu > ul > li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 47px;
  left: 10px;
  background-color: #868686;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.header-menu #cssmenu > ul > li:hover::before,
.header-menu #cssmenu > ul > li.current_page_item::before {
  left: 42px;
  color: #fff;
}

.header-menu #cssmenu > ul > li:hover::after,
.header-menu #cssmenu > ul > li.current_page_item::after {
  width: 32px;
}

.home-slider .slider-wrapper .slick-item::after {
  content: "0"counter(section);
  position: absolute;
  top: 130px;
  right: 30px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 90px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 150px;
  text-align: center;
  line-height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 8px solid rgba(255, 255, 255, .5);
  bottom: 90px;
  right: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.slider-btn > i {
  font-size: 16px;
  display: flex;
  color: rgba(255, 255, 255, .5);
  transition: .3s ease-in-out;
}

.slider-btn:hover {
  border-color: #fff;
}

.slider-btn:hover > i {
  color: #fff;
}

.slider-scroll-text {
  position: absolute;
  top: 60%;
  right: 20px;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  align-items: center;
}

.slider-scroll-text > span {
  font-weight: 600;
}

.slider-scroll-text > i {
  font-size: 25px;
  margin-bottom: 1rem;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid var(--theme-wood-color) !important;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width:1025px) {
  .blog-list {
    width: calc(50% - (1.5rem) / 2);
  }

  .blog-list-wrapper {
    padding: 1rem;
  }

  .footer-list {
    padding-left: 20px;
  }

  .footer-logo {
    width: 180px;
  }

  .tab-post-item {
    width: 33.33%;
  }

  .page-wrapper-bottom {
    padding: 0 1rem;
  }
}

@media screen and (max-width:992px) {
  .header-menu-social {
    display: none;
  }

  .header-menu-text {
    display: none;
  }

  .header-menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
  }

  .header-fiexd-left {
    height: 0;
  }

  .page-wrapper {
    padding-left: 0;
  }

  .header-absolute {
    display: none;
  }

  .header-menu-btn.active {
    transform: unset;
  }

  .header-fiexd-right.active {
    left: 100px;
  }

  .header-fixed-menu.active {
    left: 0;
  }

  .header-fixed-menu {
    width: 100%;
  }

  .page-wrapper-image {
    height: 100%;
  }

  .page-wrapper-banner {
    height: 386px;
  }

  .home-slider .slider-wrapper .slick-item::after {
    display: none;
  }

  .slider-btn {
    display: none;
  }

}

@media screen and (max-width:769px) {
  .tab-post-item {
    width: 50%;
  }


  .slick-slider-bottom-left {
    display: none;
  }

  .slick-slider-bottom-center {
    width: calc(100% - 140px);
    padding: 0 1rem;
  }

  .home-slider .slider-wrapper .slick-item::after {
    display: none;
  }

  .slick-text {
    left: 10px;
  }


  .slider-btn {
    display: none;
  }

  .slider-scroll-text {
    top: inherit;
    bottom: 100px;
    transform: unset;
    right: 0;
  }

  .work-wrapper-bottom > ul {
    overflow: auto;
  }

  .work-wrapper-bottom > ul > li {
    flex-shrink: 0;
    width: 25%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-list {
    width: 50%;
    min-height: 300px;
  }

  .footer-list:nth-child(1),
  .footer-list:nth-child(2) {
    border-bottom: 1px solid #242424;
  }

  .contact-page-container-bottom {
    flex-direction: column;
  }

  .contact-page-form {
    width: 100%;
  }

  .contact-page-iframe {
    width: 100%;
    height: 250px;
  }

  .about-forbox-grid-content {
    width: 100%;
  }

  .about-sixbox-wrapper {
    flex-direction: column;
  }

  .about-sixbox-contain {
    width: 100%;
    flex-direction: row !important;
  }

  .about-sixbox-contain > div {
    width: 100%;
  }

  .about-sixbox-contain:nth-child(2n) {
    flex-direction: row-reverse !important;
  }

  .about-listbox-content {
    width: 100%;
  }

  .about-forbox {
    flex-wrap: wrap;
  }

  .about-forbox-content {
    width: calc(50% - (1.5rem) / 2);
  }

  .about-forbox-wrapper {
    padding: 2rem 0;
  }
}

@media screen and (max-width:553px) {

  .blog-list,
  .tab-post-item {
    width: 100%;
  }

  .header-fiexd-right {
    width: calc(100% - 100px);
  }

  .slick-text > span {
    font-size: 30px;
  }

  .slick-text > p {
    font-size: 15px;
  }

  .work-wrapper-bottom > ul > li {
    width: 50%;
  }

  .work-wrapper-bottom > ul > li > a {
    font-size: 14px;
  }

  .footer-list {
    width: 100%;
    border-bottom: 1px solid #242424;
  }

  .page-wrapper-text > span {
    font-size: 30px;
  }

  .post-page-container-image {
    margin: 0;
    float: unset;
  }

  .post-page-container-desc {
    padding: .5rem;
  }

  .post-page-container-name {
    padding: 0 .5rem;
  }

  .contact-info-grid {
    flex-direction: column;
  }

  .contact-info-content {
    width: 100%;
    border: 1px solid var(--theme-light-color);
  }

  .contact-page-container-top {
    padding: 0 1rem;
  }

  .contact-page-container-bottom {
    padding: 0 1rem;
  }

  .contact-page-form {
    padding: 0;
  }

  .contact-page-iframe > iframe {
    height: 100% !important;
  }

  .form-wrapper {
    flex-direction: column;
  }

  .contact-page-iframe {
    margin-top: 1rem;
  }

  .fomr-btn {
    margin-top: 1rem;
  }

  .footer-list {
    min-height: 200px;
  }

  .about-listbox-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .about-sixbox-contain {
    flex-direction: column !important;
  }

  .about-sixbox-contain:nth-child(2n) {
    flex-direction: column !important;
  }

  .about-threebox {
    flex-direction: column;
  }

  .about-threebox-content {
    border: 1px solid var(--theme-light-color);
    width: 100%;
  }

  .about-threebox-wrapper {
    padding: 0;
    margin-top: 2rem;
  }

  .about-forbox-grid-content {
    flex-direction: column;
  }

  .about-forbox-grid-content > div {
    width: 100%;
  }

  .about-forbox-grid-content-left {
    padding: 1rem;
  }

  .about-forbox-grid-text {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .about-forbox-content {
    width: 100%;
  }

  .header-menu #cssmenu > ul > li > a {
    padding: 1.3rem 1.5rem;
  }

  .header-menu #cssmenu > ul > li::before,
  .header-menu #cssmenu > ul > li::after {
    top: 50%;
    transform: translateY(-50%);
  }
}