	* {
		padding: 0;
		margin: 0;
		outline: 0;
		scrollbar-width: auto;
		scrollbar-color: #a0a1ca #dedede;
	}

	/* Scrollbar Styling */
	::-webkit-scrollbar {
		width: 7px;
	}

	::-webkit-scrollbar-track {
		background-color: #ebebeb;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #a0a1ca; 
	}

	@-webkit-keyframes sectionShape{form{left:-101%}to{left:101%}}
	@keyframes sectionShape{form{left:-101%}to{left:101%}}

	body {

		min-width: 320px;

		color: #000;

		font-family: 'Josefin Sans', sans-serif;

		overflow-x: hidden;

		background: #fff;
	}

	a{
		text-decoration: none;
		color: #111;
		transition: 0.4s ease-in-out;
	}

	a:hover{
		text-decoration: none;
		color: #F26A21;

	}

	p{
		font-size: 16px;
		line-height: 30px;
		color: #333;
		margin: 0;
		font-family: 'popins', sans-serif;
	}

	small, strong{
		font-family: 'popins', sans-serif;
	}

	img{
		max-width: 100%;
		vertical-align: middle;
		height: auto;
	}

	article{
		margin: 0 0 30px 0;
		overflow: hidden;
	}

	figure{
		margin: 0;
	}

	.img-wrap{
		position: relative;
	}

	.img-wrap figure{
		position: relative;

		width: 100%;

		padding-top: 75%;

		margin: 0; 
	}

	.img-wrap figure img{
		position: absolute;

		display: block;

		width: 100%;

		height: 100%;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		margin: 0;

		object-fit: cover;
	}

	.imgp-wrap {

		background: #fff;
		transition: all .5s ease;
		display: block;
		width: 100%;
		position: relative;
		height: 0;
		padding-top: 100%;
		overflow: hidden;

	}

	.imgp-wrap img {

		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;

	}

	.mb-thirty{
		margin-bottom: 30px;
	}

	/*header*/

	header{
		padding: 10px 0;
	}

	/*top bar section*/

	.top-head{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 0 0 5px 0;
	}

	.contct{
		list-style: none;
		margin: 0;
	}

	.contct li{
		display: inline-block;
		margin: 0 0 0 10px;
	}

	.contct li a{
		color: #545252;
		font-size: 18px;
	}

	.contct li a i{
		color: #F26A21;
		margin: 0 5px 0 0;
	}

	.socio-bar{
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0
	}

	.socio-bar li{
		margin: 0 0 0 5px;
	}

	.socio-bar li a i{
		width: 35px;
		height: 35px;
		line-height: 29px;
		border-radius: 50%;
		text-align: center;
		background-repeat: no-repeat;
		transition: 0.4s ease-in-out;
		border: 3px solid #545252;
		color: #545252;
	}

	.socio-bar li a i:hover{
		color: #F26A21;
	}

	/*nav bar*/

	.nav-sec .navbar-collapse{
		justify-content: flex-end;

	}

	.nav-sec .navbar{
		padding: 0;
	}

	.main-navigation{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.nav-sec .main-navigation .menu-item a{
		padding:20px 13px;
		color: #fff;
		font-weight: 700;
		text-transform: capitalize;
		transition: 0.4s;
		font-size: 14px;
		position: relative;
		display: block;
		text-transform: uppercase;
		border-top: 2px solid transparent;
	}

	.nav-sec .main-navigation .menu-item:last-of-type a{
		border: none;
	}

	.menu-item-has-children{
		position: relative;
	}

	.sub-menu{
		top: 100%;
		left: 0;
		z-index: 1000;
		min-width: 10rem;
		font-size: 1rem;
		color: #0B5D98;
		text-align: left;
		list-style: none;
		border: 1px solid rgba(0,0,0,.15);
		display: none;
		position: absolute;
	}

	.nav-sec .menu-item-has-children .sub-menu {
		margin: 0;
		background: #696969;
		border-radius: 0;
		padding: 0;
		width: 310px;
	}

	.nav-sec .menu-item-has-children:hover .sub-menu {
		display: block !important;
	}

	.nav-sec .menu-item-has-children .sub-menu a{
		transition: 0.4s;
		padding: 10px;
		color: #fff;
		font-size: 14px;
		transition: 0.4s ease-in-out;
		text-align: left;
	}

	.nav-sec .menu-item-has-children .sub-menu a:hover{
		color: #eee;
		background: #F26A21 ;
	}

	.menu-item-has-children > a::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	.main-navigation{
		position: relative;
		z-index: 5;
		background: #545252;
	}

	.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover  {
		color:#eee;
		background: #F26A21;
	}


	/*slider section*/

	.slide-sec{
		position: relative;
	}

	.slide-sec:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(0,0,0,0.4);
		z-index: 1;
	}

	.s-caption{
		position: absolute;
		top: 50%;
		left: 5%;
		max-width: 400px;
		transform: translatey(-50%);
		z-index: 2;
		text-align: left;
		padding: 30px;

	}

	.s-caption strong{
		color: #fff;
		font-size: 58px;
		text-transform: capitalize;
		line-height: 1;
	}

	.s-caption p{
		color: #eee;
		margin: 0 0 15px 0;
	}

	.btn-wrap a{
		background-color: #F26A21;
		margin: 0px auto;
		transition: .5s ease;
		padding: 10px 20px;
		display: inline-block;
		font-weight: 700;
		color: #fff;
	}

	.btn-wrap a:hover{
		background-color: #545252;
	}

	#main-slider .owl-dots {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 4;
	}

	#main-slider .owl-dots .owl-dot span {
		font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3ed";
		position: relative;
		color: #000;
		font-size: 18px;
		width: 10px;
		height: 10px;
		background: #545252;
		border-radius: 0;
	}

	#main-slider .owl-dots .owl-dot.active span{
		background: #F26A21;
		height: 10px;
	}

	.slide-img {
		position: relative;
		width: 100%;
		padding-top: 100vh;
		margin: 0;
	}

	.slide-img img {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		object-fit: cover;
	}

	.slider-wrap{
		position: relative;
	}

	.quote-form{
		padding: 40px;
		background: rgba(84,82,82,0.7);
		max-width: 500px;
		position: absolute;
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
	}

	.quote-form h2{
		color: #F26A21;
		margin: 0 0 20px 0;
	}

	.quote-form form .form-control, .quote-form form .form-select{
		background: #2E3235;
		min-height: 50px;
		margin: 0 0 10px 0;
		color: #eee;
		border-radius: 0;
	}

	.quote-form form input::placeholder{
		color: #eee;
	}

	.quote-form form textarea::placeholder{
		color: #eee;
	}

	.quote-form form .btn{
		display: block;
		height: 50px;
		border-radius: 0;
		width: 100%;
		background: #F26A21;
		border: none;
		font-size: 20px;
		text-transform: uppercase;
		transition: 0.4s ease-in-out;
	}

	.quote-form form .btn:hover{
		background: rgba(84,82,82,1);
	}


	/*welcome section*/

	.welcome{
		padding: 50px 0;
		background: rgba(242, 106, 33, 0.1);
	}

	.wel-contn strong{
		font-size: 36px;
		text-transform: uppercase;
		color: #545252;
		display: block;
		margin: 0 0 10px 0;
	}

	.wel-contn strong small{
		display: block;
		line-height: 24px;
		font-size: 20px;
		color: #F26A21;
	}

	.wel-contn p{
		margin: 0 0 20px 0;
	}


	/*services section*/

	.services{
		padding: 50px 0;
	}

	.headings{
		text-align: center;
		margin: 0 0 70px 0;
	}

	.headings h3{
		font-size: 48px;
		position: relative;
		text-transform: capitalize;
		color: #545252;
	}

	.headings h3:before{
		background: url(../images/title-border.png) no-repeat;
		bottom: -15px;
		content: "";
		height: 10px;
		left: 0;
		position: absolute;
		width: 32px;
		right: 0;
		margin: auto;
	}

	.sub-headings{
		padding: 10px;
		margin: 0 0 20px 0;
		background: linear-gradient(-90deg, rgba(255,255,255,0.38139005602240894) 50%, rgba(242,106,33,0.9920343137254902) 90%);
	}

	.sub-headings h2{
		text-transform: capitalize;
		color: #fff;
		margin: 0;
	}

	.serv-card{
		text-align: center;
		position: relative;
	}

	.serv-card .img-wrap{
		text-align: center;
		margin: 0 0 20px 0;
	}

	.serv-card .img-wrap figure{
		padding-top: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.details a{
		text-transform: capitalize;
		color: #fff;
		font-weight: 600;
		font-size: 24px;
	}

	.details a:hover{
		color: #F26A21;
	}

	.serv-card .details{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 5;
		width: 300px;
		text-align: center;
		padding: 10px;
	}

	.serv-card .details p{
		font-size: 14px;
		line-height: 24px;
		color: #eee;
		margin: 0 0 10px 0;
	}

	.r-more{
		font-size: 16px !important;
		color: #F26A21 !important;
	}

	.r-more:hover{
		color: #fff !important;
	}

	.serv-card .img-wrap figure:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(84,82,82,0.7);
		z-index: 5
	}

	/*dry wall services*/

	.dry-wall{
		padding: 50px 0;
	}

	.dry-contn p{
		font-size: 16px;
		line-height: 30px;
		color: #333;
		margin: 0 0 20px 0;
	}

	.dry-contn {
		padding: 0 0 20px 0;
	}

	.instal-door{
		padding: 0 0 20px 0;
	}

	/*carpentary services*/

	.carpentary-service{
		padding: 50px 0;
	}

	.carpentary-service .img-wrap{
		margin: 0 0 30px 0;
	}

	.carpentary-service .img-wrap:before{
		content: "";
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 20px;
		top: 20px;
		border: 30px solid rgba(242,107,33,0.3);
		z-index: 2;
	}

	.sub-heads h3{
		border-bottom: 5px solid;
		border-image-slice: 1;
		border-width: 2px;
		border-image-source: linear-gradient(to right, #F26A21, #fff);
		
	}

	.instal-door{
		position: relative;
	}

	.instal-door:before{
		content: "\f5aa";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		left: 50px;
		color: #555;
		font-size: 500px;
		z-index: -1;
		opacity: 0.2;

	}

	.fix:before{
		content: "\f55d";
	}

	.frams:before{
		content: "\f575";
	}

	.instal-door p{
		margin: 0 0 20px 0;
	}

	.why-us{
		padding: 50px 0;
		background-image: url(../images/whyus-bg.jpg);;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: relative;
	}

	.why-us:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(255,255,255,0.7)
	}

	.why-us .container{
		position: relative;
	}

	.why-card{
		width: 250px;
		height: 250px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px;
		text-align: center;
		margin: 0 auto 20px auto;
		border: 30px solid rgba(84, 82, 82, 0.7);
	}

	.why-card strong{
		font-size: 24px;
		text-transform: capitalize;
		display: block;
		color: #F26A21;
		line-height: 30px;
	}


