@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap');

html.js {
	margin-top: 0 !important;
}

.et_fixed_nav.et_show_nav div#page-container {
	padding-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Francois One', sans-serif;
}

body,
p {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}

header#main-header {
	display: none;
}

main {
	background: #f5f7f7;
}

.page-template-seo-audit {
	padding-top: 0;
}

.side-bar-menu {
	overflow: auto;
	position: sticky;
	top: 0;
	height: 100vh;
	border-right: 1px solid #dee2e6;
}

.sidebar a {
	background: #f5f7f7;

}

.sidebar a:last-child {
	border-bottom: 1px solid #dee2e6 !important;
}

.sidebar a:first-child {
	border-top: 1px solid #dee2e6 !important;
}

.list-group-item.active {
	background: #fff;
	color: #000;
	border-color: #dee2e6;
}

.main-session {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.first-section {
	background: #000;

}

.wrapper-1 img {
	width: 100%;
}

.project-info {
	background: #fbd206;
	padding: 17px;
	padding-left: 43px;

}

.project-info p {
	font-size: 15px;
	color: #000;
	margin: 0;
	padding: 2px;
}

.project-info h1 {
	font-size: 44px;
	text-transform: uppercase;
}

.logo-img {
	margin: auto 0;
}

.logo-img img {
	width: 79%;
	margin: auto 24px;
	;
}

.first-section .row {
	background: #000;
	margin-inline: 0;
}

.sub-heading {
	font-size: 20px;
	line-height: 38px;
	font-weight: 500;
	color: #004053;
	margin-bottom: 8px;
	padding-bottom: 0;
}

.titles {
	color: #fbd206;
	font-size: 44px;
	font-family: "Francois One";
	line-height: 36px;
	text-transform: uppercase;
}

.section {
	background: #fff;
	padding: 70px;
	box-shadow: 0 0 3px #999;
}

.section ul {
	list-style: disc;
}

p {
	padding: 0;
}

.section ol {
	list-style: decimal;
}

.section ol li {
	padding-bottom: 12px;
}

.section .h6-subheading {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 4px;
	margin: 0;
}

.section .h3-subheading {
	font-size: 27px;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 6px;
}

.timeframe {
	width: 100%;
	text-align: center;
}

.timeframe th {
	text-transform: uppercase;
	background: rgb(251, 210, 6);
	padding-block: 8px;
	color: #fff;
	font-size: 15px;
}

.timeframe tr {
	border-bottom: 1px solid rgb(193, 193, 193);

}

.timeframe tr td {
	font-size: 15px;

}

.timeframe tr:nth-child(2n+1) td {
	background: #ededed;
}

.budget {
	width: 100%;
}

.budget tr th {
	background: #fbd206;
	color: #fff;
	padding: 7px
}

.investment tr th:not(:first-child) {
	text-align: center;
}

.budget tr td {
	padding: 7px
}

.budget.investment tr td {
	vertical-align: top;
	border-bottom: 1px solid #e6e6e6;
}

.budget tr:first-child td {
	background: #ededed;
	color: #000;

}

/* .budget tr:last-child td {
	background: #000;
	color: #fff;
	font-size: 14px;
} */
.budget tr.total td {
	background: #000;
	color: #fff;
	font-size: 14px;
	border: 0;
}

.budget tr td:last-child,
.budget tr th:last-child {
	text-align: right;
}

.section .our-team h5 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.section .our-team h6 {
	padding-bottom: 0;
}

.my-business {
	font-size: 1.5rem;
	line-height: 1.3;
}

#video {
	width: 100%;
	height: 450px;
}
a.overview-mail:hover {
    color: #fbd206 !important;
}

@media (max-width: 991px) {
	.main-session {
		width: 90%;
	}

	.project-info {
		padding: 12px;
	}

	.project-info h1 {
		font-size: 36px;
	}

	.section {
		padding: 40px 30px;
	}

	.titles {
		font-size: 40px;
		line-height: 46px;
	}

	#video {
		height: 260px;
	}
}

@media (max-width: 767px) {
	.hamburger {
		display: inline-block;
		transition: all 0.7s ease;
		margin-top: 1rem;
		margin-left: 0.75rem;
	}

	.hamburger div {
		width: 26px;
		height: 3px;
		background: #000;
		margin-bottom: 5px;
		transition: all 0.3s ease;
		border-radius: 4px;
	}

	.close div:first-child {
		transform: translateY(8px) rotate(45deg);
	}

	.close div:nth-child(2) {
		width: 0;
		opacity: 0;
	}

	.close div:last-child {
		transform: translateY(-8px) rotate(-45deg);
	}

	.section ul,
	.section ol {
		padding-left: 1rem;
	}

	.sidebar {
		display: none;
	}

	.side-bar-menu {
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #f5f7f7;
		box-shadow: 0 2px 4px #0000000d;
		z-index: 9;
	}

	.main-session {
		width: 100%;
		margin-top: 3rem;
	}

	.project-info h1 {
		font-size: 32px;
	}

	.logo-img {
		text-align: center;
	}

	.logo-img img {
		width: 80%;
		margin: 0;
	}

	.section {
		padding: 30px 20px;
	}

	.titles {
		font-size: 30px;
		line-height: 38px;
	}

	.overview {
		margin-top: 1rem;
	}

	.section .h3-subheading {
		font-size: 24px;
		line-height: 30px;
	}
}