.full-header-block{
    position: relative;
    padding:30px;
    height: 660px;
}

.full-header-block h1{
    font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
	font-size: 48px !important;
    line-height: 56px;
    color:#FFFFFF;
	text-transform: initial;
	margin:0 0 15px 0 !important;
	width:auto !important;
}

.full-header-block .full-header-block-content{
    position: absolute;
    bottom:50px;
    left:30px;
    right:30px;
	z-index: 99;
	max-width:1179px;
	margin-left: auto;
	margin-right:auto;
	padding-left: 15px;
	padding-right: 15px;
}

.full-header-block .full-header-button{
    display: inline-block;
	background: #d46f43;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border: 0;
	padding: 20px 50px 20px 50px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	background-position: center right 40px;
    margin-top:15px;
	background-image: none;
}
.full-header-block .full-header-button:hover{
	background: #d46f43 url('https://www.hka.com/wp-content/themes/hka2/assets/img/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center right 20px;
	text-decoration: none;
	padding: 20px 60px 20px 40px;
}
.full-header-block .full-header-button-1,
.full-header-block .full-header-button-1:hover{
	background-color: #3296a2;
	margin-right: 15px;
}
.full-header-block .full-header-button-2,
.full-header-block .full-header-button-2:hover{
	background-color: #d46f43;
}

.full-header-block .full-header-overlay {
	position: absolute;
	background: rgba(0,0,0,0.25);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
  }


@media(max-width:580px){

	.full-header-block .full-header-button-1{
		margin-right:0;
	}

	.full-header-block .full-header-button{
		display: block;
		width:100%;
	}

}