@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");

.home-about {
	height: 100vh;
	position: relative;
	overflow: hidden !important;
}

.video {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
/* Navbar */

.Navbar_new {
	z-index: 1;
	position: absolute;
	width: 100%;
	padding: 0% 7%;
	border-bottom: 1px solid rgba(230, 234, 238, 0.1);
	background: rgba(0, 0, 0, 0.5);
}
.Navbar_brand > img {
	width: 60px;
	height: 55px;
	display: flex;
	flex-direction: column;
	transition: all 1s;
}
.Navbar_brand > img:nth-child(1) {
	transform: translateY(5px);
}
.Navbar_brand > img:nth-child(1) + img:nth-child(2) {
	height: 10px;
	opacity: 0;
}
.Navbar_brand > img:nth-child(1):hover {
	transform: translateY(0px);
}
.Navbar_brand > img:nth-child(1):hover + img:nth-child(2) {
	height: 10px;
	display: block;
	opacity: 1;
	transform: translateY(0px);
}
.Navbar_links {
	max-width: 100%;
}
.nav_link {
	display: flex;
	/* align-items: center; */
	font-size: 12px;
	padding: 4% 0%;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0.74px;
	color: #fff;
	opacity: 1;
	font-weight: 100;
	text-transform: uppercase;
	opacity: 0.5;
	cursor: pointer;
	white-space: nowrap;
}
.nav_link > a {
	color: #fff;
}
.active {
	border-bottom: 2px solid #0751bf;
	opacity: 1;
}
.Navbar_button > a > button {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 10px 25px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
	background: transparent;
	color: #fff;
	cursor: pointer;
}
.Navbar_button > a > button:hover {
	background-color: #fff;
	color: #000;
}
.Navbar_toggler {
	width: 30px;
	display: none;
	cursor: pointer;
}
.nav_link:hover {
	opacity: 1;
}
@media screen and (max-width: 1200px) {
	.nav_link {
		font-size: 10px;
	}
}
@media screen and (max-width: 900px) {
	.Navbar_links {
		display: none !important;
	}
	.Navbar_button > a > button {
		display: none;
	}
	.Navbar_toggler {
		display: block;
	}
}
.landing-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding-left: 6.8%;
	padding-bottom: 40px;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.5354516806722689) 56%,
		rgba(0, 0, 0, 0) 100%
	);
}

.togg {
	position: fixed;
	z-index: 100;
	right: 0;
	animation: togg 1s linear;
	width: 50px;
	margin-top: 20px;
	margin-right: 118px;
	transition: all 2s;
}

@keyframes togg {
	0% {
		transform: translateX(200px);
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	70% {
		transform: translateX(0px);
		opacity: 1;
	}
}

#togg {
	display: none;

	transition: all 0.5s;
}

.play-btn {
	content: url(../../Assets/images/videoicon.svg);
	height: 20px;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	display: flex;
	margin-right: 19px;
	transition: content 1s;
}

.play-btn:hover {
	content: url(../../Assets/images/videoicon2.svg);
}

.landing-content h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 3.125em;
}

.we-call {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	color: #d8d4ed;
	letter-spacing: 1.5px;
	font-size: 1.3rem;
}

.overlay-inner {
	display: flex;
}

.overlay-inner button {
	color: #fff;
	background: transparent;
	width: 200px;
	height: 60px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 00.74px;
	font-weight: 500;
}

.overlay-inner button:hover {
	background-color: #fff;
	color: #000;
}

/* header */

/* 
  .logo {
      width: 96px;
      filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
  } */
.navbar-brand {
	display: flex;
	flex-direction: column;
}

.logo {
	margin-top: 15px;
}

.navbar-toggler {
	z-index: 1000;
}

.navbar-brand > img:nth-child(2) {
	margin-top: 10px;
	opacity: 0;
	transition: all 0.6s;
}

.navbar-brand > img:hover + img:nth-child(2) {
	opacity: 1;
	transform: scale(1.1);
}

.ca {
	border-right: none;
}

#mapaddress {
	height: 100vh;
}

.icon-scroll {
	display: none;
}

