/*
Template Name: Architex
Template URI: 
Description: Architecture & Interior Design HTML Template 
Author: IIDEA INFORMATICS 
Author URI: 
Version: 1.0
 */
/*--
    - Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Lora);
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #FFF;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Lora", serif;
  font-weight: 500;
  margin: 0;
	text-transform: capitalize;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  color: #171717;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 35px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #8E0D3A;
}
a:hover {
  color: #000000;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #878787;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/*
li {
  display: inline-block;
}
*/

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

.border-top {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.border-bottom {
  border-bottom: 1px solid rgba(135, 135, 135, 0.25);
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

.section-padding .container-fluid{
	padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 30px 10px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

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

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

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

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 55px;
  line-height: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

.section-title h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  color: #171717;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 37px;
    margin: 20px 0;
  }
}

.section-title h3 {
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h6 {
  color: #8b8b8b;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-title p {
  color: #878787;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 70px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .section-title p {
    padding-left: 0 !important;
	  font-size: 18px !important;
  }
	.section-title p:before {
  display: none;
}
}

.section-title p:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  background: #b7b7b7;
  margin-top: -1px;
}




/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.container {
/*  max-width: 1200px;*/
  max-width: 1350px;
}


.container-blog {
  max-width: 900px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #F5F5F3;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-white {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.85;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}


@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/* Off Canvas Menu CSS
======================*/
.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 15px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}



.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-sticky .navigation{
	padding: 0 !important;
}

.header-area .navigation {
/*  height: 90px;*/
  height: auto;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
	padding: 15px;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
/*  height: 90px;*/
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.logo a {
  font-size: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 12px 0;
  overflow: hidden;
  margin-right: 30px;
	font-weight: 500;
	color: #171717;
}

.main-menu ul > li > a:hover{
	color: #E5A10C;
}

.main-menu ul > li > a i {
      margin-left: 2px;
    font-size: 13px;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #f1f1f0;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
.main-menu ul > li > ul li {
  display: block;
}
.main-menu ul > li > ul li a {
  display: block;
  color: #333;
  padding: 12px 25px;
  font-size: 14px;
  text-transform: uppercase;
}
.main-menu ul > li > ul li a:hover {
  color: #E5A10C;
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 360px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #333333;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li:last-child{
	margin-top: 10px;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
/*  border-bottom: 1px solid #333;*/
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

ul.mobile-nav-bottom{
	margin-top: 20px !important;
}

ul.mobile-nav-bottom li a{
	padding: 15px;
	text-decoration: none;
    color: #d5d5d5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/*
.header-area .container {
  background: #fff;
}
*/

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .bordered-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.hero-area {
  position: relative;
}

.hero-area-inner {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .hero-area-inner {
    padding: 120px 0 60px;
  }
}

.slider-bg {
  height: 700px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider-bg {
    min-height: 500px;
  }
}


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.homepage-slides .owl-nav button.owl-prev {
    position: absolute;
    left: 40px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 2em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
	opacity: 0.6;
}

.homepage-slides .owl-nav button.owl-next {
    position: absolute;
    right: -5px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block ;
    padding: 0 .3em !important;
    font-size: 2em ;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
	opacity: 0.6;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  opacity: 1;
}

h5.slick-slide img {
  width: 24px;
  margin-right: 10px;
}

#home-2 .single-slide-item, #home-3 .single-slide-item {
/*  background-image: url(../img/slider/slide-1.jpg);*/
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 700px;
  display: table;
  position: relative;
  z-index: 1;
}

#home-2 .single-slide-item .hero-area-content, #home-3 .single-slide-item .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-2 .single-slide-item h1, #home-3 .single-slide-item h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  margin: 30px 0;
	text-shadow: 0 0 15px #454545;
}

.hero-area-content .section-title{
	padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1 {
    font-size: 46px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
#home-2 .single-slide-item p, #home-3 .single-slide-item p {
  color: #e3e3e3;
  font-size: 20px;
  line-height: 30px;
	text-shadow: 0 0 8px #292929;
}
.hero-area-bg-1 {
  background-image: url("../img/homepage-slide-1.jpg");
}

.hero-area-bg-2 {
  background-image: url("../img/homepage-slide-2.jpg");
}

.hero-area-bg-3 {
  background-image: url("../img/slide-azenco.jpg");
}

.hero-area-bg-4 {
  background-image: url("../img/slide-custom-drawings.jpg");
}

.hero-area-bg-5 {
  background-image: url("../img/slide-green-sky.jpg");
}



#home-3 .single-slide-item h1 {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100px;
}
@media (max-width: 767px) {
  #home-3 .single-slide-item h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

#home-3 .single-slide-item {
  height: 800px;
}


.icon-wrap {
  width: 45px;
}

.about-content-wrap {
  max-width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .about-content-wrap {
    max-width: calc(100% - 0px);
    text-align: center;
  }
}

.about-img-wrapper {
  max-width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .about-img-wrapper {
    max-width: calc(100% - 0px);
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-content-wrapper {
    margin-top: 60px;
  }
}

.slick-list {
  z-index: 1;
}

.project-section {
  position: relative;
}

.single-project-wrapper {
  display: block;
  min-height: 550px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-project-wrapper {
    margin-bottom: 60px;
  }
}

.project-info-inner {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 35px 0 35px;
}
.project-info-inner p {
  margin: 25px 0;
}
.project-info-inner h6 {
  color: #444;
  margin: 17px 0;
}

.portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-project-wrapper:hover .project-info-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}


.project-details {
  max-width: calc(100% - 80px);
	margin: 0 auto;
}

.project-feature-img img{
	width: 100%;
}
@media (max-width: 767px) {
  .project-details {
    max-width: calc(100% - 0px);
/*    text-align: justify;*/
  }
}

.project-info-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .project-info-wrap {
    margin-top: 40px;
  }
}

.project-details h2 {
  margin-bottom: 20px;
 font-size: 39px;
	
}

.project-details h4{
	margin-bottom: 8px;
	margin-top: 32px;
}

.project-details ul, .project-details ::marker{
	list-style: disc;
	margin-left: 20px;
	color: #8E0D3A;
}
.project-details li{
	color: gray;
}

.project-info h6 {
  font-size: 16px;
  text-transform: uppercase;
}

.category-details h3 {
  margin-bottom: 20px;
	text-transform: initial;
}

.fence-details{
	padding-top: 100px;
}


.contact-section {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .contact-section {
    display: inherit;
  }
}

.contact-bg {
  width: 50%;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-bg {
    width: 100%;
  }
}

.contact-form-wrap {
  width: 50%;
  padding: 80px 100px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    width: 100%;
    padding: 25px;
  }
}

