#header .navbar .navbar-brand img {
  max-width: 70px;
}

@-webkit-keyframes img-burns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  50% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
}
@keyframes img-burns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  50% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
}
::selection {
  background-color: #c38a4c;
}

-webkit-::selection {
  background-color: #c38a4c;
}

::-moz-selection {
  background-color: #c38a4c;
}

.site-preloader-wrap .spinner {
  background-color: #c38a4c;
}

.default-btn {
  background-color: #c38a4c;
}
.default-btn-2 {
  background-color: #263a4f;
}
.default-btn-2:hover {
  background-color: #c38a4c;
}

.section-heading span::before {
  left: -18px;
  top: 1px;
  opacity: 0.8;
  border: none;
  background-image: url(../img/logo-blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#mainmenu li ul li:hover a {
  background-color: #c38a4c;
}

ul.nav li.phone i {
  color: #c38a4c;
}

ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active {
  color: #c38a4c;
}

.year-content h2:before {
  border-color: #c38a4c;
}

.about-list li i {
  color: #c38a4c;
}

.about-section.bg-dark .play-icon {
  background-color: #c38a4c;
}

.service-content i:before {
  background-color: #c38a4c;
}

.service-item a {
  color: #c38a4c;
}

.section-2 .service-item:hover {
  background-color: #c38a4c;
}

.section-2 .service-item i {
  color: #c38a4c;
}

.bg-dark .service-item {
  border-bottom-color: #c38a4c;
}

.service-box i:before {
  background-color: #c38a4c;
}

.project-2 .project-item .project-content h3 a:hover {
  color: #c38a4c;
}

.counter-content h2:before {
  border-color: #c38a4c;
}

.team-item .team-content span {
  background-color: #c38a4c;
}

.testi-item {
  border-left-color: #c38a4c;
}

.testi-item .fa-quote-right {
  color: #c38a4c;
}

.testi-content .rattings li i {
  color: #c38a4c;
}

.owl-controls .owl-dots .owl-dot.active {
  background-color: #c38a4c;
}

.error-content .error-info a:hover {
  color: #c38a4c;
}

.form-control:focus {
  border-color: #c38a4c;
}

.blog-item .blog-thumb .category {
  background-color: #c38a4c;
}

.bg-dark .blog-content {
  border-bottom-color: #c38a4c;
}

.blog-content h3 a:hover {
  color: #c38a4c;
}

.blog-content .read-more:hover {
  color: #c38a4c;
}

.blog-content .read-more:before {
  background-color: #c38a4c;
}

.pagination-wrap li a:hover {
  background-color: #c38a4c;
}

.pagination-wrap li a.active {
  background-color: #c38a4c;
  border-color: #c38a4c;
}

.sidebar-wrap .widget-content h4:before {
  background-color: #c38a4c;
}

.thumb-post li a:hover {
  color: #c38a4c;
}

.widget-content .tags li a {
  background-color: #c38a4c;
}

.blog-details-content h2 a:hover {
  color: #c38a4c;
}

.single-post-meta li i {
  color: #c38a4c;
}

blockquote {
  border-left-color: #c38a4c;
}

.post-tags li a {
  background-color: #c38a4c;
}

.author-box {
  border-left-color: #c38a4c;
}

.author-box .social-icon li a:hover {
  color: #c38a4c;
}

.post-navigation .col a:hover {
  color: #c38a4c;
}

.blog-details-wrap .comments-area .comment-reply-link {
  color: #c38a4c;
}

.blog-details-wrap .comments-area .comment-reply-link:before {
  background-color: #c38a4c;
}

.blog-details-wrap .comment-respond form input:focus,
.blog-details-wrap .comment-respond form textarea:focus {
  border-color: #c38a4c;
}

.blog-details-wrap .comment-respond .form-submit input {
  background-color: #c38a4c;
}

.widget-content .widget-links li a:hover {
  color: #c38a4c;
}

.subscribe-form .submit-btn {
  background-color: #c38a4c;
}

#scroll-to-top {
  background-color: #c38a4c;
}

#scroll-to-top:hover {
  background-color: #c38a4c;
}

.dl-slider .dl-caption.dl-border:before {
  border-color: #c38a4c;
}

.dl-slider .dl-btn {
  background-color: #c38a4c;
}

.dl-slider .slick-dots li.slick-active button {
  background-color: #c38a4c;
}

#header .navbar .navbar-brand img {
  max-width: 70px;
}

@media only screen and (max-width: 991px) {
  .widget-content {
    text-align: center;
  }
}
.widget-content.widget-content-logo img {
  display: block;
  margin: 0 auto 20px;
  max-width: 90px;
}
@media only screen and (min-width: 992px) {
  .widget-content.widget-content-logo img {
    margin: 0 0 20px;
  }
}
.widget-content.widget-content-logo p {
  text-align: justify;
}

.padding {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .padding {
    padding: 30px 0;
  }
}

.seo-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

.blog-section .blog-item {
  position: relative;
}
.blog-section .blog-item:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 0px #b3b3b3;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  transition: ease 0.5s;
}
.blog-section .blog-item .blog-thumb {
  width: 100%;
  height: 200px;
}
.blog-section .blog-item .blog-thumb img {
  height: 100%;
}

