.container {
	max-width: 1222px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

@media (min-width:1200px) {
	.hero-content-right-info.heading-incr {
		padding-right: 0;
	}
	.hero-content-right-info.heading-incr h1 {
		font-size: 72px;
	}
}
@media (max-width:1699px) {}

@media (max-width:1439px) {
	.header .container {
	    padding: 0;
	}
	.container {
	    max-width: 1280px;
	    padding: 0 70px;
	}
	.free-site-visit {
	    right: 11px;
	    gap: 9px;
	}
	.visit-site-btn {
	    width: 164px;
	    padding: 8px 5px;
	    font-size: 13px;
	}
	.hero-content-absolute {
	    padding: 70px 0px 0px;
	}
	.hero-content-left-info {
	    row-gap: 30px;
	}
	.elevating-security-left-col {
	    width: 33%;
	}
	.elevating-security-right-col {
	    width: 64%;
	}
	.build-col-info h2 {
		font-size: 55px;
		line-height: 125%;
	}
	.build-col-info.ready-open-space-info-holder h2 {
	    max-width: 380px;
	}
	.ready-open-space-info-holder {
	    padding: 0px 70px;
	}
	.promise-card-colinfo {
	    padding: 20px 20px 30px;
	}
	.promise-card-colinfo h3 {
	    font-size: 22px;
	}
	.build-col {
	    width: 768px;
	}
	.build-section {
	    padding: 90px 0px;
	    height: 610px;
	}
	.testimonial-section {
	    margin-bottom: 100px;
	    margin-top: 0;
	}
	.footer-col:nth-child(1) {
	    width: 420px;
	}
	.footer-col {
	    width: 230px;
	}
	.about-col-left {
	    width: 530px;
	}
	.about-col-right {
	    width: 580px;
	}
	.about-gates-picture {
	    margin-top: 80px;
	}
	.contact-us-wrapper {
	    margin-top: -540px;
	}
	.get-inspired-info {
	    padding: 0px 40px;
	}
	.contact-fl-height-info .heading {
	    margin-bottom: 300px;
	}
	.get-inspired-info h2 {
	    font-size: 40px;
	}
}

@media (max-width:1279px) {
	.why-choose-left {
	    width: 50%;
	}
	.why-choose-right {
	    width: 40%;
	}
	.why-choose-right .heading {
	    padding-right: 0;
	    margin: 0 0 15px;
	}
	.why-choose-wrap::before {
	    height: 540px;
	}
	.about-col-right {
	    width: 506px;
	}
	.about-col-left {
	    width: 505px;
	}
	.about-gates-picture {
	    margin-top: 60px;
	}
	.proven-results-right {
	    width: 508px;
	}
}

@media (max-width:1199px) {
	.header {
	    position: absolute;
	}
	.header.sticky {
	    background: none;
	    box-shadow: none;
	}
	.header.sticky .logo img {
	    display: block;
	}
	.header.sticky .logo .logo-sticky-img {
	    display: none;
	}
	.main-nav .menu-bar {
		display: block;
	}

	.main-nav {
	    width: auto;
	}
	/************ // MOBILE MENU CSS START // ***********************/
	.menu-bar {
	    width: 30px;
	    height: 20px;
	    position: absolute;
	    margin: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	    cursor: pointer;
	    display: block;
	    right: 35px;
	    top: 43px;
	    z-index: 1111;
	}
	.menu-bar span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		background: #fff;
	}
	.menu-bar span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
	}
	.menu-bar span:nth-child(odd) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	.menu-bar span:nth-child(1),
	.menu-bar span:nth-child(2) {
		top: 0px;
	}
	.menu-bar span:nth-child(3),
	.menu-bar span:nth-child(4) {
		top: 8.2px;
	}
	.menu-bar span:nth-child(5),
	.menu-bar span:nth-child(6) {
		top: 17px;
	}
	.menu-bar span:nth-child(3) {
	    width: 50%;
	    left: 0;
	}
	.menu-bar span:nth-child(5) {
	    width: 50%;
	    left: 0;
	}
	.mobile-menu .menu-bar span:nth-child(1),
	.mobile-menu .menu-bar span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
	}
	.mobile-menu .menu-bar span:nth-child(2),
	.mobile-menu .menu-bar span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
	}
	.mobile-menu .menu-bar span:nth-child(1) {
		left: 5px;
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(2) {
		left: calc(50% - 5px);
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(5) {
		left: 5px;
	}
	.mobile-menu .menu-bar span:nth-child(6) {
		left: calc(50% - 5px);
	}
	.mobile-menu .menu-bar span:nth-child(6),
	.mobile-menu .menu-bar span:nth-child(5) {
	    top: 12px;
	    width: 50%;
	}
	.mobile-menu .menu-bar {
		background: none;
		position: fixed;
	}
	.navigation {
		background: #000;
		position: fixed;
		top: -150%;
		padding-top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 92px;
		margin: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	body.mobile-menu .navigation {
		display: block;
		top: 0;
	}
	.nav-manu {
		flex-wrap: wrap;
	}
	.navigation ul {
		display: block;
		width: 100%;
	}
	.navigation ul li {
	    padding: 0;
	    margin: 0;
	    position: relative;
	    text-align: left;
	}
	.navigation ul>li::before {
		display: none;
	}
	.navigation .menu-item-has-children>a::before {
		display: none;
	}
	.menu-item-has-children::after {
		content: "\f107";
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 48px;
		transition: 0.4s;
		font-family: FontAwesome;
		color: #fff;
		padding: 0;
		z-index: 111;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		display: flex !important;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		opacity: 1;
	}
	.navigation ul li.menu-item-has-children {
		padding-right: 0;
	}
	.navigation ul li.current-menu-item>a {
		color: #fff;
		background: #5F1111;
	}
	.navigation ul>li>a {
	    display: block;
	    border-top: 1px #6a6a6a solid;
	    padding: 14px 26px;
	    font-weight: 600;
	    color: #fff;
	}
	.navigation .moblelogo {
	    display: block;
	    background: #000;
	    padding: 15px 25px;
	}
	.menu-item-has-children::before {
		display: none;
	}
	.navigation .moblelogo img {
	    max-width: 120px;
	    position: relative;
	    left: 7px;
	}
	.navigation ul>li>a::after {
		display: none;
	}
	.navigation ul li ul.sub-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.navigation ul li ul.sub-menu.in {
		position: static;
		max-width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li {
		width: 100% !important;
		padding: 0;
		border-bottom: none;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li:hover {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item a {
		color: #01a4ec;
	}
	.navigation ul li ul.sub-menu li a {
		padding: 14px 15px 14px 30px;
		font-weight: 500;
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
	}
	.navigation ul li ul.sub-menu li a:hover {
		color: #fff;
	}
	.navigation ul li ul.sub-menu ul.sub-menu {
		width: 100%;
		padding: 0;
	}
	.navigation ul li ul.sub-menu ul.sub-menu li a {
		padding-left: 40px;
	}
	nav.mobile-scroll {
		display: block;
		width: 100%;
	}
	.contact-us-btn {
	    margin-right: 50px;
		display: none;
	}
	.mobile-contact-us-btn {
	    display: block;
	    padding: 20px 30px;
	    border-top: 1px #6a6a6a solid;
	}
	.mobile-contact-us-btn a.contact-btn {
	    display: inline-flex;
	}
	/************ // MOBILE MENU CSS END // ***********************/
	.hero-section {
		height: 520px;
	    min-height: auto;
	}
	.hero-section::after {
		background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
	}
	.hero-content-right {
	    width: 100%;
	    text-align: center;
	    padding: 0 10px;
	}
	.hero-content-right-info {
	    padding-right: 0;
	}
	.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 {
	    font-size: 36px;
	    margin-bottom: 20px;
	}
	.hero-content-left {
	    width: 100%;
	    padding-left: 0;
	    padding-bottom: 0;
	    text-align: center;
	}
	.hero-btn {
	    justify-content: center;
	    column-gap: 12px;
	}
	.section {
	    padding: 70px 0;
	}
	.heading {
	    margin: 0 0 25px;
	}
	h2 {
	    font-size: 24px;
	}
	h1, h2, h3, h4, h5, h6 {
	    margin: 0px 0 12px;
	}
	h3 {
	    font-size: 18px;
	}
	.footer {
	    padding: 30px 0px 50px;
	}
	.footer-wrap {
	    padding-bottom: 50px;
	}
	.footer-col:nth-child(1) {
	    width: 100%;
	    margin-bottom: 40px;
	}
	.footer-copyright ul {
	    column-gap: 20px;
	}
	.free-site-visit {
	    display: none;
	}
	.footer-logo a img {
	    width: 90px;
	}
	.container {
	    max-width: 100%;
	    padding: 0 32px;
	}
	.hero-content-left-info {
	    row-gap: 17px;
	}
	.elevating-security-col {
	    padding: 0px 10px;
	}
	.elevating-security-item {
	    padding: 10px 16px 16px;
	}
	.heading p {
	    font-size: 16px;
	    line-height: 24px;
	}
	p {
	    line-height: 24px;
	}
	.hero-content-left-info p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.why-choose-right {
	    width: 43%;
	}
	.gallery-wrapper {
	    margin-top: 40px;
	}
	.ready-open-space-info-holder {
	    padding: 0px 40px;
	}
	.build-col-info h2 {
	    font-size: 38px;
	}
	.build-col-info p {
	    font-size: 19px;
	    margin: 22px 0px 20px;
	}
	.why-choose-img-card {
	    box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.1);
	}

	.hero-content-right-info h6 {
	    margin: 0;
	    font-size: 16px;
	}
	.project-hub-btn {
	    margin-top: 50px;
	}
	.promise-card-colinfo p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.promise-card-colinfo h3 {
	    font-size: 20px;
		margin: 0 0 10px;
	}
	.awning-card-picture::after {
	    top: 12px;
	    left: 12px;
	    right: -12px;
	}
	.awning-card-picture {
	    padding: 0 0 12px 0;
	}
	.awning-card-col-info p {
	    font-size: 16px;
	    line-height: 24px;
	    margin: 0 0 25px;
	}
	.awning-card-wrap.ac-reverse .awning-card-picture::after {
	    left: -12px;
	    right: 12px;
	}
	.awning-card-wrap.ac-reverse .awning-card-col-info {
	    padding-left: 40px;
	}
	.awning-card-col-info ul li::after {
	    width: 22px;
	    height: 22px;
	}
	.awning-card-col-info ul li {
	    padding: 0 0 0 35px;
	}
	.testimonial-content-item h4 {
	    font-size: 26px;
	}
	.testimonial-slider {
	    padding: 40px;
	}
	.testimonial-content-item img {
	    margin: 0 auto 20px;
	}
	.testimonial-section {
	    margin-bottom: 60px;
	}
	.build-section {
	    height: 490px;
		padding: 40px 0px;
	}
	.error_page {
	    min-height: 500px;
	    padding: 130px 0px 68px;
	}
	.error_page .hero-content-right-info h1 {
	    font-size: 30px;
	}
	.error_page .hero-content-left-info p {
	    font-size: 16px;
	}
	.company-hero-section .hero-content-right {
	    width: 100%;
	}
	.about-col-left {
	    width: 395px;
	}
	.about-gates-picture {
	    margin-top: 40px;
	}
	.proven-results-left {
	    width: 50%;
	}
	.proven-results-right {
	    width: 50%;
	}
	.trusted-result-revies span {
	    font-size: 35px;
	}
	.contact-form-right {
	    width: 500px;
	}
	.contact-us-wrapper {
	    margin-top: -380px;
	}
	h1 {
	    font-size: 36px;
	}
	.contact-us-left {
	    width: 340px;
	}
	.contact-fl-height-info .heading {
	    margin-bottom: 200px;
	}
	.get-inspired-info h2 {
	    font-size: 30px;
	}
	.contact-content-rlt-info p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.contact-us-icon-info a {
	    font-size: 16px;
	    line-height: 24px;
	}
	.contact-us-icon-info h6 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.contact-us-social {
	    margin-bottom: 25px;
	}
	.contact-us-section {
	    padding: 46px 0px 70px;
	}
	.error_page .hero-btn {
	    margin-top: 0;
	}
	.error_page .hero-content-right {
	    margin-bottom: 0;
	}
	.btn {
	    min-width: 150px;
	    min-height: 42px;
		padding: 8px 15px;
	}
	.default-css-section p, .default-css-section li {
	    font-size: 16px;
	    line-height: 24px;
	}
	.default-css-section h1{
		font-size: 36px;
	}
	.default-css-section h2{
		font-size: 30px;
	}
	.default-css-section h3{
		font-size: 26px;
	}
	.default-css-section h4{
		font-size: 22px;
	}
	.default-css-section h5{
		font-size: 20px;
	}
	.default-css-section h6{
		font-size: 18px;
	}
}

@media (max-width:1023px) {
	/* .elevating-security-left-col {
	    width: 100%;
	    text-align: center;
	}
	.elevating-security-right-col {
	    width: 100%;
	} */
	.elevating-security-right-col {
	    width: 66%;
	}
	.elevating-security-thumb {
	    margin-top: 28px;
	}
	.elevating-security-title p {
	    margin-top: 5px;
	}
	.elevating-security-title a i {
	    font-size: 15px;
	}
	.elevating-security-title h3 {
	    font-size: 17px;
	}
	.elevating-security-left-col .heading {
	    margin-bottom: 25px;
	}
	.heading p {
	    margin-top: 0;
	}
	.why-choose-left {
	    width: 45%;
	}
	.why-choose-right {
	    width: 48%;
	}
	.why-choose-right .heading {
	    margin: 0 0 20px;
	}
	.why-choose-content-item {
	    column-gap: 12px;
	    margin-bottom: 10px;
	}
	.why-choose-icon-info p {
	    font-size: 16px;
	    line-height: 22px;
	    letter-spacing: -0.04em;
	}
	.why-choose-wrap::before {
	    height: 370px;
	}
	.ready-open-space-info-holder {
	    padding: 0px 20px;
	}
	.build-col-info h2 {
	    font-size: 30px;
	}
	.build-col-info p {
	    font-size: 16px;
	    margin: 18px 0px 12px;
	    line-height: 24px;
	}
	.visit-btn.build-schedule-btn {
	    justify-content: center;
		column-gap: 7px;
	    margin-top: 18px;
	}
	.visit-btn.build-schedule-btn a.btn {
	    column-gap: 5px;
	    padding: 11px 10px 9px;
	    min-width: 46.4%;
	    font-size: 13px;
	}
	.elevating-security-wrap {
	    margin: 0px -10px;
	    row-gap: 20px;
	}
	.wpcf7 form .wpcf7-response-output {
	    font-size: 13px !important;
	    letter-spacing: -0.02em;
	}
	.portfolio-gallery-grid {
	    grid-template-columns: repeat(auto-fill, minmax(221px, 1fr));
	    grid-auto-rows: 164px;
	    gap: 20px;
	}
	.portfolio-gallery-item {
	    height: 164px;
	}
	.portfolio-gallery-item.project-hub-card.tall {
	    height: 348px;
	}
	.promise-card-col-3 {
	    width: 50%;
	}
	.awning-card-col-info {
	    padding-right: 25px;
	}
	.awning-card-col-info ul li p {
	    font-size: 14px;
	}
	.awning-card-wrap.ac-reverse .awning-card-col-info {
	    padding-left: 20px;
	}
	.awning-card-col-info ul {
	    margin: 0 0 25px;
	}
	.testimonial-section::after {
	    top: 20px;
	    left: 20px;
	    right: 20px;
	    bottom: 20px;
	}
	.testimonial-content-item h4 {
	    font-size: 20px;
	}

	.testimonial-content-item p {
		font-size: 14px;
	}
	.build-section {
	    height: 400px;
	}
	.about-col-right {
	    width: 100%;
	}
	.about-col-left {
	    width: 100%;
		margin: 0 0 15px;
	}
	.about-col-right-info p {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.about-gates-picture {
	    margin-top: 25px;
	}
	.trusted-result-revies span {
	    font-size: 30px;
	}
	.proven-results-left-info {
	    margin-top: 20px;
	}
	.contact-fl-height-info .heading {
	    display: none;
	}
	.contact-us-wrapper {
	    margin-top: 0;
	}
	.hero-section.contact-banner .hero-content-absolute {
	    display: flex;
	}
	.contact-us-left {
	    width: 300px;
	}
	.contact-form-right {
	    width: calc(100% - 300px);
	}
	.contact-content-rlt-info {
	    padding: 20px 20px;
		margin-top: 0;
	}
	.form-group .form-col {
	    margin-top: 15px;
	}
	.form-col.send-msg-btn {
	    margin-top: 20px !important;
	}
	.contact-us-icon-info {
	    width: 100%;
	    padding-right: 44px;
	}
	.form-control {
	    height: 42px;
	    padding: 10px;
	}
	.form-col label {
	    font-size: 14px;
	}
	.get-inspired-info h2 {
	    font-size: 22px;
	}
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {

}

@media (max-width:767px) {
	.section {
		padding: 48px 0;
	}
	.hero-section {
        height: 360px;
    }
	.elevating-security-left-col {
		width: 100%;
		text-align: center;
	}
	.elevating-security-right-col {
		width: 100%;
	}
	.gallery-item {
	    padding: 0 8px;
	}
	.ready-open-space-left-col {
	    width: 43%;
	}
	.ready-open-space-right-col {
	    width: 57%;
	}
	.why-choose-wrap::before {
	    height: 340px;
	}
	.elevating-security-wrap {
	    margin: 0;
	    row-gap: 16px;
	}
	.portfolio-gallery-grid {
	    grid-template-columns: repeat(auto-fill, minmax(187px, 1fr));
		grid-auto-rows: 114px;
	}
	.portfolio-gallery-item.project-hub-card.tall {
	    height: 248px;
	}
	.portfolio-gallery-item {
	    height: 114px;
	}
	.project-hub-btn {
	    margin-top: 30px;
	}
	.build-section {
	    height: 310px;
	}
	.form-col.form-col-7 {
	    width: 50%;
	}
	.form-col.form-col-3 {
	    width: 50%;
	}
	.get-inspired-info {
	    padding: 0px 20px;
	}

}

@media (max-width:575px) {
	.container {
	    padding: 0 20px;
	}
	.header-wrapper {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.menu-bar {
	    right: 20px;
	}
	h1, h2, h3, h4, h5, h6 {
	    margin: 0px 0 15px;
	}
	.hero-section {
	    height: 100vh;
	}
	.hero-content-wrap {
	    max-width: 450px;
	    margin: 0 auto;
	}
	.hero-content-right {
	    padding: 0;
	}
	.hero-btn {
	    column-gap: normal;
	    row-gap: 12px;
	}
	.hero-btn a.btn {
	    min-width: 100%;
		width: 100%;
	}
	.hero-content-absolute .container {
	    padding: 0 20px;
	}
	.contact-banner .hero-content-absolute .container {
	    padding: 0 20px;
	}
	.contact-banner .hero-content-right-info {
	    max-width: 270px;
	    margin: 0 auto;
	}
	.footer {
	    padding: 30px 0px 24px;
	}
	.footer-wrap {
	    padding-bottom: 30px;
	}
	.footer-col:nth-child(2) {
	    width: 50%;
	    padding-right: 10px;
	}
	.footer-col:nth-child(3) {
	    width: 45%;
	}
	.footer-col.contact-us-col {
	    margin-top: 32px;
	}
	.footer-copyright ul li {
	    font-weight: 500;
	}
	.footer-copyright ul li:nth-child(1) {
	    width: 100%;
	    margin: 0 0 12px;
	}
	.elevating-security-col {
	    width: 100%;
	    padding: 0px;
	}
	.why-choose-left {
	    width: 100%;
	}
	.why-choose-right {
	    width: 100%;
	    margin-top: 30px;
		padding-bottom: 48px;
	}
	.why-choose-wrap::before {
	    height: calc(100% - 80px);
	    top: auto;
	    bottom: 0;
	}
	.ready-open-space-left-col {
	    width: 100%;
	}
	.ready-open-space-right-col {
	    width: 100%;
	}
	.ready-open-space-info-holder {
	    padding: 50px 20px;
	    text-align: center;
	}
	.gallery-item {
	    padding: 0;
	}
	.footer .container {
	    padding-right: 20px;
	    padding-left: 20px;
	}

	.hero-content-left-info {
	    row-gap: 5px;
	}
	.promise-card-col-3 {
	    width: 100%;
	}
	.promise-card-wrapper {
	    row-gap: 20px;
	}
	.section.why-choose-section {
	    padding-bottom: 0;
	}
	.awning-card-col-left {
	    width: 100%;
	}
	.awning-card-col-info {
	    padding-right: 0;
	}
	.awning-card-col-right {
	    width: 100%;
		margin: 0 0 25px;
	}
	.awning-card-wrap {
	    flex-direction: column-reverse;
	}
	.awning-card-picture::after {
	    right: 0;
	}
	.awning-card-picture {
	    padding: 0 12px 12px 0;
	}
	.awning-card-wrap.ac-reverse {
	    align-items: flex-start;
	    flex-direction: inherit;
	}
	.awning-card-wrap.ac-reverse .awning-card-picture::after {
	    left: 12px;
	    right: 0;
	}
	.awning-card-wrap.ac-reverse .awning-card-col-info {
	    padding-left: 0;
	}
	.testimonial-section {
	    margin-bottom: 0;
	}
	.testimonial-slider {
	    padding: 30px 30px 50px;
	}
	.testimonial-content-item img {
	    margin: 0 auto 12px;
	}
	.heading p br {
	    display: none;
	}
	.proven-results-left {
	    width: 100%;
	}
	.proven-results-right {
	    width: 100%;
	}
	.proven-results-wrap {
	    flex-direction: column-reverse;
		row-gap:20px;
	}
	.about-section .container {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	}
	.about-gates-picture {
	    margin-top: 0;
	    margin-bottom: 25px;
	}
	.contact-us-left {
	    width: 100%;
		margin: 0 0 25px;
	}
	.contact-form-right {
	    width: 100%;
	}
	.contact-us-section {
	    padding: 35px 0px 50px;
	}
	.get-inspired-col {
	    width: 100%;
	}
	.get-inspired-wrap {
	    row-gap: 20px;
	}
	.ready-open-space-info-holder .visit-btn.build-schedule-btn {
	    justify-content: center;
	}
	.logo {
		width: 83px;
	}
}