.contact-area.bg-none:before {
  display: none;
}

.footer-area {
  background: #272727;
  color: #fff;
  position: relative;
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.footer-area h5 {
  font-size: 20px;
  font-weight: 500;
  color: #f7f7f7;
  margin: 40px 0 15px;
}
.footer-area p {
  font-size: 16px;
  margin-top: 18px;
  color: #9BA2AD;
}
.footer-area ul li a {
  font-size: 15px;
  display: block;
  color: #c7c7c7;
  padding: 3px 0;
  position: relative;
	line-height: 1.3;
}

.footer-area ul li a:hover {
  opacity: 0.6;
}

.location ul li a{
	padding: 6px 0;
}

.contact-info p {
  margin-bottom: 10px;
}

.footer-up {
  padding: 20px 20px 40px;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #171717;
}
.footer-bottom p {
  margin: 0;
  color: #a1a1a1;
  font-size: 15px;
}

.team-info h5 {
  font-size: 24px;
  margin-top: 15px;
}

.team-info p {
  font-size: 16px;
  margin: 0;
}

.social-icon {
  font-size: 18px;
}

.social-icon a i {
  font-size: 18px;
  margin-right: 10px;
  color: #777;
  margin-top: 5px;
}

.social-icon span {
  margin-right: 10px;
  color: #878787;
  margin-top: 5px;
}

.single-team-item {
  margin-bottom: 60px;
}


.cta-area {
  position: relative;
  z-index: 1;
  height: 500px;
}
.cta-area h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}
@media (max-width: 767px) {
  .cta-area h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

.client-area{
	padding: 60px 15px;
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
/*  width: 215px;*/
  margin-left: 30px;
}
.single-client img {
  max-width: inherit;
	width: 80% !important;
/*  opacity: 0.5;*/
}

.client-area .owl-dots {
  display: none;
}
.floating-word{
	padding-right:10px;
}





/*Custom*/


.cta-btn{
	padding: 12px 18px 12px !important;
/*	background-color: #E5A10C;*/
/*	border: solid 2px #E5A10C;*/
	background-color: #8e0d3a;
    border: solid 2px #8e0d3a;
    border-radius: 4px;
	line-height: 1;
/*    color: #171717;*/
    color: #ffffff !important;
    font-weight: 500;
}

.cta-btn:hover{
	color: #8e0d3a !important;
    border-bottom: 2px solid #8e0d3a;
    background: transparent;
}

.btn-2{
	background-color: #8e0d3a;
	color: #ffffff;
	padding: 7px 24px;
	border-radius: 4px;
	font-size: 16px;
}

.btn-2:hover{
	background-color: #49031b;
	color: #ffffff;
}

.quote-btn{
/*	background-color: #E5A10C;*/
	background-color: #ebaf2c;
	color: #171717;
	padding: 7px 24px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
}

.quote-btn:hover{
	background-color: #E5A10C;
	color: #171717;
}

.quote-btn.btn-lg{
	padding: 10px 77px; 
	font-size: 18px;
}

.top-bar{
	background-color: #f1f1f0;
	padding: 3px 15px;
}

.top-bar ul{
	display: inline-flex;
}

.top-bar li{
	display: inline-block;
}

.top-bar li a{
	font-size: 13px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #171717;
}

.top-bar li a:hover{
	color: #E5A10C;
}

.top-bar li a i{
	font-size: 15px;
	margin-right: 3px;
}

.column-2{
	text-align: right;
}

.categories{
	padding: 50px 0;
}

.categories .container-fluid{
	padding: 0;
}

.category{
	padding: 50px 0;
}

.category h3{
	margin-bottom: 15px;
}

.home-image{
	text-align: right;
}

.shortcut{
	background-color: transparent;
    color: #8e0d3a;
    border: 2px solid #8e0d3a;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
	margin-right:10px;
	margin-top:10px;
}
.shortcut:hover{
	background-color: #8e0d3a;
    color: #ffffff;
}
.resources {
  position: relative;
  z-index: 1;
	padding: 100px 15px;
/*  height: 430px;*/
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	display: flex;
}
.resources h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
}

