body{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #292929;
	letter-spacing: 0.03125em;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-webkit-font-feature-settings:"liga" 0; 
	font-feature-settings:"liga" 0; 
	text-rendering: optimizeSpeed;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	height: auto;
	max-width: 100%;
	display: block;
    border: none;
}
iframe{
	max-width: 100%;
}
a{
	color: #951014;
	transition: all 0.2s linear;
	text-decoration: none;
}
a:focus{
	outline: none;
}
a:hover{
	color: #5c0a0c;
}
p.large{
	font-size: 22px;
	letter-spacing: 0;
}
p strong {
	font-weight: 600;
}
ul,
ol{
	padding-left: 1.4em;
}
p,
ul{
	margin: 0 0 1.5em;
}
p:last-child,
ul:last-child{
	margin-bottom: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
	font-weight: 500;
	letter-spacing: 0;
}
h1, .h1{
	font-size: 45px;
	font-weight: 600;
	line-height: 48px;
	margin: 0 0 24px;
}
h2, .h2{
	color: #4a4f55;
	font-size: 32px;
	line-height: 36px;
	margin: 0.6em 0;
}
h3, .h3{
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 30px;
}
h4, .h4{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 30px;
}
h5, .h5 {
}
h6, .h6 {
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}
::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(128, 135, 139, 0.8);
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	box-shadow: none; 
	display: block;
	color: #363636;
	font-size: 18px;
	font-family: inherit;
	font-weight: normal;
	line-height: 24px;
	height: 56px;
	padding: 5px 20px;
	transition: all 0.15s linear;
	outline: none!important;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	border-color: #96c8da;
}
input:focus,
select:focus,
textarea:focus,
button:focus{
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
::-webkit-web-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button{
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
}
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button{
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
::-webkit-input-placeholder {color:#363636; font-weight: 600; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#363636; font-weight: 600; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#363636; font-weight: 600; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#363636; font-weight: 600; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select{
	background-image: url('../img/chev-down.svg');
	background-repeat: no-repeat;
	background-position: center right 7px;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	cursor: pointer;
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select option{
	padding-left: 0;
}
textarea{
	height: 110px;
	padding: 14px 24px;
	resize: none;
	overflow: auto;
}
.form-field{
	margin-bottom: 8px;
	position: relative;
}
.form-field-label{
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 4px;
}
.form-field input.error,
.form-field select.error,
.form-field textarea.error{
	background-color: #ffe8e8;
}
.form-field label.error{
	color: red;
	font-size: 10px;
	line-height: 10px;
	padding: 0 10px;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 4px;
}
.g-recaptcha-wrap{
	position: relative;
}
.g-recaptcha-wrap label.error{
	bottom: -15px;
	color: red;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	position: absolute;
	pointer-events: none;
	right: 0;
	width: 100%;
}
.form-field-submit{
	margin-top: 30px;
	text-align: center;
}
/* BUTTONS */
.btn {
	display: inline-block;
}
.btn--primary {
	background: #951014;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	cursor: pointer;
	color: #fff;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.25;
	min-width: 220px;
	text-align: center;
	padding: 14px 15px;
	text-transform: uppercase;
	transition: all 0.2s linear;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn--primary:hover{
	background: #5c0a0c;
	color: #fff;
}
.container{
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
	width: 96%;
}
.align-self-center{
	-ms-flex-item-align: center;
	align-self: center;
}
/* HEADER */
.header{
	left: 0;
	padding-top: 54px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	width: auto;
}
.header-phone{
	text-align: right;
}
.header-phone a{
	background-image: url(../img/icon-phone.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1em 1em;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding-left: 1.75em;
	position: relative;
	line-height: 1.25;
}
.header-phone a:hover{
	opacity: 0.7;
}
.header-phone-number{
	margin-left: 0.33em;
}
/* TOP BANNER */
.top-section{
	background-color: #292929;
	background-image: url('../img/top-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 210px 0 190px;
	position: relative;
	z-index: 1;
}
.top-section:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
	content: "";
	display: block;
	height: 31%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.top-section:after{
	background: linear-gradient(to right, rgba(0,0,0,0.8), transparent);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 75%;
	z-index: 1;
}
.top-section-inner{
	position: relative;
	z-index: 2;
}
.top-section-content{
	color: #fff;
}
.top-section-content h1{
	margin: 0 0 22px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.top-section-content p{
	margin: 0 0 28px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.top-section-content p:last-child{
	margin: 0;
}
.top-section-content .btn{
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.intro-section{
	padding: 105px 0 123px;
}
.intro-section .row{
	margin-bottom: 88px;
}
.intro-section .row:last-child{
	margin-bottom: 0;
}
.intro-section-content{
	max-width: 524px;
}
.intro-section-image{
	position: relative;
}
.intro-section-image img{
	display: block;
	height: auto;
	width: 100%;
}
.intro-section-image-caption{
	bottom: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	position: absolute;
	right: 14px;
	z-index: 2;
}
.cta-section {
	background-color: #292929;
	background-image: url('../img/cta-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.cta-section-image-caption{
	bottom: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	position: absolute;
	right: 14px;
	z-index: 2;
}
.cta-section-inner{
	background: rgba(29,29,29,0.4);
	color: #fff;
	padding: 96px 0;
}
.cta-section-content h2{
	color: inherit;
	font-weight: normal;
	margin: 0 0 8px;
}
.cta-section-content p{
	margin: 0 0 13px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.cta-section-content p:last-child{
	margin-bottom: 0;
}
.promise-section {
	padding: 70px 0 85px;
}
.promise-section .container{
	max-width: 960px;
}
.promise-header-content{
	text-align: center;
}
.promise-header-content h2{
	margin-bottom: 17px;
}
.promise-section-points{
	padding-top: 53px;
}
.promise-section-points--item {
	background-image: url(../img/icon-tick.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px 32px;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	min-height: 32px;
	padding-left: 50px;
}
.about-section{
	background: #4a4f55;
}
.about-section-inner{
	background: linear-gradient(to right, rgba(0,0,0,0.3), transparent, rgba(0,0,0,0.3));
	padding: 37px 0 27px;
}
.about-section-image img{
	display: inline-block;
	vertical-align: middle;
}
.about-section-content{
	color: #fff;
	max-width: 450px;
}
.about-section-content h2{
	color: inherit;
}
.about-section-content .points{
	font-size: 17px;
	margin-top: 1.6em;
}
.about-section-content .points span.points-spacer{
	margin: 0 5px;
}
.journey-section{
	background-color: #7a7a7a;
	background-image: url('../img/journey-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.journey-section:after{
	background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
	bottom: 0;
	content: "";
	display: block;
	height: 70px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.journey-section-inner{
	padding: 120px 0;
	position: relative;
	z-index: 2;
}
.journey-section-image-caption{
	bottom: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	position: absolute;
	right: 14px;
	z-index: 2;
}
.journey-section-content-inner{
	background: rgba(248,248,248,0.8);
	max-width: 457px;
	padding: 56px 20px 58px;
	text-align: center;
}
.journey-section-content{
	margin: 0 auto;
	max-width: 380px;
}
.journey-section-content h2{
	margin-bottom: 24px;
}
.testimonial-section{
	padding: 63px 0 84px;
}
.testimonial-section h2{
	margin-bottom: 20px;
	text-align: center;
}
.testimonial-slider{
	margin: 0 auto;
	max-width: 965px;
}
.testimonial-section-content-card{
	background: #fff;
	box-shadow: 0 10px 15px -10px rgba(87, 3, 5, 0.3);
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	margin: 0 10px 20px;
	padding: 70px 20px 86px;
	position: relative;
	text-align: center;
	outline: none;
}
.testimonial-section-content-card:before{
	background-image: url('../img/quote-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	content: '';
	display: block;
	height: 32px;
	left: 40px;
	top: 23px;
	width: 40px;
}
.testimonial-section-content-card:after{
	background-image: url('../img/quote-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	content: '';
	display: block;
	height: 32px;
	bottom: 23px;
	right: 40px;
	transform: rotate(180deg);
	width: 40px;
}
.testimonial-section-content{
	color: #363636;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}
.testimonial-slider ul.slick-dots {
	font-size: 10px;
	line-height: 1;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
	list-style: none;
}
.testimonial-slider ul.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.testimonial-slider ul.slick-dots li button{
	text-indent: -9999px;
	background: #d8d8d8;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	height: 10px;
	padding: 0;
	width: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.testimonial-slider ul.slick-dots li.slick-active button {
	background-color: #20182B;
}
.form-section{
	background: #363636;
	color: #fff;
	padding: 97px 0 35px;
}
.form-block{
	position: relative;
}
.form-block-header{
	padding-bottom: 23px;
	text-align: center;
}
.form-block-header h2{
	color: inherit;
	font-weight: normal;
	margin: 0 0 13px;
}
.form-block-body{
	margin: 0 auto;
	max-width: 554px;
}
.form-field label.text-label{
	color: #363636;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	left: 24px;
	position: absolute;
	top: 16px;
}
.form-field input{
	padding-left: 196px;
}
.form-field select{
	padding-left: 300px;
}
.form-field textarea{
	padding-left: 150px;
}
.form-footer{
	padding-top: 11px;
	text-align: center;
}
.form-footer .g-recaptcha-wrap{
	display: inline-block;
	vertical-align: top;
}
.form-footer .form-field-submit{
	margin-top: 25px;
}
.thank-you-message{
	font-size: 16px;
	font-weight: 600;
	max-width: 500px;
	line-height: 1.5;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	position: absolute;
	transition: all 0.35s linear;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 100%;
}
.form-block.form-submited .form-block-header p,
.form-block.form-submited .form-block-body{
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.form-block.form-submited .thank-you-message{
	opacity: 1;
	visibility: visible;
}
.footer{
	background: #363636;
	color: #fff;
	text-align: center;
	padding-bottom: 70px;
}
.footer-phone{
	margin-bottom: 22px;
	text-align: center;
}
.footer-phone a{
	background-image: url(../img/icon-phone-red.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 18px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	padding-left: 1.7em;
	position: relative;
	line-height: 1.25;
}
.footer-phone a:hover{
	opacity: 0.7;
}
.footer-phone-number{
	margin-left: 0.33em;
}
.footer-social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-social li{
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}
.footer-social a{
	display: inline-block;
	vertical-align: middle;
}
.footer-social a:hover{
	opacity: 0.7;
}
.footer-social img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 40px;
}
.footer-copyright{
	font-size: 13px;
	margin-top: 60px;
}
.footer-copyright a{
	color: inherit;
}
@media only screen and (max-width : 991px) {
	.journey-section-content-inner{
		margin: 0 auto;
	}
}
@media only screen and (max-width : 767px) {
	.header-phone-number{
		display: none;
	}
	.intro-section-content{
		max-width: 100%;
	}
	.intro-section-image{
		margin-top: 30px;
	}
	.about-section-inner{
		padding: 65px 0;
	}
	.about-section-image{
		margin: 0 auto 30px;
		max-width: 94%;
		text-align: center;
	}
	.about-section-content{
		margin: 0 auto;
		text-align: center;
	}
}
@media only screen and (max-width : 600px) {
	body{
		font-size: 14px;
		line-height: 22px;
	}
	h2, .h2{
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 16px;
	}
	.container{
		width: 100%;
	}
	.btn--primary{
		font-size: 15px;
		line-height: 21px;
		min-width: 200px;
		padding: 12px 15px;
	}
	.header{
		padding-top: 27px;
	}
	.header .container{
		padding-left: 28px;
		padding-right: 28px;
	}
	.header-logo img{
		height: 30px;
	}
	.header-phone a{
		font-size: 16px;
	}
	.top-section{
		padding: 125px 0 82px;
	}
	.top-section-content{
		text-align: center;
	}
	.top-section-content h1{
		font-size: 36px;
		line-height: 1;
	}
	.intro-section{
		padding: 30px 0 56px;
	}
	.intro-section .row{
		margin-bottom: 30px;
	}
	.intro-section-content h2{
		max-width: 210px;
	}
	.intro-section-image{
		margin-top: 18px;
	}
	.cta-section-inner{
		padding: 40px 0;
	}
	.cta-section-content{
		text-align: center;
	}
	.cta-section-content h2{
		margin: 0 0 2px;
	}
	.cta-section-content p.large{
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 15px;
	}
	.cta-section-image-caption{
		display: none;
	}
	.promise-section{
		padding: 31px 0 17px;
	}
	.promise-section-points{
		padding-top: 22px;
	}
	.promise-section-points--item{
		background-size: 27px 27px;
		font-size: 14px;
		line-height: 22px;
		min-height: 27px;
		margin-bottom: 17px;
		padding-left: 42px;
	}
	.about-section-inner{
		background: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent, rgba(0,0,0,0.3));
		padding: 50px 0 40px;
	}
	.about-section-image{
		margin: 0 auto 30px;
		max-width: 94%;
		text-align: center;
	}
	.about-section-content{
		text-align: center;
	}
	.about-section-content .points{
		font: inherit;
		line-height: inherit;
	}
	.hide-mob{
		display: none;
	}
	.mob-block{
		display: block;
	}
	.journey-section{
		background-position: top center;
		background-size: auto 350px;
	}
	.journey-section:after{
		background: linear-gradient(to top, #7a7a7a, #7a7a7a, #7a7a7a, transparent);
		height: 240px;
	}
	.journey-section-inner{
		padding: 280px 0 40px;
	}
	.journey-section-image-caption{
		display: none;
	}
	.journey-section-content-inner{
		border-radius: 10px;
		margin: 0 auto;
		padding: 37px 15px 36px;
	}
	.journey-section-content h2{
		margin-bottom: 16px;
	}
	.testimonial-section{
		padding: 32px 0;
	}
	.testimonial-section .col-12{
		padding-left: 10px;
		padding-right: 10px;
	}
	.testimonial-section-content-card:before{
		height: 21px;
		left: 19px;
		top: 17px;
		width: 26px;
	}
	.testimonial-section-content-card:after{
		height: 21px;
		bottom: 20px;
		right: 19px;
		width: 26px;
	}
	.testimonial-section-content-card{
		padding: 65px 20px;
	}
	.testimonial-section-content{
		font-size: 16px;
		line-height: 1.5;
	}
	.testimonial-slider ul.slick-dots{
		padding-top: 12px;
	}
	.form-section{
		background: linear-gradient(to bottom, #292929, #363636);
		padding: 41px 0 35px;
	}
	.form-block-header{
		margin: 0 auto;
		max-width: 300px;
	}
	.form-field input{
		height: auto;
		font-size: 16px;
		padding: 25px 15px 7px;
	}
	.form-field select{
		height: auto;
		font-size: 16px;
		padding: 28px 15px 7px;
	}
	.form-field label.text-label{
		font-size: 12px;
		line-height: 18px;
		left: 15px;
		top: 10px;
	}
	.form-field textarea{
		font-size: 16px;
		padding: 30px 15px 8px;
	}
	.footer{
		padding-bottom: 60px;
	}
	.footer-phone a{
		font-size: 16px;
	}
	.footer-copyright{
		margin-top: 35px;
	}
}