body,
html {
	-webkit-font-smoothing: antialiased
}

.btn,
body {
	font-weight: 400
}

*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%
}

body {
	background: #fff;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #606060;
	line-height: 30px;
	-webkit-text-size-adjust: 100%
}

img {
	max-width: 100%;
	height: auto
}

button,
input,
textarea {
	letter-spacing: 1px
}

.inner-padding {
	padding: 60px 0
}

.inner-padding5 {
	padding: 120px 0 60px
}

@keyframes fade {
	0% {
		opacity: 0;
		transform: translateY(60px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.btn {
	border-radius: 0;
	padding: 15px 35px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-sm-outline {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	color: #fff;
	padding: 7px 18px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 3px
}

.btn-readmore,
.btn-sm {
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-transform: uppercase
}

.btn-sm-outline:hover {
	color: #07aca7;
	background-color: transparent;
	border: 1px solid #07aca7
}

.btn-readmore {
	color: #303030;
	background-color: #fff;
	padding: 5px 18px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

.btn-readmore:hover {
	color: #fff;
	background-color: #94C900;
	border: 1px solid #94C900;
	font-weight: bold;
}

.btn-sm {
	color: #303030;
	padding: 3px 20px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-sm:hover {
	background-color: #08ada7;
	border: 1px solid #08ada7;
	color: #fff !important
}

.owl-carousel .owl-item img {
	width: 100%;
	height: 100%;
	max-width: none
}

.owl-dots {
	width: 100%;
	position: absolute;
	height: 30px;
	text-align: center;
	bottom: 83px
}

.owl-dot {
	width: 30px;
	height: 5px;
	background: #303030;
	display: inline-block;
	margin: 0 8px
}

.owl-dot.active {
	background-color: #07aca7 !important
}.w1200{width:1200px;margin:0 auto;}
