@charset "utf-8";
/* CSS Document */
/*
* Copyright (c) 2018 ITAcumens
*/
@import url(bootstrap.min.css);
@import url(owl.carousel.less);
@import url(owl.theme.less);
@import url(ekko-lightbox.css);
@import 'fakeLoader.less';
@import 'jquery.mCustomScrollbar.css';
@import 'fonts/fa/all.css';
@import 'fonts/aovel/aovel.css';
@import 'fonts/bebas/bebas.css';

* {
	margin: 0px;
	padding: 0px;
	outline: none !important;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-family: 'Aovel Sans';
	font-size: normal;
	font-weight: normal;
	overflow-x: hidden;

	letter-spacing: 0.12em;
}

a {
	color: #2d2d2d;
	text-decoration: none;
	outline: 0 none;
	cursor: pointer;
	letter-spacing: 0.1em;
}

a:hover {
	color: #d3932e;
}

a:focus {
	color: #f9b503;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
header {
	position: fixed;
	width: 100%;
	top: -80px;
	right: 0;

	.row{
		align-items: center;
		display: flex;
	}
	@media(max-width:639px) {
		right: 20px;
	}

	@media(max-width:767px) {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 15px 30px;
		right: 0;
		left: 0;
		margin: 0 auto;
		align-items: center;
		background: #eaeaea;
	}

	z-index: 100;
	padding: 0 0;
	display: flex;
	align-items:center;
	transition: all 500ms ease;

	h1 {
		position: relative;
		padding: 0;
		z-index: 10;

		img {
			display: block;
			width: 100%;
			transition: all 500ms ease;
		}
	}

	nav {
		position: relative;
		width: 100%;
		margin: 0;

		@media(max-width:767px) {
			margin: 0 0 0;
			.flex();
			align-items: flex-end;
			flex-direction: column;
		}

		.menu {
			width: @v + 20;
			height: @v + 20;
			border-radius: 100%;
			border: 2px solid @vvorange;
			position: relative;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			cursor: pointer;
			float: right;

			@media(max-width:767px) {
				margin: 0 0 0;
				width: @v + 10;
				height: @v + 10;
			}

			span {
				transition: all 200ms linear;
				display: block;
				background: @vvorange;
				position: relative;
				width: 50%;
				height: 3px;
				border-radius: 10px;
				margin: 0 auto;

				&:first-child {
					bottom: -9px;
				}

				&:last-child {
					top: -9px;
				}
			}

			&.active {
				span {
					&:first-child {
						transform: rotate(45deg);
						bottom: -3px;
					}

					&:nth-child(3) {
						transform: rotate(-45deg);
						top: -3px;
					}

					&:nth-child(2) {
						opacity: 0;
					}
				}
			}
		}

		.navi {
			position: absolute;
			;
			overflow: hidden;
			transition: all 500ms linear;
			height: 0;
			opacity: 0;
			top: 50px;
			right: 0;
			background: @white;
			border-radius: 10px;
			width: 200px;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);

			@media(max-width:767px) {
				position: absolute;
				right: 0;
				top: 43px;
			}

			&.show {
				height: auto;
				opacity: 1;
			}

			ul {
				margin: 0;

				>li {

					border-top: 1px dotted rgba(0, 0, 0, 0.4);

					&:first-child {
						border-top: none;
					}

					&.active {
						a {
							color: #d3932e;
						}
					}

					a {
						padding: 10px;
						display: block;
						font-weight: bold;
					}

					ul {
						overflow: hidden;
						top: -5px;
						position: relative;

						li {
							border-top: 1px dotted rgba(0, 0, 0, 0.4);
							.flex();
							align-items: center;
							padding: 5px 15px;

							a {
								padding: 0;
								font-weight: 900;
								font-size: 13px;
							}

							i {
								font-size: 12px;
								margin-right: 10px;
							}
						}

						&.show {
							opacity: 1;
						}
					}
				}
			}
		}
	}

	&.animate {
		top: 40px;

		@media(max-width:999px) {
			top: 0;
		}

		h1 {

			img {
				width: 100px;
			}
		}


		&.sticky {
			position: fixed;
			width: 100%;
			top: 0;
			background: #ddd4c9;
			padding-top: 8px;
			padding-bottom: 8px;

			h1 {
				margin: 0;
			}

			nav {
				.menu {
					width: 30px;
					height: 30px;
				}
			}
		}

		&.ele {
			&.sticky {
				background: white !important;
				box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
			}
		}
	}
}