.home-page #main-slider .single-slide:first-child .bg-img {
  animation: none !important;
}
.home-page #main-slider .single-slide:first-child .bg-img video {
  width: 100%;
  height: auto;
}
.home-page .products-section, .home-page .wood-type-section {
  position: relative;
  z-index: 1;
}
.home-page .products-section .dots, .home-page .wood-type-section .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg-dots.png) 0 0 repeat;
  z-index: -1;
}
.home-page #wood-type-carousel .project-item .projects-content {
  opacity: 0;
}
.home-page #wood-type-carousel .project-item .projects-content h3 {
  font-size: 18px;
}
.home-page #wood-type-carousel .project-item .projects-content p {
  color: white;
  text-align: justify;
}
.home-page #wood-type-carousel .project-item:hover .projects-content {
  opacity: 1;
}
.home-page .process-section {
  background: white;
}
.home-page .process-section .process {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .home-page .process-section .process {
    width: 992px;
    margin: 0 auto;
    height: 700px;
    padding: 100px 0;
  }
}
.home-page .process-section .process__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/process-bg.jpg);
  background-repeat: no-repeat;
  background-size: 500px 500px;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .home-page .process-section .process__background {
    display: none;
  }
}
.home-page .process-section .process__item__content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: snow;
  overflow: hidden;
  height: 100%;
}
.home-page .process-section .process__item__wrap {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid;
  overflow: hidden;
}
.home-page .process-section .process__item__wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 0 0 300px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  z-index: -1;
}
.home-page .process-section .process__item__wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 140px 300px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: -1;
}
.home-page .process-section .process__item__icon {
  width: 60px;
  height: 50px;
  margin: 0 auto 7px;
}
.home-page .process-section .process__item__icon img {
  width: 100%;
}
.home-page .process-section .process__item__title {
  text-align: center;
  font-size: 16px;
}
.home-page .process-section .process__item__title h3 {
  font-size: 15px;
  margin-bottom: 7px;
}
.home-page .process-section .process__item__desc p {
  font-size: 14px;
}
.home-page .process-section .process__item.process-1 {
  top: 100px;
  left: 80px;
}
.home-page .process-section .process__item.process-1 .process__item__wrap {
  border-color: #d59f5a;
}
.home-page .process-section .process__item.process-1 .process__item__wrap:before {
  border-color: transparent transparent transparent #d59f5a;
}
.home-page .process-section .process__item.process-1 .process__item__wrap:after {
  border-color: transparent transparent #d59f5a transparent;
}
.home-page .process-section .process__item.process-1 .process__item__icon {
  width: 25px;
  height: 40px;
  top: 30px;
  left: 75px;
}
.home-page .process-section .process__item.process-1 .process__item__title {
  left: 35px;
  top: 90px;
}
.home-page .process-section .process__item.process-1 .process__item__title h3 {
  color: #d59f5a;
}
.home-page .process-section .process__item.process-2 {
  top: 0;
  left: 380px;
}
.home-page .process-section .process__item.process-2 .process__item__wrap {
  border-color: #c38a4c;
}
.home-page .process-section .process__item.process-2 .process__item__wrap:before {
  border-color: transparent transparent transparent #c38a4c;
}
.home-page .process-section .process__item.process-2 .process__item__wrap:after {
  border-color: transparent transparent #c38a4c transparent;
}
.home-page .process-section .process__item.process-2 .process__item__icon {
  width: 35px;
  height: 35px;
  margin-bottom: 2px;
}
.home-page .process-section .process__item.process-2 .process__item__title h3 {
  color: #c38a4c;
}
.home-page .process-section .process__item.process-3 {
  top: 100px;
  left: 680px;
}
.home-page .process-section .process__item.process-3 .process__item__wrap {
  border-color: #a36f3b;
}
.home-page .process-section .process__item.process-3 .process__item__wrap:before {
  border-color: transparent transparent transparent #a36f3b;
}
.home-page .process-section .process__item.process-3 .process__item__wrap:after {
  border-color: transparent transparent #a36f3b transparent;
}
.home-page .process-section .process__item.process-3 .process__item__icon {
  width: 35px;
  height: 35px;
  margin-bottom: 2px;
}
.home-page .process-section .process__item.process-3 .process__item__title h3 {
  color: #a36f3b;
}
.home-page .process-section .process__item.process-4 {
  bottom: 100px;
  left: 660px;
}
.home-page .process-section .process__item.process-4 .process__item__wrap {
  border-color: #8f5d2e;
}
.home-page .process-section .process__item.process-4 .process__item__wrap:before {
  border-color: transparent transparent transparent #8f5d2e;
}
.home-page .process-section .process__item.process-4 .process__item__wrap:after {
  border-color: transparent transparent #8f5d2e transparent;
}
.home-page .process-section .process__item.process-4 .process__item__icon {
  width: 35px;
  height: 35px;
  margin-bottom: 2px;
}
.home-page .process-section .process__item.process-4 .process__item__title h3 {
  color: #8f5d2e;
}
.home-page .process-section .process__item.process-5 {
  bottom: 0;
  left: 380px;
}
.home-page .process-section .process__item.process-5 .process__item__wrap {
  border-color: #664225;
}
.home-page .process-section .process__item.process-5 .process__item__wrap:before {
  border-color: transparent transparent transparent #664225;
}
.home-page .process-section .process__item.process-5 .process__item__wrap:after {
  border-color: transparent transparent #664225 transparent;
}
.home-page .process-section .process__item.process-5 .process__item__icon {
  width: 60px;
  height: 40px;
  margin-bottom: 2px;
}
.home-page .process-section .process__item.process-5 .process__item__title h3 {
  color: #664225;
}
.home-page .process-section .process__item.process-6 {
  bottom: 100px;
  left: 100px;
}
.home-page .process-section .process__item.process-6 .process__item__wrap {
  border-color: #442b1b;
}
.home-page .process-section .process__item.process-6 .process__item__wrap:before {
  border-color: transparent transparent transparent #442b1b;
}
.home-page .process-section .process__item.process-6 .process__item__wrap:after {
  border-color: transparent transparent #442b1b transparent;
}
.home-page .process-section .process__item.process-6 .process__item__icon {
  width: 35px;
  height: 35px;
}
.home-page .process-section .process__item.process-6 .process__item__title h3 {
  color: #442b1b;
}
@media only screen and (max-width: 991px) {
  .home-page .process-section .process__item .process__item__wrap {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .process-section .process__item {
    position: absolute;
    width: fit-content;
    height: fit-content;
    z-index: 1;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
  }
  .home-page .process-section .process__item .process__item__wrap {
    width: 270px;
    height: 230px;
  }
  .home-page .process-section .process__item .process__item__title h3 {
    line-height: 16px;
  }
  .home-page .process-section .process__item .process__item__content {
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  .home-page .process-section .process__item:hover {
    z-index: 3;
    cursor: pointer;
    -webkit-transform: translateY(-5px) scale(1.02);
    -moz-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
  }
  .home-page .process-section .process__item:hover .process__item__content {
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.5);
  }
}
.home-page .process-section .process .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
}
.home-page .process-section .process .owl-stage .process__item {
  height: 100%;
}
.home-page #intro-video {
  width: 100%;
}
.home-page .owl-carousel.off {
  display: block;
  position: unset;
}
.home-page .service-section .service-item {
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  transition: ease 0.5s;
}
.home-page .service-section .service-item:hover {
  box-shadow: 0 0 20px 0px #b3b3b3;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.home-page .product-item .overlay, .home-page .project-item .overlay {
  background-color: rgba(114, 67, 29, 0.6);
}
@media (max-width: 800px) {
  .home-page #main-slider .single-slide:first-child .bg-img video {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 1400px) {
  .home-page #main-slider .single-slide:first-child .bg-img video {
    width: 140%;
    margin-left: -20%;
  }
}
@media only screen and (max-width: 992px) {
  .home-page #main-slider .single-slide .slider-content {
    padding-left: 10px;
  }
}

