@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,900);
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	color: #a5a5a5
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

ul {
	list-style: none;
	margin-bottom: 0
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.14;
	font-weight: 400;
	color: #838383;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

p:last-of-type {
	margin-bottom: 0
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a:active {
	position: relative;
	color: #ff6347
}

p a:hover {
	color: #fff;
	background: #ffa07f
}

p a:hover::after {
	opacity: .2
}

::selection {
	background: #00b2b3;
	color: #fff
}

p::selection {}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.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: 0!important
}

.button {
	width: 137px;
	height: 54px;
	background: #00b2b3;
	overflow: hidden
}

.button a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

.button a span {
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	line-height: 54px;
	letter-spacing: .2em;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease
}

.button a span:first-child {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.button a span:last-child {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	font-size: 9px;
	opacity: 0
}

.button:hover a span:first-child {
	top: -10%;
	font-size: 9px;
	opacity: 0
}

.button:hover a span:last-child {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 11px;
	opacity: 1
}

.section_title {
	font-size: 36px;
	font-weight: 600;
	color: #404040;
	line-height: .75
}

.section_subtitle {
	font-size: 11px;
	font-weight: 600;
	color: #838383;
	line-height: .75;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: 23px
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100
}

.header.scrolled {
	position: fixed;
	top: -91px;
	left: 0
}

.header_top {
	width: 100%;
	z-index: 2
}

.header_top_content {
	height: 91px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.logo a {
	line-height: .75;
	color: #404040;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase
}

.logo a span {
	position: relative;
	font-size: 36px;
	color: #00b2b3;
	line-height: .75;
	vertical-align: text-top
}

.header_top_nav ul li {
	position: relative
}

.header_top_nav ul li:not(:last-child)::after {
	content: '|';
	margin-left: 12px;
	margin-right: 12px
}

.header_top_nav ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.header_top_nav ul li a:hover {
	color: #00b2b3
}

.header_top_phone {
	margin-left: 44px
}

.header_top_phone i {
	font-size: 22px;
	color: #00b2b3;
	vertical-align: middle;
	transform: translateY(-1px)
}

.header_top_phone span {
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	margin-left: 3px;
	vertical-align: middle
}

.hamburger {
	display: none;
	cursor: pointer
}

.hamburger i {
	font-size: 18px;
	color: #4c4c4c;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.hamburger i:hover {
	color: #329fec
}

.header_nav {
	z-index: 2
}

.header_nav_inner {
	width: 100%
}

.header_nav_container {
	z-index: 1;
	background: #00b2b3
}

.header_nav_content {
	height: 78px
}

.main_nav {
	height: 100%
}

.main_nav ul {
	height: 100%
}

.main_nav ul li {
	position: relative
}

.main_nav ul li:not(:last-child) {
	margin-right: 70px
}

.main_nav ul li a {
	display: block;
	position: relative;
	height: 100%;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	z-index: 1;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.main_nav ul li a:hover,
.main_nav ul li.active a {
	color: rgba(255, 255, 255, .75)
}

.search_content {
	height: 60px
}

.search_container_form {
	position: relative;
	width: 337px
}

.search_container_input {
	width: 100%;
	height: 37px;
	border: none;
	outline: none;
	padding-left: 20px
}

.search_container_input::-webkit-input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.search_container_input:-moz-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.search_container_input::-moz-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.search_container_input:-ms-input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.search_container_input::input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.search_container_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #fff
}

.header_search {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	cursor: pointer
}

.header_search i {
	color: #4c4c4c;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.header_search:hover i {
	color: #329fec
}

.menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(50, 198, 154, .95);
	z-index: 101;
	opacity: 0;
	visibility: hidden
}

.menu.active {
	opacity: .98;
	visibility: visible
}

.menu_content {
	width: 100%;
	height: 100%
}

.menu_content ul {
	margin-top: 40px
}

.menu_item {
	position: relative;
	margin-bottom: 3px
}

.menu_item:last-child {
	margin-bottom: 0
}

.menu_item a {
	display: inline-block;
	position: relative;
	font-size: 36px;
	color: #fff;
	font-weight: 600
}

.menu_item a::after {
	display: block;
	position: absolute;
	top: 52%;
	left: 0;
	width: 0;
	height: 4px;
	background: #fff;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease
}

.menu_item:hover a::after {
	width: 100%
}

.menu_close_container {
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu_close {
	top: 9px;
	width: 21px;
	height: 3px;
	background: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	background: rgba(255, 255, 255, .7)
}

.menu_search_form {
	position: relative;
	width: 300px
}

.menu_search_input {
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, .9);
	border: none;
	outline: none;
	padding-left: 20px
}

.menu_search_input::-webkit-input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.menu_search_input:-moz-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.menu_search_input::-moz-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.menu_search_input:-ms-input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.menu_search_input::input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #ababab!important
}

.menu_search_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	outline: none
}

