/* 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%; /* 20.8px */
}
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 15px;
    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.newClass {
    transform: translateY(0%);
}
.visit-site-btn {
    display: flex;
    width: 154px;
    height: 40px;
    padding: 8px 10px;
    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: 9999;
}
.header .container {
    max-width: 100%;
}
.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-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32px;
    padding-left: 32px;
}
.logo {
    width: 144px;
    padding: 15px 0;
}
.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;
}
/** ================== // HEADER CSS END // ================== **/


/** ================== // HERO SECTION CSS START // ================== **/

.hero-section{
	margin: 0;
	padding: 0;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.hero-section::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.65) 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;
}
.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{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 56px;
	left: 0;
	right: 0;
	z-index: 1;
}
.hero-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.hero-content-right {
    width: 610px;
}
.hero-content-right-info {
    padding-right: 108px;
}
.hero-content-left {
    width: 596px;
    padding-bottom: 24px;
}
.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%;
}
.hero-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
	flex-wrap: wrap;
    margin-top: 0;
}
.hero-btn a.btn {
    min-width: 240px;
    min-height: 40px;
}
.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 // ================== **/

.heading{
	position: relative;
	margin: 0 0 40px;
}
.heading h6{
	margin-bottom: 7px;
}
.elevating-security-section {
    background: #ECECEC;
}
.elevating-security-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 0px -16px;
	row-gap: 32px;
}
.elevating-security-col {
    width: 33.33%;
	padding: 0px 16px;
}
.elevating-security-item {
    border-radius: 8px;
    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-image: url(../images/why-choose-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.why-choose-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.why-choose-left {
    width: 384px;
}
.why-choose-right {
    width: 799px;
}
.why-choose-left .heading h6 {
    color: #fff;
}
.why-choose-left .heading h2 {
    color: #fff;
    letter-spacing: -0.96px;
}
.why-choose-right-thumb {
    width: calc(100% - 280px);
    padding-right: 32px;
}
.why-choose-right-thumb img {
    width: 100%;
    border-radius: 8px;
}
.why-choose-right-info {
    display: flex;
    flex-wrap: wrap;
}
.why-choose-right-thumb-info {
    width: 280px;
    height: 272px;
    border-radius: 8px;
    background: #CA0A0A;
    padding: 24px 24px 24px 16px;
    display: flex;
    flex-wrap: wrap;
}
.why-choose-right-thumb-info h3 {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
	margin-bottom: 20px;
	width: 100%;
}
.why-choose-right-thumb-info p {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: auto;
	width: 100%;
}
.why-choose-right-info-two {
    flex-direction: row-reverse;
    margin-top: 40px;
}
.why-choose-right-info-two .why-choose-right-thumb-info {
    background: #252A2A;
}
.why-choose-right-info-two .why-choose-right-thumb {
    padding-right: 0;
    padding-left: 32px;
}
.why-choose-right-info-two .why-choose-right-thumb-info h2 {
    color: #7A8B8B;
}
.why-choose-right-info-two .why-choose-right-thumb-info p {
    color: #7A8B8B;
}
/** ================== //WHY CHOOSE SECTION  END// ================== **/


/** ================== // TESTIMONIALS -SECTION  CSS START // ================== **/
.section{
	padding: 100px 0 131px;
}
.section2{
	padding: 130px 0px;
}
.testimonials-section{
	background: #ECECEC;
}
.our-testimonials .heading {
    margin-bottom: 40px;
}
.our-testimonials .heading h6 {
    text-align: left;
	font-weight: 700;
}
.our-testimonials .heading h2{
	text-align: left;
	color: #000;
}
.testimonials-silde-wrap {
    margin-top: 80px;
    padding-left: 0;
}
.testimonials-silde-wrap  .slick-list {
    padding: 0px 350px 0px 348px;
}
.testimonials-col {
    padding-right: 24px;
}
.testimonials-item {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    width: 100%;
    margin-right: 0;
}
.testimonials-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
}
.testimonials-item p {
	margin: 25px 0px;
}
.rating-star ul {
    padding: 0px;
    list-style: none;
    display: inline-flex;
    column-gap: 4px;
}
.testimonials-title h6 {
	text-transform: capitalize;
	margin-bottom: 0px;
}
.testimonials-arrows {
    position: relative;
    margin-top: 40px;
    margin-right: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	column-gap: 16px;
}
.testimonials-section .container {
    max-width: 1920px;
}
.testimonials-section .our-testimonials {
	padding-left: 348px;
}

.load-more-mb-btn{
	display: none;
	text-align: center;
}

.load-more-mb-btn a.btn {
    background: none !important;
    color: #1b1b1b !important;
    margin-top: 32px;
    border-color: #1b1b1b !important;
}

.load-more-mb-btn a.btn:hover {
    background: #1b1b1b !important;
    color: #fff !important;
    border-color: #1b1b1b !important;
}

.testimonials-silde-wrap ul.slick-dots {
    padding-left: 348px;
}

/** ================== // TESTIMONIALS -SECTION  CSS END// ================== **/


/** ================== // GATE-MOTORS-SECTION  CSS START// ================== **/
.gate-motors-section {
    background: linear-gradient(180deg, #000 0%, #272727 100%);
	padding: 40px 0px;
	position: relative;
	overflow: hidden;
}
.gate-motors-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.gate-motors-col-left {
    width: 531px;
}
.gate-motors-col-left .heading {
    display: none;
}
.gate-motors-col-right {
    width: 592px;
}
.gate-motors-col-left-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.gate-motors-box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 44px;
}
.gate-motors-box {
    border-radius: 12px;
    background: #EFEFEF;
    width: 243px;
    height: 243px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gate-motors-box-wrap-two {
    margin-top: 66px;
}
.gate-motors-col-right-info h6 {
    color: #fff;
    font-weight: 700;
	margin-bottom: 12px;
}
.gate-motors-col-right-info h2 {
    color: #fff;
    letter-spacing: 0.96px;
    margin-bottom: 22px;
}
.gate-motors-col-right-info p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.4px;
    max-width: 488px;
    margin: 0 0px 40px;
}
.learn-btn {
    width: 167px;
}
.learn-btn .btn-white {
    min-width: 167px;
}
/** ================== // GATE-MOTORS-SECTION  CSS END// ================== **/

/** ================== // GALLERY SECTION   CSS START// ================== **/

.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;
  align-items: center;
}
.gallery-item {
  margin: 0 16px;
}
.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 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;
}
.build-section::after {
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
.build-wrap {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.build-col {
    width: 552px;
    height: 552px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.build-col-info h2 {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}
.build-col-info p {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
	margin: 32px 0px 40px;
}
.build-schedule-btn .btn-white {
    min-width: 192px;
}
/** ================== // BUILD SECTION CSS END// ================== **/


/** ================== // FOOTER CSS START// ================== **/
.footer {
	background: #0D0D0D;
	padding: 81px 0px 100px;
}
.footer .container {
    max-width: 100%;
    padding: 0 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: 183px;
    height: auto;
    object-fit: cover;
    padding-right: 45px;
    margin-bottom: 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;
}
.footer-col:nth-child(2){
	width: 176px;
}
.footer-col:nth-child(3){
	width: 168px;
}
.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// ================== **/




/** ================== // INNER BANNER CSS START // ================== **/
.inner-banner .hero-btn {
    justify-content: center;
    padding-top: 24px;
}
.inner-banner .hero-btn a.btn {
    min-width: 203px;
    min-height: 48px;
}
.inner-banner .hero-content-right-info h6 {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.inner-banner .hero-content-absolute {
    top: 53%;
    transform: translateY(-50%);
    bottom: auto;
}
.inner-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
	background: #000;
	opacity: 0.5;
}
.inner-banner .hero-content-wrap {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 658px;
    margin: auto;
}
.inner-banner .hero-content-right-info {
    padding-right: 0px;
}
.inner-banner .visit-btn {
    justify-content: center;
}
.inner-banner .hero-content-right, .inner-banner .hero-content-left {
    width: 100%;
    padding: 0;
}
/** ================== // INNER BANNER CSS END // ================== **/


/** ================== // CONTROL SECTION CSS START // ================== **/
.control-section{
	padding: 95px 0px 114px;
}
.control-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.control-col-left {
    width: 696px;
}
.control-col-lef-info {
    width: 696px;
	text-align: left;
}
.control-col-left-info h2 {
    margin-bottom: 30px;
}
.control-col-left-info p {
    width: 537px;
    font-size: 18px;
    line-height: 150%;
}
/** ================== //CONTROL  SECTION CSS END // ================== **/


/** ================== /FEATURES  SECTION CSS START // ================== **/
.features-section {
    background: #1B1B1B;
    padding: 100px 0px;
}
.features-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.features-col-left {
    width: 488px;
}
.features-col-right {
    width: 588px;
    margin-top: -180px;
}
.features-col-left-info .heading h2, .features-col-left-info .heading h6 {
    color: #fff;
}
.features-col-left-info .heading h2{
	margin-bottom: 16px;
}
.features-check ul {
    list-style: none;
    padding: 0px;
}
.features-check ul li {
    display: block;
    color: #fff;
    margin-bottom: 33px;
    position: relative;
    padding-left: 56px;
}
.features-check ul li:last-child{
	margin-bottom: 0px;
}
.features-check ul li p {
    color: #fff;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: -0.4px;
}
.features-check ul li span {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: -8px;
}
.features-check ul li span i {
	color: #CA0A0A;
	font-size: 21px;
}
/** ================== //FEATURES  SECTION CSS END // ================== **/


/** ================== //ACCESS-GATES-SECTION  CSS START // ================== **/

.access-gates-section {

}
.access-gates-section .heading {
    margin-bottom: 0px;
}
.access-gates-wrap ul {
    list-style: none;
    padding: 0px;
}
.access-tag-repeat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 32px 0px;
	border-top: 1px solid #ECECEC;
}
.access-tag-repeat:last-child{
	padding-bottom: 0px;
}
.access-gates-col-right {
    width: 488px;
	position: relative;
}
.access-gates-col-left{
	width: 592px;
}
.access-gates-col-left-info h3 {
    color: #1B1B1B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
.access-gates-col-right-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 22px;
    left: 30px;
}
.access-gates-col-right-info span {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 22px 80px 0px rgba(0, 0, 0, 0.07), 0px 14.259px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 8.474px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 4.4px 13px 0px rgba(0, 0, 0, 0.04), 0px 1.793px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 0.407px 3.148px 0px rgba(0, 0, 0, 0.02);
	color: #1B1B1B;
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.34px;
	padding: 13px 17px;
	display: flex;
	align-items: center;
}
.access-gates-col-right-info span i {
    color: #CA0A0A;
    font-size: 21px;
    margin-right: 14px;
}
/** ================== //ACCESS-GATES-SECTION CSS END // ================== **/


/** ================== //SECURITY-BUILT -SECTION CSS START // ================== **/
.security-built-section {
    background: #000;
}
.security-built-section .features-check ul li p {
    margin: 0px;
}
.security-built-section .gate-motors-col-right-info p {
    max-width: 585px;
    margin: 0 0px 20px;
}
.security-built-section .learn-btn{
	margin-top: 32px;
}
/** ================== //SECURITY-BUILT SECTION CSS END // ================== **/




/** ================== //PORTFOLIO PAGE CSS START // ================== **/

.portfolio-banner .hero-content-wrap{
	max-width: 800px;
}

.explore-portfolio {
    padding: 100px 0px 130px;
}
.explore-portfolio .control-col-left {
    width: 592px;
}
.control-col-right {
    width: 412px;
}
.explore-portfolio .control-col-left-info p{
    width: 100%;
}
.explore-portfolio .control-col-left-info h2 {
    margin-bottom: 9px;
}
.select-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.select-col label {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
    margin-bottom: 8px;
}
.select-col select {
    display: flex;
    width: 194px;
    height: 48px;
    padding: 12px 32px 12px 12px;
    justify-content: center;
    align-items: flex-start;
    gap: 82px;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    appearance: none;
    background: url(../images/arrow-select.svg) no-repeat right 15px top 54%;
	border: 1px rgba(0, 0, 0, 0.35) solid;
}
.tabs-dropdown {
    display: flex;
    width: 194px;
    height: 48px;
    padding: 12px 32px 12px 12px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 82px;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    appearance: none;
    background: url(../images/arrow-select.svg) no-repeat right 15px top 54%;
    border: 1px rgba(0, 0, 0, 0.35) solid;
    display: -webkit-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.select-col {
    position: relative;
}
.select-col ul {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 80px;
}
.select-col ul li {
    display: block;
    border: 1px rgba(0, 0, 0, 0.35) solid;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    margin-top: -1px;
    background: #fff;
}
.select-col ul li a {
    color: #000;
    display: block;
    padding: 12px 12px 12px 12px;
}
.portfolio-gallery-wrap{
    margin-top: 64px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
}
.portfolio-gallery-col {
    width: calc(33.33% - 23px);
}
.portfolio-gallery-picture {
    width: 100%;
    height: 255px;
    overflow: hidden;
}
.portfolio-gallery-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s all;
}
.hidden-item {
    display: none;
}
.show-more {
    margin-top: 56px;
}
.show-more-btn {
    border-radius: 4px;
    border: 2px solid #1B1B1B;
    display: flex;
    width: 1216px;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #1B1B1B;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.portfolio-gallery-col:hover .portfolio-gallery-picture img{
    transform: scale(1.1);
}
.our-values-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 48px 0px 0px;
    gap: 32px;
}
.our-values-col {
    width: calc(50% - 16px);
}
.our-values-info {
    border-radius: 8px;
    background: #F2F2F2;
    padding: 24px;
    height: 100%;
}
.our-values-info p {
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.client-trust-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.client-trust-logo {
    width: 104px;
}
.client-trust-logo img{
	border-radius: 100%;
}
.client-trust-info {
    width: calc(100% - 104px);
    padding-right: 60px;
	padding-left: 22px;
}
.client-trust-info h3 {
    margin-bottom: 0px;
    color: #1B1B1B;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.56px;
}
/** ================== ///PORTFOLIO PAGE CSS END // ================== **/



/** ================== ///COMPANY PAGE CSS START // ================== **/

.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-section {
    padding: 114px 0px 100px;
}
.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-image: url(../images/proven-result-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 118px;
    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;
    align-items: center;
    flex-wrap: wrap;
}
.proven-results-left {
    width: 520px;
}
.proven-results-right {
    width: 588px;
}
.proven-results-right img {
    border-radius: 8px;
}
.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;
}
/** ================== ///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;
}
.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: 390px;
}
/* .contact-fl-height-info{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.contact-fl-height-info .heading {
    margin-bottom: 385px;
} */
.contact-fl-height-info .heading {
    margin-bottom: 411px;
}
.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-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;
}
.form-control {
    display: flex;
    width: 528px;
    height: 48px;
    padding: 12px;
    align-items: center;
    gap: 8px;
	border-radius: 4px;
	border: 1px solid #8D8D8D !important;
	background: #F4F4F4 !important;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
}
textarea.form-control{
	height: 248px;
}
.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;
}
.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;
    padding: 100px 0px;
}
.get-inspired-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.get-inspired-col {
    width: 588px;
	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 60px;
}
.get-inspired-info h6 {
    color: #fff;
	margin-bottom: 7px;
}
.get-inspired-info h2 {
   margin-bottom: 24px;
   color: #fff;
}
/** ================== // CONTACT  PAGE CSS END // ================== **/

