.tp-caption.very_large_text {
		position:absolute;
		color:#fff;
		font-weight:700;
		font-size:60px;
		line-height:70px;
		margin:0px;
		border-width:0px;
		border-style:none;
		white-space:nowrap;
		font-family: 'Poppins', sans-serif;
		position:absolute;
		top:38%;
		left:10%
}
.oimslide {
		width:100%;
		height:100%;
		background-image: url('../images/slider1.jpg');
		background-size:cover;
		background-position:center center;
		position:absolute;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="text"] {
	
	color: #333333;
    font-size: 16px;
	
    font-family: 'Poppins';
}

textarea {
	color: #333333;
    font-size: 16px;
    font-family: 'Poppins';
}

.select {
	height: 50px;
    width: 100%;
    border-bottom: 2px solid #000!important;
    border-top: none!important;
    padding: 0 30px;
    margin-bottom: 29px;
    outline: none;
    border-radius: 1px;

}

.label {
	font-family: 'poppins',sans-serif;
    font-size: 14px;
	font-weight: 500;
    color: #6e6e6e;	
}

.loginbtn {
	background-color: #2d7a44;
	border-radius: 20px;
    width: 250px;
	height:40px;
	font-family: 'poppins';
	font-size:16px;
	color: #fff;
	font-weight: 500;	}			.loginbtn1 {	background-color: #2d7a44;	border-radius: 20px;    width: 140px;	height:40px;	font-family: 'poppins';	font-size:16px;	color: #fff;	font-weight: 500;	

textarea {
 
	border-bottom: 2px solid #000!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    font-weight: 700;
    font-family: poppins,sans-serif;
}

.form-control {
	border-radius: 1px !important;
	box-shadow: none !important;
	
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-color: #333333;
    line-height: 55px;
}



