*{
	margin: 0;
	padding: 0;


}
body{
	font-family: sans-serif;
	/*background-image:url(image/background.jpg);*/
	background-size: cover;
}
#nav-bar{
	position: sticky;
	top: 0;
	z-index: 10;
}
.navbar{
	background-image: linear-gradient(to right,#87CEEB,#1E90FF );    

	padding: 0!important;
}

.navbar-brand{
	height: 40px;
	padding-left: 20px;

}
.navbar-nav li{
	padding: 0 10px;
}
.navbar-nav li a{
	color: #000 !important;
	font-weight: 600;
	float: right;
}
.fa-bars{
	color: #fff !important;
}
.navbar-toggler{
	outline: none !important;


/*-----------bannner----------------*/

}
.d-block{
	height:40%;
	width: 100%;


	color: black;

}

#card{
	position: relative;
	right:0px;
	top: 100px;

}

.container{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;

}
/.hero-copy{
	height: 100%;
	width: 100%;
	background: url("image/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.card-body{
	margin: 0;
	padding-right: 20px;
	left: 20px;
}
.media-body{
color: black;

}

.map-container-section {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-section iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.body{
  background: #f1f1f1!important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info{
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}


.cards{
  background: #2f3542;
  padding: 0 20px;
  margin: 0 10px;
  width: calc(33% - 20px);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f1f1f1;
  cursor: pointer;
}

.card-icon{
  font-size: 28px;
  background: #ff6348;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px !important;
  border-radius: 50%;
  transition: 0.3s linear;
}

.cards:hover .card-icon{
  background: none;
  color: #ff6348;
  transform: scale(1.6);
}

.cards p{
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  max-height: 0;
  opacity: 0;
  transition: 0.3s linear;
}

.cards:hover p{
  max-height: 40px;
  opacity: 1;
}


@media screen and (max-width:800px) {
  .contact-info{
    flex-direction: column;
  }
  .cards{
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
  }
}
.description-container{
	max-width: 800px;
	margin: 40px auto 20px;
}
.description-container.floating-image{
	max-width: 400px;
}
.description-container.rounded.float-right{
	float:  right;
	margin-left: 30px;
	margin-bottom: 10px;
}