.navbar {
	z-index: 100;
	height: 95px;
	padding-left: 6%;
	padding-right: 6%;
	border-bottom: 2px solid rgba(230, 234, 238, 0.1);
	background: rgba(0, 0, 0, 0.5);
}

.card-body-3 {
	height: 425px;
	padding-top: 133px;
	font-family: "Poppins", sans-serif;
	margin-left: auto;
	margin-right: auto;
}

/* section-1 */
.about-section-one {
	height: 58vh;
	background-color: #fff;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	30% {
		transform: translateY(60px);
		opacity: 0.5;
	}
}

svg #wheel {
	animation: scroll ease 2s infinite;
}

*::before,
*::after {
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.icon-scroll,
.icon-scroll:before {
	position: relative;
	left: 50%;
}

.icon-scroll {
	width: 20px;
	height: 30px;
	margin-left: -20px;
	bottom: 50px;
	margin-top: -35px;
	z-index: 4;
	border-radius: 25px;
	position: absolute;
}

.design-section-one {
	background: #fff 0% 0% no-repeat padding-box;
}

.design-section-one > div {
	letter-spacing: 3.6px;
	color: #0751bf;
	opacity: 1;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
}

.design-section-one > h1 {
	width: 70%;
	letter-spacing: 0.4px;
	color: #050505;
	text-transform: capitalize;
	opacity: 1;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.design-section-one > p {
	width: 90%;
	color: #6a6a6a;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
}

.div-section-two {
	background-color: #000;
	background-image: url("../../Assets/images/Connect/Mask\ Group\ 38178.png");
	height: 120vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.markings {
	width: 24px;
	height: 24px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #ffffff8b;
	opacity: 1;
	border-radius: 50%;
}

.design-section-two {
}

.div-section-two > div:nth-child(2) {
	margin-top: 300px;
}

.div-section-two > div:nth-child(3) {
	margin-top: 120px;
}

.div-section-two > div:nth-child(4) {
	margin-top: 360px;
	margin-right: -100px;
}

.div-section-two > div:nth-child(5) {
	margin-top: 420px;
	margin-left: 140px;
}

.div > .kontain {
	margin-left: 7%;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 24px;
}

.kontain > p {
	color: #fff;

	letter-spacing: 3.6px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 1;
}

.kontain > button {
	width: 360px;
	height: 110px;
	background: #414141;
	color: #fff;
	border: 1px solid #ffffff72;
	opacity: 1;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	margin-bottom: 10px;
}

.form-container {
	height: 100vh;
}

#mapaddress {
	padding-left: 5%;
}

.contact-us {
	height: 23px;
	font-size: 16px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 3.6px;
	color: #0751bf;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 50px;
}

.container-medium > p {
	width: 430px;
	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
	padding-top: 30px;
}

.form-container > .container-medium > div > div > input {
	width: 406px;
	height: 61px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #e5e5e7;
	opacity: 1;
	margin-right: 70px;
}

.form-container > .container-medium > div > input {
	width: 850px;
	height: 398px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #e5e5e7;
	opacity: 1;
}

.container-medium {
	margin-left: 6.4%;
}

.header {
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	position: absolute;
	width: 100%;
}

.form-label {
	font-size: 18px;
	color: var(--unnamed-color-050505);
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 3.6px;
	color: #050505;
	text-transform: uppercase;
	opacity: 1;
}

input::placeholder {
	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #b9b9b9;
	opacity: 1;
}

.map-section > img {
	width: 100%;

	margin-top: 67px;
}

.map-section {
	background-color: #f6f5ee;
	/* padding-bottom: 200px; */
	-moz-transform: scale(0.6);
}

.map-section > p {
	padding-left: 7%;
	padding-top: 7%;
	/* UI Properties */
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	text-align: left;
	letter-spacing: 3.6px;
	color: #050505;
	text-transform: uppercase;
	opacity: 1;
}

.card-add {
	width: 415px;
	height: 220px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #b1b1b1;
	opacity: 1;
	backdrop-filter: blur(21px);
	-webkit-backdrop-filter: blur(21px);
}

.card-header-add {
	width: 415px;
	height: 70px;
	background: #1269b4 0% 0% no-repeat padding-box;
}

.card-header-add {
	text-align: left;
	color: #fff;
	letter-spacing: 3px;
	padding: 1rem;
}

.card-add {
	text-align: left;
	font-family: "Poppins", sans-serif;
	color: #414141;
	padding: 2rem;
	font-size: 18px;
	line-height: 30px;
}

.card-add > b {
	font-weight: 800;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

#mapaddress {
	height: 600px;
	overflow: scroll;
}

.over-width-scroll {
	height: 300px;
	z-index: 1;
	margin-top: -100px;
	position: relative;
	background: rgb(246, 245, 238);
	background: linear-gradient(
		0deg,
		rgba(246, 245, 238, 1) 0%,
		rgba(246, 245, 238, 0.4654236694677871) 100%
	);
}

#mapaddress::-webkit-scrollbar {
	width: 5px;
	overflow-y: scroll;
}

.send-msg {
	height: 46px;
	width: 169px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #0751bf;
	border: none;
}

/* footer */
.footer {
	position: relative;
	height: 50vh;
	padding-top: 3.75rem;
	width: 100%;
	background-color: #f8f8f8;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
}

.footer a:link,
.footer a:visited {
	color: #000;
	text-decoration: none;
	transition: color 300ms ease-in-out;
}

.footer a:hover {
	color: #0751bf;
}

.footer__logo {
	margin: 0 9.0625rem;
	display: block;
	width: 3.4375rem;
	margin-bottom: 1.25rem;
}

.footer-logo img {
	width: 100%;
}

.footer__container {
	margin: 0 9.0625rem;
	display: flex;
	justify-content: space-between;
	padding-bottom: 5.25rem;
}

.footer address {
	font-style: normal;
}

.footer__address address {
	margin-bottom: 1.75rem;
}

.footer__address p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.footer__links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.3125rem;
	font-size: 1rem;
	font-weight: bold;
}

