.main-bgouter{
	height:370px;	
	margin-bottom: 30px;
	position:relative;
}
.main-bgouter a {
    color: #fff;
}
.fill-bg {
	height: 100%;
	width: 100%;
	background-size: 100%;
	background-position: center center;
	background-repeat:no-repeat;
	transition:all 6s ease-in-out; 
	-moz-transition: all 6s ease-in-out; 
	-ms-transition: all 6s ease-in-out; 
	-webkit-transition: all 6s ease-in-out; 
	-o-transition: all 6s ease-in-out; 
	transition: all 6s ease-in-out; 

}
.btn-outr {
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    float: right;
    margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.btn-wrapper{
	float:left;
	width:100%;
	z-index: 3;
	position: relative;
}
.prjct-contentarea {
    float: left;
    width: 100%;
    z-index: 3;
    position: relative;
}
.prjct-logo {
    margin-top: 40px;
    margin-left: 40px;
}
.prjct-head {
    margin-left: 40px;
}
.fill-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    z-index: 0;
}
.prjct-head h3 {
	font-size: 30px;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
}
.prjct-head h4{
	font-size: 20px;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.prjcts-wrapper h2{
	color: #424242;
	text-transform: capitalize;
	font-size:36px;	
	
}


img.img-responsive {
    max-width: 100%;
}

@media only screen and (min-width:769px) {	
.fill-bg:hover {
	background-size: 200%;
	background-position: center center;
	transition: all 15s ease;
	-moz-transition: all 15s ease;
	-ms-transition: all 15s ease;
	-webkit-transition: all 15s ease;
	-o-transition: all 15s ease;
}
}
@media only screen and (max-width:768px) {	
.respo-widthadj{
	width:95% !important;
	
}
.fill-bg{
	background-size:cover;
	}

.fill-bg:hover {
	background-size:cover;
}
}



@media only screen and (max-width:400px) {	
img.img-responsive {
    max-width: 70%;
}

.prjct-head {
    margin-left: 10px;
}

.prjct-logo {
    margin-left: 15px;
}
.prjct-head h3 {
    font-size: 26px;
}
.prjct-head h4 {
    font-size: 16px;
}


}














