/* Body */
body.home-partner {
	padding-top: 80px;
}

body.jobad-partner {
	background-color: #ffffff !important;
	padding-top: 90px;
}

/*footer*/
.custom-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.jobsskillsfest-footer-visibility {
	width: 100%;
}

.footer-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer-link {
	margin: 0 15px;
	text-decoration: none;
	color: #333;
}

.footer-link:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {

	/* Tablet and mobile breakpoint */
	.col-md-6 {
		flex: 1;
		width: 100%;
		margin-bottom: 20px;
	}

	.col-md-6.col-md-push-1 {
		flex: 1;
		width: 100%;
	}

	.custom-footer {
		flex-direction: column;
		align-items: center;
	}

	.footer-links {
		margin-bottom: 20px;
	}
}

/* Hero */
.jobsskillsfest-hero-container {
	background-color: #ffffff !important;
	padding: 50px 115px;
	margin-top: -30px;
}

.jobsskillsfest-hero-title,
.jobsskillsfest-hero-desc {
	margin: 0;
}

.jobsskillsfest-hero-title {
	font-family: Poppins;
	font-size: 3.4vw;
	font-weight: 600;
	line-height: 4vw;
}

.jobsskillsfest-hero-desc {
	font-family: Lato;
	font-size: 1.2vw;
	font-weight: 400;
	line-height: 2vw;
	margin-top: 10px;
}

.jobsskillsfest-hero-message {
	padding-right: 40px;
	margin-top: 10%;
}

.jobsskillsfest-tab-mobile-visibility {
	display: none;
}


@media only screen and (max-width: 767px) {
	body.home-partner {
		padding-top: 65px
	}

	body.jobad-partner {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.jobsskillsfest-desktop-visibility {
		display: none;
	}

	.jobsskillsfest-tab-mobile-visibility {
		display: block;
	}

	.jobsskillsfest-hero-message {
		padding-right: 0;
		margin-top: 30px;
	}

	.jobsskillsfest-hero-title {
		font-size: 24px;
		line-height: 28px;
		padding: 0px 20px;
	}

	.jobsskillsfest-hero-desc {
		font-size: 16px;
		line-height: 26px;
		padding: 0px 20px;
	}

	.jobsskillsfest-hero-container {
		padding: 60px 0px 30px 0px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body.home-partner {
		padding-top: 55px
	}

	.jobsskillsfest-desktop-visibility {
		display: none;
	}

	.jobsskillsfest-tab-mobile-visibility {
		display: block;
	}

	.jobsskillsfest-hero-message {
		padding-right: 0;
		margin-top: 30px;
	}

	.jobsskillsfest-hero-title {
		font-size: 36px;
		line-height: 40px;
	}

	.jobsskillsfest-hero-desc {
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
	}

	.jobsskillsfest-hero-container {
		padding: 50px 50px 50px 50px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}

	.footer-link-tablet {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}
}