.bannerImg {
	height: 95vh;
	clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 50% 100%, 0 88%);
}

.homeBanner .carousel-caption {
	bottom: 10%;
	left: 15%;
}

.homeBanner .carousel-indicators {
	bottom: 5%;
}

.homeBanner .carousel-caption h5 {
	font-size: 2.4rem;
	font-weight: 300;
	color: #cdd4dc;
	line-height: 1.4;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.carousel-indicators .active {
	opacity: 1;
	background-color: var(--color-primary-light);
}


/* About */

.aboutWrap {
	position: relative;
	padding: 10rem 0;
	margin-top: -3rem;
}

.aboutWrap::before {
	content: url('../img/vactor-shape.png');
	position: absolute;
	top: 3%;
	left: 0;
	z-index: -1;
}

.aboutLeft h1 {
	font-size: 5rem;
	font-weight: 800;
	color: #090f2b;
	padding-bottom: 1rem;
}

.aboutLeft h1,
.aboutLeft .link {
	line-height: 1;
}

.aboutLeft {
	position: relative;
	text-align: right;
	z-index: 10;
}

.aboutLeft::after {
	content: url(../img/yellow-sqaure.png);
	position: absolute;
	left: 73%;
	top: -38%;
	z-index: -5;
}


/* Facts */

.fact-icon {
	border: 1px solid #e5e5e5;
	padding: 6px;
	display: inline-block;
	transition: .5s;
}

.fact-icon img,
.fact-title {
	transition: .5s;
}

.fact-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #6a6a6a;
	letter-spacing: 1px;
	margin: 2.5rem;
	position: relative;
}

.fact-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	width: 4rem;
	height: 1px;
	background-color: #888888;
}

.fact-desc {
	font-size: 14px;
}


.factCol:hover .fact-title {
	color: var(--color-primary-light);
}

.factCol:hover .fact-icon {
	transform: rotate(45deg);
	border-color: var(--color-primary-light);
}

.factCol:hover .fact-icon img {
	transform: rotate(-45deg);
}


/* CTA */

.ctaWrap {
	color: var(--color-white);
	padding: 4rem 0;
}

.cta-title {
	font-size: 3.2rem;
	font-weight: 700;
}


/* Scope of work */

.scopeWrap {
	background-color: #f2f5f8;
	padding: 8rem 0;
}

.nav-pills .nav-link {
	font-size: 1.6rem;
	color: var(--color-primary) !important;
	text-transform: uppercase;
	display: inline-block;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--color-white);
	box-shadow: 0 5px 1.5rem rgba(0, 0, 0, .1);
}

.scope-container {
	position: relative;
	transition: .8s;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

h3.service-name {
	font-size: 1.8rem;
	color: var(--color-white);
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}



.link-icon {
	padding: 1.5rem;
	background-color: var(--color-primary-light);
	border-radius: 50%;
}

.overlay-text .service-name {
	font-size: 1.8rem;
	line-height: 1;
}

.overlay-text a {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--color-primary-light);
	transition: .5s;
}

.overlay-text a:hover {
	color: var(--color-secondary);
	text-decoration: underline;
}


/* Machinery & Equipments */

.machine-img {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	box-shadow: 5px 5px 0 0px var(--color-primary-light);
}

.machine-name {
	display: inline-block;
	background-color: var(--color-primary);
	color: var(--color-white);
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 300;
	margin-top: 2rem;
	width: 90%;
}


/* Projects */

.projectsWrap {
	box-shadow: inset 0 10px 6px -6px rgba(0, 0, 0, .2), inset 0 -10px 6px -6px rgba(0, 0, 0, .2)
}

.project-thumbs img {
	height: 300px;
	border: 1px solid var(--color-white);
}

.proj-col {
	position: relative;
}

.proj-col .proj-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 26, 102, .8);
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.proj-col:hover .proj-overlay {
	opacity: 1;
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	bottom: 5%;
	left: 10%;
}

.project-title {
	font-size: 1.8rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	position: relative;
}

.project-title::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: var(--color-white);
	left: 0;
	bottom: 0;
}

.project-cat {
	font-size: 14px;
	font-weight: 300;
}


/* Clients */

