/* Custom styles */

body {
	font-family:'OpenSans-Regular';
	font-weight:400;
	font-size:17px;
	line-height:27px;
	color:#323232;
}

a, a:hover {
	color: #323232;
}

a, a:hover {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

p:empty,
p:last-child {
	margin-bottom:0;
}

b, strong {
	font-weight: 400;
	font-family:'OpenSans-Bold';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	font-weight: 400;
	font-family:'Proxima-Nova-Bold';
}

h1 {
	font-size:80px;
	line-height:90px;
}

h2 {
	font-size:40px;
	line-height:50px;
}

h3 {
	font-size:20px;
	line-height:30px;
}

.btn, .wpcf7 input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #323232;
	border-color: #323232;
}

.btn-primary:hover {
	color: #fff;
	background-color: #FF7034;
	border-color: #FF7034;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #FF7034;
	border-color: #FF7034;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #FF7034;
	border-color: #FF7034;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	color: #323232;
	border-color: #6CAEDF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.site {
	position:relative;
}

.mobile-menu {
	display:none;
}

#wrapper-navbar {
	position:absolute;
	top:0;
	width:100%;
	z-index:9999;
}

.navbar {
	padding:20px 0;
}

.navbar-brand {	
	padding:0;
	max-width:263px;
	margin:0;
}

.navbar-dark .navbar-nav > .menu-item {
	margin:0 18px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-transform:uppercase;
	padding:0;
	font-family:'OpenSans-Bold';
	position:relative;
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	-moz-transition:-moz-transform 0.3s ease-in-out;
	-webkit-transition:-webkit-transform 0.3s ease-in-out;
	-ms-transition:-ms-transform 0.3s ease-in-out;
	-o-transition:-o-transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:after,
.mobile-menu .navbar-nav .nav-link:after {
	content:'';
	width:100%;
	height:10px;
	background-color:rgba(255, 112, 52, 0.30);
	position:absolute;
	left:0;
	bottom:3px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
	color:#FF7034;
	-moz-transform:translateY(-2px);
	-webkit-transform:translateY(-2px);
	-ms-transform:translateY(-2px);
	-o-transform:translateY(-2px);
	transform:translateY(-2px);
	-moz-transition:-moz-transform 0.3s ease-in-out;
	-webkit-transition:-webkit-transform 0.3s ease-in-out;
	-ms-transition:-ms-transform 0.3s ease-in-out;
	-o-transition:-o-transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus:after, 
.navbar-dark .navbar-nav .nav-link:hover:after,
.mobile-menu .navbar-nav .nav-link:after {
	opacity:1;
	visibility:visible;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.wrapper {
	padding:0;
}

#wrapper-footer-full {
	background-color: #fff;
	padding:35px 0;
	border-top:1px solid #C4C4C4;
}

#wrapper-footer-full ul.menu {
	padding:0;
	margin:0;
}

#wrapper-footer-full ul.menu li {
	list-style-type:none;
}

#wrapper-footer-full a {
	color:#323232;
	text-decoration:none;
}

#wrapper-footer-full a:hover,
#wrapper-footer .widget_text:last-child a:hover {
	color:#FF7034;
}

#wrapper-footer {
	padding:0 0 20px;
	font-size:13px;
	line-height:23px;
}

#wrapper-footer .widget_text:last-child a {
	display:inline-block;
	text-decoration:none;
	color:#323232;
	font-size:17px;
	line-height:27px;
}

#wrapper-footer .widget_text:last-child a:last-child {
	margin-left:30px;
}

.widget-title {
	font-size:20px;
	line-height:30px;
}

