	
/*bootstrap override*/


.bg-image{

	background: url(images/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 background-size: cover;


}


.innerBox{
	margin-top:5%;
}
.container {
	//width: 1550px;
	//max-width: 100%;
}
.lef-bg{
	//background-image : url('bootstrap-4/img/background.jpg');
	//width:1300px;
	//height:825px;
	//background-size: 100% 100%;
}
.cpd{
	padding: 250px 0px 90px 34px;
}
.l .form-control {
	padding: .5rem .75rem;
	font-size: .7rem;
}

body:after {
    background: rgba(49, 49, 49, 0.1);
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}




.page-topbar .logo-area {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
}

.mt120{
    margin-top: 120px;
}
.pd25{
	padding: 20px 0px 0px 20px;
}
.pt100{
	padding-top:140px;
}
.be {
	position: relative;
	//width: 50%;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
}


			.be:hover .overlay {
			   opacity: 1;
			}

			.text {
					  color: white;
		  font-size: 20px;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
			}