.footer__mail p {
	font-weight: bold;
}

.footer__mail address {
	margin: 0.5rem 0 2.125rem;
}

.footer__social__links p {
	font-weight: bold;
	padding-bottom: 1rem;
}

.social_icon {
	display: inline-block;
}

.social_icon:not(:last-child) {
	margin-right: 0.375rem;
}

.footer__copyrights {
	width: 75%;
	margin: 0 auto;
	padding: 1.625rem 0;
	border-top: 1.5px solid #ebebeb;
	color: rgba(0, 0, 0, 0.55);
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 1020px) {
	.footer__logo {
		margin: 0 auto 1rem;
	}

	.icon-scroll {
		display: none;
	}

	.footer__container {
		flex-direction: column;
		margin: 0 3rem;
		align-items: center;
		text-align: center;
	}

	#mapaddress {
		margin-top: 40px;
	}

	.footer__address {
		margin-top: 3rem;
	}

	.footer__links {
		align-items: center;
	}

	.list1 {
		order: -2;
	}

	.list2 {
		order: -1;
		margin-top: 1.3125rem;
	}

	.footer__social {
		margin-top: 3rem;
	}

	#mapaddress {
		padding-left: 0%;
	}

	.connect-a {
		display: none;
	}

	.togg {
		margin: 30px;
	}

	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px !important;
	}

	.menu-list > li {
		margin-top: 25px !important;
	}

	.kontain > button {
		width: 100%;
	}

	.fom {
		width: 80%;
	}

	.form-container > .container-medium > div > div > input {
		width: 300px;
	}

	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

	.menu-list > li {
		margin-top: 25px !important;
	}

	#togg {
		margin-right: 20px;
	}

	.connect-a {
		display: none;
	}

	.landing-content > h2 {
		font-size: 40px;
	}

	.we-call {
		font-size: 16px;
	}
}

.headers {
	position: fixed;
	z-index: 100;
	display: none;
	top: 0;
	height: 100%;
	background-color: #181818;
}