.resources p{
	margin: 6px 0 20px;
	color: #e1e1e1;
}

.resources a{
	background-color: transparent;
    color: #ffffff;
	border: 2px solid #8e0d3a;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.resources a:hover{
	background-color: #8e0d3a;
	color: #ffffff;
}

.inspiration{
	background-color: #F5F5F3;
	padding: 100px 15px;
}

.inspiration h2{
	font-size: 46px;
	line-height: 55px;
	text-transform: inherit;
}

.inspo-item {
  margin-bottom: 30px;
}

.inspo-item img{
	box-shadow: 0px 0px 20px #d1d1d1;
	transition: transform .4s ease;
}

.inspo-item img:hover{
	transform: scale(1.05);
}

.page-heading {
	padding: 115px 15px;
  background-size: cover;
  background-position: center center;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-heading .page-title {
  position: relative;
  z-index: 98;
}
.page-heading .page-title h1 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
}

.breadcrumbs{
	margin-top: 10px;
}

.breadcrumbs ul li{
	display: inline-block;
	color: #efefef;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
}

.breadcrumbs ul li a{
	color: #c5c5c5;
	font-size: 13px;
}


.blogs{
	padding: 80px 15px;
}


.blog-single {
  background: #fff;
  margin-bottom: 30px;
}

.blog-single .blog-content {
  padding: 30px;
  border: 1px solid #eee;
  border-top: none;
}


.blog-single h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
	margin-bottom: 10px;
	color: #8e0d3a;
}

.blog-single .blog-link {
  width: 50px;
  height: 50px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  transform: rotate(-45deg);
  font-size: 22px;
}

.blog-single:hover .blog-link {
  background: #8e0d3a;
  border-color: #8e0d3a;
  color: #fff;
}

