	.h_1 {
		font-size:54px !important; 
		font-weight:500; 
		color:#fff;
		text-shadow: 1px 1px 3px #323232;
	}
	.h_2 {
		color:#7bed9f !important;
		font-weight:400;
		font-size:40px;
		text-shadow: 1px 1px 3px #323232;
	}

	.carousel-item {		
		height: 100vh;
		min-height: 350px;
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
		
	.slide-wrapper {
		position: relative;
	}

	.search-area {
	    position: absolute;
		top: 40%;   
		left: 50%; 
		transform: translate(-50%, -50%);
	}
	.search-area {
		z-index: 3;
	    width: 70%;
		height: 300px; 
	}
	.search-content {		
	    width: 100%;
		text-align: center;
	    color: #fff;
	}
	
	.form-control-borderless {
		border: none;
	}

	.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
		border: none;
		outline: none;
		box-shadow: none;
	}
	
	.search-content .btn-outline-success:focus, .search-content .btn-outline-success.focus {
		box-shadow: none;
	}
	
	@media only screen and (device-width: 768px) {
 
		.search-area {		 
			width: 100% !important;
		}
	 
	 }
