body{
	padding:0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight:500;
	color: #666666;
	overflow-x: hidden;
}

a{
	color: #c4090b;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

a:active,
a:hover,
a:focus{
	color: #ad0405;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.section_link img{
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;	
}

.section_link img:hover{
	opacity: 0.5;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;	
}

.section_bg_blue.container-fluid{
	background: #34c6f4;
	padding-top: 95px;
	padding-bottom: 95px;
}

.section_bg_green.container-fluid{
	background: #a7ca00;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section_bg_gray.container-fluid{
	background: #f9f9fa;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section_bg_white.container-fluid{
	background: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.custom_container.container-fluid{
	max-width: 1366px;
}

.first_screen_right.col-md-6{
	float: right;
}

.first_screen_left.col-md-6{
	float: left;
}

.headline_txt{
	font-size: 48px;
	font-weight:400;
	color: #ffffff;
}

.section_bg_gray .headline_txt,
.section_bg_white .headline_txt{
	color: #373435;
}

.content_txt{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;	
    line-height: 1.3;
	margin-top: 40px;
    margin-bottom: 40px;
}

.section_bg_gray .content_txt,
.section_bg_white .content_txt{
	color: #373435;
	margin-top: 10px
}

.btn_placeholder{
	margin-top: 40px;
}

.section_btn_blue.btn,
.section_btn_green.btn{	
	min-width: 200px;
	min-height: 50px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	padding: .5rem 3rem;
}

.section_btn_blue.btn-primary,
.section_btn_green.btn-primary{
	background: transparent;
	border: 2px solid #ffffff;
}

.section_btn_blue.btn-primary:active,
.section_btn_blue.btn-primary:focus,
.section_btn_blue.btn-primary:hover,
.section_btn_blue.btn-primary:not(:disabled):not(.disabled).active,
.section_btn_blue.btn-primary:not(:disabled):not(.disabled):active{
	background: #fff;
	border-color: #fff;
	color: #34c6f4;
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.1);
}

.section_btn_green.btn-primary:active,
.section_btn_green.btn-primary:focus,
.section_btn_green.btn-primary:hover,
.section_btn_green.btn-primary:not(:disabled):not(.disabled).active,
.section_btn_green.btn-primary:not(:disabled):not(.disabled):active{
	background: #fff;
	border-color: #fff;
	color: #a7ca00;
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.1);
}

.section_logo_placeholder{
	margin: 26% 0;
}

.section_bg_gray .section_logo_placeholder,
.section_bg_white .section_logo_placeholder{
	margin: 10% 0 0 0;
}

.section_logo_img{
	width: 100%;
    display: block;
    margin: 0 auto;
}

.section_logo_img img{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 400px;	
}

.partner_list .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

.section_imglink{
	margin: 0 auto;
	display: block;
}

.section_imglink:hover{
	opacity: 0.5
}

.section_imglink img{
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 300px;
}

.section_imglink.img_spacer_one,
.section_imglink.img_spacer_two{
	padding-top: 34px;
}

.custom_footer.container-fluid{
	font-size: 16px;
	color: #747374;
	background: #f9f9fa;
	border-top:2px solid #dfdfdf;
	padding: 33px 0;
}

.custom_footer p{
	margin-bottom: 0;
}