
		/*=======================================================
			case study
========================================================*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:not([size]):not([multiple]) {
    height: 37px !important;
    /* line-height: 0px; */
}
#gallery {
	width: 100%;
}
#gallery .posts p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
#gallery .posts .tittle {
	text-align: left;
}
#gallery .icon {
	margin-top: 40px;
}
#gallery .icon i {
	font-size: 50px;
	text-align: center;
	line-height: 70px;
	height: 70px;
	background: #fff;
	border: 1px solid #cccccc;
	width: 70px;
	color: #f11227;
	border-radius: 10px;
}
#gallery .posts li {
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#gallery .posts span.img {
}
#gallery .posts img {
	height: 100%;
	width: 100%;
	position: relative;
	border: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#gallery .posts div.over {
	background-color: rgba(255,255,255,0.9);
	bottom: 100%;
	left: 0;
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
	overflow: hidden;
}
#gallery .posts li.item {
	width: 31.888%;
}
#gallery .posts div a.link {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	right: 0;
	position: absolute;
	text-align: center;
	width: 37px;
	background: #de5749;
	padding: 12px 0;
	-webkit-transition: 0.4s background-color;
	transition: 0.4s background-color;
}
#gallery .posts div a.link:hover {
	background: #fff;
	color: #de5749;
}
#gallery .posts li:hover div.over {
	top: 0% !important;
	border-radius: 0px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#gallery .posts .tittle h2 {
	color: #fff !important;
	margin: 0px;
	margin-top: 20px;
}
#gallery .posts .tittle h2 span {
	color: #000000;
}
#gallery .posts div.over {
	top: 100%;
	padding: 30px;
	text-align: left;
	background: rgba(7, 22, 58, 0.79);
}
#gallery .posts div.over a {
	border-radius: 4px;
	font-size: 50px;
	color: #fff;
	text-align: center;
}
#gallery .detail {
	position: relative;
	z-index: 9;
	background: #fff;
	padding-top: 20px;
}
#gallery .detail span.time {
	text-align: center;
}
#gallery .gallery-thump li {
	padding:15px;
	position: relative;
	overflow: hidden;
	text-transform: capitalize;
	color: #000000;
	font-weight: 600;
}
#gallery .gallery-thump li img {
	position: relative;
	overflow: hidden;
}
#gallery .gallery-thump li i {
	font-size: 100px;
}
		
#gallery .gallery-thump .over {
	text-align: center !important;
	line-height: 100px;
}
#gallery .inner-thump {
	width: 100%;
	overflow: hidden;
	position: relative;
}