 .navbar-brand img{
	height: 80px;
}

.projects-inner .lqd-pf-item .lqd-pf-details .lqd-pf-title {
	line-height: 30px;
	height: 60px;
}

.approach .ld-fh-txt-outline {
    -webkit-text-stroke-color: #d8d8d8;
}

.lqd-fb-style-8 .lqd-fb-content h2{
	font-size: 16px;
}

.table{
	margin: 70px 0 100px;
}

.table tr:first-child th {
	font-weight: bold;
	padding: 15px 10px;
}

 .flickity-slider{
 	transform: none;
 }

 .flickity-slider .carousel-item {
 	margin-right: 0!important;
 	margin-left: 60px;
 }

.table-responsive{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.alert{
	position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger{
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}