@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: 'poppins', sans-serif;
}
.header {
	min-height: 100vh;
	width: 100%;
	background-image: linear-gradient(rgba(42,59,30,0.02), rgba(42,59,30,0.02)), url("../images/hero.png");
	background-position: center;
	background-size: cover;
	position: relative;
}
nav {
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}
.nav-links {
	flex: 1;
	text-align: right;
}
.nav-links ul li {
	list-style: none;
	display: inline-block;
	padding: 9px;
	position: relative;
}
.nav-links ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    text-shadow: 3px 0px 5px #2A3B1E;
}
.nav-links ul li::after {
	content: '';
	width: 0%;
	height: 2px;
	background: #f8c317;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li:hover::after {
	width: 100%;
}
.text-box {
	width: 90%;
	color: #F8C317;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.text-box h1 {
	font-size: 40px;
}
.text-box p {
	margin: 10px 0 40px;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18pt;
}
nav .fa {
	display: none;
}

/*---Media Query---*/

@media(max-width: 750px){
.row {
	flex-direction: column;
}
.text-box h1 {
	font-size: 20px;
}
.text-box p {
	font-size: 14px;
}
.nav-links ul li {
	display: block;
}
.nav-links {
	position: fixed;
	background: #893f40;
	font-size: 10px;
	height: 100vh;
	width: 170px;
	top: 0;
	right: -200px;
	text-align: left;
	z-index: 2;
	transition: 1s;
}
img {
	width: 70%;
}
.nav .fa {
	display: block;
	color: #FFFFFF;
	margin: 10px;
	font-size: 22px;
	cursor: pointer;
}
.nav-links ul {
	padding: 20px;
}
.cta h1 {
	font-size: 24px;
	}
.mission p {
	font-size: 13px;
	}
.footer p{
	font-size: 12px;
	padding: 12px;
	}
.gallery img {width: 100%
	}

.slider{
		width: 50%;
	}
.socials a {
	width: 50%;
	flex-direction: row;
	text-align: center;
	padding: 30px 0;
	background: #2A3B1E;
	padding-bottom: 25px;
}
}

/*---Services---*/