.blogs-page .page-header__banner {
  background-image: url(../img/service-2.jpg);
}

.blog-details-page .page-header__banner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: img-burns-top 50s ease infinite both;
  -moz-animation: img-burns-top 50s ease infinite both;
  animation: img-burns-top 50s ease infinite both;
}
.blog-details-page .blog-section .blog-details-content #blogContent {
  text-align: justify;
}
.blog-details-page .blog-section .blog-details-content #blogContent ul:not(.single-post-meta) {
  padding-left: 40px;
}
.blog-details-page .blog-section .blog-details-content #blogContent ul:not(.single-post-meta) li {
  list-style-type: disc;
}
.blog-details-page .blog-section .blog-details-content #blogContent p {
  margin-bottom: 8px;
}

.blogs-page .page-header, .blog-details-page .page-header {
  position: relative;
  background-image: unset;
  overflow: hidden;
}
.blogs-page .page-header__banner, .blog-details-page .page-header__banner {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: img-burns-top 50s ease infinite both;
  -moz-animation: img-burns-top 50s ease infinite both;
  animation: img-burns-top 50s ease infinite both;
}
.blogs-page .thumb-post li, .blog-details-page .thumb-post li {
  position: relative;
}
.blogs-page .thumb-post li img, .blog-details-page .thumb-post li img {
  flex: 0 0 auto;
  max-height: 50px;
}

.page-404 .error-section {
  position: relative;
  overflow: hidden;
}
.page-404 .error-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-404 .error-section__bg {
  background-image: url(../img/service-2.jpg);
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: img-burns-top 50s ease infinite both;
  -moz-animation: img-burns-top 50s ease infinite both;
  animation: img-burns-top 50s ease infinite both;
}
.page-404 .error-section .error-content .error-info {
  color: snow;
}
.page-404 .error-section .error-content .error-info h2 {
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 2px;
}
.page-404 .error-section .error-content .error-info h2, .page-404 .error-section .error-content .error-info a {
  color: snow;
}

/*# sourceMappingURL=style.css.map */