/*banner Section*/
#banner {
	background: white;
	background-size: contain;
	margin-bottom: 50px;
	padding: 0 0 40px;
	border-top: 50px solid #cd9d48;
	border-bottom: 50px solid #cd9d48;
	position: relative;
	@media(max-width:999px){
		display: flex;
		flex-wrap: wrap;
		svg{
			order: -1;
		}
	}
	svg {
		fill: none;
		@media(min-width:1000px){			
			position: absolute;
			right: 0;
			top: 0;
			width: 840px;
		}
		@media(min-width:1000px) and(max-width:1199px){
			width:660px;
		}
		@media(max-width:999px){
			width:100%;
			height: 280px;
			margin: 0 auto;
			display: block;
		}
		bottom: 0;
		margin: auto;
	
	}
	.col-md-5 {
		padding-top: 170px;
	
		@media(max-width:999px) {
			padding-top: 20px;
		}
		p {
			color: #2d2d2d;
			text-align: justify;
			line-height: 25px;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
		}
		ul {
			margin-bottom: 20px;
			li {
				color: #295039;
				font-size: 16px;
				line-height: 25px;
				font-weight: bold;
				letter-spacing: 0.08em;
			
			}
		}
		
	}
}

#projects h2,
#banner h2 {
	font-size: 62px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #2d2d2d;
	font-weight: 700;
	font-family: 'bebasregular';
}

/*End Banner*/

/* PROJECTS*/
#projects {
	padding:0 50px 50px;
	border-bottom: 50px solid #295039;
	@media(max-width:999px){
		padding:0 0;
	}
	p{
		line-height: 24px;
		text-align: justify;
	}
	.project-list{
		ul{
			list-style: none;
			margin:35px 0;
			position: relative;
			height: 420px;
			
			@media(max-width:1199px){
				display: flex;
				flex-wrap:wrap;
				height: auto;
				justify-content: center;
			}
			li{
				@media(min-width:1200px){
					position: absolute;
					&:first-child{
						width: 140px;
						height: 95px;
						left: 0;
						top: 0;
					}
					&:nth-child(2){
						width: 90px;
						height: 95px;
						left: 145px;
						top: 0;
					}
					&:nth-child(3){
						width: 190px;
						height: 95px;
						left: 240px;
						top: 0;
					}
					&:nth-child(4){
						width: 160px;
						height: 95px;
						left: 432px;
						top: 0;
					}
					&:nth-child(5){
						width: 70px;
						height: 95px;
						left: 594px;
						top: 0;
					}
					&:nth-child(6){
						width: 160px;
						height: 95px;
						left: 666px;
						top: 0;
					}
					&:nth-child(7){
						width: 120px;
						height: 95px;
						left: 830px;
						top: 0;
					}
					&:nth-child(8){
						width: 188px;
						height: 135px;
						left: 952px;
						top: 0;
					}
					&:nth-child(9){
						width: 180px;
						height: 135px;
						left: 0;
						top: 97px;
					}
					&:nth-child(10){
						width: 180px;
						height: 135px;
						left: 182px;
						top: 97px;
					}
					&:nth-child(11){
						width: 290px;
						height: 135px;
						left: 364px;
						top: 97px;
					}
					&:nth-child(12){
						width: 110px;
						height: 135px;
						left: 656px;
						top: 97px;
					}
					&:nth-child(13){
						width: 184px;
						height: 135px;
						left: 766px;
						top: 97px;
					}
					&:nth-child(14){
						width: 184px;
						height: 55px;
						left: 952px;
						top: 137px;			
					}
					&:nth-child(15){
						width: 150px;
						height: 100px;
						left: 0;
						top: 234px;
					}
					&:nth-child(16){
						width: 100px;
						height: 100px;
						left: 152px;
						top: 234px;
					}
					&:nth-child(17){
						width: 160px;
						height: 100px;
						left: 254px;
						top: 234px;
					}
					&:nth-child(18){
						width: 90px;
						height: 100px;
						left: 416px;
						top: 234px;
					}
					&:nth-child(19){
						width: 195px;
						height: 100px;
						left: 508px;
						top: 234px;
					}
					&:nth-child(20){
						width: 245px;
						height: 100px;
						left: 705px;
						top: 234px;
					}
					&:nth-child(21){
						width: 188px;
						height: 140px;
						left: 952px;
						top: 194px;
					}
					&:nth-child(22){
						width: 170px;
						height: 100px;
						left: 0;
						top: 336px;				
					}
					&:nth-child(23){
						width: 210px;
						height: 100px;
						left: 172px;
						top: 336px;
					}
					&:nth-child(24){
						width: 142px;
						height: 100px;
						left: 384px;
						top: 336px;
					}
					&:nth-child(25){
						width: 232px;
						height: 100px;
						left: 550px;
						top: 336px;
	
					}
					&:nth-child(26){
						width: 72px;
						height: 100px;
						left: 784px;
						top: 336px;				
					}
					&:nth-child(27){
						width: 122px;
						height: 100px;
						left: 856px;
						top: 336px;
					}
					&:nth-child(28){
						width: 160px;
						height: 100px;
						left: 980px;
						top: 336px;
					}
				}
				@media(max-width:1199px){
					width: 140px;
					height: 140px;
					margin: 3px;
					&:nth-child(5),
					&:nth-child(14),
					&:nth-child(16),
					&:nth-child(18),
					&:nth-child(26) {
						display: none;
					}
				}
				background-size: cover;
				background-repeat:  no-repeat;
				background-position: center;
				a{
					display: block;
					width: 100%;
					height: 100%;
					text-indent: -9999px;
				}
				@media(max-width:479px) {
					width:100px;
					height: 100px;
				}
				
			}
		}
	}
}
/*Gallery Section*/
#gallery {
	padding: 00px 0 0;
	background: #fff;
}