/** ================== // WHY MATERIALS MATTER PAGE CSS START // ================== **/
.materials-warp-row{
	display: flex;
	flex-wrap: wrap;
}
.materials-colleft6{
	width: 58.8%;
	padding-right: 99px;
}
.materials-colright6 {
    width: 41.2%;
}

.materials-content-info{
	margin: 0;
	padding: 0;
}
.materials-content-info p{
	margin: 0;
	padding: 0;
}
.mobile-material-img{
	display: none;
}
.materials-content-info ul{
	margin: 40px  0 70px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap:30px;
}

.materials-content-info ul li {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 18px;
}

.materials-content-info ul li figure{
	width: 56px;
	margin: 0;
	padding: 0;
}
.materials-content-info ul li figure img {
    border: 1px #373737 solid;
    border-radius: 4px;
}

.materials-content-info ul li figcaption{
	width: calc(100% - 56px);
	padding-left: 16px;
}
/** ================== // WHY MATERIALS MATTER PAGE CSS END // ================== **/

.crafted-driveway-section.testimonials-section .our-testimonials {
    padding: 0;
}

.crafted-driveway-section.testimonials-section .our-testimonials .heading *{
    text-align: center;
}

/** ================== // FAQ PAGE CSS START // ================== **/
.faq-wrap {
    display: flex;
    flex-wrap: wrap;
}
.faq-left-col {
    width: 32%;
}
.faq-right-col {
    width: 68%;
	padding-left: 138px;
}
.faq-accordion {
    margin: 0;
}
.faq-accordion-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    transition: 0.2s ease all;
    padding: 23px 18px;
}
.faq-heading p {
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
}
.faq-heading p a {
    color: #1B1B1B;
    text-decoration: underline;
}
.faq-heading p a:hover {
    text-decoration: none;
}
.faq-accordion-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.faq-accordion-heading {
    width: 100%;
    padding: 0;
    position: relative;
}
.faq-accordion-heading h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1E1E1E;
	letter-spacing: -0.02em;
	position: relative;
	padding-left: 53px;
}
.faq-accordion-heading h3::after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url('../images/pluse-icon.svg');
	border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -7px;
    left: 0;
}
.faq-accordion-list.active .faq-accordion-heading h3::after {
    background-image: url('../images/close-icon.svg');
    background-color: #CA0A0A;
}
.faq-accordion-collapse-content {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 0;
    display: none;
    padding-left: 53px;
}
.faq-accordion-collapse-inner p {
    font-size: 16px;
    line-height: 24px;
	color: #1E1E1E;
	letter-spacing: -0.02em;
	font-weight: 500;
}
.faq-accordion-collapse-inner p a {
    color: #0056D2;
}
.faq-accordion-list.active .faq-accordion-heading h3 {
    color: #CA0A0A;
}
.faq-accordion-list.active .accordion-collapse-icon {
    background: #EC262C;
    transform: rotate(180deg);
}
.gallery-center-btn {
    display: block;
    text-align: center;
    margin-top: -20px;
}
.gallery-center-btn .btn {
    position: relative;
    z-index: 1;
}
.gallery-center-btn .btn#gallerymore {
    display: none;
}
/** ================== // FAQ PAGE CSS END // ================== **/