.clientBox {
	padding: 2rem 2rem 2rem 3rem;
	border-radius: 3px;
	background: linear-gradient(135deg, rgba(227, 230, 235, 1) 0%, rgba(240, 239, 247, 1) 21%, rgba(249, 249, 249, 1) 47%, rgba(255, 255, 255, 1) 100%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
	margin-bottom: 2.5rem;
	min-height: 95px;
	display: flex;
	align-items: center;
	position: relative;
}

.clientBox::before {
	content: url('../img/icon/multicolor-triangle.png');
	position: absolute;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
}

.client-name {
	font-size: 1.7rem;
	font-weight: 500;
}


/* Testimonials */

.testWrap {
	background-image: url('../img/bg-testimonial.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem 0 7rem;
}

.test-slider .carousel-indicators {
	bottom: -15%;
}

.test-desc {
	font-size: 2rem;
	font-weight: 200;
	line-height: 1.8;
}

.quote-icon {
	margin: 4rem 0 3rem;
}

.test-person {
	display: inline-block;
	position: relative;
}

.test-person::before,
.test-person::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: var(--color-white);
	top: 50%;
	transform: translate3d(-50%);
}

.test-person::before {
	left: -40px;
}

.test-person::after {
	right: -40px;
}


/* Responsive CSS */

@media screen and (max-width:1199px) {
	.aboutLeft::after {
		display: none;
	}

	.aboutLeft {
		display: block !important;
		margin-right: 4rem;
	}

	.machine-name {
		padding: 10px 30px;
	}

	.project-thumbs img {
		height: 250px;
	}

	.clientBox {
		min-height: 100px;
	}

	/* .owl-carousel .owl-nav button.owl-prev {
                left: -5px;
            }
            .owl-carousel .owl-nav button.owl-next {
                right: -5px;
            } */
}

@media screen and (max-width: 991px) {
	.bannerImg {
		height: inherit;
		clip-path: none;
	}

	.factCol {
		box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
		padding: 2rem 1rem;
		margin-bottom: 25px;
		border-radius: 5px;
	}

	.fact-icon {
		border-radius: 50%;
		transform: rotate(45deg);
		border-color: var(--color-primary-light);
	}

	.fact-icon img {
		transform: rotate(-45deg);
	}

	.nav-pills {
		flex-direction: row !important;
	}

	.nav-pills .nav-link {
		background-color: var(--color-white);
		box-shadow: 0 5px 1.5rem rgba(0, 0, 0, .1);
		width: 50%;
	}

	.nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
		background-color: var(--color-primary-light);
		color: var(--color-white) !important;
		box-shadow: 0 5px 1.5rem rgba(0, 0, 0, .1);
	}
}

@media screen and (max-width: 767px) {
	.sec-title {
		text-align: center;
	}

	.bannerImg {
		height: 30rem;
	}

	.carousel-caption h5>br {
		display: none;
	}

	.aboutWrap,
	.scopeWrap {
		padding: 5rem 0;
	}

	.aboutLeft h1 {
		font-size: 4rem;
	}

	.aboutLeft {
		text-align: left;
		margin-right: 0;
		display: block !important;
	}

	.aboutLeft h1>br:not(:first-child) {
		display: none;
	}

	.ctaWrap .text-right,
	.ctaWrap {
		text-align: center !important;
	}

	.ctaWrap .btn-primary {
		margin-top: 2rem;
	}

	.scope-container {
		margin-bottom: 3rem;
	}

	.scope-container:hover {
		transform: scale(1);
		z-index: 10;
	}

	.machine-img {
		display: block;
		margin: 0 auto 1rem;
	}

	.project-thumbs img {
		/* height: 150px; */
		margin-bottom: 3rem;
	}

	.clientBox {
		min-height: 75px;
	}

	.quote-icon {
		margin: 1rem 0;
	}
}

@media screen and (max-width: 580px) {
	.homeBanner .carousel-caption h5 {
		font-size: 2rem;
	}

	.homeBanner .carousel-indicators {
		bottom: 0;
	}

	.homeBanner .carousel-caption {
		bottom: 5%;
	}

	.homeBanner .carousel-caption h5 {
		color: var(--color-white);
	}

	.aboutWrap::before {
		display: none;
	}

	.aboutLeft h1,
	.cta-title,
	.sec-title {
		font-size: 3rem;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 5%;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 5%;
	}

	.project-thumbs img {
		height: 85%;
	}

	.proj-col .proj-overlay {
		display: none;
	}

	.clientBox {
		min-height: inherit;
	}
}

@media screen and (max-width: 320px) {
	.bannerImg {
		height: inherit;
	}

	.homeBanner .carousel-caption {
		display: none;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		display: none;
	}
}