.menu_social {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px
}

.menu_social ul {
	display: inline-block;
	margin-left: 25px;
	white-space: nowrap
}

.menu_social ul li {
	display: inline-block
}

.menu_social ul li:not(:last-child) {
	margin-right: 15px
}

.menu_social ul li a i {
	color: rgba(255, 255, 255, .7);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 5px
}

.menu_social ul li a i:hover {
	color: rgba(255, 255, 255, 1)
}

.home {
	width: 100%;
	height: 382px
}

.home_container {
	position: absolute;
	bottom: 79px;
	left: 0;
	width: 100%
}

.home_content {}

.home_title {
	display: inline-block;
	height: 54px;
	font-size: 36px;
	font-weight: 600;
	line-height: 54px;
	text-align: center;
	color: #fff;
	background: #00b2b3;
	padding-left: 17px;
	padding-right: 19px
}

.about {
	width: 100%;
	background: #fff;
	padding-top: 100px;
	padding-bottom: 113px
}

.about_row {
	margin-top: 89px
}

.about_text_highlight {
	font-size: 16px;
	font-weight: 700;
	color: #404040;
	margin-top: 28px
}

.about_text {
	margin-top: 13px
}

.about_image {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px
}

.about_button {
	margin-top: 49px
}

.milestones {
	width: 100%;
	background: #f5f6f8;
	padding-top: 88px;
	padding-bottom: 93px
}

.milestone {
	width: 100%
}

.milestone_icon {
	display: inline-block;
	height: 65px;
	width: 65px
}

.milestone_icon img {
	max-width: 100%
}

.milestone_content {
	padding-left: 29px
}

.milestone_counter {
	font-size: 48px;
	font-weight: 600;
	color: #404040;
	line-height: .75
}

.milestone_text {
	font-size: 16px;
	font-weight: 600;
	color: #c1c1c1;
	margin-top: 12px;
	line-height: 1.2
}

.cta {
	width: 100%;
	padding-top: 77px;
	padding-bottom: 74px
}

.cta_content {
	width: 100%
}

.cta_title {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2
}

.cta_subtitle {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .76);
	line-height: 1.5;
	margin-top: 14px
}

.cta_button {
	width: 141px;
	margin-top: 7px
}

.doctors {
	width: 100%;
	background: #fff;
	padding-top: 97px;
	padding-bottom: 210px
}

.doctors_row {
	margin-top: 100px
}

.doctor {
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.doctor::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 4px #00b2b3;
	background: transparent;
	content: '';
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.doctor:hover::after {
	visibility: visible;
	opacity: 1
}

.doctor:hover {
	box-shadow: 0 38px 46px rgba(0, 0, 0, .3);
	background: #f4f8fb
}

.doctor_image {
	width: 100%
}

.doctor_image img {
	max-width: 100%
}

.doctor_content {
	width: 100%;
	padding-left: 29px;
	padding-top: 29px;
	padding-bottom: 29px
}

.doctor_content::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #00b2b3;
	content: ''
}

.doctor_name {
	line-height: .75
}

.doctor_name a {
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	line-height: .75;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.doctor_name a:hover {
	color: #00b2b3
}

.doctor_title {
	font-size: 12px;
	font-weight: 500;
	color: #838383;
	line-height: .75;
	margin-top: 17px
}

.doctor_link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33px;
	height: 34px;
	background: #00b2b3;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.doctor_link a {
	display: block;
	line-height: 34px;
	font-size: 30px;
	color: #fff
}

.doctor:hover .doctor_link {
	visibility: visible;
	opacity: 1
}

.doctors_button {
	width: 181px;
	margin-top: 50px
}

.doctors_image {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 64px
}

.footer_content {
	padding-bottom: 100px
}

.footer_about {
	padding-top: 34px
}

.footer .logo a {
	color: #fff
}

.footer_about_text {
	font-size: 14px;
	font-weight: 500;
	color: #d3d3d3;
	line-height: 2.14;
	margin-top: 39px
}

.footer_social {
	margin-top: 30px
}

.footer_social ul li:not(:last-child) {
	margin-right: 30px
}

.footer_social ul li a i {
	color: #fff
}

.copyright {
	font-size: 12px;
	font-style: italic;
	color: rgba(255, 255, 255, .48);
	margin-top: 54px
}