.category-grid{
	padding: 100px 15px 80px;
}

.category-item{
	margin-bottom: 50px;
}

.category-item h3{
	font-size: 24px;
	margin-top: 15px;
}

.category-item h3:hover{
	color: #8E0D3A;
}

.showroom {
  position: relative;
  z-index: 1;
/*  height: 350px;*/
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	display: flex;
	padding: 70px 15px;
}
.showroom h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.showroom p{
	margin: 10px 0 25px;
	color: #e1e1e1;
}
.register-icon{
	font-size:50%;
}

.timbertech h2{
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.deck-colors {
  position: relative;
  z-index: 1;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	display: flex;
	padding: 40px 15px;
}
.deck-colors h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.deck-colors p{
	margin: 10px 0 25px;
	color: #e1e1e1;
}

.deck-style-colors ul{
	display: grid;
    grid-template-columns: repeat(7, 0fr);
    gap: 0.5rem;
	margin-bottom: 20px;
}

.deck-style-colors img{
	max-width: 60px;
	border-radius: 4px;
	margin: 0 !important;
	box-shadow: 0px 1px 5px #1e1e1e;
}


span.intro-sub{
	color: #8e0d3a;
	opacity: 0.6;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding-left:60px;
}

.intro{
	padding: 0 0 100px;
}

.intro.fluid{
	padding: 120px 0;
}

.intro .container-fluid{
	padding: 0;
}

.intro.decks{
	padding: 0 15px 80px;
}

.category-intro{
	padding: 50px 15px 20px;
}

.category-intro h2:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    background: #8e0d3a;
    margin-top: -1px;
}

.category-intro h2{
	    padding-left: 60px;
    margin-bottom: 15px;
}


.intro h6 {
  color: #8b8b8b;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.category-details{
	padding: 0 15px 80px;
}

.category-details img {
  margin-bottom: 30px;
}

/* Floating UFO Button */
.ufoButton {
    position: fixed;
    width: auto;
    bottom: 0;
    right: 96px;
    margin: 30px 25px;
    text-align: center;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgb(112 106 106 / 58%);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ufoButton a{
/*	color: #fff;*/
	color: #171717;
	font-weight: 500;
}

.ufoButton:hover{
/*	border-color: #8e0d3a;*/
	border-color: #efb83e;
}

.fence-button{
	display:flex;
	justify-content: space-between;
}

/*=============================
	10. Gallery + Lightbox
===============================*/

.gallery {
  padding: 70px 15px 100px;
	background-color: #F5F5F3;
}

/* Filterable Gallery */
.gallery_tabs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
	list-style: none;
}
.gallery_tabs li {
  margin: 2rem 3rem 0 0;
  font-size: 0.95rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
	color: #000000;
}
.gallery_tabs li.active,
.gallery_tabs li:hover {
  border-bottom: 1px solid #000;
}
.gallery_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}