.video-background {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

.video-background video {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.video-background .mejs-container {
	max-height:100%;
}

.video-background .mejs-controls,
.video-background .mejs-layers {
	display:none !important;
}

.section-title {
	font-size:40px;
	line-height:50px;
	color:#6CAEDF;
	text-align:center;
	font-family:'Proxima-Nova-Bold';
	font-weight:400;
	margin-bottom:45px;
}

#slide-down a {
	display:block;
	width:43px;
	height:44px;
	margin:0 auto;
	cursor:pointer;
	background:url('images/arrow-2.png') no-repeat 50% 50%;
	background-size:contain;
	position:relative;
	top:0;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

#slide-down a:hover {
	top:12px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

/* Front page */
.front-page .hero-section {
	position:relative;
}

.front-page .hero-section .d-flex {
	height:1080px;
}

.front-page .hero-section .hero-overlay {
	position:relative;
	z-index:2;
}

.front-page .hero-content {
	font-family:'Proxima-Nova-Bold';
	color:#fff;
	font-weight:400;
	font-size:80px;
	line-height:90px;
	text-transform:uppercase;
	position:relative;
	z-index:2;
	text-align:center;
}

.front-page .hero-content > *:first-child {
	font-size:40px;
	line-height:50px;
}

.front-page .hero-section #slide-down {
	margin-top:85px;
}

.front-page .section-1 {
	padding:70px 0;
}

.front-page .section-1 .content-section {
	text-align:center;
}

.front-page .section-1 .content-section > *:first-child {
	font-size:25px;
	line-height:35px;
	font-weight:400;
	font-family:'Proxima-Nova-Bold';
	color:#6CAEDF;
}

.front-page .section-2 {
	padding:70px 0;
	background:url('images/bg-1.jpg') no-repeat 50% 50%;
	background-size:100% 100%;
}

.front-page .section-2 .feature-item a {
	color:#FF7034;
	text-decoration:none;
}

.front-page .section-2 .feature-item a:hover {
	color:#6CAEDF;
}

.front-page .section-2 .feature-item .feature-thumbnail {
	overflow:hidden;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.front-page .section-2 .feature-item .feature-thumbnail img {
	display:block;
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-ms-transition:-ms-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition:transform 0.2s ease-in-out;
}

.front-page .section-2 .feature-item a:hover .feature-thumbnail {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.front-page .section-2 .feature-item a:hover .feature-thumbnail img {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-ms-transition:-ms-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition:transform 0.2s ease-in-out;
}

.front-page .section-2 .feature-item .feature-title {
	text-transform:uppercase;
	margin-top:22px;
	text-align:center;
}

/* Services page */
.services-page .page-section {
	padding:70px 0;
}

.services-page .section-1 .content-section {
	text-align:center;
}

.services-page .section-1 .content-section h2 {
	font-size:25px;
	line-height:35px;
}

.services-page .section-2 {
	padding-bottom:15px;
}

.services-page .section-2 .content-image,
.services-page .section-3 .content-image,
.services-page .section-4 .content-image {
	overflow:hidden;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
}

.services-page .section-3 {
	background:url('images/bg-2.jpg') no-repeat 50% 50%;
	background-size:100% 100%;
}

/* Contact page */
.contact-page .section-1 {
	padding:70px 0;
}

/* Generic page */
.has-hero-header .hero-section {
	padding:220px 0 145px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.has-hero-header .hero-section .page-title {
	font-size:80px;
	line-height:90px;
	color:#fff;
}

.inner-page .page-section {
	padding:70px 0;
}

.inner-page:not(.has-hero-header) .page-section {
	padding-top:0;
}

.inner-page:not(.has-hero-header).thank-you-page .page-section {
	padding:250px 0;
	text-align:center;
}

.thank-you-page .section-1 .entry-content h1 {
	color:#323232;
	margin-bottom:45px;
}

.thank-you-page .section-1 .entry-content h2 {
	font-size:25px;
	line-height:35px;
	color:#6CAEDF;
	margin-bottom:45px;
}

.thank-you-page .section-1 .entry-content .btn {
	width:220px;
	font-family:'OpenSans-Bold';
}

#breadcrumbs,
#breadcrumbs a {
	color:#fff;
	font-family:'OpenSans-Bold';
}

.testimonials-section {
	padding:70px 0;
}

.testimonials-section .testimonial-slide .content-1 {
	text-align:center;
	position:relative;
	padding-bottom:45px;
	border-bottom:1px solid #c4c4c4;
}

.testimonials-section .testimonial-slide .content-1:before,
.testimonials-section .testimonial-slide .content-1:after {
	content:'';
	position:absolute;
	top:13px;
	width:43px;
	height:30px;
	background-image:url('images/quote-icon.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}

.testimonials-section .testimonial-slide .content-1:before {
	left:0;
}

.testimonials-section .testimonial-slide .content-1:after {
	right:0;
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.testimonials-section .testimonial-slide .content-1 .testimonial-content > *:first-child {
	font-family:'Proxima-Nova-Bold';
	font-weight:400;
}

.testimonials-section .testimonial-slide .content-2 {
	padding:40px 0;
}

.testimonials-section .slick-arrow {
	width:43px;
	height:44px;
	background-image:url('images/arrow.png');
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:contain;
	position:absolute;
	top:50%;
	margin-top:-22px;
	z-index:9;
	cursor:pointer;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.testimonials-section .slick-arrow:hover {
	width:70px;
	background-image:url('images/arrow-3.png');
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.testimonials-section .slick-prev {
	left:-90px;
}

.testimonials-section .slick-prev:hover {
	left:-117px;
}

.testimonials-section .slick-next {
	right:-90px;
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.testimonials-section .slick-next:hover {
	right:-117px;
}

.testimonials-section ul.slick-dots {
	padding:0;
	margin:0;
	text-align:center;
}

.testimonials-section ul.slick-dots li {
	list-style-type:none;
	display:inline-block;
	vertical-align:middle;
	line-height:0;
	margin:0 4px;
}

.testimonials-section ul.slick-dots li button {
	width:11px;
	height:11px;
	text-indent:-99999px;
	overflow:hidden;
	padding:0;
	border:1px solid #FF7034;
	background-color:#fff;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.testimonials-section ul.slick-dots li.slick-active button {
	background-color:#FF7034;
}

.global-form-section {
	padding:70px 0;
	background-color:#F1F4F5;
}

.global-form-section .gform_legacy_markup_wrapper,
.contact-page .section-1 .gform_legacy_markup_wrapper {
	margin:0;
}

.global-form-section .gform_legacy_markup_wrapper .top_label .gfield_label,
.contact-page .section-1 .gform_legacy_markup_wrapper .top_label .gfield_label {
	display:none;
}

.global-form-section .gform_legacy_markup_wrapper ul.gform_fields li.gfield,
.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.global-form-section .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.global-form-section .gform_legacy_markup_wrapper textarea,
.contact-page .section-1 .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .section-1 .gform_legacy_markup_wrapper textarea {
	padding: 15px 20px;
	line-height:1;
	border:1px solid #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

.global-form-section .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus-visible,
.global-form-section .gform_legacy_markup_wrapper textarea:focus-visible,
.contact-page .section-1 .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus-visible,
.contact-page .section-1 .gform_legacy_markup_wrapper textarea:focus-visible {
	outline:none;
}

.contact-page .section-1 .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .section-1 .gform_legacy_markup_wrapper textarea {
	border-color:#323232;
}

/* Blog page */
.blog-page .section-1 {
	padding:70px 0;
}

.blog-page .section-1 .row > div {
	margin-bottom:50px;
}

.blog-page .section-1 .blog-header {
	margin-bottom:1rem;
}

.blog-page .section-1 .blog-item {
	padding:30px;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.blog-page .section-1 .blog-item h2 {
	color:#6CAEDF;
}

.blog-page .section-1 .pagination {
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
}

.blog-page .section-1 .pagination .page-numbers {
	width:42px;
	height:42px;
	text-align:center;
	padding:12px;
	line-height:1;
	color:#fff;
	margin:0 5px;
	text-decoration:none;
	font-family:'OpenSans-Bold';
	background-color:#C4C4C4;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.blog-page .section-1 .pagination .page-numbers.current,
.blog-page .section-1 .pagination .page-numbers:hover,
.blog-page .section-1 .pagination .page-numbers:focus {
	background-color:#6CAEDF;
}

/* Single post */
.single #wrapper-navbar,
.inner-page:not(.has-hero-header) #wrapper-navbar,
.error404 #wrapper-navbar,
.search #wrapper-navbar {
	position:relative;
}

.single .navbar-dark .navbar-nav .nav-link,
.inner-page:not(.has-hero-header) .navbar-dark .navbar-nav .nav-link,
.error404 .navbar-dark .navbar-nav .nav-link,
.search .navbar-dark .navbar-nav .nav-link {
	color:#6CAEDF;
}

.single .navbar-dark .navbar-nav .nav-link:hover,
.inner-page:not(.has-hero-header) .navbar-dark .navbar-nav .nav-link:hover,
.error404 .navbar-dark .navbar-nav .nav-link:hover,
.search .navbar-dark .navbar-nav .nav-link:hover {
	color:#FF7034;
}


.single .hero-section,
.inner-page:not(.has-hero-header) .hero-section {
	padding:35px 0;
}

.single .breadcrumb-section {
	margin-bottom:30px;
}

.single #breadcrumbs, 
.single #breadcrumbs a,
.inner-page:not(.has-hero-header) #breadcrumbs,
.inner-page:not(.has-hero-header) #breadcrumbs a {
	color: #323232;
	font-family:'OpenSans-Regular';
}

.single .page-title,
.inner-page:not(.has-hero-header) .page-title,
.error404 .page-title,
.search .page-title {
	font-size:40px;
	line-height:50px;
	margin:0 0 30px;
	color:#6CAEDF;
	max-width:900px;
}

.single .section-1 {
	padding-bottom:35px;
}

.single .entry-content ol, 
.single .entry-content ul {
	padding-left: 20px;
}

.single .entry-content + .d-flex {
	margin-top:50px;
}

.single .entry-content + .d-flex a {
	color:#6CAEDF;
	font-family:'OpenSans-Bold';
}

.single .sharer .social-media-icon {
	width:24px;
	height:24px;
	display:inline-block;
	margin-right:15px;
	background-repeat:no-repeat;
	background-image:url('images/social-media-icon.png');
	background-size:90px auto;
	background-position:0px 50%;
}

.single .sharer .social-media-icon#linkedin {
	background-position:-32px 50%;
}

.single .sharer .social-media-icon#twitter {
	background-position:-68px 50%;
}

.search article {
	margin-bottom:30px;
}

.global-form-section .gform_legacy_markup_wrapper .top_label div.ginput_recaptcha > div {
	margin:0 auto;
}

.global-form-section .gform_legacy_markup_wrapper .gform_footer {
	text-align:center;
}

.global-form-section .gform_legacy_markup_wrapper .gform_footer input.button,
.contact-page .section-1 .gform_legacy_markup_wrapper .gform_footer input.button {
	margin:0;
	width:165px;
	background-color:#323232;
	border:1px solid #323232;
	color:#fff;
	font-family:'OpenSans-Bold';
	font-size:17px;
	line-height:1;
	padding:12px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.global-form-section .gform_legacy_markup_wrapper .gform_footer input.button:hover,
.global-form-section .gform_legacy_markup_wrapper .gform_footer input.button:focus,
.contact-page .section-1 .gform_legacy_markup_wrapper .gform_footer input.button:hover,
.contact-page .section-1 .gform_legacy_markup_wrapper .gform_footer input.button:focus {
	background-color:#FF7034;
	border-color:#FF7034;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.global-form-section .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.contact-page .section-1 .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.global-form-section .gform_validation_errors > h2,
.contact-page .section-1 .gform_validation_errors > h2 {
	line-height:26px;
}

@media (min-width:992px) {
	
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields {
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-left:-15px !important;
		margin-right:-15px !important;
	}
	
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield:first-child,
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield:nth-child(2),
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield:nth-child(3),
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield:nth-child(4) {
		max-width:50%;
		-moz-flex:0 0 50%;
		-webkit-flex:0 0 50%;
		flex:0 0 50%;
	}
	
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield:first-child,
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield:nth-child(2) {
		margin-top:0;
	}
	
}

@media (min-width:768px) {
	
	.global-form-section .gform_legacy_markup_wrapper ul.gform_fields {
		display:-moz-flex;
		display:-webkit-flex;
		display:flex;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-left:-15px !important;
		margin-right:-15px !important;
	}
	
	.global-form-section .gform_legacy_markup_wrapper ul.gform_fields li.gfield,
	.contact-page .section-1 .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
		width:100%;
		max-width:100%;
		padding:0 15px;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.global-form-section .gform_legacy_markup_wrapper ul.gform_fields li.gfield:first-child,
	.global-form-section .gform_legacy_markup_wrapper ul.gform_fields li.gfield:nth-child(2),
	.global-form-section .gform_legacy_markup_wrapper ul.gform_fields li.gfield:nth-child(3) {
		margin-top:0;
		max-width:33.33%;
		-moz-flex:0 0 33.33%;
		-webkit-flex:0 0 33.33%;
		flex:0 0 33.33%;
	}
	
}

@media (min-width:1921px) {
	
	.video-background .mejs-container {
		width: 100% !important;
	}
	
}

@media (max-width:991px) {
	
	.services-page .section-2 .content-section br {
		display:none;
	}
	
	.services-page .section-3 {
		background-size: auto 100%;
	}
	
}

@media (max-width:767px) {
	
	body {
		font-size:14px;
		line-height:24px;
	}
	
	h1 {
		font-size:55px;
		line-height:65px;
	}
	
	
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	
	.mobile-menu {
		display:block;
		position:fixed;
		z-index:99999;
		width:90%;
		height:100%;
		left:0;
		top:0;
		background-color:#323232;
		opacity:0;
		visibility:hidden;
		-moz-transform:translateX(-100%);
		-webkit-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		-o-transform:translateX(-100%);
		transform:translateX(-100%);
		-moz-transition: -moz-transform 0.2s ease-in-out;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		-ms-transition: -ms-transform 0.2s ease-in-out;
		-o-transition: -o-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}
	
	.mobile-menu.show {
		opacity:1;
		visibility:visible;
		-moz-transform:translateX(0);
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0);
		-moz-transition: -moz-transform 0.2s ease-in-out;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		-ms-transition: -ms-transform 0.2s ease-in-out;
		-o-transition: -o-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}
	
	.mobile-menu .mobile-menu-wrap {
		padding:75px 0 0;
		overflow-y:auto;
		height:100%;
	}
	
	.mobile-menu #close-mobile-menu {
		width:13px;
		height:12px;
		display:block;
		position:absolute;
		left:15px;
		top:30px;
		background:url('images/close-icon.png') no-repeat 50% 50%;
		background-size:contain;
		cursor:pointer;
	}
	
	.mobile-menu .navbar-collapse {
		width:100%;
	}
	
	.mobile-menu .navbar-nav .menu-item {
		padding:20px 30px;
	}
	
	.mobile-menu .navbar-nav .nav-link {
		padding:0 3px;
		font-size:30px;
		line-height:36px;
		position:relative;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-family:'Proxima-Nova-Bold';
		display:inline-block;
	}
	
	.mobile-menu .navbar-nav .nav-link:after {
		background-color:#FF7034;
		z-index:-1;
		bottom:3px;
	}
	
	.navbar-brand {
		max-width: 219px;
		margin: 0 auto;
		-moz-flex:0 0 219px;
		-webkit-flex:0 0 219px;
		flex:0 0 219px;
	}
	
	.navbar-toggler {
		padding:0;
		width:17px;
		height:12px;
		position:absolute;
		left:15px;
		top:50%;
		margin-top:-6px;
		outline:none;
		border:none;
		z-index:99;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:url('images/hamburger.png') no-repeat 50% 50%;
		background-size:contain;
		width:17px;
		height:12px;
		border:none;
		display:block;
	}
	
	.single .navbar-dark .navbar-toggler-icon,
	.inner-page:not(.has-hero-header) .navbar-dark .navbar-toggler-icon,
	.error404 .navbar-dark .navbar-toggler-icon,
	.search .navbar-dark .navbar-toggler-icon {
		background-image:url('images/hamburger-blue.png');
	}
	
	#wrapper-footer-full,
	.front-page .page-section:not(.hero-section),
	.inner-page .page-section,
	.services-page .page-section,
	.contact-page .section-1,
	.global-form-section {
		padding:30px 0;
	}
	
	#wrapper-footer-full .widget_text p strong {
		display:block;
	}
	
	#wrapper-footer .d-flex > div {
		width:100%;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	#wrapper-footer .d-flex > div:last-child {
		margin-bottom:20px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	
	#wrapper-footer .widget_text:last-child a {
		display: block;
		font-size: 14px;
		line-height: 24px;
	}
	
	#wrapper-footer .widget_text:last-child a:last-child {
		margin-left: 0;
	}
	
	.widget-title {
		font-size: 18px;
		line-height: 28px;
	}
	
	.front-page .hero-section .d-flex {
		height: 800px;
	}
	
	.front-page .hero-content {
		font-size: 55px;
		line-height: 65px;
	}
	
	.front-page .hero-content > :first-child {
		font-size: 30px;
		line-height: 40px;
	}
	
	.front-page .hero-section #slide-down {
		margin-top: 50px;
	}
	
	.front-page .section-1 .content-section {
		font-size:14px;
		line-height:24px;
	}
	
	.front-page .section-1 .content-section > *:first-child {
		font-size: 20px;
		line-height: 30px;
	}
	
	.front-page .section-2 {
		background-image:none;
		background-color:#F1F4F5;
	}
	
	.front-page .section-2 #features-slider-nav {
		text-align:center;
		margin-top:35px;
	}
	
	.front-page .section-2 .slick-arrow {
		width:25px;
		height:25px;
		display:inline-block;
		margin:0 8px;
		text-indent:-999999px;
		padding:0;
		border:none;
		background:url('images/arrow-4.png') no-repeat 50% 50%;
		background-size:auto 8px;
		cursor:pointer;
		-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}
	
	.front-page .section-2 .slick-next {
		background-image:url('images/arrow-5.png');
	}
	
	.services-page .section-1 {
		position:relative;
	}	
		
	.services-page .section-1:after {
		content:'';
		height:1px;
		width:-moz-calc( 100% - 30px );
		width:-webkit-calc( 100% - 30px );
		width:calc( 100% - 30px );
		background-color:#323232;
		position:absolute;
		bottom:0;
		left:15px;
	}
	
	.services-page .section-2 .content-section,
	.services-page .section-2 .content-section .content-image,
	.services-page .section-3 .content-section,
	.services-page .section-3 .content-section .content-image,
	.services-page .section-4 .content-section,
	.services-page .section-4 .content-section .content-image {
		margin-bottom:20px;
	}
	
	.services-page .section-3 {
		background-image:none;
	}
	
	.contact-page .section-1 .row > div:first-child {
		margin-bottom:30px;
	}
	
	.single .breadcrumb-section {
		margin-bottom: 15px;
	}
	
	.single .section-1 {
		padding-bottom:30px;
	}
	
	.single .page-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	
	.blog-page .section-1 .blog-item {
		padding:10px;
		font-size:14px;
	}
	
	.blog-page .section-1 .blog-item h2 {
		font-size:20px;
		line-height:30px;
	}
	
	.blog-page .section-1 .blog-item .btn {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}
	
	.inner-page:not(.has-hero-header).thank-you-page .page-section {
		padding: 30px 0;
	}
	
	.thank-you-page .section-1 .entry-content h1 {
		font-size:30px;
		line-height:40px;
		color:#6CAEDF;
		text-transform:uppercase;
		margin-bottom:1rem;
	}
	
	.thank-you-page .section-1 .entry-content h2 {
		font-size:13px;
		line-height:23px;
		color:#323232;
		font-family:'OpenSans-Regular';
		margin-bottom:1rem;
	}
	
	.testimonials-section .testimonial-slide .content-1:before, 
	.testimonials-section .testimonial-slide .content-1:after {
		top: 50%;
		margin-top:-7px;
		width: 21px;
		height: 14px;
	}
	
	.testimonials-section .testimonial-slide .content-section {
		font-size:14px;
		line-height:24px;
	}
	
	.global-form-section .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
	.global-form-section .gform_legacy_markup_wrapper textarea,
	.contact-page .section-1 .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
	.contact-page .section-1 .gform_legacy_markup_wrapper textarea {
		padding: 10px 15px;
		font-size:14px;
	}

	.global-form-section .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]),
	.contact-page .section-1 .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1;
		min-height: 0;
	}

	.section-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.has-hero-header .hero-section {
		text-align:center;
	}
	
	.has-hero-header .hero-section .page-title {
		font-size:55px;
		line-height:65px;
	}
		
}

@media (max-width:567px) {
	
	.inner-page:not(.has-hero-header).thank-you-page .page-section {
		padding: 70px 0;
	}
	
}

@media (max-width:374px) {
	
	#wrapper-footer-full .row > div:last-child p {
		font-size:12px;
		line-height:22px;
	}
	
	.front-page .hero-content {
		font-size: 45px;
		line-height: 55px;
	}
	
	.front-page .hero-content > *:first-child {
		font-size: 20px;
		line-height: 30px;
	}
	
	.blog-page .section-1 .row > div {
		max-width:100%;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.thank-you-page .section-1 .entry-content h1 br {
		display:none;
	}
	
	.thank-you-page .section-1 .entry-content .btn {
		width:100%;
	}
	
	.global-form-section .gform_legacy_markup_wrapper .top_label div.ginput_recaptcha,
	.contact-page .section-1 .gform_legacy_markup_wrapper .top_label div.ginput_recaptcha {
		max-width:100%;
		overflow-y:auto;
	}
	
}