.footer_contact {
	padding-top: 35px
}

.footer_contact_title {
	font-size: 20px;
	font-weight: 600;
	color: #fff
}

.footer_contact_form_container {
	margin-top: 43px
}

.footer_contact_form div input {
	width: calc((100% - 12px) / 2)
}

.footer_contact_input {
	width: 100%;
	height: 47px;
	background: #6a6d72;
	border: none;
	outline: none;
	padding-left: 20px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 500
}

.footer_contact_input::-webkit-input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #fff!important
}

.footer_contact_input:-moz-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #fff!important
}

.footer_contact_input::-moz-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #fff!important
}

.footer_contact_input:-ms-input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #fff!important
}

.footer_contact_input::input-placeholder {
	font-size: 12px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #fff!important
}

.footer_contact_textarea {
	height: 98px;
	padding-top: 15px
}

.footer_contact_button {
	width: 275px;
	height: 54px;
	background: #00b2b3;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: -5px
}

.footer_hours {
	background: rgba(22, 22, 23, .61);
	padding-left: 27px;
	padding-top: 35px;
	padding-bottom: 60px;
	padding-right: 30px
}

.footer_hours_title {
	font-size: 20px;
	font-weight: 600;
	color: #fff
}

.hours_list {
	margin-top: 47px
}

.hours_list li div {
	font-size: 14px;
	font-weight: 500;
	color: #fff
}

.hours_list li:not(:last-child) {
	margin-bottom: 27px
}

.footer_bar {
	width: 100%;
	background: rgba(18, 17, 17, .66)
}

.footer_bar_content {
	width: 100%;
	height: 51px
}

.footer_nav ul li:not(:last-child) {
	margin-right: 64px
}

.footer_nav ul li a {
	font-size: 11px;
	font-weight: 500;
	color: #a0a1a1;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.footer_nav ul li a:hover {
	color: #00b2b3
}

.footer_links {
	margin-left: 84px
}

.footer_links ul li {
	position: relative
}

.footer_links ul li:not(:last-child)::after {
	content: '|';
	margin-left: 9px;
	margin-right: 9px
}

.footer_links ul li a {
	font-size: 11px;
	font-weight: 500;
	color: #a0a1a1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.footer_links ul li a:hover {
	color: #00b2b3
}

.footer_phone span {
	font-size: 14px;
	font-weight: 600;
	color: #00b2b3
}

.footer_phone i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #00b2b3
}

@charset "utf-8";
@media only screen and (max-width:1199px) {
	.search_container_form {
		width: 217px
	}
	.cta_button {
		margin-top: 30px
	}
	.footer_contact_form div input {
		width: 100%
	}
	.footer_nav ul li:not(:last-child) {
		margin-right: 40px
	}
	.footer_links {
		margin-left: 54px
	}
}

@media only screen and (max-width:991px) {
	.home_title {
		font-size: 48px
	}
	.header,
	.header.scrolled {
		position: fixed;
		top: 0;
		left: 0
	}
	.header_top_extra,
	.header_nav {
		display: none!important
	}
	.hamburger {
		display: block
	}
	.about_image {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		right: auto;
		margin-top: 30px
	}
	.about_text_2 {
		margin-top: 12px
	}
	.milestone_col:not(:last-child) {
		margin-bottom: 80px
	}
	.footer_col:not(:last-child) {
		margin-bottom: 100px
	}
	.footer_contact {
		padding-top: 0
	}
	.footer_bar_content {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.footer_nav ul li:not(:last-child) {
		margin-bottom: 8px
	}
	.footer_links ul li:not(:last-child)::after {
		display: none
	}
	.footer_phone {
		margin-left: 80px
	}
	.footer_links ul li:not(:last-child) {
		margin-bottom: 7px
	}
}

@media only screen and (max-width:575px) {
	p {
		font-size: 13px
	}
	.menu_close_container {
		top: 31px;
		right: 28px
	}
	.menu_item a {
		font-size: 28px
	}
	.button {
		height: 40px
	}
	.button a span {
		font-size: 10px
	}
	.section_title {
		font-size: 28px;
		max-width: 100%
	}
	.home {
		height: 320px
	}
	.home_title {
		font-size: 28px
	}
	.about_text_highlight {
		font-size: 14px
	}
	.cta_title {
		font-size: 24px
	}
	.cta_subtitle {
		font-size: 13px
	}
	.footer_about_text {
		font-size: 13px
	}
	.footer_links {
		margin-left: 0;
		margin-top: 40px
	}
	.footer_phone {
		margin-left: 0;
		margin-top: 40px
	}
}