@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Source+Sans+Pro:400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Covered+By+Your+Grace);
body,
html {
	margin: 0;
	padding: 0
}

body {
	line-height: 30px;
	color: #737980;
	letter-spacing: 0;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5 h6 {
	color: #000;
	font-weight: 700;
	margin: 0 0 15px
}

a {
	color: #0038e3;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

a:focus {
	color: #fff
}

.noPadding {
	padding: 0
}

.adloggs_link {
	color: #0038e3;
	font-weight: 600;
	line-height: .8;
	letter-spacing: 3.2px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block
}

.adloggs_link:hover {
	color: #000
}

.fixedLineHeight {
	line-height: .8
}

.common_btn {
	border: none;
	font-size: 18px;
	font-weight: 600;
	background: #149f5b;
	color: rgba(255, 255, 255, 1);
	height: 70px;
	text-transform: uppercase;
	text-align: center;
	padding: 27px 50px;
	display: inline-block;
	line-height: .8;
	outline: 0
}

.common_btn:hover {
	color: #fff
}

.fix_btn {
	position: relative;
	z-index: 1
}

.fix_btn:after {
	background: #149f5b;
	bottom: 0;
	content: "";
	height: 101%;
	left: 0;
	position: absolute;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	width: 100%;
	z-index: -1
}

.fix_btn:hover::after {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}

.common_btn.height_60 {
	height: 60px;
	padding: 22px 50px
}

.comonSection {
	padding: 120px 0;
	position: relative
}

.comonSection .container {
	position: relative;
	z-index: 2
}

.grays {
	background: #f5f6fa;
	margin-top: -1px
}

.section_subtitle {
	color: #000;
	font-weight: 600;
	line-height: .8;
	letter-spacing: 3.2px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 0 32px;
	position: relative;
	margin: 0
}

.section_subtitle:after {
	position: absolute;
	left: 0;
	top: 3px;
	width: 22px;
	height: 2px;
	content: '';
	background: #ff5ee1
}

.section_subtitle:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 12px;
	height: 2px;
	content: '';
	background: #ff5ee1
}

.section_title {
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 0 34px
}

.section_desc {
	margin: 0 0 56px
}

.white {
	color: #fff
}