/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #1E1E1E;
}
img {
	max-width: 100%;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 24px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-size: 56px;
	font-style: normal;
	font-weight: 900;
	line-height: 120%;
	color: #1B1B1B;
	font-family: "DM Sans", sans-serif;
}
h2 {
	color: #1B1B1B;
	font-family: "DM Sans", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 120%;
}
h3 {
	color: #1B1B1B;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}
h4 {
	color: #1B1B1B;
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
h5 {
	color: #1B1B1B;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}
h6 {
	color: #1B1B1B;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 16.8px */
	text-transform: uppercase;
}
p {
	color: #1B1B1B;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #1E1E1E;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn {
    display: inline-flex;
    min-width: 172px;
    min-height: 48px;
    padding: 8px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF !important;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    border-radius: 4px;
    border: 2px solid #CA0A0A !important;
    background: #CA0A0A !important;
}
.btn:hover {
	background: #A20808 !important;
	border-color: #A20808 !important;
	color: #fff !important;
}
.btn.btn-hvr-black:hover {
	border-color: #A20808 !important;
	color: #fff !important;
}
.btn-white {
	background: transparent !important;
	border-color: #fff !important;
}
.btn-white:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #1b1b1b !important;
}
/** ================== // FIXED POSITION CSS START // ================== **/

.free-site-visit {
    position: fixed;
    bottom: 50px;
    right: 20px;
    transform: translateY(200%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9;
	transition: 1s;
}
.free-site-visit.active {
    transform: translateY(0%);
}
.visit-site-btn {
    display: flex;
    width: 178px;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #CA0A0A;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.visit-site-btn:hover {
    background: #A20808;
	color: #fff;
}

.visit-site-btn svg path {
    fill: #fff;
}

.visit-site-btn svg {
    width: 16px;
}


/** ================== // FIXED  POSITION CSS END // ================== **/

/** ================== // HEADER CSS START // ================== **/
.header {
    padding: 0 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.header.sticky {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header.sticky .nav-manu ul li a {
    color: #000000;
    position: relative;
}
.header.sticky .contact-btn {
    border-color: #ca0a0a;
    color: #ca0a0a;
}
.logo-sticky-img{
	display: none;
}
.header.sticky .logo .logo-sticky-img{
	display: block;
}
.header.sticky .logo img{
	display: none;
}
.header .container {
    max-width: 100%;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32px;
    padding-left: 32px;
}
.logo {
    width: 108px;
    padding: 15px 0;
}
.logo a {
    width: 100%;
    display: block;
}
.logo a img {
    width: 100%;
    height: auto;
}
.main-nav {
    width: calc(100% - 312px);
}
.contact-us-btn {
    width: 128px;
}
.contact-btn {
    display: flex;
    min-width: 128px;
    min-height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: rgba(202, 10, 10, 0.00);
}
.contact-btn:hover {
    color: #1b1b1b;
    background: #fff;
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.nav-manu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
}
.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	column-gap: 32px;
}
.nav-manu ul li {
	margin: 0;
	position: relative;
	font-family: "DM Sans", sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0;
}
.nav-manu ul li a {
	color: #fff;
	position: relative;
}
.nav-manu ul li a:hover {
	color: #CA0A0A;
}
.nav-manu ul li.menu-item-has-children a {
    padding-right: 28px;
}
.navigation .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    transition: 0.4s;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.navigation ul li.menu-item-has-children:hover a::before {}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
	display: none;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
	position: absolute;
	display: block;
	top: 100%;
	width: auto;
	transform: scale(1, 0);
	transition: all 0.5s;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	min-width: 302px;
	padding: 0;
	left: 0;
	z-index: 1999;
	padding: 12px 0;
	width: auto;
	background: #FFFFFF;
	box-shadow: 0px 133px 53px rgba(12, 17, 23, 0.01), 0px 75px 45px rgba(12, 17, 23, 0.05), 0px 33px 33px rgba(12, 17, 23, 0.09), 0px 8px 18px rgba(12, 17, 23, 0.1);
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0px 0 0;
	transition: .4s;
	border-bottom: none;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	color: #1B1B1B;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
	background-color: #D5C6B3;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #D5C6B3;
}

.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}

.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
.mobile-contact-us-btn {
    display: none;
}
/** ================== // HEADER CSS END // ================== **/


/** ================== // HERO SECTION CSS START // ================== **/
.hero-section {
	margin: 0;
	padding: 0;
	height: 100vh;
	min-height: 650px;
	position: relative;
	overflow: hidden;
}
.hero-section::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
/* .hero-content-absolute .container {
    max-width: 100%;
    padding: 0 32px;
    padding-left: 113px;
} */
.hero-slider {
	height: 100%;
}
.hero-item-slde {
	height: 100%;
}
.hero-img-figure {
	height: 100%;
	width: 100%;
	position: relative;
}
.hero-img-figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}


.hero-zoom-slider .hero-img-figure img {
  width: 100%;
  -webkit-transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.hero-zoom-slider .slick-active .hero-img-figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.15) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.15) translate(0px);
  }
}
.hero-zoom-slider .slick-slide .hero-img-figure img {
    -webkit-transition-property: opacity,-webkit-transform,filter;
    -webkit-transition-duration: 1.5s,10s,3s;
    -webkit-transform-transition-delay: 0s,0s,1.5s;
    -webkit-transform-origin: top center;
    -moz-transition-property: opacity,-moz-transform,filter;
    -moz-transition-duration: 1.5s,10s,3s;
    -moz-transition-transition-delay: 0s,0s,1.5s;
    -moz-transform-origin: top center;
    -ms-transition-property: opacity,-ms-transform,filter;
    -ms-transition-duration: 1.5s,10s,3s;
    -ms-transition-transition-delay: 0s,0s,1.5s;
    -ms-transform-origin: top center;
    -o-transition-property: opacity,-o-transform,filter;
    -o-transition-duration: 1.5s,10s,3s;
    -o-transition-transition-delay: 0s,0s,1.5s;
    -o-transform-origin: top center;
    transition-property: opacity,transform,filter;
    transition-duration: 1.5s,10s,3s;
    transition-delay: 0s,0s,1.5s;
    transform-origin: top center;
}
.hero-zoom-slider .slick-slide:nth-child(even) .hero-img-figure img {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}
.hero-zoom-slider {
    height: 100%;
}
.hero-zoom-slider .slick-list {
    height: 100%;
}
.hero-zoom-slider .slick-track {
    height: 100%;
}
.hero-zoom-slider .slick-slide {
    height: 100%;
}
.hero-zoom-slider .slick-slide > div {
    height: 100%;
}
.hero-content-absolute {
    padding: 8px 0px 0px;
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.hero-content-right {
    width: 692px;
}
.hero-content-right-info {
    padding-right:90px;
}
.hero-content-left {
    width: 596px;
}
.hero-content-left-info {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}
.hero-content-left-info p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.hero-content-right-info h1, .hero-content-right-info h2, .hero-content-right-info h3, .hero-content-right-info h4, .hero-content-right-info h5 {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 17px;
}
.hero-content-right-info h6 {
    color: #fff;
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 30px;
}
.hero-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 28px;
    flex-wrap: wrap;
    margin-top: 0;
}
.hero-btn a.btn {
    min-width: 191px;
    padding: 8px 16px;
}
.hero-btn a.btn.btn-white {
    min-width: 240px;
}
.visit-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
	flex-wrap: wrap;
    margin-top: 28px;
}
/** ================== // HERO SECTION CSS END // ================== **/