.Services {
	width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 45px;
}
h1 {
	font-size: 25px;
	font-weight: 500;
}
.row {
	margin-top: 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services-col {
	flex-basis: 32%;
	background: #fff3f3;
	border-radius: 15px;
	margin-bottom: 4%;
	padding: 15px 15px;
	box-sizing: border-box;
}
.services-col p {
	font-size: 11pt;
	padding-top: 10px;
	line-height: 17pt;
	text-align: justify;
}
.Services h1 {
	color: #2A3B1E;
}
.services-col:hover {
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

/*---OurGallery---*/
.gallery {
	width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 35px;
}
.gallery h1 {
	color: #2a3b1e;
}
.gallery-col {
	flex-basis: 32%;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.gallery-col img {
	width: 100%;
}
.layer {
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.layer:hover {
	background: rgba(42,59,30,0.7);
}
.layer h4 {
	width: 100%;
	font-weight: 400;
	color: #F8C317;
	font-size: 20px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}
.layer:hover h4 {
	bottom: 50%;
	opacity: 1;
}

/*---Call to action---*/
.cta {
	width: 90%;
	margin: 100px auto;
	background-image: linear-gradient(rgba(42,59,30,0.2), rgba(42,59,30,0.2)), url("../images/banners/banner2.png");
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
	padding: 100px 0;
}
.cta h1 {
	color: #F8C317;
	margin-bottom: 40px;
	padding: 0;
}
.hero-btn {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	border: solid 1px #f8c317;
	border-radius: 15px;
	padding: 12px 34px;
	font-size: 13pt;
	background: #2A3B1E;
	position: relative;
	cursor: pointer;
}
.hero-btn:hover {
	border: 1px solid #f8c317;
	background: #f8c317;
	border-radius: 15px;
	transition: 1s;
	color: #2A3B1E;
}

/*---Footer---*/
.footer {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background: #2A3B1E;
	padding-bottom: 25px;
}
.footer h4 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: 600;
	color: #FFFFFF;
}
.footer p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}

/*---Social Platforms---*/
.social-media {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 1.5%;
	justify-content: center;
	background: #2A3B1E;
	padding-bottom: 25px;
}
.socials a{
	margin-top: 15px;
	margin: 0 13px;
	padding: 10px 6px;
}

/*---About Us---*/

.Sub-header {
	height: 55vh;
	width: 100%;
	background-image: linear-gradient(rgba(137,64,65,.1), rgba(137,64,65,.1)), url("../images/banners/About us.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}
.Sub-header h1 {
	margin-top: 100px;
}
.about-us {
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 20px;
}

.about-col {
	width: 100%;
	column-gap: normal;
	padding: 20px 2px;
}
.about-col img {
	width: 90%;
	float: right;
}
.about-col h1 {
	padding-top: 0;
	color: #2A3B1E;
}
.about-col p {
	padding: 18px 0 18px;
	line-height: 20pt;
	text-align: justify;
}
.red-btn {
	border: 1px solid #2a3b1e;
	border-radius: 10px;
	background: #2a3b1e;
	color: #FFFFFF;
}

/*---mission---*/

.mission {
	width: 90%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 25px;
	
}
.mission h1 {
	color: #2A3B1E;
}
.mission p {
	line-height: 20pt;
}

/*---Contact Us---*/

.Sub-header2 {
	height: 55vh;
	width: 100%;
	background-image: linear-gradient(rgba(137,64,65,.1), rgba(137,64,65,.1)), url("../images/banners/Contact-Us.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}
.Sub-header2 h1 {
	margin-top: 100px;
}
.location {
	width: 90%;
	margin: auto;
	padding: 80px 0;
}
.location iframe {
	width: 100%;
}
.contact-us {
	width: 90%;
	margin: auto;
}
.contact-col{
	flex-basis: 48%;
	margin-bottom: 30px;
}
.contact-col div {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contact-col div p {
	padding: 0;
}
.contact-col div h5 {
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-col input, .contact-col textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 17px;
	outline: none;
	border-bottom: 1px solid #2a3b1e;
	box-sizing: border-box;
}

/*---main Gallery & Projects---*/
.Sub-header3 {
	height: 55vh;
	width: 100%;
	background-image: linear-gradient(rgba(137,64,65,.2), rgba(137,64,65,.2)), url("../images/banners/new-portfolio.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}

.projects {
	width: 100%;
	margin: auto;
	padding-top: 70px;
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	grid-row-gap: 30px;
	margin-bottom: 40px;
}
.projects img {
	width: 200px;
	height: auto;
	box-shadow: 3px 3px 3px 3px rgba(248,195,23,0.5); 
}
.projects img:hover{
	transform: scale(1.1);
}
.copy {
	width: 90%;
	margin: auto;
	padding: 20px;
	border: 1px solid #2A3B1E;
	border-radius: 10px;
	background-color: #2A3B1E;
	margin-top: 40px;
}
.copy h1 {
	color: #F8C317;
	text-align: center;
}
.copy p {
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}

/*---Our Services---*/

.Sub-header4 {
	height: 55vh;
	width: 100%;
	background-image: linear-gradient(rgba(137,64,65,.1), rgba(137,64,65,.1)), url("../images/banners/Services.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
}
.Sub-title h1 {
    margin-top: 100px;
    text-align: center;
}

.img-slider {
	width: 100%;
	display: flex;
	float: left;
	animation: slide 16s infinite;
}
.other-services-link{
    margin-left: 63px;
	width: 90%;
	padding-bottom: 30px;
}


/*--Allied services---*/
.Sub-title {
	height: 55vh;
	width: 100%;
	background-image: linear-gradient(rgba(137,64,65,.1), rgba(137,64,65,.1)), url("../images/banners/banner2.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #2A3B1E;
}

.allied {
	width: 90%;
	margin: auto;
	padding: 10px;
	border: 1px solid #2A3B1E;
	border-radius: 10px;
	margin-top: 30px;
	background-color: #2A3B1E;
	
}
.allied h3 {
	color: #FFFFFF;
	text-align: center;
}
.allied p {
	font-size: 13pt;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}


