/* Google Font added */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

/* Fontawesome added */
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* ---- Generic css ---- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::after,
::before {
	box-sizing: inherit;
}

html {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	text-rendering: optimizeLegibility;
}

/* ---- Utility css ---- */
a {
	text-decoration: none;
	text-transform: uppercase;
}

li {
	list-style: none;
}

/* ---- Header Start ---- */

#header {
	width: 100%;
	background-color: #151416;
}

.navbar {
	width: 100%;
	height: 50px;
	position: fixed;
	overflow: hidden;
	top: 0;
	z-index: 300;
	background-color: #151416;
}
.nav-holder {
	width: 90%;
	height: 12vh;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-container {
	display: none;
}

.hamburger i {
	font-size: 1.8rem;
	color: #fff;
}

.raw-logo {
	height: 80%;
}

.raw-logo img {
	height: 100%;
	cursor: pointer;
}

/* ---- Header End ---- */

/* ---- Main Start ---- */
#main {
	margin-top: 48px;
	width: 100%;
	min-height: calc(100vh - 10vh);
}

.banner {
	width: 100%;
	height: 50vh;
	background-color: #151416;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-img {
	background-color: #151416;
	width: 100%;
	height: 40vh;
	background-image: url("../images/banner.jpeg");
	background-position: center;
	background-size: cover;
	position: relative;
	/* background-color: blue; */
}

.banner-img::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
}

.banner-title {
	width: 100%;
	height: 12vh;
	text-align: center;
	padding: 12px;
	color: #fff;
	/* background-color: yellow; */
}

/* about section start */
.title-lineover {
	position: relative;
}

.title-lineover:not(.left) {
	text-align: center;
}

.title-lineover:not(.left):after {
	left: 50%;
	transform: translateX(-50%);
}

.title-lineover:after {
	content: "";
	width: 80px;
	background: #e34636;
	height: 2px;
	top: -22px;
	position: absolute;
}