/** ================== // ELEVATING SECURITY SECTION START // ================== **/
.section {
    padding: 100px 0px;
}
.heading {
	position: relative;
	margin: 0 0 48px;
}
.heading h6 {
	margin-bottom: 7px;
}
.heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    margin-top: -5px;
}
.elevating-security-section {
    background: #ECECEC;
    /* padding: 130px 0px; */
}
.elevating-security-col-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.elevating-security-left-col {
    width: 384px;
}
.elevating-security-left-col .heading {
    margin-bottom: 0;
}
.elevating-security-right-col {
    width: 800px;
}
.elevating-security-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 0px -16px;
	row-gap: 32px;
}
.elevating-security-col {
    width: 50%;
    padding: 0px 16px;
}
.elevating-security-item {
    border-radius: 0;
    background: #FFF;
    padding: 24px;
	transition: 1s;
}
.elevating-security-item:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.elevating-security-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	min-height: 40px;
}
.elevating-security-item:hover .elevating-security-title a h3 {
    color: #CA0A0A !important;
}
.elevating-security-item:hover .elevating-security-title a i {
    color: #CA0A0A !important;
}
.elevating-security-title h3 {
    margin-bottom: 0px;
	transition: 0.7s;
}

.elevating-security-title a i {
    color: #1F1F1F;
    font-size: 20px;
	transition: 0.7s;
}
.elevating-security-title p {
    margin-top: 16px;
}
.elevating-security-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
	margin-top: 48px;
}
.elevating-security-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.elevating-security-item:hover .elevating-security-thumb img {
    transform: scale(1.2);
}

