* {
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed", sans-serif;
  }
  
  html, body {
	overflow-x: hidden;
  }
  
  /* navbar */
  .navbar-nav {
	margin-right: 0 !important;
	padding-right: 100px;
  }
  
  .navbar {
	background-color: #0a193d;
	color: white !important;
  }
  
  .nav-item a {
	color: white !important;
  }
  
  .nav-item {
	padding-left: 2px;
  }
  
  .navbar-brand {
	color: white !important;
	padding-left: 100px;
  }
  
  #navbar button {
	color: white !important;
  }
  
  .nav-img {
	height: 80px;
  }
  
  /* Banner */
  #hero {
	width: 100%;
	min-height: 90vh;
	background: #0b2147;
  }
  
  #hero .container {
	padding-top: 72px;
	padding-top: 72px;
	min-height: auto;
	display: block;
	flex-direction: column;
	justify-content: space-between;
  }
  
  #hero h2 {
	color: rgb(255, 255, 255);
	margin-top: 50px;
	font-size: 24px;
  }
  
  #hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
  
  @media (max-width: 991px) {
	#hero {
	  height: auto;
	  text-align: center;
	}
  
	#hero .animated {
	  -webkit-animation: none;
	  animation: none;
	}
  
	#hero .hero-img {
	  text-align: center;
	}
  
	#hero .hero-img img {
	  width: 50%;
	}
  }
  
  @media (max-width: 768px) {
	#hero h1 {
	  font-size: 28px;
	  line-height: 36px;
	}
  
	#hero h2 {
	  font-size: 18px;
	  line-height: 24px;
	  margin-bottom: 30px;
	}
  
	#hero .hero-img img {
	  width: 70%;
	}
  }
  
  @media (max-width: 575px) {
	#hero .hero-img img {
	  width: 80%;
	}
  
	#hero .btn-get-started {
	  font-size: 16px;
	  padding: 10px 24px 11px 24px;
	}
  }
  
  @-webkit-keyframes up-down {
	0% {
	  transform: translateY(10px);
	}
  
	100% {
	  transform: translateY(-10px);
	}
  }
  
  @keyframes up-down {
	0% {
	  transform: translateY(10px);
	}
  
	100% {
	  transform: translateY(-10px);
	}
  }
  
  /* Banner */
  @media only screen and (max-width: 987px) {
	#banner-container {
	  padding-bottom: 0px;
	}
  }
  
  #banner1 {
	background-color: rgb(240, 240, 255);
  }
  
  #banner-container2 {
	padding-top: 60px;
	padding-bottom: 80px;
	color: #0a193d;
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 1s;
	animation-fill-mode: none;
	background-image: url(img/hello.jpg);
  }
  
  #banner-row img {
	max-width: 70%;
	height: auto;
	display: block;
	padding-left: 30px;
  }
  
  #banner-row h3, p {
	padding-top: 10px;
	text-align: center;
  }
  
  @media (max-width: 780px) {
	#banner-row img {
	  margin-top: 0px;
	}
  
	#banner-row h3, p {
	  margin-left: 5px;
	  margin-right: 14px;
	}
  }
  
  #banner-row a {
	background-color: white !important;
	color: black !important;
	border: none;
	margin-left: 20px;
	margin-top: 20px;
  }
  
  #banner-col {
	padding-left: 20px;
	margin-top: 35px;
  }
  
  /* service */
  #service {
	background-image: url(img/hello.jpg)!important;
	padding-top: 80px;
	padding-bottom: 50px;
  }
  
  #service h1 {
	padding-bottom: 70px;
  }
  
  .i1 {
	border-radius: 50%;
  }
  
  .mb-3 {
	padding-top: 10px;
  }
  
  /* media */
  @media only screen and (max-width: 987px) {
	.navbar-brand {
	  padding-left: 0px;
	}
  }
  
  @media only screen and (max-width: 768px) {
	#banner-row img {
	  padding-top: 20px;
	}
  }
  
  /* carousel */
  .carousel-inner {
	border-top: 100px;
	border-left: 120px;
	border-right: 120px;
	border-bottom: 0px;
	border-color: #fff;
	border-style: solid;
	width: 1200px;
  }
  
  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 140px;
	height: 160px;
  }
  
  .carousel-control-prev {
	position: relative;
  }
  
  .carousel-control-prev-icon {
	position: absolute;
	left: 25.5rem;
  }
  
  .carousel-control-next {
	position: relative;
  }
  
  .carousel-control-next-icon {
	position: absolute;
	right: 25.5rem;
  }
  
  .hello {
	width: 1200px;
	margin: auto;
  }
  
  @media (max-width: 780px) {
	.carousel-inner {
	  border-top: 10px;
	  border-left: 20px;
	  border-right: 20px;
	  border-bottom: 00px;
	}
  
	.carousel-control-prev-icon {
	  position: absolute;
	  left: 3.5rem;
	}
  
	.carousel-control-next-icon {
	  position: absolute;
	  right: 3.5rem;
	}
  
	.hello {
	  width: 100%;
	}
  }
  
  .acmlogo {
	margin-top: 110px;
  }
  
  .card-body {
	background-color: #0a193d;
	color: white;
  }
  
  /* Team */
  .team {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  
  .team-content {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, auto));
	align-items: center;
	gap: 2rem;
	text-align: center;
	margin-top: 4rem;
  }
  
  .team-content img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 15px;
  }
  
  .center h1 {
	color: #fff;
	font-size: 4
  }  