@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');


img {
	max-width: 100%;
}

button:active {
	outline: none;
}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.nopadding {
	padding: 0px !important;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
	height: 100%;
}

.slide {
	height: 100%;
}

.container_custom .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.container_custom .container .row {
	margin-left: 0;
	margin-right: 0;
}

.container_custom .container .row>div[class^='col'] {
	padding-left: 0;
	padding-right: 0;
}



/*********************************
7. Split Section Right
*********************************/

.split_section_right {
	background: #ffffff;
}

.split_section_right_content {
	padding-top: 112px;
	padding-left: 67px;
	padding-bottom: 77px;
	padding-right: 130px;
}

.split_section_title h1 {
	font-size: 72px;
}

.split_section_text {
	margin-top: 20px;
}

.milestones_container {
	margin-top: 84px;
	padding-right: 50px;
	padding-left: 10px;
}

.milestone {
	width: calc(100% / 3);
	margin-bottom: 60px;
}

.milestone_counter {
	font-size: 72px;
	color: #393939;
	font-weight: 600;
	line-height: 0.75;
}

.milestone_title {
	font-size: 16px;
	color: #868686;
	font-weight: 600;
	line-height: 0.75;
	margin-top: 35px;
}

.split_section_image {
	height: 100%;
}

/*********************************
8. Split Section Left
*********************************/

.split_section_left {
	background: #ffffff;
}

.split_section_left_content {
	padding-left: 104px;
	padding-top: 116px;
	padding-right: 95px;
	padding-bottom: 120px;
}

.loaders_container {
	margin-top: 43px;
	margin-left: -22px;
}

.loader_container {
	width: calc(100% / 3);
	height: 155px;
}

.loader {
	width: 155px;
	height: 155px;
	background: transparent;
}

.loader_content {
	position: absolute;
	left: 50%;
	bottom: 48px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 18px;
	font-weight: 500;
	color: #232323;
	white-space: nowrap;
	text-align: center;
}

.loader_title {
	font-size: 14px;
	font-weight: 600;
	color: #868686;
	line-height: 0.75;
	white-space: nowrap;
}

.progressbar-text {
	top: calc(40% + 1px) !important;
	font-size: 48px !important;
	font-weight: 600 !important;
	color: #393939 !important;
	line-height: 0.75 !important;
}