.about {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about-title {
	width: 80%;
	margin-bottom: 20px;
	text-align: center;
}

.about-text {
	font-size: 1.05rem;
	line-height: 1.5rem;
	text-align: center;
}

.gallery {
	width: 100%;
	min-height: 100vh;
	margin-top: 25px;
}

.gallery-box {
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
	background-position: center;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

.gallery-box:last-child {
	margin-bottom: 0;
}

.one {
	background-image: url("../images/1.jpeg");
}

.two {
	background-image: url("../images/2.jpeg");
	background-position: top;
}

.three {
	background-image: url("../images/3.jpeg");
}

.four {
	background-image: url("../images/4.jpeg");
}

.five {
	background-image: url("../images/5.jpeg");
}

/*  about section end  */

/* browse section start */

.job-Section {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f6f8f8;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.browse-title {
	width: 80%;
	margin-bottom: 20px;
	text-align: center;
}

.browse-section {
	width: 100%;
}

.browse-section h3 {
	margin-bottom: 10px;
}

.browse-section #departments {
	width: 100%;
	padding: 12px;
	font-size: 1rem;
	cursor: pointer;
}

.text-right {
	width: 100%;
	margin-top: 18%;
	text-align: right;
}

.text-right p {
	font-size: 0.9rem;
}

.text-right span {
	font-weight: 600;
}
/* ------------------- */
.job-SearchOutput {
	width: 100%;
	padding-bottom: 10%;
}

.job-section {
	display: flex;
	flex-direction: column;
}

.job-section h2 {
	padding: 15px 0;
}

.job-SectionRow {
	padding: 15px 0;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.job-SectionRow:last-child {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.job-left {
	padding: 14px 0px;
	color: #0769d9;
	cursor: pointer;
}

.job-right span {
	font-size: 0.9rem;
}

.job-right {
	padding-bottom: 10px;
}

/* ---- Main End ---- */

/* ---- Footer start ---- */

#footer {
	width: 100%;
	background-color: #151416;
	color: #fff;
	padding: 12% 8%;
}

.footer-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-top h2 {
	width: 92%;
	text-align: center;
	font-weight: 600;
}

.footer-top a {
	padding: 14px 38px;
	background-color: #439ee5;
	color: #fff;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 600;
}

.footer-top * {
	padding-bottom: 10%;
}

.social-icons {
	margin-top: 15%;
	width: 100%;
	cursor: pointer;
}

.social-icons ul {
	font-size: 1.2rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 50%;
	margin: 0 auto;
}

.privacy {
	margin: 7% auto 0;
	width: 100%;
}

.privacy ul {
	font-size: 0.89rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 240px;
	margin: 0 auto;
}

.privacy a {
	color: #fff;
	text-transform: capitalize;
}
.privacy a:hover {
	text-decoration: underline;
}

.copyright {
	margin-top: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.copyright h4 {
	text-align: center;
	font-size: 0.7rem;
	font-weight: normal;
	margin-bottom: 8%;
}

.copyright img {
	width: 22%;
	height: 15%;
}
/* ---- Footer End ---- */

/*---------------------------------------------------------------*/
/* * ----- MEDIA QUERIES ----- */
@media only screen and (min-width: 376px) and (max-width: 545) {
	.privacy {
		width: 100%;
	}

	.privacy ul {
		width: 240px;
	}
}

@media only screen and (min-width: 545px) {
	/* ---- Header Start ---- */
	.navbar {
		width: 94%;
		height: 10vh;
	}

	.raw-logo {
		height: 100%;
	}
	/* ---- Header End ---- */

	/* ---- Main Start ---- */

	.banner {
		height: 20vh;
		position: relative;
	}

	.banner-img {
		width: 96%;
		height: 42vh;
		position: absolute;
		top: 5px;
		z-index: 1;
	}

	.banner-title {
		position: absolute;
		top: 92%;
		z-index: 2;
		font-size: 1.7rem;
	}

	/* about section start */
	.about {
		/* padding: 25% 20px 8%; */
		margin-top: 150px;
	}

	.about-title h1 {
		font-size: 1.8rem;
	}

	.about-text {
		width: 70%;
	}

	.gallery {
		width: 100%;
		min-height: 65vh;
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		grid-template-rows: repeat(8, 1fr);
		grid-gap: 5px;
		padding: 15px 0;
	}

	.gallery-box {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		background-position: center;
		background-size: cover;
	}

	.one {
		grid-column: span 3;
		grid-row: span 8;
		background-image: url("../images/1.jpeg");
	}

	.two {
		grid-column: span 2;
		grid-row: span 5;
		background-image: url("../images/2.jpeg");
		background-position: top;
	}

	.three {
		grid-column: span 2;
		grid-row: span 4;
		background-image: url("../images/3.jpeg");
	}

	.four {
		grid-column: span 2;
		grid-row: span 4;
		background-image: url("../images/4.jpeg");
	}

	.five {
		grid-column: span 2;
		grid-row: span 3;
		background-image: url("../images/5.jpeg");
	}
	/* about section end */

	/* browse section start */
	.browse-title h1 {
		font-size: 1.8rem;
		margin-top: 4%;
	}

	.job-Section {
		padding: 40px 20px 10px;
	}

	.browse-section {
		margin-bottom: 5%;
	}

	.browse-section #departments {
		padding: 18px;
		font-size: 1.2rem;
		cursor: pointer;
	}

	.job-SectionRow {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.job-right {
		padding: 0;
	}

	.job-SearchOutput {
		padding-bottom: 10%;
		position: relative;
	}

	.text-right {
		margin-top: 3%;
		position: absolute;
	}
	/* browse section end */

	/* ---- Main End ---- */

	/* ---- Footer Start ---- */
	#footer {
		padding: 12% 3% 8%;
	}

	.footer-top h2 {
		width: 100%;
		font-size: 1.8rem;
		padding-bottom: 6%;
	}

	.footer-bottom {
		margin-top: 10%;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}

	.social-icons {
		width: 18%;
		margin-top: 0;
	}

	.social-icons ul {
		width: 100%;
		justify-content: space-between;
	}

	.privacy {
		width: 240px;
		margin: 0;
	}

	.privacy ul {
		width: 100%;
	}

	.copyright {
		margin-top: 3%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.copyright img {
		width: 10%;
	}

	.copyright h4 {
		margin-bottom: 3%;
	}
	/* ---- Footer End ---- */
}

@media only screen and (min-width: 768px) {
	/* ---- Footer Start ---- */

	.privacy {
		margin: 0;
		width: 240px;
	}
	/* ---- Footer End ---- */
}

@media only screen and (min-width: 1024px) {
	/* ---- Header End ---- */

	.hamburger {
		display: none;
	}

	.navbar {
		width: 98%;
		height: 10vh;
	}

	.nav-container {
		display: block;
	}

	.nav-container {
		width: 58%;
		font-size: 0.8rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav-links {
		color: #fff;
	}

	.nav-items:hover {
		text-decoration: underline;
	}
	.nav-items:last-child {
		text-decoration: none;
	}

	.nav-items .btn {
		padding: 14px 38px;
		background-color: #439ee5;
		color: #fff;
		border-radius: 50px;
		font-size: 0.9rem;
	}

	.nav-items .btn:hover {
		opacity: 0.9;
	}

	.banner-img {
		width: 98%;
	}

	/* ---- Header End ---- */

	/* ---- Main Start */

	/* about section start */
	.about {
		margin-top: 200px;
	}
	/* about section end */

	/*  Main End */
}

@media only screen and (min-width: 1024px) {
	/* ---- Header Start ---- */

	#header {
		padding: 16px 0;
	}

	.container {
		width: 90%;
		margin: 0 auto;
	}

	.banner-img {
		width: 88%;
		height: 52vh;
	}

	.navbar {
		width: 100%;
		height: 80px;
	}
	/* ---- Header End ---- */

	/* ---- Main Start ---- */

	/* about sections start */
	.about {
		margin-top: 250px;
	}

	.about-text {
		width: 61%;
		font-size: 1.1rem;
	}

	/* about sections start */

	.gallery {
		width: 90%;
	}

	.job-Section {
		padding: 40px 90px 10px;
	}

	.gallery {
		min-height: 75vh;
	}
	/* ---- Main End ----  */

	/* ---- Footer Start ----  */

	#footer {
		padding: 8% 6% 4%;
	}

	.footer-top h2 {
		font-size: 2rem;
		padding-bottom: 4%;
	}

	.footer-top a {
		font-size: 0.9rem;
	}
	.footer-top a:hover {
		opacity: 0.9;
	}

	.social-icons {
		width: 12%;
	}

	.social-icons ul {
		font-size: 1.3rem;
	}

	.privacy ul {
		font-size: 0.9rem;
	}

	.copyright {
		margin-top: 2%;
	}

	.copyright h4 {
		font-size: 0.8rem;
	}

	.copyright img {
		width: 6%;
	}
	/* ---- Footer End ----  */
}