#gallery h2 {
	text-transform: uppercase;
}

#gallery ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}

#gallery li {
	width: 11.3%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#gallery li img {
	width: 100%;
}

.title {
	font-size: 32px;
	color: #295039;
	margin: 0 0 30px;
	text-align: center;
	padding-bottom: 25px;
	font-weight: 900;
	position: relative;
}

.title:before {
	position: absolute;
	content: '';
	width: 400px;
	left: 0;
	right: 0;
	border: 1px solid #ddd;
	bottom: 0;
	margin: 0 auto;
}

.title:after {
	position: absolute;
	content: '\f111';
	font-size: 7px;
	border-radius: 2px;
	background: #fff;
	color: #f9b503;
	font-family: 'Font Awesome 5 Free';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	width: 40px;
}

.btn_tx {
	padding-bottom: 30px;
}

.btn_tx button {
	padding: 6px 30px;
	border-radius: 0px;
	background: transparent;
	color: #cd9d48;
	font-size: 18px;
	font-weight: 900;
	border: none;
}

.btn_tx button.active {
	background: #cd9d48;
	color: #295039;
}

/*End Gallery*/

/*samaple*/
#testimonial {
	margin-bottom: 50px;
	border-top: 100px solid #295039;
	border-bottom: 100px solid #295039;
}

#sample {
	background: #cd9d48;
	padding: 50px 0;
	text-align: center;
	border-bottom: 1px solid white;

}

#sample p {
	margin-bottom: 0;
}

#sample a {
	color: #295039;
	font-size: 14px;
	border: 1px solid #000;
	padding: 8px 35px;
	font-weight: 600;
	text-transform: uppercase;
	background: white;
}

#sample .fa-angle-right {
	font-size: 18px;
	padding-left: 10px;
	color: #295039;
}

/*End Sample*/
/*testimonaial*/
#testimonial {
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 40px 0;
	margin-bottom: 50px;
}

#testimonial:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#testimonial .title:before {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#testimonial .title:after {
	background: #4d4641;
}

#testimonial .row {
	position: relative;
}

#testimonial .title {
	color: #fff;
}

.testimonial {
	margin-top: 25px;
}

.testi-cnt {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	position: relative;
}

.testi-cnt i {
	position: absolute;
	font-size: 18px;
	color: #000;
	font-family: 'Font Awesome 5 Free';
	left: 0;
	background: #f9b503;
	padding: 8px 20px;
}

.testi-cnt p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding-left: 40px;
	text-align: justify;
	margin-bottom: 0px;
}

