* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* ::-webkit-scrollbar {
	width: 0px;
	background: transparent;
} */

html {
	scroll-padding-top: 74px;
	background-color: #111;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: rgba(0, 9, 27, 0.85);
	/* overflow: hidden; */
	color: #fff;
}
/* section {
	height: 100vh;
	scroll-snap-align: center;
} */

/* .shadow-bg {
	background-color: rgba(0, 0, 0, 0.8);
} */

.section-title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.underline {
	margin: 0 auto 40px;
	width: 100px;
	height: 4px;
	background-color: #039dff;
}
.underline-cat {
	margin: 0 auto 0;
}

.underline-category {
	margin: 3% auto 3%;
	width: 60%;
	height: 2px;
	background-color: #039dff;
}

nav {
	text-transform: uppercase;
	transition: background-color 0.6s;
	/* background-color: #fff; */
	z-index: 5;
}
nav .navbar-toggler {
	padding: 10px 15px;
}
nav .navbar-brand {
	font-weight: bold;
}
nav .nav-link,
nav .navbar-nav .show > .nav-link,
nav .navbar-brand,
nav .fa-bars {
	color: #fff;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
	color: #039dff;
}
.navbar {
	background-color: rgba(0, 9, 27, 0.85);
}
.navbar-brand:visited {
	color: #fff;
}

.aboutus i {
	margin-top: 20px;
	font-size: 30px;
}

.aboutus .aboutus-card-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.aboutus .aboutus-card-text {
	font-size: 15px;
	color: #fff;
}
.aboutus .aboutus-hover:hover {
	color: #039dff;
}
.aboutus-image {
	max-width: 40%;
}

.aboutus-hero {
	background-image: url('/img/hero-blueprint.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	/* background-color: #AAA; */
	background-size: cover;
	background-position: center;
	color: #ffffff;
	z-index: 0;
}
.aboutus-hero .aboutus-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.7); */
	z-index: -5;
}
.aboutus-hero .aboutus-hero-item {
	margin: 10px 0;
}
.aboutus-hero .aboutus-hero-item i {
	font-size: 36px;
}
.aboutus-hero .aboutus-hero-item .aboutus-hero-title {
	font-size: 24px;
}

#numbers {
	height: auto;
}

.banner {
	width: 90%;
	margin-bottom: 15%;
}

.clients-table {
	height: 0;
	overflow: hidden;
	width: 100%;
}
th {
	width: 33%;
}

.company {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #039dff;
}

.company-L {
	float: left;
	text-align: center;
	text-transform: uppercase;
}
.company-R {
	float: right;
	text-align: center;
	text-transform: uppercase;
}

.mx-3 {
	text-align: center;
}
.mx-3 img {
	height: 80px;
	text-align: center;
	background-color: transparent;
}

.cat-title {
	margin-top: 20%;
	text-align: center;
	text-transform: uppercase;
}

@keyframes show-bg {
	to {
		background-color: rgba(0, 0, 0, 0.4);
	}
}

@keyframes show-text {
	to {
		opacity: 1;
	}
}

/* .scroll-container {
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
	position: relative;
} */

.desktop {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

/* @media (min-width: 768px) {
  .hero-text h1 {
    font-size: 42px;
  }
  .hero-text p {
    font-size: 20px;
  }
  .aboutus .aboutus-card-text {
    font-size: 18px;
  }
  .scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    position: relative;
  }
  .banner {
    width: 90%;
    margin-bottom: 2%;
  }
  .navbar {
    background-color: transparent;
  }
} */
@media (min-width: 992px) {
	html {
		scroll-padding-top: 72px;
	}
	.desktop {
		visibility: visible;
		height: auto;
	}
	.mobile {
		height: 0;
		overflow: hidden;
	}
	.aboutus .aboutus-card-text {
		font-size: 18px;
	}

	.banner {
		width: 90%;
		margin-bottom: 2%;
	}
	/* .navbar {
margin-top: 50px;
	} */
	/* .logo {
    width: 100%;
    max-height: 40%;
  } */
	.section-title {
		margin-top: 3%;
	}
	.clients-table {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	/* .logo {
max-width: 100%;
max-height: 40%;
} */
	.div-logo {
		position: relative;
		display: flex;
		/* align-items: center; */
	}
	.logo {
		max-height: 500px;
		min-width: 50%;
	}
}

@media (min-width: 500px) {
	/* .logo {
max-width: 100%;
max-height: 40%;
} */
	.div-logo {
		position: relative;
		display: flex;
		/* align-items: center; */
	}
	.logo {
		max-height: 500px;
		min-width: 50%;
	}
}
/*# sourceMappingURL=main.css.map*/
