@media only screen and (max-width: 767px) {
/*------- Fixed Email and Fixed Request Quote Section Starts -------*/

.container-frqh-mob {
	width: 90%;
}
.fixed-bottom-mail {
	bottom: 15px;
	right: 15px;
}
.fixed-bottom-mail > a, .close-arrow > a {
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.fixed-bottom-mail > a > i {
	font-size: 1.6rem;
}
.form-request-group {
	margin-bottom: 15px;
}
.img-contact-info-rq > img, .contact-address-rq {
	display: none;
}
.close-arrow {
	right: 15px;
	top: 15px;
}
.close-arrow > a, .request-a-quote-heading-rq > h1 {
	font-size: 2.4rem;
}
.btn-send-rq {
	display: block;
	font: 1.6rem/1.42857143 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
	padding: 15px 50px 15px 30px; /*text-transform: uppercase;*/
	width: 100%;
}
/*------- Fixed Email and Fixed Request Quote Section Ends -------*/

	/*------- Mobile Hamburger Menu Section Starts -------*/

.burger-menu {
	background-color: #fff;
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 9999;
}
.burger-menu span {
	position: absolute;
	height: 2px;
	width: 20px;
	background-color: #0096c6;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.burger-menu span::before, .burger-menu span::after {
	content: "";
	background-color: #0096c6;
	height: 2px;
	width: 20px;
	position: absolute;
	top: 10px;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
}
.burger-menu span::before {
	top: -10px;
}
.burger-menu.active span {
	background-color: transparent;
}
.burger-menu.active span::before {
	top: 0;
	transform: rotate(-45deg);
}
.burger-menu.active span::after {
	top: 0;
	transform: rotate(45deg);
}
/*------- Mobile Hamburger Menu Section Ends -------*/

	/*------- Navigationbar Menu Section Starts -------*/

.fixed-navigation-menu-mob, .bg-navigationbar-menu-mob {
	display: block;
}
.bg-navigationbar-menu {
	display: none;
}
/*------- Navigationbar Menu Section Ends -------*/

	/*------- Mobile Navigationbar Menu Section Starts -------*/

body.active {
	overflow: hidden;
}
.bg-navigationbar-menu-mob {
	background: #0096c6;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 15px;
}
.fixed-navigation-menu-mob {
	background-color: #0096c6;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transition: 0.5s linear 0.5s;
	-webkit-transition: 0.5s linear 0.5s;
	-moz-transition: 0.5s linear 0.5s;
	-ms-transition: 0.5s linear 0.5s;
	-o-transition: 0.5s linear 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}
.fixed-navigation-menu-mob.active {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 0.5s linear 0s;
	-webkit-transition: 0.5s linear 0s;
	-moz-transition: 0.5s linear 0s;
	-ms-transition: 0.5s linear 0s;
	-o-transition: 0.5s linear 0s;
	visibility: visible;
}
.menu-listing-mob {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: 0.5s linear 0s;
	-webkit-transition: 0.5s linear 0s;
	-moz-transition: 0.5s linear 0s;
	-ms-transition: 0.5s linear 0s;
	-o-transition: 0.5s linear 0s;
	visibility: hidden;
}
.menu-listing-mob.active {
	opacity: 1;
	top: 50%;
	transition: 0.5s linear 0.5s;
	-webkit-transition: 0.5s linear 0.5s;
	-moz-transition: 0.5s linear 0.5s;
	-ms-transition: 0.5s linear 0.5s;
	-o-transition: 0.5s linear 0.5s;
	visibility: visible;
}
.menu-listing-mob > li {
	display: block;
	margin-bottom: 15px;
}
.menu-listing-mob > li > a {
	color: #fff;
	font: 3.6rem/1.42857143 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	padding: 10px 0;
	position: relative; /*text-transform: uppercase;*/
}
.menu-listing-mob > li > a::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	width: 0;
}
.menu-listing-mob > li > a:hover::after, .menu-listing-mob > li.active > a::after {
	width: 100%;
}
/*------- Mobile Navigationbar Menu Section Ends -------*/

	/*------- Banner Section Starts -------*/

.bg-banner-home {
	height: auto;
}
.banner-info, .banner-info.active {
	margin-top: 0;
}
.banner-info > p {
	font-size: 2.4rem;
	line-height: 2.7;
}
.banner-product {
	margin-top: 30px;
}
.banner-product > a {
	font-size: 1.6rem;
	padding: 15px 35px 15px 15px;
}
.img-banner {
	margin: 20px auto;
}
.absolute-scroll-indicator, .absolute-scroll-name > p, .banner-down-arrow {
	display: none;
}
/*------- Banner Section Ends -------*/

	/*------- About Us Section Starts -------*/

.bg-about-home {
	padding: 15px;
}
.bg-about-overlay {
	height: 0;
}
.img-about-one {
	margin-top: 0;
}
.about-branding-home {
	left: -100px;
}
.img-about-two {
	width: 200px;
}
.about-info-hr {
	margin: 30px 0;
}
.about-info-home {
	padding: 0;
}
.about-info-home > p {
	font-size: 1.4rem;
	text-align: justify;
}
/*------- About Us Section Ends -------*/

	/*------- Services Section Starts -------*/

.bg-services-home {
	padding: 15px 0 15px 15px;
}
.flex-align-center-mob {
	display: block;
}
.add-padding {
	padding: 0 15px;
}
.services-slick-slider .row {
	margin: 0 -15px;
}
.services-home-heading {
	transform: translate3d(0, 0, 0) !important;
}
.services-home-heading > p {
	font-size: 2.4rem;
	margin-bottom: 15px;
	padding-left: 55px;
	position: static;
	top: 0;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.services-home-heading > p::before {
	left: 0;
	width: 40px;
}
.services-info-home {
	margin-top: 15px;
	padding: 0;
}
.services-info-home > h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.services-info-home > p {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: justify;
}
.slick-initialized .slick-slide {
	padding: 0 5px;
}
.slick-track {
	left: 0;
}
.box-arrow-product > a {
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.box-arrow-product > a > i {
	font-size: 1.6rem;
}
/*------- Services Section Ends -------*/

	/*------- Why Choose US Section Starts -------*/

.marquee-scrolling {
	top: 10px;
}
.marquee-scrolling > p {
	color: #fff;
	mix-blend-mode: normal;
	font-size: 2.4rem;
}
.bg-why-choose-container-home {
	padding: 50px 15px 15px;
}
.why-choose-hr {
	margin-bottom: 15px;
}
.bg-why-choose-home-info > h3 {
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.bg-why-choose-home-info > p {
	font-size: 1.6rem;
	text-align: justify;
}
.why-choose-learn-more {
	margin-top: 15px;
}
.why-choose-learn-more > a {
	font-size: 1.6rem;
	padding: 15px 35px 15px 15px;
}
/*------- Why Choose US Section Ends -------*/

	/*------- Project Section Starts -------*/

.bg-projects-home {
	padding: 15px;
}
.box-panel-project-home {
	padding: 15px;
}
.box-panel-project-home > h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding-left: 55px;
	width: auto;
}
.project-req-quote {
	margin: 0 0 30px;
}
.project-req-quote > a {
	display: block;
	font-size: 1.6rem;
	padding: 15px 35px 15px 15px;
	text-align: center;
}
.project-image-abs {
	position: static;
}
.project-outline-logo-home {
	display: none;
}
/*------- Project Section Ends -------*/

	/*------- Specializing Section Starts -------*/

.bg-lvtb-home {
	padding: 15px;
}
.lvtb-heading > h2 {
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.lvtb-heading > p {
	font-size: 1.6rem;
	margin-bottom: 15px;
	text-align: justify;
}
.box-arrow {
	margin-bottom: 15px;
}
.box-arrow > a {
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.box-arrow > a > i {
	font-size: 1.6rem;
}
/*------- Specializing Section Ends -------*/

	/*------- Latest News Section Starts -------*/

.bg-latest-news-home {
	padding: 15px;
}
.latest-news-heading {
	transform: translate3d(0, 0, 0) !important;
}
.latest-news-heading > h2 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding-left: 55px;
	top: 0;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.latest-news-heading > h2::before {
	width: 40px;
}
.latest-news-info {
	margin-top: 0;
	padding: 15px 0;
}
.latest-news-info > p:first-child, .latest-news-info > p:last-child {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.latest-news-info-all {
	margin: 15px 0;
}
.latest-news-info > p:last-child {
	margin-bottom: 0;
}
/*------- Latest News Section Ends -------*/

	/*------- Design, Build and Aluminum Section Starts -------*/

.bg-dba-home, .bg-dba-cp, .bg-dba-gp {
	background-color: #0096c6;
	padding: 15px;
}
.bg-dba-home::before, .bg-dba-cp::before {
	display: none;
}
.bg-dba-home::after, .bg-dba-cp::after {
	background-color: #0096c6;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.scroll-to-top {
	display: block;
	text-align: center;
}
.scrolltop-icon {
	margin: 0 auto 15px;
	width: 100px;
}
.dba-heading-name > p, .dba-heading-name-cp > p, .dba-heading-name-gp > p {
	font-size: 2.4rem;
	letter-spacing: 1px;
	line-height: 2;
}
.dba-heading-name, .dba-listing-hr, .footer-social-listing, .dba-heading-name-cp, .dba-listing-hr-cp, .footer-social-listing-cp, .dba-heading-name-gp, .dba-listing-hr-gp, .footer-social-listing-gp {
	margin-bottom: 30px;
}
.dba-listing > li:last-child, .dba-listing-cp > li:last-child, .dba-listing-gp > li:last-child {
	margin-bottom: 15px;
}
.dba-listing > li > a, .dba-listing-cp > li > a, .dba-listing-gp > li > a {
	font-size: 1.6rem;
}
.rc-listing > li, .rc-listing-cp > li, .rc-listing-gp > li {
	display: block;
	margin: 0 0 30px;
}
.rc-listing > li:last-child, .rc-listing-cp > li:last-child, .rc-listing-gp > li:last-child {
	margin: 0;
}
.rc-listing > li > a, .rc-listing-cp > li > a, .rc-listing-gp > li > a {
	font-size: 1.6rem;
	padding: 15px 35px 15px 15px;
}
/*------- Design, Build and Aluminum Section Ends -------*/

	/*------- Newsletter Section Starts -------*/

.bg-newsletter-home {
	padding: 30px 15px;
}
.flex-align-end {
	display: block;
}
.form-element {
	margin-bottom: 30px;
}
.btn-subscribe {
	padding: 15px 35px 15px 20px;
}
/*------- Newsletter Section Ends -------*/

	/*------- Contact Us Page Starts -------*/

		/*------- Banner Section Starts -------*/

.bg-banner-contact {
	height: auto;
	padding: 15px;
}
.banner-contact-cp, .banner-contact-cp.active {
	margin: 0;
}
.banner-contact-cp > h1 {
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.contact-banner-img {
	bottom: 0;
	margin-top: 30px;
	position: static;
}
/*------- Banner Section Ends -------*/

		/*------- Contact Address Section Starts -------*/

.bg-contact-address-cp {
	padding: 15px;
}
.img-cp-two, .img-cp-two.active {
	margin-top: 0;
}
.contact-phone-info, .contact-address-info, .contact-email-info {
	margin-top: 15px;
}
.contact-phone-info > p:nth-child(2) {
	font-size: 1.8rem;
}
.contact-phone-info > p:nth-child(3), .contact-address-info > p:not(:first-child), .contact-email-info > p:not(:first-child), .contact-email-info > p > a, .contact-phone-info > p:nth-child(3) > a {
	font-size: 2rem;
}
/*------- Contact Address Section Ends -------*/

		/*------- About Us Section Starts -------*/

.bg-about-cp {
	padding: 15px;
}
.box-panel-about-cp {
	padding: 15px;
}
.box-panel-about-cp > h3 {
	font-size: 2.4rem;
	padding-left: 50px;
	width: auto;
}
.box-panel-about-cp > h3::before {
	top: 15px;
}
.about-req-quote {
	margin: 0;
}
.about-req-quote > a {
	font-size: 1.6rem;
	padding: 15px 35px 15px 15px;
}
.project-outline-logo-cp {
	display: none;
}
.about-image-abs-cp {
	position: static;
}
.img-project-home {
	width: 100%;
}
.about-image-abs-cp, .about-image-abs-cp.active {
	margin-top: 30px;
}
/*------- About Us Section Ends -------*/

	/*------- Contact Us Page Ends -------*/

	/*------- Services Page Starts -------*/

		/*------- Banner Section Starts -------*/

.bg-banner-products {
	height: auto;
}
.product-img-name-info, .product-img-name-info.active {
	margin-top: 15px;
}
.img-product-pg {
	filter: brightness(1);
	margin-bottom: 15px;
}
.product-img-info > p {
	font-size: 1.6rem;
	text-align: center;
}
.product-img-name-info.bottom-active {
	margin-top: 15px;
}
.product-page-heading > h1 {
	font-size: 2.4rem;
	margin-bottom: 15px;
	text-align: center; /*text-transform: uppercase;*/
}
/*------- Banner Section Ends -------*/

	/*------- Services Page Ends -------*/

	/*------- About Us Page Starts -------*/

.wrapper {
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.sections {
	width: 100%;
}
.section {
	width: 100%;
}
.section:nth-child(1) {
	height: auto;
}
.about-page-heading > h1, .about-page-heading.active > h1 {
	font-size: 2.4rem;
	margin: 15px 0;
}
.about-img-one-pg-arrow {
	display: none;
}
.about-img-one-pg {
	margin-bottom: 15px;
	position: static;
}
.about-img-one-pg > img {
	width: 100%;
}
.section__title {
	position: static;
	transform: none;
}
.provide-details > p:first-child {
	border-bottom: 4px solid #0096c6;
	border-top: 4px solid #0096c6;
	font-size: 1.6rem;
	margin: 15px 0;
	padding: 15px 0;
	text-align: justify;
}
.provide-details > p:last-child {
	font-size: 1.6rem;
	margin: 15px 0;
	text-align: justify;
}
.section:nth-child(2) {
	height: auto;
}
.section:nth-child(3) {
	height: 50vh;
	width: 100%;
}
.about-outline-logo-ap {
	left: -100px;
	top: 100px;
}
.about-outline-logo-ap > img {
	width: 200px;
}
.section:nth-child(4) {
	height: auto;
}
.fourth-section-ap {
	margin-top: 15px;
}
.our-cliets-ap > h2 {
	font-size: 2.4rem;
	margin-bottom: 15px;
	top: 0;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.bbl-ap-des, .bt-ap-des {
	border: 0;
}
.img-client-logo {
	margin-bottom: 15px;
	width: 100%;
}
.our-cliets-ap {
	transform: translate3d(0, 0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
}
.about-client-outline-logo-ap {
	display: none;
}
/*------- About Us Page Ends -------*/
/*------- Gallery Page Starts -------*/
	
			/*------- Gallery Section Starts -------*/
	
.bg-gallery-gp {
	margin-bottom: 15px;
	padding: 15px 15px 0;
}
.gallery-heading-gp > h1 {
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.img-gallery-pg {
	margin-bottom: 15px;
}
/*------- Gallery Section Ends -------*/
	
		/*------- Gallery Page Ends -------*/
	
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
/*------- Fixed Email Section Starts -------*/

.fixed-bottom-mail > a {
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.fixed-bottom-mail > a > i {
	font-size: 2rem;
}
/*------- Fixed Email Section Ends -------*/

	/*------- Fixed Request Quote Section Starts -------*/

.request-a-quote-heading-rq > h1 {
	font-size: 3rem;
}
.close-arrow > a {
	font-size: 2.4rem;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
/*------- Fixed Request Quote Section Ends -------*/

	/*------- Navigationbar Menu Section Starts -------*/

.bg-navigationbar-menu {
	padding: 15px;
}
.img-logo.active, .img-block-logo.active {
	width: 170px;
}
.menu-listing > li {
	margin-right: 9px;
}
.menu-listing > li > a {
	font-size: 1.6rem;
	padding-bottom: 23px;
}
/*------- Navigationbar Menu Section Ends -------*/

	/*------- Banner Section Starts -------*/

.bg-banner-home {
	height: auto;
	padding-bottom: 15px;
}
.banner-info, .banner-info.active {
	margin-top: 135px;
}
.banner-info > p {
	font-size: 4rem;
}
.absolute-scroll-indicator {
	top: 44%;
}
.absolute-scroll-name > p {
	top: 35%;
}
.banner-down-arrow {
	left: -125px;
}
.banner-down-arrow > img {
	width: 250px;
}
/*------- Banner Section Ends -------*/

	/*------- About Us Section Starts -------*/

.bg-about-home {
	padding: 30px 15px;
}
.img-about-one {
	margin-top: 0;
}
.bg-about-overlay {
	height: 0;
}
.about-branding-home {
	left: -100px;
}
.img-about-two {
	width: 200px;
}
.about-info-hr {
	width: 100%;
}
.about-info-home {
	padding: 0;
}
.about-info-home > p {
	font-size: 1.8rem;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
/*------- About Us Section Ends -------*/

	/*------- Services Section Starts -------*/

.bg-services-home {
	padding: 30px 0px 30px 15px;
}
.services-home-heading > p {
	font-size: 2.4rem;
}
.services-home-heading > p::before {
	left: -165px;
	width: 150px;
}
.services-info-home {
	margin-top: 0;
	padding: 0;
}
.services-info-home > h3 {
	font-size: 2.4rem;
}
.services-info-home > p {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 50px;
}
.box-arrow-product > a {
	height: 60px;
	line-height: 60px;
	width: 60px;
}
/*------- Services Section Ends -------*/

	/*------- Why Choose US Section Starts -------*/

.bg-why-choose-container-home {
	padding: 120px 15px 50px;
}
.marquee-scrolling > p {
	font-size: 4rem;
}
.why-choose-hr {
	width: 100%;
}
.bg-why-choose-home-info > h3, .bg-why-choose-home-info > p {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.bg-why-choose-home-info > h3 {
	font-size: 2.4rem;
}
.bg-why-choose-home-info > p {
	font-size: 1.8rem;
}
/*------- Why Choose US Section Ends -------*/

	/*------- Project Section Starts -------*/

.bg-projects-home {
	padding: 100px 15px 150px;
}
.project-outline-logo-home {
	left: 0;
	top: 0;
}
.project-outline-logo-home > img {
	width: 250px;
}
.box-panel-project-home {
	padding: 50px 30px;
}
.box-panel-project-home > h3 {
	font-size: 2.4rem;
}
.project-image-abs {
	bottom: -215px;
	right: -250px;
}
.project-image-abs.active {
	bottom: -215px;
}
.img-project-home {
	width: 350px;
}
/*------- Project Section Ends -------*/

	/*------- Specializing Section Starts -------*/

.bg-lvtb-home {
	padding: 100px 15px 0;
}
.lvtb-heading > h2, .lvtb-heading > p {
	font-size: 2.4rem;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.lvtb-heading > p {
	font-size: 1.8rem;
}
.box-arrow {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.box-arrow > a {
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.bg-lvtb-overlay {
	height: 0;
}
.bg-lvtb-home::after {
	height: 65%;
}
/*------- Specializing Section Ends -------*/

	/*------- Latest News Section Starts -------*/

.bg-latest-news-home {
	padding: 50px 15px;
}
.latest-news-heading > h2 {
	font-size: 2.2rem;
}
.latest-news-info {
	margin-top: 0;
	padding: 30px 0;
}
.latest-news-info > p:first-child, .latest-news-info > p:last-child {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.latest-news-info > p:last-child {
	font-size: 2.4rem;
}
/*------- Latest News Section Ends -------*/

	/*------- Design, Build and Aluminum Section Starts -------*/

.bg-dba-home {
	background-color: #0096c6;
	padding: 50px 15px;
}
.bg-dba-home::after {
	width: 100%;
}
.scrolltop-icon {
	width: 75px;
}
.dba-heading-name > p {
	font-size: 2.4rem;
	line-height: 2.5;
}
.dba-heading-name > p:first-child, .dba-heading-name > p:nth-child(2), .dba-heading-name > p:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.dba-listing-hr {
	width: 100%;
}
.footer-social-listing > li, .rc-listing > li {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.dba-listing > li:first-child, .dba-listing > li:nth-child(2), .dba-listing > li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.rc-listing > li {
	display: block;
	margin: 0 0 30px 0;
}
.rc-listing > li:last-child {
	margin-bottom: 0;
}
/*------- Design, Build and Aluminum Section Ends -------*/

	/*------- Newsletter Section Starts -------*/

.bg-newsletter-home {
	padding: 50px 15px;
}
/*------- Newsletter Section Ends -------*/

	/*------- Contact Us Page Starts -------*/

		/*------- Banner Section Starts -------*/

.bg-banner-contact {
	height: 40vh;
	padding: 30px 15px;
}
.banner-contact-cp, .banner-contact-cp.active {
	margin: 65px 0 0;
}
.banner-contact-cp > h1 {
	font-size: 4rem;
	margin-bottom: 30px;
}
.contact-banner-img {
	bottom: 0;
}
.contact-banner-img > img {
	width: 435px;
}
/*------- Banner Section Ends -------*/

		/*------- Contact Address Section Starts -------*/

.bg-contact-address-cp {
	padding: 30px 15px;
}
.img-cp-two, .img-cp-two.active {
	margin-top: 0;
}
.bg-overlay-contact-cp {
	height: 0;
}
.contact-phone-info, .contact-address-info, .contact-email-info {
	margin-top: 30px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.contact-phone-info > p:nth-child(2) {
	font-size: 1.8rem;
}
.contact-phone-info > p:nth-child(3), .contact-address-info > p:not(:first-child), .contact-email-info > p:not(:first-child), .contact-email-info > p > a, .contact-phone-info > p:nth-child(3) > a {
	font-size: 2rem;
}
/*------- Contact Address Section Ends -------*/

		/*------- About Us Section Starts -------*/

.bg-about-cp {
	padding: 15px;
}
.box-panel-about-cp {
	padding: 30px;
}
.box-panel-about-cp > h3 {
	font-size: 2.4rem;
	padding-left: 50px;
	width: auto;
}
.box-panel-about-cp > h3::before {
	top: 15px;
}
.about-req-quote {
	margin: 0;
}
.about-req-quote > a {
	font-size: 1.6rem;
	padding: 15px 35px 15px 15px;
}
.project-outline-logo-cp {
	display: none;
}
.about-image-abs-cp, .about-image-abs-cp.active {
	bottom: -150px;
	margin-top: 30px;
	right: -200px;
}
/*------- About Us Section Ends -------*/

		/*------- Design, Build and Aluminum Section Starts -------*/

.bg-dba-cp {
	margin-top: 165px;
	padding: 50px 15px;
}
.bg-dba-cp::after {
	width: 100%;
}
.scrolltop-icon {
	width: 75px;
}
.dba-heading-name-cp > p {
	font-size: 2.4rem;
	line-height: 2.5;
}
.dba-heading-name-cp > p:first-child, .dba-heading-name-cp > p:nth-child(2), .dba-heading-name-cp > p:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.dba-listing-hr-cp {
	width: 100%;
}
.footer-social-listing-cp > li, .rc-listing-cp > li {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.dba-listing-cp > li:first-child, .dba-listing-cp > li:nth-child(2), .dba-listing-cp > li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.rc-listing-cp > li {
	display: block;
	margin: 0 0 30px 0;
}
.rc-listing-cp > li:last-child {
	margin-bottom: 0;
}
/*------- Design, Build and Aluminum Section Ends -------*/

	/*------- Newsletter Section Starts -------*/

.bg-newsletter-home {
	padding: 50px 15px;
}
/*------- Newsletter Section Ends -------*/

	/*------- Contact Us Page Ends -------*/

	/*------- Services Page Starts -------*/

		/*------- Banner Section Starts -------*/

.bg-banner-products {
	height: auto;
}
.img-product-pg {
	filter: brightness(1);
	margin-bottom: 15px;
}
.product-img-info > p {
	font-size: 1.8rem;
	text-align: center;
}
.product-page-heading > h1 {
	font-size: 3rem;
	margin-bottom: 15px;
	text-align: center; /*text-transform: uppercase;*/
}
/*------- Banner Section Ends -------*/

	/*------- Services Page Ends -------*/

	/*------- About Us Page Starts -------*/

.wrapper {
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.sections {
	width: 100%;
}
.section {
	width: 100%;
}
.section:nth-child(1) {
	height: auto;
}
.first-section-ap {
	padding: 30px;
}
.about-page-heading > h1, .about-page-heading.active > h1 {
	font-size: 3rem;
	margin: 95px 0 30px;
}
.about-img-one-pg {
	margin-bottom: 15px;
	margin-left: 25%;
	position: static;
}
.about-img-one-pg-arrow {
	display: none;
}
.about-img-one-pg > img {
	width: 100%;
}
.section__title {
	position: static;
	transform: none;
}
.provide-details > p:first-child {
	border-bottom: 4px solid #0096c6;
	border-top: 4px solid #0096c6;
	font-size: 1.8rem;
	margin: 50px;
	text-align: justify;
}
.provide-details > p:last-child {
	font-size: 1.8rem;
	margin: 50px;
	text-align: justify;
}
.section:nth-child(2) {
	height: auto;
}
.section:nth-child(3) {
	height: 50vh;
	width: 100%;
}
.about-outline-logo-ap {
	left: -100px;
	top: 100px;
}
.about-outline-logo-ap > img {
	width: 200px;
}
.section:nth-child(4) {
	height: auto;
}
.fourth-section-ap {
	margin-top: 15px;
}
.our-cliets-ap > h2 {
	font-size: 3rem;
	margin-bottom: 30px;
	top: 0;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.bbl-ap-des, .bt-ap-des {
	border: 0;
}
.img-client-logo {
	margin-bottom: 30px;
	width: 50%;
}
.our-cliets-ap {
	transform: translate3d(0, 0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
}
.about-client-outline-logo-ap {
	display: none;
}
/*------- About Us Page Ends -------*/
/*------- Gallery Page Starts -------*/
	
			/*------- Gallery Section Starts -------*/
	
.bg-gallery-gp {
	margin-bottom: 30px;
	padding: 95px 15px 30px;
}
.gallery-heading-gp > h1 {
	font-size: 3rem;
	margin-bottom: 15px;
}
.img-gallery-pg {
	margin-bottom: 15px;
}
/*------- Gallery Section Ends -------*/
	
			/*------- Design, Build and Aluminum Section Starts -------*/
	
.bg-dba-gp {
	padding: 50px 15px;
}
.bg-dba-gp::after {
	width: 100%;
}
.scrolltop-icon {
	width: 75px;
}
.dba-heading-name-gp > p {
	font-size: 2.4rem;
	line-height: 2.5;
}
.dba-heading-name-gp > p:first-child, .dba-heading-name-gp > p:nth-child(2), .dba-heading-name-gp > p:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.dba-listing-hr-gp {
	width: 100%;
}
.footer-social-listing-gp > li, .rc-listing-gp > li {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.dba-listing-gp > li:first-child, .dba-listing-gp > li:nth-child(2), .dba-listing-gp > li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.rc-listing-gp > li {
	display: block;
	margin: 0 0 30px 0;
}
.rc-listing-gp > li:last-child {
	margin-bottom: 0;
}
/*------- Design, Build and Aluminum Section Ends -------*/
	
		/*------- Gallery Page Ends -------*/
	
	
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*------- Fixed Email Section Starts -------*/

.fixed-bottom-mail > a {
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.fixed-bottom-mail > a > i {
	font-size: 2rem;
}
/*------- Fixed Email Section Ends -------*/

	/*------- Fixed Request Quote Section Starts -------*/

.request-a-quote-heading-rq > h1 {
	font-size: 3rem;
}
.close-arrow > a {
	font-size: 2.4rem;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
/*------- Fixed Request Quote Section Ends -------*/

	/*------- Navigationbar Menu Section Starts -------*/

.bg-navigationbar-menu {
	padding: 15px;
}
.img-logo.active, .img-block-logo.active {
	width: 170px;
}
.menu-listing > li > a {
	padding-bottom: 23px;
}
/*------- Navigationbar Menu Section Ends -------*/

	/*------- Banner Section Starts -------*/

.bg-banner-home {
	height: 100vh;
}
.banner-info, .banner-info.active {
	margin-top: 135px;
}
.banner-info > p {
	font-size: 5rem;
}
.absolute-scroll-indicator {
	top: 44%;
}
.absolute-scroll-name > p {
	top: 35%;
}
.banner-down-arrow {
	left: -125px;
}
.banner-down-arrow > img {
	width: 250px;
}
/*------- Banner Section Ends -------*/

	/*------- About Us Section Starts -------*/

.bg-about-home {
	padding: 30px 15px;
}
.img-about-one {
	margin-top: 0;
}
.bg-about-overlay {
	height: 0;
}
.about-branding-home {
	left: -100px;
}
.img-about-two {
	width: 200px;
}
.about-info-hr {
	width: 100%;
}
.about-info-home {
	padding: 0;
}
.about-info-home > p {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
/*------- About Us Section Ends -------*/

	/*------- Services Section Starts -------*/

.bg-services-home {
	padding: 30px 0px 30px 15px;
}
.services-home-heading > p {
	font-size: 2.4rem;
}
.services-home-heading > p::before {
	left: -165px;
	width: 150px;
}
.services-info-home {
	margin-top: 0;
	padding: 0;
}
.services-info-home > h3 {
	font-size: 3rem;
}
.services-info-home > p {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 50px;
}
.box-arrow-product > a {
	height: 60px;
	line-height: 60px;
	width: 60px;
}
/*------- Services Section Ends -------*/

	/*------- Why Choose US Section Starts -------*/

.bg-why-choose-container-home {
	padding: 120px 15px 50px;
}
.marquee-scrolling > p {
	font-size: 4rem;
}
.why-choose-hr {
	width: 100%;
}
.bg-why-choose-home-info > h3, .bg-why-choose-home-info > p {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.bg-why-choose-home-info > h3 {
	font-size: 3rem;
}
.bg-why-choose-home-info > p {
	font-size: 1.8rem;
}
/*------- Why Choose US Section Ends -------*/

	/*------- Project Section Starts -------*/

.bg-projects-home {
	padding: 100px 15px 150px;
}
.project-outline-logo-home {
	left: 0;
	top: 0;
}
.project-outline-logo-home > img {
	width: 250px;
}
.box-panel-project-home {
	padding: 50px 30px;
}
.box-panel-project-home > h3 {
	font-size: 2.4rem;
}
.project-image-abs {
	bottom: -215px;
	right: -250px;
}
.project-image-abs.active {
	bottom: -215px;
}
/*------- Project Section Ends -------*/

	/*------- Specializing Section Starts -------*/

.bg-lvtb-home {
	padding: 100px 15px 0;
}
.lvtb-heading > h2, .lvtb-heading > p {
	font-size: 2.4rem;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.lvtb-heading > p {
	font-size: 1.8rem;
}
.box-arrow {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.box-arrow > a {
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.bg-lvtb-overlay {
	height: 0;
}
.bg-lvtb-home::after {
	height: 85%;
}
/*------- Specializing Section Ends -------*/

	/*------- Latest News Section Starts -------*/

.bg-latest-news-home {
	padding: 50px 15px;
}
.latest-news-heading > h2 {
	font-size: 2.2rem;
}
.latest-news-info {
	margin-top: 0;
	padding: 30px 0;
}
.latest-news-info > p:first-child, .latest-news-info > p:last-child {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.latest-news-info > p:last-child {
	font-size: 3rem;
}
/*------- Latest News Section Ends -------*/

	/*------- Design, Build and Aluminum Section Starts -------*/

.bg-dba-home {
	background-color: #0096c6;
	padding: 50px 15px;
}
.bg-dba-home::after {
	width: 100%;
}
.scrolltop-icon {
	width: 75px;
}
.dba-heading-name > p {
	font-size: 2.4rem;
	line-height: 2.5;
}
.dba-heading-name > p:first-child, .dba-heading-name > p:nth-child(2), .dba-heading-name > p:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.dba-listing-hr {
	width: 100%;
}
.footer-social-listing > li, .rc-listing > li {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.dba-listing > li:first-child, .dba-listing > li:nth-child(2), .dba-listing > li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.rc-listing > li {
	display: block;
	margin: 0 0 30px 0;
}
.rc-listing > li:last-child {
	margin-bottom: 0;
}
/*------- Design, Build and Aluminum Section Ends -------*/

	/*------- Newsletter Section Starts -------*/

.bg-newsletter-home {
	padding: 50px 15px;
}
/*------- Newsletter Section Ends -------*/

	/*------- Contact Us Page Starts -------*/

		/*------- Banner Section Starts -------*/

.bg-banner-contact {
	height: 50vh;
	padding: 30px 15px;
}
.banner-contact-cp, .banner-contact-cp.active {
	margin: 65px 0 0;
}
.banner-contact-cp > h1 {
	font-size: 5rem;
	margin-bottom: 30px;
}
.contact-banner-img {
	bottom: 0;
}
.contact-banner-img > img {
	width: 600px;
}
/*------- Banner Section Ends -------*/

		/*------- Contact Address Section Starts -------*/

.bg-contact-address-cp {
	padding: 30px 15px;
}
.img-cp-two, .img-cp-two.active {
	margin-top: 0;
}
.bg-overlay-contact-cp {
	height: 0;
}
.contact-phone-info, .contact-address-info, .contact-email-info {
	margin-top: 30px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.contact-phone-info > p:nth-child(2) {
	font-size: 1.8rem;
}
.contact-phone-info > p:nth-child(3), .contact-address-info > p:not(:first-child), .contact-email-info > p:not(:first-child), .contact-email-info > p > a, .contact-phone-info > p:nth-child(3) > a {
	font-size: 2rem;
}
/*------- Contact Address Section Ends -------*/

		/*------- About Us Section Starts -------*/

.bg-about-cp {
	padding: 15px;
}
.box-panel-about-cp {
	padding: 30px;
}
.about-req-quote {
	margin: 0;
}
.about-req-quote > a {
	font-size: 1.6rem;
	padding: 15px 35px 15px 15px;
}
.project-outline-logo-cp {
	display: none;
}
.about-image-abs-cp, .about-image-abs-cp.active {
	bottom: -150px;
	margin-top: 30px;
	right: -200px;
}
/*------- About Us Section Ends -------*/

		/*------- Design, Build and Aluminum Section Starts -------*/

.bg-dba-cp {
	margin-top: 165px;
	padding: 50px 15px;
}
.bg-dba-cp::after {
	width: 100%;
}
.scrolltop-icon {
	width: 75px;
}
.dba-heading-name-cp > p {
	font-size: 2.4rem;
	line-height: 2.5;
}
.dba-heading-name-cp > p:first-child, .dba-heading-name-cp > p:nth-child(2), .dba-heading-name-cp > p:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.dba-listing-hr-cp {
	width: 100%;
}
.footer-social-listing-cp > li, .rc-listing-cp > li {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.dba-listing-cp > li:first-child, .dba-listing-cp > li:nth-child(2), .dba-listing-cp > li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.rc-listing-cp > li {
	display: block;
	margin: 0 0 30px 0;
}
.rc-listing-cp > li:last-child {
	margin-bottom: 0;
}
/*------- Design, Build and Aluminum Section Ends -------*/

	/*------- Newsletter Section Starts -------*/

.bg-newsletter-home {
	padding: 50px 15px;
}
/*------- Newsletter Section Ends -------*/

	/*------- Contact Us Page Ends -------*/

	/*------- Services Page Starts -------*/

		/*------- Banner Section Starts -------*/

.bg-banner-products {
	height: auto;
}
.img-product-pg {
	filter: brightness(1);
	margin-bottom: 15px;
}
.product-img-info > p {
	font-size: 2.4rem;
	text-align: center;
}
.product-page-heading > h1 {
	font-size: 3.6rem;
	margin-bottom: 15px;
	text-align: center; /*text-transform: uppercase;*/
}
/*------- Banner Section Ends -------*/

	/*------- Services Page Ends -------*/

	/*------- About Us Page Starts -------*/

.wrapper {
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.sections {
	width: 100%;
}
.section {
	width: 100%;
}
.section:nth-child(1) {
	height: auto;
}
.about-page-heading > h1, .about-page-heading.active > h1 {
	font-size: 3rem;
	margin: 95px 0 30px;
}
.about-img-one-pg {
	margin-bottom: 15px;
	position: static;
}
.about-img-one-pg > img {
	width: 100%;
}
.about-img-one-pg-arrow {
	display: none;
}
.section__title {
	position: static;
	transform: none;
}
.provide-details > p:first-child {
	border-bottom: 4px solid #0096c6;
	border-top: 4px solid #0096c6;
	font-size: 1.8rem;
	margin: 30px 0;
	padding: 30px 0;
	text-align: justify;
}
.provide-details > p:last-child {
	font-size: 1.8rem;
	margin: 30px 0;
	text-align: justify;
}
.section:nth-child(2) {
	height: auto;
}
.section:nth-child(3) {
	height: 50vh;
	width: 100%;
}
.about-outline-logo-ap {
	left: -100px;
	top: 100px;
}
.about-outline-logo-ap > img {
	width: 200px;
}
.section:nth-child(4) {
	height: auto;
}
.fourth-section-ap {
	margin-top: 15px;
}
.our-cliets-ap > h2 {
	font-size: 3.6rem;
	margin-bottom: 30px;
	top: 0;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.bbl-ap-des, .bt-ap-des {
	border: 0;
}
.img-client-logo {
	margin-bottom: 15px;
	width: 50%;
}
.our-cliets-ap {
	transform: translate3d(0, 0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
}
.about-client-outline-logo-ap {
	display: none;
}
/*------- About Us Page Ends -------*/
/*------- Gallery Page Starts -------*/
	
			/*------- Gallery Section Starts -------*/
	
.bg-gallery-gp {
	margin-bottom: 30px;
	padding: 95px 15px 30px;
}
.gallery-heading-gp > h1 {
	font-size: 3rem;
	margin-bottom: 15px;
}
.img-gallery-pg {
	margin-bottom: 15px;
}
/*------- Gallery Section Ends -------*/
	
			/*------- Design, Build and Aluminum Section Starts -------*/
	
.bg-dba-gp {
	padding: 50px 15px;
}
.bg-dba-gp::after {
	width: 100%;
}
.scrolltop-icon {
	width: 75px;
}
.dba-heading-name-gp > p {
	font-size: 2.4rem;
	line-height: 2.5;
}
.dba-heading-name-gp > p:first-child, .dba-heading-name-gp > p:nth-child(2), .dba-heading-name-gp > p:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.dba-listing-hr-gp {
	width: 100%;
}
.footer-social-listing-gp > li, .rc-listing-gp > li {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.dba-listing-gp > li:first-child, .dba-listing-gp > li:nth-child(2), .dba-listing-gp > li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.rc-listing-gp > li {
	display: block;
	margin: 0 0 30px 0;
}
.rc-listing-gp > li:last-child {
	margin-bottom: 0;
}
/*------- Design, Build and Aluminum Section Ends -------*/
	
		/*------- Gallery Page Ends -------*/
	
}