.testi-cnt span {
	color: #f9b503;
	font-size: 13px;
	display: block;
	margin-top: 10px;
	font-weight: 600;
}

.testimonial .item {
	width: 95%;
	margin: 0 auto;
}

.testimonial .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	background: #fff;
}

.testimonial .owl-controls {
	margin-top: 40px;
}

.testimonial .owl-controls .owl-page.active span,
.testimonial .owl-controls .owl-page span:hover,
.testimonial .owl-controls .owl-page span:focus {
	background: #f9b503 !important;
	border: 1px solid #f9b503 !important;
}

/*End Testimonial*/
/*Contact*/
#contact {
	padding: 40px 0;
	background: #fff;
	.row{
		justify-content: center;
	}
}

#contact form {
	margin-top: 50px;
}

#contact .form-control {
	background: #f5f5f5;
	border-radius: 0;
	padding: 8px 15px;
	border: 1px solid #ddd;
	box-shadow: none;
	height: auto;
}

#contact textarea {
	height: 65px !important;
	resize: none;
}

#contact .btn {
	border: 1px solid #ddd;
	padding: 6px 30px;
	background: none;
	box-shadow: none;
	color: #000;
	border-radius: 0;
	margin-top: 10px;
}

/*End Contact*/
/*map*/

#map img {
	width: 100%;
}

/*End Map*/

/*footer*/
// footer {
// 	background: #000;
// 	padding: 15px 10px 5px;

// 	.row {
// 		@media(max-width:639px) {
// 			display: flex;
// 			align-items: center;
// 			flex-wrap: wrap;
// 		}

// 		.col-md-6 {
// 			.powered {
// 				p {
// 					color: white;

// 					a {
// 						color: white;
// 					}
// 				}
// 			}

// 			@media(max-width:639px) {
// 				&:first-child {
// 					order: 1;
// 					text-align: center;
// 					padding-top: 25px;
// 				}

// 				width: 100%;
// 			}
// 		}
// 	}

 //}
//.body{
	//height: 100vh;
//}
.powered {
	position: relative;
	width: 100%;
	padding:10px;
	background: #eaeaea;
	.cols{		
		.flex();
		justify-content: space-between;
		align-items: center;
	}
	p{
	  padding: 0;
	  margin: 0;
	}
	ul{
	  .flex();
	  padding:0;
	  margin: 0;
	  font-size: 11px;
	  li{
		padding: 0 15px;
		list-style: none;
	  }
	}
  
	&.home {
	  position: absolute;
	}
  
	&.light {
	  p {
		color: white;
		opacity: 0.3;
  
		a {
		  color: white;
		}
	  }
	}
  
	p {
	  text-align: center;
	  font-weight: bold;
	  font-size: 11px;
	  font-family: 'Aovel Sans';
  
	  a {
		font-weight: 900;
	  }
	}
  }

.social {
	margin-bottom: 0;
	text-align: right;
}

.social li {
	display: inline-block;
	padding-left: 15px;
}

.social li a {
	color: #fff;
	font-size: 16px;
}

/*end footer*/

/*responsive*/
@media(max-width:479px) {
	.btn_tx button {
		padding: 6px 10px;
	}

	#gallery li {
		width: 31%;
	}
}

@media(min-width:360px) and (max-width:479px) {
	.btn_tx button {
		padding: 6px;
	}
}

@media(min-width:480px) and (max-width:520px) {
	.btn_tx button {
		padding: 6px 10px;
	}

	#gallery li {
		width: 32%;
	}

	#contact form {
		width: 70%;
		margin: 0 auto;
	}

	#banner img {
		width: 40% !important;
		margin: 0 auto 20px;
		display: block;
	}
}

@media(min-width:521px) and (max-width:767px) {
	.btn_tx button {
		padding: 6px 8px;
	}

	#gallery li {
		width: 24%;
	}

	#contact form {
		width: 70%;
		margin: 0 auto;
	}

	#banner img {
		width: 30% !important;
		margin: 0 auto 20px;
		display: block;
	}
}

