*
{
	margin: 0;
	padding: 0;

}

body
{
	font-family: sans-serif;

}

#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar
{
	background-color: #2a54a3;
	padding: 10 !important;
}

.navbar-brand
{
	padding: 0 10px;
}

.navbar-brand 
{
	color: #fff !important;
	font-weight: 700;
	
}

.nav-link 
{
	padding: 0 10px;
}

.nav-link 
{
	color: #fff !important;
	font-weight: 600;
	font-size: 20
}

#services
{
	background: #578EFF;
	padding: 5px;
	margin-bottom: 50px;
}

.service-img
{
	width: 240px;
	height: 285px;
	margin-top: -55px;
	margin-bottom:-40px;
}

.service-img2
{
	width: 215px;
	margin-top: -20px;
	margin-bottom:-8px;
}

.service-img3
{
	width: 300px;
	height: 250px;
	margin-top: -40px;
	margin-bottom:-25px;
}

.services
{
	padding: 20px;
}

#sales h1
{
	color: #000;
	margin-bottom: 75px;
}

a.laptop,
a.laptop:hover {
  color: inherit;
}

.cards
{
	margin: 0 auto;
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 0.75fr));
	gap: 20px;
	font-family: sans-serif;
}

.lapcard
{
	background-image: linear-gradient(to top, #141e30, #243b55);
	padding: 2.5px;
	
}

.card__image
{
	width: 100%;
	display: block;
}

.card__content
{
	line-height: 1.5;
	font-size: 0.9em;
	padding: 15px;
	background: #f3f3f3;
}

.card__content > p: first-of-type
{	
	margin-top:0;
}

.card__content > p: last-of-type
{	
	margin-bottom:0;
}

.card__info
{
	padding: 15px;
	display: flex;
	background: #cccccc;
	font-size: 0.8em;
	border-bottom: 2px solid #cccccc;
}

.card__info i
{
	font-size: 1.5em;
	margin-right: 8px;
}

.material-icons.green600 
{ 
	color: #1B8B0D; 
}
	
.material-icons.red600 
{ 
	color: #D71E1E; 
}



#contacts
{
	background: #FFEF00 !important;
	padding: 50px 0;
}
	

.contact-info{
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}


.card{
  background: #FFEF00 !important;
  padding: 0 20px;
  margin: 0 10px;
  width: 500px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}

.card-icon{
  font-size: 45px;
  background: #2a54a3;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  transition: 0.3s linear;
}

.card:hover .card-icon{
  background: #FFEF00 !important;
  color: #000;
  transform: scale(1.6);
}

.card a{
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  max-height: 0;
  opacity: 0;
  transition: 0.3s linear;
  
}

.card:hover a{
  max-height: 40px;
  opacity: 1;
}

a.link, a.link:hover {
  color: inherit;
}


@media screen and (max-width:800px) {
  .contact-info{
    flex-direction: column;
  }
  .card{
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
  }
}


@media screen and (max-width:400px) {
	.cards
	{
		margin: 0 auto;
		margin-left: 35px;
		max-width: 1000px;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 0.75fr));
		gap: 20px;
		font-family: sans-serif;
	}
}