*{
	margin: 0;
	padding: 0;
    font-family: 'Poppins', sans-serif;
}

html { scroll-behavior: smooth; }

.header{
	min-height: 100vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.1), rgba(4,9,30,0.1)), url(../Images/office.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden
}

nav{
	position: fixed;
	width: 100%;
	line-height: 50px;
	z-index: 100;
}

nav ul{
	float: right;
	margin: 0;
	padding-right: 42px;
}

.logo{
	height: 48px;
	float: left;
	margin: 16px 18px;
}

nav.black{
	background: rgb(148, 171, 221);
}

.nav-links{
	flex: 1;
	text-align: right;
}

.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 16px 32px;
	position: relative;
}

.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #940e05;
	display: block;
	margin: auto;
	transition: 0.5s;
}

.nav-links ul li:hover::after{
	width: 100%;
} 

.titleBox{
    background-color: rgba(0,0,0,.7);
	height: 40%;
	width: 70%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.titleBox h1{
	font-size: 61px;
	font-weight: 600;
	padding-top: 6%;
}

.titleBox h3{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 22px;
	padding: 10px;
}

.titleBox hr{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #940e05;
}

.buttonBox{
	height: 7%;
	width: 40%;
	color: #fff;
	position: absolute;
	top: 88%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: space-between;
	text-align: center;
	display: flex;
}

.heroBtn{
	display: inline-block;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	padding: 12px 34px;
	font-size: 13px;
	background: white;
	position: relative;
	cursor: pointer;
}

.heroBtn:hover{
	border: 1px solid #940e05;
	background: #940e05;
	transition: 0.5s;
}

nav .fa{
	display: none;
}


/* ---Services Section--- */
.services{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}

h1{
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

h3{
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
	text-align: center;
}

hr{
    width: 10%;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #940e05;
}

.servicesRow{
	margin-top: 2%;
	margin-bottom: -3.5%;
	display: flex;
	justify-content: space-between;
}

@media (min-width: 701px){
	.services .servicesRow:last-of-type{
		justify-content: center;
		gap: 24px;
	}
}

.servicesCol{
	flex-basis: 31%;
	background: #f0d4d9;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px, 12px;
	box-sizing: border-box;
	transition: 0.3s;
}

.servicesCol img{
	padding-top: 5%;
	height: 50px;
	width: 50px;
 }

 .servicesCol h4{
	text-align: center;
	font-weight: 600;
	margin: 10px, 0;
 }

 .servicesCol p{
	color: black;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10%;
 }

 .servicesCol:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
 }

 /* -----About Us section----- */

.aboutUs{
	width: 90%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}

.aboutCol{
	flex-basis: 48%;
	padding: 30px, 2px;
}

.aboutCol img{
	width: 100%;
}

.aboutCol h1{
	padding-top: 0;
	font-size: 24px;
}

.aboutCol p{
	padding: 15px 0 25px;
	text-align: justify;
}

/* -----Work With Us Section----- */
.workWithUs{
	min-height: 70vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.1), rgba(4,9,30,0.1)), url(../Images/WorkWithUs.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

.workWithUs h1{
	color: white;
}

.workWithUs h3{
	color: white;
}

.workWithUsRow{
	margin-top: 2%;
	margin-bottom: -3.5%;
	display: flex;
	justify-content: space-between;
}

.workWithUsCard{	
	flex-basis: 30%;
	width: auto;
	background: #2E4053;
	border-radius: 100px;
	margin: 5%;
	padding: 20px, 12px;
	box-sizing: border-box;
	transition: 0.3s;
	text-align: center;
}

.workWithUsCard img{
	padding: 10%;
	height: 50px;
	width: 50px;
 }

 .workWithUsCard h4{
	text-align: center;
	font-weight: 600;
	margin: 10px, 0;
	color: white;
 }

 .workWithUsCard p{
	color: white;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10%;
 }

 /* -----Contact Us section----- */
 .contactUs{
	min-height: 100vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.1), rgba(4,9,30,0.1)), url(../Images/contactUs.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}

.contactRow{
	display: flex;
	width: 90%;
	margin: auto;
	align-items: center;
}

.contactCol{
	flex-basis: 50%;
	margin-bottom: 30px;
}
.contactCol div{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.contactCol div .fa{
	font-size: 28px;
	color: #f44336;
	margin: 10px;
	margin-right: 30px;
}

.contactCol div p{
	padding: 0;
	color: aqua;
}
.contactCol div h5{
	font-size: 20px;
	color: aqua;
	margin-bottom: 5px;
	font-weight: 400;
}

.contactCol div h5 a{
	color: aquamarine;
}

.contactCol input, .contactCol textarea{
	width: 80%;
	padding: 15px;
	margin-bottom: 17px;
	outline: none;
	border: 1px solid #ccc;
	float: right;
}

.contactCol button{
	float: right;
}

.contactUs h3{
	color: black;
}

/* -----Footer Section----- */

.footer{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.icons .fa{
	color: #f44336;
	margin: 0 13px;
	cursor: pointer;
	padding: 18px 0;
}

.fa-copyright{
	color: #f44336;
}

 /* -----media query section----- */
 
@media(max-width: 700px){

	.titleBox{
		top: 40%;
		height: auto;
		width: 80%;
		padding-bottom: 12px;
	}
	.titleBox h1{
		font-size: 25px;
	}
	.titleBox h3{
		font-size: 12px;
	}
	hr{
		width: 64%;
	}
	.buttonBox{
		height: 4%;
		width: 46%;
		top: 70%;
		flex-direction: column;
	}
	
	.heroBtn{
		margin-top: 1.5%;
	}

	.nav-links ul li{
		display: block;
	}
	
	.nav-links{
		position: absolute;
		background: #c9bdbd;
		height: 100vh;
		width: 200px;
		top: -1000px;
		right: 0;
		text-align: left;
		z-index: 101;
		transition: 1s;
	}

	nav .fa{
		display: block;
		color: black;
		margin: 20px;
		font-size: 22px;
		cursor: pointer;
		text-align: right;
	}

	.nav-links ul{
		padding-top: 0;
		padding-right: px;
		padding-bottom: 0;
	}

	.nav-links ul li{
		padding: 0;
	}

	.servicesRow{
		flex-direction: column;
	}

	.aboutCol h1{
		font-size: 19px;
		padding-top: 10px;
	}

	.workWithUs h1{
		font-size: 19px;
		padding-top: 10px;

	}

	.workWithUsRow{
		flex-direction: column;
	}

	.contactRow{
		flex-direction: column;
	}
}
