.navbar-brand {
	padding: none;
}

.navbar-brand img{
	width: 250px;
	height: 90px;
}

.nav-item {
	font-family: Roboto Condensed;
	font-size: 1.3em;
	font-weight: 500;
}

.container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.border-shadow{
	border-radius: 20px
	border-left: 1px solid #dbd8cf;
	-webkit-box-shadow: 0 10px 10px -5px;
	        box-shadow: 0 10px 10px -5px;
}

#main-box > .row {
	font-family: Cairo;
	font-size: 1.1em;
	padding: 50px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.carousel-item h1 {
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

.footer-area {
  padding: 1.5rem;
  background-color: #212529;
}

.single-footer-widget {
  margin-left: 3rem;
  font-size: 0.95rem;
  color: #DCDCDC;
  text-align: justify;
}

.single-footer-widget img {
  width: 80px;
  height: 90px;
}