.gallery_wrapper img{
	width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

@media (max-width: 767px){
	.gallery_wrapper {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) and  (max-width: 767px){
  .gallery_wrapper.fences {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
  }
}

@media (max-width: 575px){
	.gallery_wrapper.fences {
      grid-template-columns: repeat(2, 1fr);
  }
}

.gallery_item {
	border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
	
}
/* when the gallery_item has 'show' class */
.gallery_item.show {
  animation: fadeIn 0.4s ease-in;
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
/* when the gallery_item has 'hide' class */
.gallery_item.hide {
  display: none;
}
.gallery_item img {
	border-radius: 10px;
  transition: transform 0.3s ease;
	height: 200px;
}
.gallery_item:hover img {
  transform: scale(1.1);
}

.gallery_item h5{
	text-align: center;
	margin-top: 15px;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
}

.fences .gallery_item{
	margin-bottom: 30px;
}

.fences .gallery_item:hover img {
  transform: scale(1);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
/* when the lightbox is open */
.lightbox.open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.lightbox_wrapper {
  display: grid;
  place-items: center;
  min-height: calc(100% - 3rem);
  margin: 1.5rem;
}
@media (max-width: 575.98px) {
  .lightbox_wrapper {
      margin: 0.5rem;
      min-height: calc(100% - 1rem);
  }
}
.lightbox_content {
  box-shadow: var(--box-shadow);
  max-width: 700px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.5s ease;
}
/* when Lightbox is open then lightbox-content will... */
.lightbox.open .lightbox_content {
  transform: scale(1);
}
/* lightbox-close-btn */
.lightbox_close {
  position: absolute;
  top: 12vh;
  right: 3vw;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.lightbox_close span {
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  background-color: #ddd;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.lightbox_close:hover span {
  opacity: 1;
}
.lightbox_close span:first-child {
  transform: rotate(45deg);
}
.lightbox_close span:last-child {
  transform: rotate(-45deg);
}


/*
.galleryLink{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.galleryLink a{
	color: #E5A10C;
	font-size: 18px;
	border-bottom: 1px solid #E5A10C;
	font-weight: 500;
}
*/

.galleryLink{
	color: #E5A10C;
	font-size: 18px;
	border-bottom: 1px solid #E5A10C;
	font-weight: 500;
}

.btns{
/*
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
	margin-bottom: 30px;
}

.btn-outline{
	font-size: 16px;
	border: 2px solid #8e0d3a;
	color: #8e0d3a;
	border-radius: 3px;
	padding: 6px 18px;
	font-weight: 500;
}

.btn-outline:hover{
	background-color: #8e0d3a;
	color: #ffffff;
}

.file-download-stacked{
	display: block!important;
}

.file-download{
	display: flex;
	justify-content: space-between;
}

.file-download a{
	margin-top: 35px;
	display: flex;
	align-items: center;
}


.file-download img{
	width: 20px;
	margin-right: 10px;
	margin-bottom: 0;
}

.file-download p{
	margin: 0;
	color: #000000;
	font-weight: 500;
	transition: 0.5s;
}

.file-download p:hover{
	color: #E5A10C;
}

.category-list ul li{
	border-top: 1px solid #efefef;
	padding: 4px 4px 4px 15px;
}

.category-list ul li:last-child{
	border-bottom: 1px solid #efefef;
}

.options-list{
	column-count: 2;
	margin-top: 20px;
}

.options-list ul{
	list-style: circle;
	padding-left: 20px;
}

.options-list ul li{
	line-height: 1.2;
	padding-bottom: 12px;
}

.fence-list{
	margin-top: 20px;
}

.fence-list ul{
	list-style: circle;
	padding-left: 20px;
}

.railing-list ul{
	column-count: 2;
}

.fence-list ul li{
	line-height: 1.2;
	padding-bottom: 12px;
}

.railing-list ul li{
	display: flex;
	align-items: center;
	gap: 20px;
}

.railing-list img{
	max-width: 70px;
	margin-bottom: 0;
}

.notice{
	color: #878787;
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
	line-height: 1.2;
	display: block;
}

.why{
	padding: 100px 15px;
}

.inspiration ul{
	    display: flex;
    gap: 50px;
}

.inspiration ul li{
/*	display: inline-block;*/
	margin-right: 20px;
	margin-bottom: 30px;
}

.textLink{
	font-size: 18px;
	font-weight: 500;
}


.apply {
  position: relative;
  z-index: 1;
/*  height: 350px;*/
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	display: flex;
	padding: 90px 15px 100px
}
.apply h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.apply p{
	margin: 10px 0 25px;
	color: #333333;
}

.apply p a{
	color: #000000;
	font-size: 15px;
	font-weight: 600;
}

.apply p a:hover{
	color: #8e0d3a;
}

.current-openings{
	padding: 80px 15px;
}

.current-openings h2{
	text-align: center;
}

.opening{
	margin: 50px;
}



#colors {
  padding: 70px 15px 100px;
	background-color: #F5F5F3;
}

#colors h4{
	margin-top: 3rem;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
}

.color-grid img{
  object-fit: cover;
  vertical-align: middle;
}

.color-grid .gallery_item{
	cursor: auto;
}

.color-grid .gallery_item img {
  height: 180px;
}

.color-grid .gallery_item:hover img {
  transform: none;
}


@media (max-width: 767px) {
  .color-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
  }
}

.color-item img {
	border-radius: 10px;
}


.color-item h5{
	text-align: center;
	margin-top: 15px;
	font-family: "DM Sans", sans-serif;
    font-size: 18px;
}

.color-item{
/*	margin-bottom: 20px;*/
}

.styles{
	padding: 80px 15px;
	background-color: #333333;
}

.styles h2{
	color: #efefef;
}

.styles strong{
	color: #ffffff;
}

.light-text h3{
	color: #efefef;
}

.light-text h5{
	color: #efefef;
	margin-bottom: 15px;
    font-size: 18px;
}

.light-text p{
	color: #cdcdcd;
}

.light-text span{
	font-size: 14px;
    color: #b5b5b5;
    display: block;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}

.light-text .options-list ul li{
	color: #cdcdcd;
}

.light-text .options-list{
	column-count: 1;
}

.single-style {
  position: relative;
  margin-bottom: 200px;
}
.single-style img {
  width: 100%;
}
.single-style a{
	display: block;
}
.single-style a:hover .style-content{
	background: rgb(255 255 255 / 74%);
}
.single-style .style-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 40px;
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.single-style .style-content h5 {
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0;
	font-size: 24px;
}

.style-content p{
	font-size: 15px;
	line-height: 22px;
}

.logo-box{
	    position: absolute;
    left: 12%;
    margin-top: -12%;
}

.logo-box img{
	    width: 250px;
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
}

.logo-box-2{
	    position: absolute;
    right: 12%;
    margin-top: -12%;
}

.logo-box-2 img{
	    width: 250px;
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
}

.img-logo{
	max-height: 60px;
    max-width: 215px;
    width: auto !important;
	margin-bottom: 10px;
}

.quote{
	padding: 50px 15px 0;
}

.warranty{
	padding: 100px 15px;
}

.warranty img{
	width: 100px;
	opacity: 0.5;
}

.warranty p{
	margin-bottom: 0;
	margin-top: 10px;
}

.installation h2{
	font-size: 46px;
}

.installation{
	padding: 80px 15px;
}

.installation.light-text{
	background-color: #333333;
}

.installation.light-text h2{
	color: #efefef;
}

.custom-designs{
	padding: 20px 15px 80px;
}

.additions {
  margin-top: 50px;
}

.additions h6 {
  font-size: 18px;
	color: #efefef;
}

.element {
  text-align: center;
  margin-top: 30px;
}

.element img{
	margin-bottom: 20px;
	border-radius: 50%;
/*	box-shadow: 0px 1px 12px #bfbfbf;*/
	box-shadow: 0px 1px 20px #141414;
	width: 90%;
}

.contractors-section{
	padding: 120px 15px;
/*	background-color: #494945;*/
}

/*
.contractors-section h2{
	color: #efefef;
}
*/

.contractor-box {
  background: #F5F5F3;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.contractor-box h5 {
  font-size: 22px;
  margin: 30px 0;
}

.contractor-icon img {
  width: 40%;
}

.resources-grid{
	padding: 0 15px 100px;
}

.resources-grid img{
	border-radius: 10px;
	margin-top: 50px;
	width: 80%;
	box-shadow: 0px 1px 12px #bfbfbf;
}

.resources-grid h5{
	text-align: center;
    margin-top: 15px;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
}

.resources-grid a:hover {
    opacity: 0.7;
}

.resources-grid span{
	color: #878787;
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
    line-height: 1.2;
}

.contact{
	padding: 100px 15px;
}
.contact-top-bar{
	text-decoration:underline
}

.contact-info {
  border: 1px solid #eee;
  text-align: center;
  padding: 60px 70px;
  margin-bottom: 30px;
}
.contact-info p {
  font-size: 15px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-info a{
	font-size: 15px;
	color: #878787;
}

.contact-info a:hover{
	color: #E5A10C;
}

.contact-info i{
	font-size: 16px;
	margin-right: 5px;
}

.contact-info .contact-icon {
  height: 80px;
  width: 80px;
  background: #8E0D3A;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}



.location-section{
	padding: 120px 0 80px;
}

.location-info p {
  font-size: 15px;
	margin-top: 10px;
	display: flex;
	align-items: baseline;
}

.location-info a{
	font-size: 15px;
	color: #878787;
}

.location-info a:hover{
	color: #E5A10C;
}

.location-info i{
	font-size: 16px;
	margin-right: 5px;
}

.location-info h5{
	margin-top: 25px;
}

.location-page{
	padding: 50px 15px 100px;
}

.location-page .google-map iframe {
  width: 100%;
  height: 571px;
  filter: grayscale(1);
}

.location-page .location-info {
  border: 1px solid #eee;
  padding: 60px;
}

@media (max-width: 767px) {
  .location-page .location-info {
    padding: 30px;
  }
}

.staff{
	padding: 0 20px 30px 20px;
}

.staff img{
	border-radius: 10px;
	margin-bottom: 20px;
}

.staff a{
	font-size: 15px;
    color: #878787;
}

.staff a:hover{
	color: #E5A10C;
}

.fluid .container-fluid{
	padding:0;
}

.fluid-text{
	padding: 1% 20% 1% 5%;
}

.fluid-text-wide{
	padding: 1% 7% 1% 5%;
}

.fluid-text-home-1{
	padding: 1% 26% 1% 15%;
}

.fluid-text-home-2{
	padding: 1% 17% 1% 24%;
}

.job-positions h2{
	padding-bottom:20px
}
.job-positions h4{
	color: #878787;
}
.job-positions {
	background:#F5F5F3;
	padding:100px;
}
.join .container-fluid{
	padding: 0;
}

.join h4{
	margin-bottom: 15px;
	margin-top: 50px;
}

.join a{
	background-color: transparent;
    color: #8e0d3a;
    border: 2px solid #8e0d3a;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
	font-weight: 500;
}

.join a:hover {
    background-color: #8e0d3a;
    color: #ffffff;
}

.thankyou{
	padding: 100px 15px;
}

.col-wrapper {
  max-width: calc(100% - 50px);
}



@media (min-width: 992px){
.wrapper-2{
	display: flex;
	justify-content: end;
}
}

@media (max-width: 767px) {
  .col-wrapper {
    max-width: calc(100% - 0px);
  }
}


.fence-colors h5{
	margin-bottom: 15px;
	font-size: 18px;
}

.fence-colors ul{
	display: grid;
    grid-template-columns: repeat(5, 0fr);
    gap: 0.5rem;
	margin-bottom: 20px;
}

.fence-colors ul li{
/*
	float: left;
	padding: 8px;
*/
}

.fence-colors img{
	max-width: 85px;
	border-radius: 4px;
	margin: 0;
}

.fence-colors span{
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 1.2;
    margin-top: 10px;
}

.heights li{
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	padding: 12px 15px;
	line-height: 1;
}

.fence-links ul li{
	margin-bottom: 25px;
}

.collections{
	padding: 80px 15px;
	background-color: #333333;
}

.collections h3{
	color: #ffffff;
	margin-bottom: 20px;
}

.collections h5{
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 18px;
}

.collections p{
	color: #efefef;
}

.collections span{
	font-size: 14px;
	color: #b5b5b5;
	display: block;
	text-align: center;
	line-height: 1.2;
    margin-top: 10px;
}

.collection-colors ul{
	display: grid;
    grid-template-columns: repeat(5, 0fr);
    gap: 0.5rem;
	margin-bottom: 20px;
}

.collection-colors img{
	max-width: 90px;
	border-radius: 4px;
	margin: 0;
	box-shadow: 0px 1px 5px #1e1e1e;
}

.benefits{
	padding: 70px 3%;
	background-color: #333333;
}

.benefits h3{
	color: #efefef;
}

.benefit{
	margin-top: 30px;
}

.benefit img{
	width: 100px;
	padding: 15px;
	opacity: 0.8;
}

.benefit p{
	color: #efefef;
	font-weight: 500;
}

.availability{
	display:flex;
	gap: 40px;
}

.availability p{
	color: #000000;
}

.features{
	padding: 80px 3%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.features h2{
	color: #efefef;
	text-shadow: 0px 1px 11px #353535;
}

.feature{
	background-color: rgb(255 255 255 / 85%);
	padding: 30px;
	margin: 30px 10px 0;
	border-radius: 6px;
}

.feature h5{
	margin: 10px 0;
}

.feature p{
	line-height: 24px;
	color: #616161;
}

.alum{
/*	background-color: rgb(255 255 255 / 85%);*/
	background-color: #ffffff;
	padding: 20px;
	margin: 30px 10px 0;
	border-radius: 6px;
}

.alum img{
	width: 175px;
}

/*
.alum h5{
	margin: 10px 0;
}
*/

img.alumi-logo{
	max-width: 150px;
}

.alum span.sku{
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #b3ac9e;
}

.fence-process{
	padding: 140px 15px;
}

.fence-process .section-title{
	margin-bottom: 30px;
}

.single-process {
  border-top: 1px solid #eee;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
	padding: 25px 0px 10px;
}
@media (max-width: 991px) {
  .single-process {
/*
    flex-direction: column;
    align-items: start;
*/
    padding: 30px 20px;
  }
}
.single-process:nth-of-type(3) {
  border-bottom: 1px solid #eee;
}
.single-process .process-icon {
  width: 95px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .single-process .process-icon {
    margin-bottom: 30px;
  }
}
.single-process h5 {
  font-size: 25px;
  font-weight: 400;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
  .single-process h5 {
    font-size: 22px;
    line-height: 34px;
  }
}

.process-icon img {
  width: inherit;
  height: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-icon img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .process-icon img {
    width: 50px;
  }
}




.testimonials {
    text-align: center;
    padding: 80px 15px;
	background-color: #333333;
}

.testimonials h2 {
	color: #ffffff;
    padding-bottom: 4%;
}

.review-item {
    padding: 4% 3%;
    float: left;
    width: 33%;
	margin: 15px;
	background-color: #F5F5F3;
}

.review-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
    padding-top: 4%;
}

.review-profile-image {
    display: none;
}


.review-author {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
	padding-bottom: 12px;
}
.review-sep {
	  display: none;
}


.review-date {
	  display: none;
}

.review-stars ul li i {
    color: #E4B248;
    font-size: 1.4em;
    font-style: normal;
}

.star:after {
    content: "\2605";
}


.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}


.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}


.reviewLink {
	margin-top: 3%;
    float: left;
    width: 100%;
}

.reviewLink a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.reviewLink a:hover{
	color: #E5A10C;
}

/*
.reviewLink a {
	border: 1px solid rgb(142, 13, 58)!important;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
    transition: all 0.25s ease 0s;
    backface-visibility: hidden;
    padding: 11px 15px 8px;
    color: white!important;
    background: rgb(142, 13, 58);
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
}
*/


@media screen and (max-width:991px){
	.review-item {
    width: 100%;
		margin: 15px 0;
}

}


@media screen and (max-width:767px){
	.review-item{
		padding: 6% 4% 5%;
	}
}




#priceSheets .col-lg-4 {

box-shadow: 3px 4px 20px 3px #d9d9d9;
    border-radius: 15px;
    padding: 35px;
    margin: 24px;
    width: 29%;
}



#priceSheets h4 {
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 19px;
    margin-bottom: 16px;
}




@media screen and (max-width:1140px){
	#priceSheets .col-lg-4 {
    width: 45%;
}
}



@media screen and (max-width:991px){
	#priceSheets .col-lg-4 {
    width: 43%;
}
}


@media screen and (max-width:767px){
	#priceSheets .col-lg-4 {
    width: 100%;
		margin:24px 0px 24px 0px;
}
}

.upgrades-section {
  padding: 50px 0;
}

.upgrades-header {
  margin-bottom: 35px;
}

.main-image {
  height: 100%;
}

.main-image img {
  width: 100%;
  height: 100%;
  min-height: 850px;
  object-fit: cover;
}

.upgrade-item {
  margin-bottom: 15px;
}

.upgrade-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.upgrade-item .col-4 {
  flex: 0 0 26%;
  max-width: 26%;
}

.upgrade-item .col-8 {
  flex: 0 0 74%;
  max-width: 74%;
}

.upgrade-item h3 {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 20px;
}

.upgrade-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {

  .upgrade-item {
    margin-bottom: 30px;
  }

  .upgrade-item .col-4 {
    padding-right: 10px;
  }
}

.gallery_item {
  display: block;
}

.gallery_item a {
  display: block;
}

.gallery_item h5 {
  display: block;
  margin-top: 12px;
}