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

/* Navbar */

.Navbar_new {
	z-index: 100;
	width: 100%;
	padding: 0% 7%;
	border-bottom: 1px solid rgba(230, 234, 238, 0.1);
	background: rgba(0, 0, 0, 0.4);
	position: relative;
}
.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;
	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.7;
	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: 600;
	font-size: 12px;
	padding: 10px 25px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
	background: transparent;
	color: #fff;
	cursor: pointer;
}
.Navbar_toggler {
	width: 30px;
	display: none;
	cursor: pointer;
}
.nav_link:hover {
	opacity: 1 !important;
}
.Navbar_button > a > button:hover {
	background-color: #fff;
	color: #000;
}
@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;
	}
}
/* home */

.home-about {
	height: 100vh;
	position: relative;
}

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

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6);
}

.landing-content {
	width: 100%;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding-left: 7%;
	padding-bottom: 100px;
	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%
	);
}

.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 h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 50px;
}

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

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

.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: 600;
	letter-spacing: 00.74px;
	font-weight: 500;
}

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

/* header */

/* sub Navbar */

.nav-link-sub {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.74px;
	color: #f1f1f1;
	opacity: 0.5;
	font-weight: 100;
	text-transform: uppercase;
	/* padding-left: 80px; */
	font-size: 12px;
	margin-left: 2%;
	margin-top: 2%;
	padding-bottom: 1%;
	text-decoration: none;
	position: obsolute;
}

.nav-link:hover {
	color: #fff;
	opacity: 1;
	/* transform: scale(1.1); */
}

.nav-link-sub:hover {
	color: #fff;
	opacity: 1;
}

/* Navbar */

.navbar-brand {
	display: flex;
	flex-direction: column;
}

.connect {
	width: 131px;
	height: 36px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
	background: transparent;
	color: #fff;
	font-size: 12px;
}

.connect:hover {
	background-color: #fff;
	color: #000;
}

.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);
}

.nav-link:hover {
	color: #fff;
	opacity: 1;
	/* transform: scale(1.1); */
}

.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.2); */
}

.logo {
	margin-top: 15px;
}

.nav-link {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.74px;
	color: #fff;
	opacity: 0.7;
	font-weight: 100;
	text-transform: uppercase;
	/* padding-left: 80px; */
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 36px;
	margin-top: 50px;
	position: obsolute;
	margin-left: 20px;
}

.nav-link:hover {
	color: #fff;
}

.active {
	border-bottom: 2px solid #0751bf;
	opacity: 1;
}

link {
	color: #fff;
}

.navbar-collapse {
	justify-content: center;
}

/* 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;
}

.about-section-three {
	height: 90vh;
	background: #1d1f22 0% 0% no-repeat padding-box;
	opacity: 1;
}

.about-section-three > .row > .col > h1 {
	width: 70%;
	font-size: 50px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #fff;
	text-transform: capitalize;
	opacity: 1;
}

.header {
	background: rgba(0, 0, 0, 0.9);
}

.about-section-three > .row > .col > p {
	width: 70%;

	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #fff;
	opacity: 1;
	line-height: 30px;
}

.about-section-three > .row > .col > div {
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 3.6px;
	color: #0751bf;
	text-transform: uppercase;
	opacity: 1;
}

.Learn-more {
	font-size: 18px;
	margin-top: 240px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 1.62px;
	color: #2c2525;
	text-transform: uppercase;
	width: 221px;
	height: 69px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
}

.learn-more {
	color: #0751bf;
}

.learn-more > img {
	transform: rotate(180deg);
	transition: all 1s;
}

.learn-more > img:hover {
	translate: 10px;
}

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

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

a {
	text-decoration: none;
}

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

.menu-list {
	list-style: none;
	margin-top: 70px;
	/* 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;
}

.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;
}

.who-we-serve {
	background: #f6f5ee 0% 0% no-repeat padding-box;
}

.who-we-serve > .container > h1 {
	height: 62px;
	font-size: 50px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #050505;

	opacity: 1;
}

.who-we-serve > .container > p {
	width: 74%;

	margin-left: auto;
	margin-right: auto;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
}

.title {
	height: 23px;
	margin-top: 16px;
	margin-bottom: 8px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 3.6px;
	color: #0751bf;
	text-transform: uppercase;
	opacity: 1;
}

.serve-1 > p {
	width: 61%;
	height: 90%;
	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
}

.serve-1 > img {
	width: 91%;
	margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
	.connect-a {
		display: none;
	}

	.togg {
		margin-right: 20px;
	}

	.icon-scroll {
		display: none;
	}

	.home-about {
		height: 100vh;
	}

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

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

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

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

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

	.nav {
		height: 50px;
	}

	.nav-link-sub {
		margin-right: 20px;
	}

	.nav-link-sub:nth-child(5) {
		margin-left: 40px;
	}
}

@media (-webkit-device-pixel-ratio: 1.5) {
	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

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

	.navbar {
		height: 70px;
	}

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

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

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

	.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;
	}
}

@media (-webkit-device-pixel-ratio: 2) {
	.icon-scroll {
		display: none;
	}

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

	.togg {
		width: 70px;
	}

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

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

.icon-scroll {
	display: none;
}

.Disclaimer {
	padding: 3% 7%;
}

/* Disclaimer */
.Disclaimer > h1 {
	width: 90%;
	font-size: 30px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.4px;
	color: #000;
	text-transform: capitalize;
	opacity: 1;
}