/*our works*/

.our-work{
	padding: 50px 0;
}

.gal-wrap{
	margin: 0 0 20px 0;
}

.gal-wrap img-wrap{
	position: relative;
}

.gal-wrap .img-wrap i{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #F26A21;
	transition: 0.4s ease-in-out;
	opacity: 0;
}

.gal-wrap:hover .img-wrap i{
	opacity: 1;
}

.gal-wrap .dtl a{
	display: block;
	padding: 10px;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	position: relative;
	background: #F26A21;
}

.gal-wrap .dtl a:hover{
	color: #eee;
}

.gal-wrap .dtl a:before{
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	border: 1px solid #fff;
	transition: 0.4s ease-in-out;
}

.gal-wrap .dtl a:hover:before{
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

/*testimonials */

.testimonials{
	padding: 80px 0;
	background-image: url(../images/testi-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.testimonials:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.testimonials .headings h3{
	color: #fff;
}

.test-wrap .img-wrap figure{
	width: 50px;
	padding-top: 50px;
	margin: 0 auto;
	background: #eee;
	overflow: hidden;
	border-radius: 50%;
}

.test-wrap .img-wrap{
	margin: 0 20px 10px 0;
}

.cust-name{
	display: flex;
	justify-content: center;
	align-items: center;
}

.test-wrap{
	text-align: center;
	padding:20px 20px 20px 20px;
	margin: 40px 20px;
	position: relative;
	box-shadow: 0px 5px 61px -15px rgb(0 0 0 / 10%);
	background: rgba(242, 106, 33, 0.5);
}

.test-wrap > i{
	font-size: 40px;
	display: inline-block;
	line-height: 40px;
	position: absolute;
	bottom: 10px;
	left: 30px;
	transform: translateX(-50%);
	color: #F26A21;
	z-index: 999999;

}

.test-wrap .test-detail{
	text-align: left;
	padding: 0 20px;
}

.test-wrap .test-detail q{
	font-size: 18px;
	display: block;
	margin: 0 0 20px 0;
	color: #eee;
	text-align: center;
	line-height: 30px;
	padding: 0 0 20px 0;
	font-weight: 400;
	letter-spacing: .075em;
	font-style: italic;   
	line-height: 30px;
}

.cust-name strong{
	font-size: 18px;
	position: relative;
	display: inline-block;
	color: #fff;
	font-style: italic;
}

.testimonials .owl-carousel{
	position: relative;
}

.testimonials .owl-theme .owl-nav button {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
}

.testimonials .owl-theme .owl-nav button.owl-prev {
	left: 0;
}

.testimonials .owl-theme .owl-nav button.owl-next {
	right: 0;
}

.testimonials .owl-theme .owl-nav button i{
	padding: 20px;
	background: rgba(234, 102, 84, 0.6);
	color: #fff;
	transition: 0.4s;
}

.test-img{
	text-align: center;
}


/*footer*/

footer{
	padding: 30px 0 0 0;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

footer:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.8);
}

footer .container{
	position: relative;
}

.foot-wrap .logo-wrap{
	margin: 0 0 20px 0;
}

footer .socio-bar li a i{
	width: 35px;
	height: 35px;
	line-height: 29px;
	font-size: 16px;
}

.foot-wrap h4{
	text-transform: capitalize;
	position: relative;
	color: #F26A21;
	margin: 0 0 30px 0;
}

.foot-wrap h4:before{
	content: "";
	position: absolute;
	width: 100px;
	height: 5px;
	bottom: -10px;
	background: linear-gradient(-90deg, rgba(255,255,255,0) 49%, rgba(84,82,82,1) 84%);
}

.foot-wrap ul{
	list-style: none;
	padding: 0;
}

.foot-wrap ul li{
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 0 10px 0;
}

.foot-wrap ul.foot-list li:before{
	content: "\f576";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #F26A21;
	font-size: 14px;
}

.foot-wrap ul li a{
	text-transform: capitalize;
	font-size: 18px;
}

.foot-wrap ul li i{
	width: 30px;
	text-align: center;
	color: #F26A21;
}

.foot-wrap ul li a:hover{
	color: #F26A21;
}

.foot-contact li{
	padding: 0 !important;
}

.copy-r{
	padding: 20px 0;
	background: #545252;
	color: #fff;
	text-align: center;
	font-size: 14px;
	position: relative;
}

.copy-r a{
	color: #F26A21; 
}

.scrollTop {
	position: fixed;
	right: 4%;
	bottom: 10px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 9;
	color: #fff;
}

.scrollTop:hover {
	bottom: 15px;
}

.scrollTop i {
	color: #fff;
	background-color: #F26A21;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	transition: 0.4s ease-in-out;
	border-radius: 10px 3px 5px 20px;
}


/*inner page about us*/

.inner-banr{
	padding: 50px 0;
	text-align: center;
	background-image: url(../images/inner-banr.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.inner-banr:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.8);
}

.inner-banr h2{
	text-transform: capitalize;
}

.inner-banr .container{
	position: relative;
}

/*mission page*/

.inner-banr{
	padding: 50px 0;
	text-align: center;
	background-image: url(../images/inner-banr.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.inner-banr:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.8);
}

.inner-banr .container{
	position: relative;
}

.mission-list{
	list-style: none;
	padding: 30px 0;
}

.mission-list li{
	line-height: 26px;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 0 30px;
}

.mission-list li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #F26A21;
	font-size: 18px;
}

.service-form{
	padding: 50px 0;
	background-image: url(../images/whyus-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.service-form:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}

.service-form .container{
	position: relative;
}

.service-form h4{
	color: #fff;
	text-transform: capitalize;
}

.quot-form form .form-control, .quot-form form .form-select{
	background: rgba(255, 255, 255, 0.7);
	min-height: 50px;
	margin: 0 0 10px 0;
	color: #111;
	border-radius: 0;
}

.quot-form form input::placeholder{
	color: #545252;
}

.quot-form form textarea::placeholder{
	color: #545252;
}

.quot-form form .btn{
	display: block;
	height: 50px;
	border-radius: 0;
	width: 100%;
	background: #F26A21;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	transition: 0.4s ease-in-out;
}

.quot-form form .btn:hover{
	background: rgba(84,82,82,1);
}

.pagination{
	justify-content: center;
}

.pgnation .page-item.active .page-link{
	background-color: #F26A21;
	border-color: #F26A21;
	color: #fff;
}

.pgnation .page-item .page-link{
	color: #1B2B69;
}

/*contact us page*/

.contact{
	padding: 50px 0;
}

.contact-numbers{
	padding: 0;
	list-style: none;
}

.contact-numbers li{
	margin: 0 0 20px 0;
}

.contact-numbers li i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	transition: 0.4s ease-in-out;
	color: #F26A21;
	font-size: 30px;
	background: #545252;
	margin: 0 5px 0 0;
}

.contact-numbers li a{
	font-size: 24px;
}

.map-wrap{
	height: 100%;
}