/** ================== // ELEVATING SECURITY END // ================== **/

/** ================== // WHY CHOOSE SECTION START // ================== **/
.why-choose-section {
	background: #fff;
	overflow: hidden;
}
.why-choose-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
}
.why-choose-wrap::before {
    content: "";
    position: absolute;
    background: #1B1B1B;
    left: -100vw;
    right: -100vw;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 623px;
    margin: auto;
}
.why-choose-left, .why-choose-right {
	position: relative;
	z-index: 1;
}
.why-choose-left {
    width: 592px;
}
.why-choose-img-card {
    width: 100%;
    height: 100%;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 20px 13px rgba(0, 0, 0, 0.035), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
}
.why-choose-img-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.why-choose-right {
    width: 490px;
}
.why-choose-right .heading {
    padding-right: 80px;
    margin: 0 0 15px;
}
.why-choose-right .heading h6 {
    color: #FFFFFF;
}
.why-choose-right .heading h2 {
    color: #FFFFFF;
    letter-spacing: -0.06px;
    margin-bottom: 10px;
}
.why-choose-content-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 16px;
}
.why-choose-content-item:last-child {
	margin-bottom: 0;
}
.why-choose-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.why-choose-icon-info {
    width: calc(100% - 40px - 20px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.why-choose-icon-info p {
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
/** ================== // WHY CHOOSE SECTION END // ================== **/

/** ================== // GALLERY SECTION CSS START // ================== **/
.gallery-section {
    background: #ECECEC;
}
.explore-gallery-btn {
    width: 167px;
    margin: auto;
}
.explore-gallery-btn .btn-white {
    min-width: 167px;
    margin: auto;
}
.explore-gallery-btn .btn-white:hover {
	background: #1B1B1B;
}
.gallery-section .heading h2 {
    color: #000;
}
.gallery-wrapper {
    margin-top: 60px;
}
.scroller {
  width: 10000%;
}
.scroller.ready > * {
  display: inline-block;
  float: left;
  overflow: hidden;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-duration: 60s;
  animation-name: scroll-left;
  animation-iteration-count: infinite;
}
.scroller.reverse.ready > * {
  animation-name: scroll-right;
}
.scroller:hover > * {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes scroll-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.reverse {
    margin-top: 40px;
}
.scroller-wrapper-top {
  overflow: hidden;
}
.scroller-wrapper-bottom {
  overflow: hidden;
}
.gallery-inner {
    display: flex !important;
    flex-wrap: wrap;
	row-gap: 30px;
	justify-content: center;
}
.gallery-item {
  padding: 0 15px;
  width: 33.33%;
}
.gallery-item img {
    width: 448px;
}
.slick-lightbox-inner .slick-prev, .slick-lightbox-inner .slick-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
button.slick-lightbox-close {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #000;
    border-radius: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.slick-lightbox-close::before {
    color: #000;
    opacity: 1;
    font-size: 30px;
    font-weight: bold;
}
.gallery-item a {
    display: block;
    pointer-events: none;
}
/** ================== // GALLERY SECTION CSS END // ================== **/

/** ================== // BUILD SECTION CSS START // ================== **/
.ready-open-space-section {
    background: #fff;
}
.ready-open-space-wrap {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ready-open-space-left-col {
    width: 50%;
}
.ready-open-space-img-holder {
	width: 100%;
}
.ready-open-space-img-holder img {
	width: 100%;
}
.ready-open-space-right-col {
    width: 50%;
}
.ready-open-space-info-holder {
    padding: 0px 90px;
    max-width: 670px;
}
.build-col-info.ready-open-space-info-holder h2, .build-col-info.ready-open-space-info-holder p {
    color: #1B1B1B;
}

/** ================== // BUILD SECTION CSS END // ================== **/

/** ================== // BUILD SECTION CSS START // ================== **/
.build-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0px;
    position: relative;
    overflow: hidden;
    height: 735px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.build-section::after {
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}
.build-wrap {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.build-col {
    width: 1008px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.build-col-info h2 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
	letter-spacing: -0.06px;
}
.build-col-info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
	margin: 0 0px 40px;
}
.build-schedule-btn .btn-white {
    min-width: 192px;
}
.visit-btn.build-schedule-btn {
    justify-content: center;
}
.visit-btn.build-schedule-btn a.btn {
    column-gap: 5px;
}
.ready-open-space-info-holder .visit-btn.build-schedule-btn {
    justify-content: flex-start;
}
/** ================== // BUILD SECTION CSS END // ================== **/


/** ================== // FOOTER CSS START // ================== **/
.footer {
	background: #0D0D0D;
	padding: 81px 0px 100px;
}
.footer .container {
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
	padding-bottom: 82px;
	border-bottom: 1px solid;
	border-color rgba(255, 255, 255, 0.10);
}
.footer-col-info p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.footer-logo a img {
	width: 124px;
	height: auto;
}
.footer-logo p {
    margin-top: 25px;
}
.footer-col-info h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
	margin-bottom: 18px;
}
.footer-col:nth-child(1) {
	width: 500px;
	margin-right: auto;
}
.footer-col {
	width: 250px;
}

.footer-col:nth-child(4) {
	width: 176px;
}
.footer-col-info ul {
    list-style: none;
    padding: 0px;
}
.footer-col-info ul li {
    margin-bottom: 15px;
    line-height: normal;
	font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
	color: #fff;
}
.footer-col-info ul li a {
    color: #FFF;
    display: flex;
    align-items: center;
}
.contact-us-col .footer-col-info span {
    padding-right: 10px;
}
.footer-col-info ul li a:hover {
	color: #CA0A0A;
}
.footer-copyright {
    margin-top: 24px;
}
.footer-copyright ul {
    list-style: none;
    padding: 0px;
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.footer-copyright ul li {
	color: rgba(255, 255, 255, 0.50);
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
}
.footer-copyright ul li a {
    color: rgba(255, 255, 255, 0.50);
}
.footer-copyright ul li a:hover {
	color: #CA0A0A;
}
/** ================== // FOOTER CSS END // ================== **/

/** ================== // PORTFOLIO PAGE CSS START // ================== **/
.portfolio-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 234px;
  gap: 20px;
}
.portfolio-gallery-grid .portfolio-gallery-item:nth-child(odd) figure {
  height: 100%;
}
.portfolio-gallery-item.tall {
  grid-row: span 2;
}
.portfolio-gallery-item {
  height: 234px;
  display: none;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.portfolio-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    display: block;
	cursor: pointer;
}
.portfolio-gallery-item.project-hub-card.tall {
    height: 488px;
}
.portfolio-gallery-item.project-hub-card figure {
    height: 100%;
}
.project-hub-btn {
    margin-top: 71px;
}
.project-hub-btn .btn {
    min-width: 100%;
    border-color: #1B1B1B !important;
    background: none !important;
    color: #1B1B1B !important;
}

.project-hub-btn .btn:hover {
	background: #1B1B1B !important;
	color: #fff !important;
}
.promise-card-section {
	background: #1B1B1B;
}
.heaing-white * {
	color: #fff;
}

.promise-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
	row-gap: 32px;
	justify-content: center;
}
.promise-card-col-3 {
	width: 33.3333%;
	padding: 0 16px;
}

.promise-card-colinfo {
	background: #fff;
	height: 100%;
	text-align: center;
	padding: 24px 24px 32px;
}

.promise-card-colinfo img {
	max-width: 104px;
	margin: 0 0 13px;
}

.promise-card-colinfo h3 {
	margin: 0 0 16px;
}

.promise-card-colinfo p {
	font-size: 18px;
	line-height: 25px;
}
/** ================== // PORTFOLIO PAGE CSS END // ================== **/

/** ================== // RESIDENTIAL AWNINGS SECTION START // ================== **/
.awning-card-01-section {
	background: #ECECEC;
}
.awning-card-reverse {
	display: flex;
	flex-wrap: wrap;
	row-gap:48px;
}
.awning-card-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.awning-card-wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.awning-card-col-left {
    width: 54.8%;
}
.awning-card-col-info {
    padding-right: 75px;
}
.awning-card-col-info h2 {
	margin: 0 0 16px;
}
.awning-card-col-info p {
	font-size: 18px;
	line-height: 27px;
	margin: 0 0 36px;
}
.awning-card-col-right {
    width: 45.2%;
}
.awning-card-picture {
	position: relative;
	padding: 0 0 32px 0;
	z-index: 1;
}

.awning-card-picture::after {
	content: "";
	border: 1px rgba(0, 0, 0, 0.20) solid;
	position: absolute;
	top: 32px;
	left: 32px;
	right: -32px;
	bottom: 0;
	z-index: -1;
}

.awning-card-wrap.ac-reverse {
    align-items: flex-start;
}
.awning-card-wrap:nth-child(even) .awning-card-picture::after {
	left: -32px;
	right: 32px;
}
.awning-card-wrap:nth-child(even) .awning-card-col-info {
    padding-right: 0;
    padding-left: 75px;
}
.awning-card-wrap.ac-reverse .awning-card-picture::after {
	left: -32px;
	right: 32px;
}
.awning-card-wrap.ac-reverse .awning-card-col-info {
    padding-right: 0;
    padding-left: 75px;
}
.awning-card-wrap.ac-reverse:nth-child(even) .awning-card-picture::after {
	left: 32px;
	right: -32px;
}
.awning-card-wrap.ac-reverse:nth-child(even) .awning-card-col-info {
    padding-right: 75px;
	padding-left: 0;
}

.awning-card-col-info ul {
    margin: 0 0 36px;
    padding: 0;
}
.awning-card-col-info ul li {
    margin: 0 0 15px;
    padding: 0 0 0 48px;
    display: block;
    position: relative;
}
.awning-card-col-info ul li::after {
	content: "";
	background: url('../images/check-list-icon.svg') no-repeat center;
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	background-size: 100%;
	left: 0;
}

.awning-card-col-info ul li h3 {
	margin: 0 0 8px;
	padding: 0;
}

.awning-card-col-info ul li p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.testimonial-section {
    position: relative;
    margin-bottom: 130px;
	margin-top: 30px;
}
.testimonial-section .ready-open-space-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-section::after {
	content: "";
	position: absolute;
	top: 32px;
	left: 32px;
	right: 32px;
	bottom: 32px;
	border: 1px #1B1B1B solid;
}

.testimonial-slider {
	padding: 100px;
	position: relative;
	z-index: 1;
}

.testimonial-content-item {
	text-align: center;
}
.testimonial-content-item img {
	margin: 0 auto 32px;
}
.testimonial-content-item h4 {
    font-size: 40px;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    line-height: 120%;
    font-weight: 500;
}
.inner-hero-section .hero-btn {
    padding-top: 8px;
}
/** ================== // RESIDENTIAL AWNINGS SECTION END // ================== **/


/** ================== // COMPANY PAGE SECTION START // ================== **/
.company-hero-section .hero-content-right {
    width: 812px;
}

.company-banner .hero-content-absolute {
    top: 53%;
    transform: translateY(-47%);
}
.company-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0.4;
}

.about-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about-col-left {
    width: 592px;
}
.about-col-left-info h2 {
    margin-bottom: 0px;
}
.about-col-right {
    width: 589px;
}
.about-col-right-info p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 26px;
}
.about-col-right-info p:last-child {
    margin-bottom: 0px;
}
.about-gates-picture {
    margin-top: 100px;
    width: 100%;
    height: 100%;
}
.proven-results-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
/* .proven-results-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(171deg, #000 43%, rgba(0, 0, 0, 0.00) 100%);
}
.proven-results-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-23deg, #000 18%, rgba(0, 0, 0, 0.00) 100%);
} */
.proven-results-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proven-results-left {
    width: 520px;
}
.proven-results-right {
    width: 588px;
}
.proven-results-left .heading {
    margin-bottom: 0px;
}
.proven-results-left .heading h6 {
    color: #fff;
}
.proven-results-left .heading h2 {
    color: #fff;
    margin-bottom: 0px;
}
.proven-results-left-info {
    margin-top: 50px;
}
.trusted-result-revies span {
    color: #CA0A0A;
    font-family: "DM Sans", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    margin-right: 8px;
}
.trusted-result-revies {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.trusted-result {
    margin-bottom: 24px;
}
.trusted-result:last-child {
    margin-bottom: 0px;
}
.trusted-result-revies ul {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}
.trusted-result-revies ul li {
    color: #CA0A0A;
    font-size: 27px;
}
.trusted-result p {
    color: #FFF;
    line-height: 150%;
}
.gates-quality-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.gates-quality-col-left {
    width: 592px;
}
.gates-quality-col-right {
    width: 588px;
}
.gates-quality-picture img {
    border-radius: 8px;
}
.gates-quality-col-left-info h2 {
    font-size: 40px;
}
.gates-quality-col-left-info p {
    width: 488px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 30px;
}
.gates-quality-wrap-two {
    flex-direction: row-reverse;
    margin-top: 109px;
}
.gates-quality-wrap-two .gates-quality-col-left {
    width: 492px;
}
.gates-quality-wrap-two .gates-quality-col-left-info p {
    width: 406px;
}
.banner-location-info {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 1;
}
.banner-location-info p {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 150%;
}
/** ================== ///COMPANY  PAGE CSS END // ================== **/


/** ================== /// CONTACT  PAGE CSS START// ================== **/
.contact-banner {
	overflow: visible;
}
.contact-banner .hero-content-absolute .container {
    max-width: 1216px;
    padding: 0;
}
.hero-section.contact-banner .hero-content-absolute {
    display: none;
}
.hero-section.contact-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0.4;
}
.contact-us-section {
    padding: 46px 0px 100px;
}
.contact-us-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -590px;
}
.contact-us-left {
    width: 410px;
}

.contact-fl-height-info .heading {
    margin-bottom: 350px;
}
.contact-fl-height-info .heading h6 {
    text-align: left;
    margin-bottom: 16px;
	color: #fff;
}
.contact-fl-height-info .heading h1 {
	color: #fff;
}
.scoial-mn-colum {
    margin-top: auto;
}
.contact-us-social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 32px;
}
.contact-us-social:last-child {
    margin-bottom: 0px;
}
.contact-us-icon-info h6 {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	text-transform: capitalize;
}
.contact-us-icon-info a {
    color: #1B1B1B;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.contact-us-icon-info a:hover {
	color: #CA0A0A;
}
.contact-us-icon {
    margin-right: 16px;
	min-height: 44px;
}
.contact-us-icon span {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #5C5C5C;
    color: #fff;
    font-size: 16px;
}
.contact-us-icon-info {
    width: 340px;
    padding-right: 74px;
}
.contact-form-right {
	width: 592px;
}
.contact-content-rlt-info {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 32px 32px;
    margin-top: 30px;
    position: relative;
}
.form-group {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -9px;
}
.form-col label {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
	margin-bottom: 8px;
}
.form-group .form-col {
    margin-top: 24px;
    width: 100%;
	padding: 0 9px;
}
.form-col.form-col-7 {
    width: 66.67%;
}
.form-col.form-col-3 {
    width: 33.33%;
}
.form-group .form-col.form-size-hw {
    margin: 0;
}
.form-control {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px;
    align-items: center;
    gap: 8px;
	border-radius: 4px;
	border: 1px solid #8D8D8D !important;
	background-color: #F4F4F4 !important;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
textarea.form-control {
    height: 100px;
}

select.form-control {
	background-image: url('../images/arrow-select.svg');
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.form-col.send-msg-btn {
	margin-top: 32px !important;
}
.submit-btn {
    background: #CA0A0A;
    color: #fff;
	border: none;
}
.send-msg-btn input.btn {
    width: 100%;
}
.contact-content-rlt-info h4 {
    color: #1B1B1B;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: -0.4px;
	margin-bottom: 5px;
}
.contact-content-rlt-info p {
    color: #1B1B1B;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.36px;
    margin: 0;
}
.get-directions {
	padding-top: 25px;
}
.get-directions a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.get-inspired-section {
    background: #ECECEC;
}
.get-inspired-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.get-inspired-col {
    width: 49%;
    border-radius: 8px;
    overflow: hidden;
}

.get-inspired-item {
    position: relative;
}
.get-inspired-item::after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
	border-radius: 8px;
}
.get-inspired-thumb {
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.get-inspired-thumb img {
    border-radius: 8px;
	transition: .7s all;
}
.get-inspired-col:hover .get-inspired-thumb img {
	transform: scale(1.1);
}
.get-inspired-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
	padding: 0px 50px;
}
.get-inspired-info h6 {
    color: #fff;
	margin-bottom: 7px;
}
.get-inspired-info h2 {
   margin-bottom: 24px;
   color: #fff;
}

.form-col.send-msg-btn {
    position: relative;
}
.form-col.send-msg-btn .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 10px;
}
.wpcf7-form-control-wrap {
    display: block;
}
form.wpcf7-form {
    position: relative;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin-top: 5px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0em 0em !important;
    padding: 0 !important;
    border: 0px !important;
    text-align: center !important;
    font-size: 14px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #006509 !important;
}
/** ================== // CONTACT  PAGE CSS END // ================== **/


