/* ============================================================
  GLOBAL
============================================================ */
.overlay p {
	color: #fff;
	text-align: center;
	padding: 20px 30px;
}
.overlay h3 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 30px;
}
.effects {
	padding-left: 15px;
}
.effects .img {
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
.effects .img:nth-child(n) {
	margin-right: 5px;
}
.effects .img:first-child {
	margin-left: -15px;
}
.effects .img:last-child {
	margin-right: 0;
}
.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background:#3058d0;
	opacity: 0.9;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
#effect-1 .overlay a.expand {
	left: 0;
	right: 0;
	bottom: 50%;
	margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
	height: 100%;
}
.gallery-title {
	font-size: 36px;
	color: #e9e9e9;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}
.filter-button {
	font-size: 14px;
	border: none;
	border-radius: 5px;
	text-align: center;
	color: #7a7a7a !important;
	padding: 10px 20px;
}
.filter-button:hover {
	font-size: 14px;
	border: none;
	border-radius: 0px !important;
	text-align: center;
	color: #ffffff !important;
	background-color: #3058d0;
}
.filter-button:focus {
	background-color: #3058d0;
	color: #fff !important;
	border-radius: 0px !important;
}
.filter-button:select {
	background-color: #3058d0;
	color: #fff !important;
	border-radius: 0px !important;
}
.port-image {
	width: 100%;
}
.gallery_product {
	margin-bottom: 30px;
}
.porfolio-filter-new {
	padding-top: 80px;
}
.filter-tabs {
	background: #ddd;
	width: 650px;
	margin: auto;
	border-radius: 50px;
}
.gallery_product h4{
	text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: #3058d0;
	margin-top: -31px;
	display:none;
}
.our-wrk-img-bxs h3 {
    margin-top: -25px;
    text-align: center;
    color: #272974;
    font-size: 18px;
    font-weight: 900;
	text-transform:uppercase;

}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
.effects {
	padding-left: 5px;
}
.effects .img {
	width: 50%;
}
.effects .img:nth-child(n) {
	margin-right: 5px;
}
.effects .img:first-child {
	margin-left: 0;
}
.effects .img:nth-child(2n-1) {
	margin-left: -5px;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}
}
@media only screen and (max-width: 520px) {
.effects .img {
	width: 100%;
}
.effects .img:nth-child(n) {
	margin-right: 0;
}
.effects .img:first-child {
	margin-left: 0;
}
.effects .img:nth-child(2n-1) {
	margin-left: 0;
}
.effects .img:nth-child(2n) {
	margin-right: 0;
}
.effects .img:last-child {
	margin-right: 0;
}
.effects .img img {
	margin: 0 auto;
}
.filter-tabs {
    width: 100%;
}
/*==== ahsan [18-4-2017] =====*/
.our-wrk-img-bxs h3 {
    margin-top: -25px;
    text-align: center;
    color: #272974;
    font-size: 18px;
    font-weight: 900;
}
.gallery_product h4 {
    display: none;
}
}