.header-list {
	color: #fff;
	background-color: #181818;
	width: 100%;
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

.header-icon {
	right: 20 !important;
	top: 24;
	position: absolute;
}

.menu-list {
	list-style: none;
	margin-top: 3%;
	/* justify-content: flex-end;
      align-items: right;
      position:absolute;
      right: 100; */
	float: right;
	margin-right: 100px;
}

.menu-list > li > a::before {
	content: url(../../Assets/images/circle.svg);
	font-size: 17px;
	fill: #fff;
	margin: 0;
	color: #fff;
	opacity: 0;
}

.menu-list > li > a:hover::before {
	margin-right: 24px;
	opacity: 1;
	transition: all 1s;
}

.menu-list > li > a:hover {
	color: #fff;
	margin: 0;
}

.menu-list > li > a {
	font-size: 20px;
	color: #585858;
	margin-left: -20px;
	transition: margin 1s;
}

.menu-list {
	width: 200px;
}

.menu-list > p {
}

.menu-list {
	height: 830px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.menu-list > li {
	margin-top: 60px;
}

.social-container-icons > img {
	margin-right: 20px;
}

* {
	box-sizing: border-box;
}

@media (-webkit-device-pixel-ratio: 1.5) {
	.navbar {
		height: 70px;
	}

	.nav-link {
		font-size: 8px;
		padding-bottom: 25px;
		margin-top: 40px;
	}

	.nav-link-sub {
		font-size: 8px;
		padding-bottom: 20px;
		margin-top: 25px;
	}

	.connect {
		width: 100px;
		height: 30px;
		font-size: 8px;
	}

	.nav {
		height: 60px !important;
	}

	.navbar-brand {
		width: 60px;
	}

	.landing-content {
		padding-bottom: 30px;
	}

	.landing-content > h2 {
		font-size: 30px;
	}

	.togg {
		width: 50px;
	}

	.we-call {
		font-size: 14px;
		width: 40%;
		padding-top: 00px;
		padding-bottom: 15px !important;
	}

	.section-three {
		height: 120vh;
	}

	.pip-component {
		margin-top: 8px;
	}

	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

	.menu-list > li {
		margin-top: 25px;
	}
}

@media (-webkit-device-pixel-ratio: 2) {
	.Navbar_links {
		/* width: 48% !important; */
	}
	.form-container > .container-medium > div > div > input {
		margin-right: 20px;
		width: 383px;
	}

	.form-container > .container-medium > div > div > input::placeholder {
		padding-left: 10px;
	}

	.navbar {
		height: 85px;
	}

	.nav-link {
		font-size: 12px;
	}

	.connect {
		width: 110px;
		height: 40px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.navbar-brand {
		width: 70px;
	}
}

.header-icon {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 115px;
	margin-top: 20px;
}

.header-icon:hover {
	background-color: #000;
}

@media screen and (max-width: 1024px) {
	.header-icon {
		margin: 30px;
	}
	.we-call {
		width: 90% !important;
	}
}

@media screen and (width: 1366px) {
}

.togg {
	opacity: 50%;
	cursor: pointer;
}
.togg:hover {
	opacity: 100%;
}
@media screen and (width: 1536px) {
}

.foot_of_page {
	background-color: #f8f8f8;
	font-family: "Poppins", sans-serif;
}
.foot_row {
	display: flex;
	padding: 5% 7%;
	justify-content: space-between;
}
.bor {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	margin: 0 7%;
}
.copyright {
	text-align: center;
	padding: 20px;
	justify-content: center;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.55);
}
.foot_col_two {
	display: flex;
}
.foot_col_two > ul:nth-child(2) {
	margin-left: 30px;
}
.foot_col_two > ul > li {
	list-style: none;
	padding-top: 20px;
	font-size: 12px;
}
.foot_col_two {
	margin-top: 3%;
}
.foot_col_two > ul > li > a {
	color: #000;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}
.foot_col_two > ul > li > a:hover {
	color: #0751bf;
}
.foot_mail > p {
	font-size: 12px;
}
.foot_social_links > p {
	font-size: 12px;
}
.foot_address > p {
	font-size: 12px;
	line-height: 20px;
}
.foot_col_three {
	margin-top: 5%;
}

.foot_social_links > a > img {
	width: 30px;
	height: 30px;
}
.foot_logo > img {
	width: 50px;
}
.foot_col_one > a {
	font-size: 12px;
	color: #0751bf;
}
@media screen and (max-width: 720px) {
	.foot_col_two {
		display: block;
	}
	.foot_row {
		display: block;
	}
	.foot_of_page {
		text-align: center;
	}
	.foot_col_two > ul:nth-child(2) {
		margin-left: 0px;
	}
}

.map_container {
	padding: 5% 7%;
}
.map_img_container > img {
	width: 100%;
}
.map_container > p {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	text-align: left;
	letter-spacing: 3.6px;
	color: #050505;
	text-transform: uppercase;
	opacity: 1;
	font-size: 14px;
}

.Address_container {
	width: 30vw;
}
.address_button {
	padding-left: 50px;
	padding-right: 50px;
	background-color: #414141;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}
.address_button_active {
	background-color: #0751bf;
	cursor: pointer;
}
.address_button > p {
}

.Address_view_container {
}
.address_view_section {
	display: flex;
	margin: 5% 7%;
}

.add_header {
	background: #1269b4 0% 0% no-repeat padding-box;
}
.add_header > p {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #fff;
	padding: 20px;
	letter-spacing: 2px;
	font-size: 12px;
}
.add_card_body {
	width: 100%;
	padding: 0px 20px;
}
.add_card_body > p {
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	color: #414141;
}
.add_card_body > p:nth-child(2) {
	font-size: 12px;
	letter-spacing: 1px;
}
.add_card {
	margin-left: 5%;
	border: 1px solid #b1b1b1;
	width: 30vw;
}
.Address_view_container {
	margin-bottom: 5%;
}
.scroll_container {
	height: 50vh !important;
	width: 80vw;
	overflow-y: scroll;
	/* width: 100%; */
	scrollbar-width: none;
	margin-left: 5%;
}
.scroll_container::-webkit-scrollbar {
	width: 0px;
}
.scroll_container::-webkit-scrollbar-track {
	background-color: #fff;
}
.scroll_container::-webkit-scrollbar-thumb {
	background: #4e4e4e;
	border-radius: 30px;
}
@media screen and (max-width: 1000px) {
	.add_card {
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	.address_view_section {
		display: block;
	}
	.Address_container {
		width: 80vw;
		margin-left: auto;
		margin-right: auto;
	}
	.add_card {
		width: 80vw !important;
		margin-left: auto;
		margin-right: auto;
	}
}

.linked_in {
	content: url("../../Assets/images/linked-in\ normal.svg");
}
.linked_in:hover {
	content: url("../../Assets/icons/In.svg");
}

.Cut_shot {
	content: url("../../Assets/images/cut-shot.svg");
}
.Cut_shot:hover {
	content: url("../../Assets/icons/cut_shot_original.svg");
}

/* navbar */
.menu-list > li > a {
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 10px;
	margin-top: 10px;
}

.menu-list > li {
	margin-top: 25px;
}

@media screen and (max-width: 1536px) {
	.navbar {
		height: 75px;
	}
	.nav-link {
		font-size: 10px;
		padding-bottom: 30px;
		padding-top: 10px;
	}
	.connect {
		font-size: 10px;
		letter-spacing: 1px;
	}
	.navbar-brand {
		width: 60px;
	}
	.landing-content > h2 {
		font-size: 30px;
	}
	.we-call {
		font-size: 16px;
	}
}

@media screen and (width: 1366px) {
	.navbar {
		height: 75px;
	}
	.nav-link {
		font-size: 10px;
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.connect {
		font-size: 10px;
		letter-spacing: 1px;
	}
	.navbar-brand {
		width: 60px;
	}

	/* .design-section-two {
    zoom: 67%;
  } */

	.about-section-two > .row > .col {
		height: 84vh;
		padding-bottom: 20px;
		overflow: hidden;
	}

	.hidden-content {
		width: 100%;
		margin-top: 110px !important;
	}

	/* .Entrepreneurship {
    zoom: 67%;
  } */

	.landing-content {
		padding-bottom: 30px;
	}
}
