.navbar-brand {
	padding: none;
}

.navbar-brand img{
	width: 250px;
	height: 90px;
}

.nav-item {
	font-family: Roboto Condensed;
	font-size: 1.3em;
	font-weight: 500;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  text-shadow: 1px 1px 1px #000;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#heading {
	font-family: Titillium Web;
	text-align: center;
}

.cont {
	color: black;
	margin-top: 1em;
	font-family: Roboto;
	font-size: 1.3em;
	text-align: justify;
	margin-bottom: 6rem;
}

.cont h2 {
	color: black;
	font-family: Titillium Web;
	font-weight: 550;
}

.cont strong {
	color: black;
	font-size: 0.9em;
}

.icon {
	text-align: center;
}

.cont p {
	margin-top: 1.5rem;
}

.caption-full {
	font-family: Titillium Web;
	margin-top: 35px;
	text-align: justify;
}

.caption-full h4{
	text-align: center;
	font-weight: 600;
}

.border-shadow{
	border-radius: 20px
	border-left: 1px solid #dbd8cf;
	-webkit-box-shadow: 0 10px 10px -5px;
	        box-shadow: 0 10px 10px -5px;
}

.thumbnail img {
	border-radius: 20px;
	margin: 0 auto;
	height: auto;
    width: 100%;
}

.thumbnail {
	margin: 10px;
    padding: 10px;
}

.thumbnail .caption-full {
    padding: 9px;
}

.col-lg-2 img{
	width: 270px;
	height: 630px;
	margin-bottom: 100px;
	padding: 10px;
}

.container h1 {
	margin-top: 80px;
}

.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;
}