.Disclaimer > p {
	width: 90%;
	font-size: 16px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
	line-height: 30px;
}

/* telecom */

.telecom {
	background: #fff 0% 0% no-repeat padding-box;
	opacity: 1;
}

.telecom > .row > .col {
	margin-top: auto;
	margin-bottom: auto;
}

.telecom > .row > .col > h1 {
	width: 80%;
	font-size: 40px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.4px;
	color: #000;
	text-transform: capitalize;
	opacity: 1;
}
.togg {
	opacity: 50%;
	cursor: pointer;
}
.togg:hover {
	opacity: 100%;
}
.telecom > .row > .col > p {
	width: 90%;
	font-size: 16px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #000;
	opacity: 1;
	line-height: 30px;
}

.telecom > .row > .col > div {
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 3.6px;
	color: #0751bf;
	text-transform: uppercase;
	opacity: 1;
}

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

.Learn-more:hover {
	background: #2c2525 0% 0% no-repeat padding-box;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	color: #fff;
}

.telecom {
	padding: 7%;
}

.zoom-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-left: 17%;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
}

.zoom-container > div > img {
	width: 100%;
}
.zoom-container > div {
	overflow: hidden;
}
.zoom-container > div > img:hover {
	transform: scale(1.1);
	overflow: hidden;
	transition: all 0.5s;
}
@media screen and (max-width: 900px) {
	.tel {
		display: block;
	}
	.telecom > .row > .col > p {
		text-align: justify;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.zoom-container {
		padding-left: 0;
	}
}

@media (-webkit-device-pixel-ratio: 1.5) {
	.Disclaimer > p {
		font-size: 16px;
	}

	.Disclaimer > h1 {
		font-size: 40px;
	}
}

/* footer */
.footer {
	position: relative;
	height: 60vh;
	padding-top: 3.75rem;
	width: 100%;
	background-color: #f8f8f8;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	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 9rem;
	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: 1rem;
}

.footer address {
	font-style: normal;
}

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

.footer__address p {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	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: rem;
}

.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;
}

.div-8 {
	background: #f6f5ee 0% 0% no-repeat padding-box;
	position: relative;
	padding: 0% 7.5% 0% 6.5%;
}

.career > a > button {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	width: 221px;
	height: 69px;
	letter-spacing: 1.62px;
	color: #1d1f22;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 20px;
}

.career > a > button:hover {
	background: #1d1f22 0% 0% no-repeat padding-box;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	color: #fff;
}

.career {
	display: flex;
	justify-content: space-between;
	padding-top: 44px;
	padding-bottom: 44px;
}

.car > div {
	letter-spacing: 0.32px;
	color: #050505;
	opacity: 1;
	font-size: 32px;
	text-align: left;
	font-family: "Poppins", sans-serif;
}

.car > p {
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	width: 60%;
}

@media only screen and (max-width: 460px) {
	.footer {
		height: 100%;
	}

	.footer__logo {
		margin-left: 9rem;
	}

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

	.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;
	}

	.div-8 {
		flex-direction: column;
	}

	.career {
		flex-direction: column;
	}
	.car > p {
		text-align: center;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.car > div {
		text-align: center;
	}
	.career > a {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (-webkit-device-pixel-ratio: 1.5) {
	.footer {
		height: 75vh;
	}

	.career > a > button {
		width: 150px;
		height: 50px;
		font-size: 12px;
	}

	.car > div {
		font-size: 24px;
	}

	.car > p {
		font-size: 12px;
	}
}

@media (-webkit-device-pixel-ratio: 2) {
	.Navbar_links {
		/* width: 48% !important; */
	}
	.footer {
		height: 20%;
	}

	.career > a > button {
		width: 150px;
		height: 50px;
		font-size: 13px;
	}

	.car > div {
		font-size: 24px;
	}

	.car > p {
		font-size: 16px;
	}

	.navbar {
		height: 85px;
	}

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

	.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;
	}
}

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

.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;
	}
}

.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");
}

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

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

/* 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;
}
