
/**********************
Custom CSS Styles
**********************/
body.home #main {
	background: #fafafa;
}

body.home .metaslider-responsive .caption-wrap a {
	background-color: #12c48a;
	transition: all .25s ease;
	border-radius: .25em;
	cursor: pointer;
	text-decoration: none;
	line-height: 1em;
	padding: .6em 1em;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

body.home .metaslider-responsive .caption-wrap a:hover {
	background-color: #007db6;
}

body.home .before-main .container {
	max-width: 1000px;
}

body.home .banner1 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

body.home .banner1 h1 {
	font-size: 36px;
}

body.home .banner1 button {
	background-color: #12c48a;
}

body.home .banner1 button:hover {
	background-color: #007db6;
}