/** ================== // ERROR PAGE CSS START // ================== **/
.error_page {
    min-height: 600px;
    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-left {
    padding-bottom: 0;
}
.error_page .hero-btn {
    margin-top: 25px;
    justify-content: center;
}
.error_page .hero-btn a.btn {
    min-width: 203px;
    min-height: 48px;
}
.error_page .hero-content-right-info {
    padding-right: 0;
}
@media (max-width:1199px) {

}
/** ================== // ERROR PAGE CSS END // ================== **/

/** ================== // ACCESSIBILITY STATEMENT PAGE CSS START // ================== **/
.content-page {
    padding: 80px 0px;
}
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    font-family: "DM Sans", sans-serif;
	font-weight: bold;
    margin: 25px 0px;
    color: #1B1B1B;
}
.content-page h1 {
    font-size: 56px;
}
.content-page h2 {
	font-size: 48px;
}
.content-page h3 {
	font-size: 40px;
}
.content-page h4 {
	font-size: 32px;
}
.content-page h5 {
	font-size: 24px;
}
.content-page h6 {
	font-size: 16px;
}
.content-page p, .content-page ul li, .content-page ol li {
    color: #1B1B1B;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
    color: #1B1B1B;
}
.content-page p strong,
.content-page ul li strong,
.content-page ol li strong {
	font-family: "DM Sans", sans-serif;
	font-weight: bold;
}
.content-page p a,
.content-page ul li a,
.content-page ol li a {
	text-decoration: underline;
    color: #1B1B1B;
}
.content-page p a:hover,
.content-page ul li a:hover,
.content-page ol li a:hover {
	color: #CA0A0A;
}
.content-page ul, .content-page ol {
    padding: 0 0 0 35px;
    margin: 0;
}
.content-page ul li, .content-page ol li {
	margin-bottom: 5px;
}
.content-page p {
	margin-bottom: 15px;
}
/** ================== // ACCESSIBILITY STATEMENT PAGE CSS END // ================== **/

.access-gates-section.driveway-access-section {
    padding-top: 0;
}

.mobile-contact-us-btn{
	display: none;
}



.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;
}


.elevating-hm-half-card .container {
    max-width: 1008px;
}
.elevating-hm-half-card .elevating-security-col {
    width: 50%;
}
.materials-colleft6 .footer-col-info {
    margin-top: -30px;
    margin-bottom: 30px;
}
.materials-colleft6 .materials-content-info .footer-col-info ul {
    margin: 0;
}
.materials-colleft6 .materials-content-info .footer-col-info ul li {
    padding: 0;
    display: block;
    width: auto;
}
.materials-colleft6 .footer-col-info li {
    color: #CA0A0A;
    margin: 0;
}
.materials-colleft6 .footer-col-info li a {
    color: #000;
    text-decoration: underline;
}
.materials-colleft6 .footer-col-info li a:hover {
    color: #CA0A0A;
    text-decoration: none;
}
.slick-lightbox {
    z-index: 999999;
}
.nothing-category {
    margin: 120px 0px -50px;
}
.nothing-category p {
    text-align: center;
    color: #1B1B1B;
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
}