@media(max-width:767px) {
	header {
		h1 {
			margin: 10px 0;

			img {
				width: 160px;
			}
		}

		nav {
			.menu {
				margin-top: 0;
			}
		}
	}

	.title {
		font-size: 24px;
	}

	.title:before {
		width: 200px;
	}

	.btn_tx button {
		font-size: 16px;
	}

	.btn_tx {
		padding-bottom: 20px;
	}

	.testimonial .owl-controls {
		margin-top: 20px;
	}

	.social {
		text-align: center;
	}

	#banner {
		background-size: cover !important;
	}

	#banner img {
		width: 60%;
		margin: 0 auto 20px;
		display: block;
	}

	#banner {
		padding-top: 40px !important;
		margin-bottom: 30px !important
	}
	#projects h2,
	#banner h2 {
		margin: 20px 0;
	}

	.banner-lst li {
		display: inline-block;
		padding-right: 10px;
	}

}

@media(min-width:768px) and (max-width:991px) {
	.title {
		font-size: 28px;
	}

	.btn_tx button {
		padding: 6px 8px;
	}

	#gallery li {
		width: 19%;
	}

	.btn_tx button {
		font-size: 16px;
	}

	#banner {
		border-top: none;
	}

	header {
		padding-top: 0;
	}
}

@media(min-width:992px) and (max-width:1024px) {
	.title {
		font-size: 28px;
	}

	#banner .col-md-12 img {
		margin-right: 100px !important;
	}
}

@media(max-width:992px) {
	header {
		padding: 0;
		.row{
			justify-content: space-between;
			[class*="col-lg-2"] {
				padding: 0;
			}
		}
		nav {
			.menu {
				margin-top: 0;
			}
		}
	}
	.container {
		width: 100%;
	}
	.banner-con{
		display: block !important;
	}
	#testimonial {
		border: none;
	}

	#testimonial,
	#contact,
	#banner {
		padding: 20px 0;
	}

	#banner {
		padding: 90px 0 0;
	}

	#gallery {
		padding: 20px 0 0;
	}

	#gallery .title {
		margin: 0 0 15px;
	}

	#contact form {
		margin-top: 30px;
	}
	#projects h2,
	#banner h2 {
		font-size: 46px;
	}
}

@media(min-width:1024px) {

	#gallery .container-fluid,
	#gallery .col-md-3 {
		padding: 0;
	}

	.ft-rt {
		float: right;
	}

	#banner .col-md-12 img {
		margin-right: 120px;
	}

	#banner .col-md-5 .banner-con {
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: center !important;
		height: 76vh !important;
		padding-top: 80px;
	}
}

@media(min-width:1000px) and (max-width:1199px) {
	#banner {
		.row {
			display: flex;
			align-items: center;

			.ft-rt {
				order: 1
			}
		}
	}

	.btn_tx button {
		padding: 6px 24px;
	}
}

.content {
	height: 300px;
	position: relative;
	overflow: hidden;
}

// NEW STYLE
#banner .col-md-5 .banner-con,
#banner .row{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    height:100%;
}
#banner .col-md-5 {
    padding-top:0;
    order:-1;
}
@media(max-width:767px){
    header{
    padding-top:0;
    padding-bottom:0
    
}
}

// POPUP
.popup {
	position: fixed;
	width: 100%;
    border-top: 50px solid #cd9d48;
    border-bottom: 50px solid #295039;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 10000;
	background: white;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms linear;
	
	@media(max-width:767px){
		height: 100vh;
		padding: 10px 0;
		display: block;
	}
	.fa-times {
		position: absolute;
		right: 20px;
		top: -40px;
		font-size: 24px;
		color: white;
		cursor: pointer;
	}
	&.show{		
		opacity:1;
		visibility: visible;
	}
	.container {
		> img{
			float: right;
			width: 250px;
			margin-bottom: 25px;
		}
		.row{
			display: flex;
			align-items: center;
			justify-content: space-between;
			.col-lg-5 {
				img{
					width: 100%;
				}
			}
			@media(max-width:767px){
				.owl-carousel {
					margin-bottom: 35px;
				}
			}
			.owl-controls {
				position: absolute;
				left: 0;
				top: 45%;
				width: 100%;
				.owl-buttons{
					display: flex;
					justify-content: space-between;
					div{
						border-radius: 100%;
						border: none;
						background: rgba(255,255,255,0.4);
						display: flex;
						justify-content: center;
						align-items: center;
						i{
							font-size: 18px;
							color: rgba(0,0,0,0.5);
						}
					}
				}

			}
		}
	}
}