.module_hero_left {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	color: white;
	border-bottom: 5px solid #0d5671;
	transition: all ease-in-out 1s;
}

.module_hero_left .first_col a.btn:hover {
    color: #f19c16;
    border-color: #f19c16;
}

.module_hero_left .first_col {
	background: rgba(13, 86, 113, 0.6);
	height: 100%;
	padding: 0 30px 200px;
}

.module_hero_left .first_col .title {
	display: inline-block;
	margin: 80px 0 25px;
	font-size: 42px;
	padding-bottom: 30px;
	background: transparent url('../../images/modules/homepage_search/main_arrow.png') bottom center no-repeat;

}

.module_hero_left .first_col .title strong {
	font-weight: bolder;
}

.module_hero_left .first_col .first_paragraph,
.module_hero_left .first_col .second_paragraph {
	margin-bottom: 25px;
}

.module_hero_left .first_col .first_paragraph strong,
.module_hero_left .first_col .second_paragraph strong {
	font-size: 18px;
	font-weight: bolder;
}

.module_hero_left .first_col ul {
	padding-left: 20px;
	list-style: none;
}

.module_hero_left .first_col ul li:before {
	content: "• ";
}

.module_hero_left .first_col a.btn {
	margin-top: 20px;
	border-radius: 20px;
	color: white;
	border: 1px solid white;
	font-size: 18px;
	background: transparent;
	transition: all ease-in-out 1s;
}

.module_hero_left .first_col a.btn:hover{
	color: #f19c16;
	border-color: #f19c16;

}


.module_hero_left .second_col {
	padding-top: 140px;
	text-align: center;
}

.module_hero_left .second_col p{
	margin-bottom: 5px;
}

.module_hero_left .second_col .p1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}


.module_hero_left .second_col .p2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.module_hero_left .second_col .p2 span {
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: lighter;
}

.module_hero_left .second_col .p3 strong{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.module_hero_left .second_col .pimage {
	margin-bottom: 40px;
}

.module_hero_left .hero_footer {
	padding: 40px 0;
	background: #0d5671;
}

.module_hero_left .hero_footer .footer_text {
	font-size: 17px;
	margin: 0;
}

.module_hero_left .hero_footer .footer_text p {
	display: block;
}

.module_hero_left .hero_footer .footer_text strong {
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.module_hero_left .hero_footer .feed {
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	overflow: visible;
	position: relative;
	bottom: -70px;
	margin-right: 20px;
}

.module_hero_left .hero_footer img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.module_hero_left .hero_footer a.btn {
	line-height : 40px;
    border-radius: 20px;
    padding: 0 20px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #f2a114;
	background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
	background: -webkit-linear-gradient(left, #f2a114, #e77924);
	background: -moz-linear-gradient(left,  #f2a114, #e77924);
	background: -o-linear-gradient(#f2a114, #e77924);
	background: -ms-linear-gradient(#f2a114, #e77924);
	background: linear-gradient(to right, #f2a114, #e77924);
}

.module_hero_left .hero_footer a.btn span {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	background: url('../../images/modules/hero_left/arrow-right.svg') no-repeat center center;
	background-size: 100% 100%;
	margin-left: 10px;
	margin-top: -3px;
}


@media (max-width: 1199px) {

	.module_hero_left .container {
		position: relative;
	}

	.module_hero_left .hero_footer {
		position: relative;
		min-height: 202px;
		text-align: center;
	}

	.module_hero_left .hero_footer .feed {
		bottom: -117px;
		float: none !important;
	}

	.module_hero_left .footer_text {
		top: 0;
	    position: absolute;
	    width: 350px;
	}

	.module_hero_left .footer-btn {
		left: 80px;
	    position: absolute;
	    top: 110px;
	}

}

@media (max-width: 768px) {
	.module_hero_left {
		background-position: left bottom;
	}

	.module_hero_left > .container > .row {
		display: flex;
	}

	.module_hero_left .first_col .title {
		margin: 40px 0 25px;
	}

	.module_hero_left .first_col {
		padding: 0 30px 40px;
		height: auto;
	}

	.module_hero_left .first_col a.btn {
		padding: 7px 30px;
	}

	.module_hero_left .second_col {
		padding-top: 40px;
	}

	.module_hero_left .hero_footer .feed {
		bottom: -150px;
	    float: none !important;
	    left: 10px;
	}

	.module_hero_left .hero_footer {
		min-height: 235px;
	}

	.module_hero_left .hero_footer img {
		position: absolute;
	}

	.module_hero_left .xs-text-left {
		font-size: 14px;
	}


}

@media (max-width: 767px) {
	.module_hero_left > .container > .row {
		display: block;
	}
	.module_hero_left .first_col {
		text-align: center;
	}
	.module_hero_left .hero_footer {
	    min-height: 460px;
	}
	.module_hero_left .container {
	    position: relative;
	}
	.module_hero_left .hero_footer .feed {
	    bottom: -183px;
	    float: none !important;
	    left: 0;
	    width: 100%;
	}
	.module_hero_left .hero_footer img {
	    position: relative;
    	width: 390px;
	}

	.module_hero_left .footer_text {
		right: 0;
	    left: 0;
	    width: auto;	
	}

	.module_hero_left .footer-btn {
	    width: 240px;
	    left: 50%;
	    margin-left: -120px;
	}
}
@media(max-width: 480px){

	.module_hero_left .hero_footer img {
	    position: relative;
    	width: 300px;
	}

}