/** ================== // ERROR PAGE CSS START // ================== **/
.error_page {
    min-height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 118px;
    position: relative;
}
.error_page::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.65;
	width: 100%;
	height: 100%;
}
.error_page .container {
    position: relative;
    z-index: 1;
}
.error_page .hero-content-wrap {
    display: block;
    text-align: center;
}
.error_page .hero-content-right, .error_page .hero-content-left {
    width: 100%;
}
.error_page .hero-content-right {
    margin-bottom: 30px;
}
.error_page .hero-content-left {
    padding-bottom: 0;
}
.error_page .hero-btn {
    margin-top: 0;
    justify-content: center;
}
.error_page .hero-content-left-info {
    row-gap: 15px;
}
.error_page .hero-btn a.btn {
    min-width: 203px;
    min-height: 48px;
}
.error_page .hero-content-right-info {
    padding-right: 0;
}
/** ================== // ERROR PAGE CSS END // ================== **/

.lg-toolbar .lg-close {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #000;
}

/** ================== // DEFAULT PAGE CSS START // ================== **/
.default-css-section p, .default-css-section li {
    font-size: 18px;
    line-height: 27px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.default-css-section p a, .default-css-section li a {
    color: #000;
    text-decoration: underline;
}
.default-css-section p a:hover, .default-css-section li a:hover {
    text-decoration: none;
}

.default-css-section h1, .default-css-section h2, .default-css-section h3, .default-css-section h4, .default-css-section h5, .default-css-section h6{
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}
.default-css-section h1{
	font-size: 56px;
}
.default-css-section h2{
	font-size: 48px;
}
.default-css-section h3{
	font-size: 40px;
}
.default-css-section h4{
	font-size: 32px;
}
.default-css-section h5{
	font-size: 24px;
}
.default-css-section h6{
	font-size: 20px;
}
.hero-section.default-hero-section {
    height: 64vh;
    min-height: 600px;
}
/** ================== // DEFAULT PAGE CSS END // ================== **/
