/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.topic-list,
.hachtags,
.social-text-links,
.main-nav,
.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.testimonial-post:after,
.holder-four-box:after,
.box-post-links:after,
#header .container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #666;
	background: #fff;
	font: 14px/1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #403185;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?7m9t3b");
	src: url("../fonts/icomoon.eot?7m9t3b#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7m9t3b") format("truetype"), url("../fonts/icomoon.woff?7m9t3b") format("woff"), url("../fonts/icomoon.svg?7m9t3b#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-right-chevron:before {
	content: "\e910";
}

.icon-left-chevron:before {
	content: "\e90a";
}

.icon-play-rounded:before {
	content: "\e908";
}

.icon-linkedin-logo:before {
	content: "\e909";
}

.icon-play-arrow-triangle:before {
	content: "\e907";
}

.icon-left-arrow:before {
	content: "\e906";
}

.icon-right-arrow:before {
	content: "\e904";
}

.icon-local:before {
	content: "\e905";
}

.icon-google:before {
	content: "\e900";
}

.icon-instagram:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\e903";
}

@font-face {
	font-family: "fira_sans";
	src: url("../fonts/firasans-bold-webfont.eot");
	src: url("../fonts/firasans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-bold-webfont.woff2") format("woff2"), url("../fonts/firasans-bold-webfont.woff") format("woff"), url("../fonts/firasans-bold-webfont.ttf") format("truetype"), url("../fonts/firasans-bold-webfont.svg#fira_sansbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "fira_sans-book";
	src: url("../fonts/firasans-book-webfont.eot");
	src: url("../fonts/firasans-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-book-webfont.woff2") format("woff2"), url("../fonts/firasans-book-webfont.woff") format("woff"), url("../fonts/firasans-book-webfont.ttf") format("truetype"), url("../fonts/firasans-book-webfont.svg#fira_sansbook") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "fira_sans";
	src: url("../fonts/firasans-light-webfont.eot");
	src: url("../fonts/firasans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-light-webfont.woff2") format("woff2"), url("../fonts/firasans-light-webfont.woff") format("woff"), url("../fonts/firasans-light-webfont.ttf") format("truetype"), url("../fonts/firasans-light-webfont.svg#fira_sanslight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "fira_sans";
	src: url("../fonts/firasans-medium-webfont.eot");
	src: url("../fonts/firasans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-medium-webfont.woff2") format("woff2"), url("../fonts/firasans-medium-webfont.woff") format("woff"), url("../fonts/firasans-medium-webfont.ttf") format("truetype"), url("../fonts/firasans-medium-webfont.svg#fira_sansmedium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "fira_sans";
	src: url("../fonts/firasans-regular-webfont.eot");
	src: url("../fonts/firasans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-regular-webfont.woff2") format("woff2"), url("../fonts/firasans-regular-webfont.woff") format("woff"), url("../fonts/firasans-regular-webfont.ttf") format("truetype"), url("../fonts/firasans-regular-webfont.svg#fira_sansregular") format("svg");
	font-weight: 400;
	font-style: normal;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

html.video-active {
	overflow: hidden;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#wrapper.nav-active {
	height: 100vh;
}

#wrapper:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: black;
	content: "";
}

#wrapper.video-visible:before {
	opacity: .8;
	visibility: visible;
}

#wrapper > .js-video {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1200px;
	width: 100%;
}

#main {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.videobox { height: 456px;}
.videoboxtxt {
    background-color: rgba(128, 147, 203, .8); 
	color: #fff; text-align: center;
	font-weight: 600;
	padding: 0.5em 2em;
	text-transform: uppercase;
	font-size: 24px;}
.container-alt {
	max-width: 1276px;
	padding: 0 15px;
	margin: 0 auto;
}
.container {
	max-width: 1436px;
	margin: 0 auto;
	padding: 0 15px;
}

.slider-hero-section {
	margin-bottom: 30px;
}

.slideshow {
	position: relative;
}

.slideshow .slideset {
	position: relative;
	height: 320px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .icon-left-arrow,
.slideshow .icon-right-arrow {
	font-size: 30px;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	-webkit-transition: color .3s ease-in-out, text-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, text-shadow .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
	outline: none;
	color: #fff;
	z-index: 3;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	color: #7388c1;
	text-shadow: 0 0 12px rgba(0, 0, 0, .9);
}

.slideshow .btn-prev {
	left: 3px;
}

.slideshow .btn-next {
	right: 3px;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.btn-primary {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	padding: 14px 12px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	outline: none;
	font: 400 14px/1 'Poppins', sans-serif;
	color: #fff;
	background-color: #88d2de;
}

.btn-primary:hover {
	background-color: #4cbbcd;
}
.middleImage{float: left; padding: 0% 1% 1% 0; max-width: 400px;
}
.slide-box-info {
	position: absolute;
	width: 100%;
	max-width: 210px;
	min-height: 120px;
	right: 8%;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(115, 136, 193, .8);
	padding: 12px 12px 30px 12px;
	color: #fff;
	z-index: 3;
}

.slide-box-info .headline {
	display: block;
	font: 500 20px/1 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.slide-box-info .learn-more {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	float: right;
	color: #fff;
	font: 300 11px 'Poppins', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.slide-box-info .learn-more:hover {
	text-shadow: 0 0 12px rgba(0, 0, 0, .8);
}

.slide-box-info .link-to {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 7px 26px 8px 7px;
	color: #fff;
	background-color: rgba(167, 169, 172, .8);
	font: 400 13px/1 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	letter-spacing: 1px;
}

.slide-box-info .link-to:hover {
	background-color: #a7a9ac;
}

.slide-box-info .link-to:after {
	content: "\e904";
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: top;
	font-family: "icomoon" !important;
	font-size: 20px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.section-services {
	overflow: hidden;
}

.holder-small-box {
	text-align: center;
	margin: 0 auto;
}

.holder-small-box .title-text {
	display: block;
	margin-bottom: 10px;
	font: 300 32px/36px 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	color: #37277f;
}

h1 {
	font: 700 19px/24px 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

h2 {
	margin: 0 0 12px;
	font: 500 18px/24px 'Poppins', sans-serif;
	color: #667dc0;
	font-weight: 300;
}

.title-block {
	padding-left: 6px;
}

.topic-list {
	margin-bottom: 18px;
	font: 300 14px/17px 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.topic-list li {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 54px;
	padding: 10px 0 10px 7px;
	border-bottom: 1px solid #000;
}

.topic-list li:first-child {
	border-top: 1px solid #000;
}

.topic-list li .name-section {
	display: block;
	padding-right: 115px;
}

.topic-list li .learn-more-arrow {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	position: absolute;
	bottom: 5px;
	right: 10px;
	margin-top: -4px;
	font-size: 10px;
	line-height: 1;
	padding-right: 15px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	color: #333;
	letter-spacing: 2px;
}

.topic-list li .learn-more-arrow:hover {
	text-shadow: 0 0 12px rgba(0, 0, 0, .6);
}

.topic-list li .learn-more-arrow:after {
	content: "\e904";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: top;
	font-family: "icomoon" !important;
	font-size: 14px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.btn-info {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	min-width: 223px;
	padding: 10px 10px 11px;
	font: 500 12px/1 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background-color: #667dc0;
	color: #fff;
	letter-spacing: 1px;
}

.btn-info.large {
	min-width: 300px;
	margin-bottom: 15px;
	padding: 12px 15px 13px;
	font-size: 16px;
}

.btn-info:hover {
	background-color: #37277f;
}
.welcome-message{
	font: 300 20px/2 'Poppins', sans-serif;
	color: #444;
}
.section-testimonials {
	margin-bottom: 30px;
}

.testimonial-post {
	margin-bottom: 28px;
}

.testimonial-post.align-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.testimonial-post.align-right .box-img .descriprion-name-post {
	right: auto;
	left: 15px;
}

.testimonial-post .box-img {
	position: relative;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.testimonial-post .box-img img {
	display: block;
	width: 100%;
}

.testimonial-post .box-img .descriprion-name-post {
	position: absolute;
	right: 15px;
	top: 15px;
	font: 16px "fira_sans-book", Arial,sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 1;
}

.testimonial-post .box-img .descriprion-name-post.white-text {
	color: #fff;
}

.testimonial-post .box-text {
	overflow: hidden;
	max-width: 500px;
	margin: -30px auto 0;
	padding: 2em;
	background-color: #97a6d1;
	color: #fff;
}

.testimonial-post .box-text h2 {
	margin-bottom: 5px;
	padding-right: 12px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}
.testimonial-post .box-text h2 span{
	font: 26px/1 "fira_sans-book", Arial,sans-serif;
}
.testimonial-post .box-text .link-more {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	float: right;
	font: 300 11px/1 'Poppins', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	color: #37277f;
	letter-spacing: 2px;
}

.testimonial-post .box-text .link-more:hover {
	color: #fff;
	transition: 0.3s;
}
.services .biography-box,
.services .section-about{
	width: 60%;
	margin: 0 auto;
	/*text-align: justify;*/
	color: #666;
	clear: both;
	overflow: hidden;
}
.services .section-about h1{
	transition: color .3s ease-in-out;
	display: block;
	margin-bottom: 5px;
	color: #37277f;
	font: 500 33px/1 "fira_sans", Arial, sans-serif;
	padding-bottom: 2%;
	font-weight: bold;
}
.services .section-about h1 span{
	color: #97a6d1;
	font: 500 23px/1 "fira_sans", Arial, sans-serif;
	font-weight: bold;
}
.services .section-about h2{
	color: #97a6d1;
	font: 300 33px/1 "fira_sans", Arial, sans-serif;
	padding: 1% 1% 1% 0;
}
.services .section-about .centered{text-align: center;}
.services .section-about{border:0;}

ol#numberd{
	counter-reset:li; /* Initiate a counter */
	margin:0 auto; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	width: 80%;
}
ol#numberd> li {
	position:relative; /* Create a positioning context */
	margin:0 0 2em 10px; /* Give each list item a left margin to make room for the numbers */
	padding:0px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	
	}
ol#numberd > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:-2px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:1.5em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
	padding:.35em 0px .35em 0;
	color:#97a6d1;
	border-right: 2px solid #cccccc;
	font: 200 54px/1 "fira_sans", Arial, sans-serif;
	text-align:center;
	height: auto;
	}
ol#numberd > li:before:last{
	margin-top: 1em;
}
ol#numberd li span{color: #97a6d1;
	font: 500 23px/1 "fira_sans", Arial, sans-serif;
	text-transform: uppercase;
	}
	
	
	
.section-about-video {
	margin-bottom: 30px;
}

.section-about-video .box-video {
	overflow: hidden;
	height: 320px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.section-about-video .box-video .icon-play-rounded {
	-webkit-transition: text-shadow .3s ease-in-out, background-color .3s ease-in-out;
	transition: text-shadow .3s ease-in-out, background-color .3s ease-in-out;
	position: absolute;
	z-index: 2;
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size: 65px;
	border-radius: 50%;
}

.section-about-video .box-video .icon-play-rounded:after {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.section-about-video .box-video .icon-play-rounded:hover {
	outline: none;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .0);
}

.box-text-about {
	overflow: hidden;
	padding: 12px;
	color: #fff;
	background-color: rgba(128, 147, 203, .8);
}

.box-text-about .caption-above {
	display: block;
	margin-bottom: 3px;
	font: 700 19px/24px 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.box-text-about .headline {
	display: block;
	margin-bottom: 12px;
	font: 400 21px/26px 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.box-text-about .learn-more {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	float: right;
	font: 300 12px/16px 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.box-text-about .learn-more:hover {
	text-shadow: 0 0 12px rgba(0, 0, 0, .8);
}

.section-social {
	overflow: hidden;
}

.holder-info-links {
	margin-bottom: 30px;
}

.slogan {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font: 300 38px/38px 'Poppins', sans-serif;
	color: #333;
}

.hachtags {
	margin-bottom: 13px;
	font: 300 16px/1 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.hachtags li + li {
	margin-top: 10px;
}

.hachtags a {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	text-decoration: none;
	outline: none;
	color: #667dc0;
}

.hachtags a:hover {
	text-shadow: 0 0 12px rgba(0, 0, 0, .6);
}

.holder-four-box {
	text-align: center;
	max-width: 1290px;
	margin: 0 auto;
}

.holder-four-box .box {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 15px;
}

.holder-four-box .box img {
	display: block;
	width: 100%;
}

.holder-four-box .box a {
	position: relative;
	display: block;
	text-decoration: none;
}

.holder-four-box .box a:after,
.holder-four-box .box a:before {
	position: absolute;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.holder-four-box .box a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(63, 193, 189, .8);
}

.holder-four-box .box a:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	font-size: 45px;
}

.holder-four-box .box a.link-to-social.hover:after,
.holder-four-box .box a.link-to-social.hover:before {
	opacity: 1;
	visibility: visible;
}

.box-post-links {
	margin-bottom: 30px;
}

.box-post-links .box-left {
	display: inline-block;
	vertical-align: top;
}

.box-post-links .box-right .title-link-post {
	position: absolute;
	display: block;
	top: 8px;
	left: 8px;
	max-width: 280px;
	color: #fff;
	font: 500 16px/18px 'Poppins', sans-serif;
	text-align: left;
	padding-left: 25px;
	z-index: 1;
}

.box-post-links .box-right .title-link-post:before {
	content: "\e903";
	font-family: "icomoon" !important;
	position: absolute;
	left: -2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 25px;
}

.box-post-links .box-left a,
.box-post-links .box-right a {
	position: relative;
	display: block;
	outline: none;
	text-decoration: none;
}

.box-post-links .box-left a:after,
.box-post-links .box-left a:before,
.box-post-links .box-right a:after,
.box-post-links .box-right a:before {
	position: absolute;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.box-post-links .box-left a:after,
.box-post-links .box-right a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(172, 184, 218, .8);
}

.box-post-links .box-left a:before,
.box-post-links .box-right a:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	font-size: 45px;
	outline: none;
	text-decoration: none;
}

.box-post-links .box-left a.link-to-social.hover:after,
.box-post-links .box-left a.link-to-social.hover:before,
.box-post-links .box-right a.link-to-social.hover:after,
.box-post-links .box-right a.link-to-social.hover:before {
	opacity: 1;
	visibility: visible;
}

.box-post-links .box-left img,
.box-post-links .box-right img {
	display: block;
	width: 100%;
}

.social-text-links {
	text-transform: uppercase;
	font: 300 13px/1 'Poppins', sans-serif;
}

.social-text-links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.social-text-links li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #403185;
	text-decoration: none;
	outline: none;
}

.social-text-links li a:hover {
	color: #97a6d1;
}

.email-link,
.phone-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	margin-bottom: 5px;
	color: #403185;
	font: 300 18px/1 'Poppins', sans-serif;
	text-decoration: none;
	outline: none;
	line-height: 1.5;
}

.email-link:hover,
.phone-link:hover {
	color: #97a6d1;
}

.bottom-section {
	margin-bottom: 18px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
}
.bottom-section{overflow: hidden;}
.footercolumns{float: left; width: 50%; text-align: left; padding-left: 5%; }
.footercolumns:first-child{border-right:1px solid #5e76be; padding-left: 20%;padding-bottom:5%;}
footer ul{padding: 0; margin: 3% 0 3% 0;}
footer ul li{display: inline; text-transform: uppercase; padding:5% 1% 2% 1%; font-size: 20px;}
footer ul li a{text-decoration: none;}
@media (max-width: 767px) {
.services .bottom-section {
	padding: 20px 0 0 0;
	border-top: 0px solid #ccc;
	}}




@media (min-width: 768px) {
.services .bottom-section {
	padding: 0 0 50px 0;
	border-top: 0px solid #ccc;
	}}

.bottom-section .email-link {
	margin-bottom: 14px;
}

.js-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: black;
}

.js-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.js-video .close-video {
	position: absolute;
	top: 10px;
	right: 55px;
	color: white;
	z-index: 10;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	border: 2px solid white;
	cursor: pointer;
}

.section-hero-video {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.section-hero-video .holder-video {
	position: relative;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.section-hero-video .holder-video.empty{
    height: 20vh;
}
.section-hero-video .holder-video .icon-play-arrow-triangle {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	text-decoration: none;
	outline: none;
	color: #fff;
	overflow: hidden;
	border-radius: 50%;
}

.section-hero-video .holder-video .icon-play-arrow-triangle:before {
	font-size: 75px;
}

.section-hero-video .holder-video .icon-play-arrow-triangle:after {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.section-hero-video .holder-video .icon-play-arrow-triangle:hover {
	outline: none;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .3);
}

.section-about {
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
}

.section-about h1 {
	text-align: center;
}

.biography-box {
	overflow: hidden;
	margin-bottom: 20px;
}

.biography-box .box-img img {
	display: block;
	width: 100%;
}

.biography-box .name-person {
	display: block;
	position: relative;
	max-width: 230px;
	margin: 0 auto 30px;
	padding: 12px;
	background-color: #000;
	color: #fff;
	font: 500 16px/18px 'Poppins', sans-serif;
	text-transform: uppercase;
}

.biography-box .box-text {
	text-align: justify;
}

.biography-box .box-text p {
	color: #666;
	margin-bottom: 12px;
}

.biography-box .box-text .btn-info {
	display: block;
	width: 223px;
	margin: 0 auto 15px;
}

.biography-box .social-links {
	padding-top: 10px;
	margin-bottom: 25px;
}

.biography-box .social-links li {
	margin: 0 12px;
}

.biography-box .social-links .icon-twitter {
	font-size: 28px;
}

.biography-box .social-links .icon-facebook {
	font-size: 24px;
}

.biography-box .social-links .icon-linkedin-logo {
	font-size: 24px;
}

.biography-box .social-links .icon-google {
	font-size: 24px;
}

#header {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 5;
	height: 70px;
	padding: 8px 0;
}

#header .container {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 15px;
}

.logo {
	float: left;
	width: 55px;
}

.logo a {
	display: block;
	outline: none;
	text-decoration: none;
}

.nav-opener {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #667dc0;
	text-indent: -9999px;
	overflow: hidden;
	height: 38px;
	z-index: 9;
}

.nav-opener:hover {
	background-color: #37277f;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background-color: #fff;
	position: absolute;
	top: 18px;
	left: 9px;
	right: 9px;
	height: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 9px;
}

.nav-opener:after {
	top: 27px;
}

.drop-nav {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	background-color: #e5e3e3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	padding-top: 160px;
}
@media only screen and (max-width: 600px){
    .drop-nav {
        padding-top:66%;
    }
}
.nav-active .drop-nav {
	opacity: 1;
	visibility: visible;
}

.drop-nav .holder-content {
	/*position: absolute;*/
	width: 80%;
	margin: auto;
	/*max-width: 534px;*/
	/*top: 51%;*/
	/*left: 50%;*/
	/*-webkit-transform: translate(-50%, -50%);*/
	/*-ms-transform: translate(-50%, -50%);*/
	/*transform: translate(-50%, -50%);*/
}

.drop-nav .btn-info {
	position: absolute;
	margin: 0;
	min-width: 200px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 1px;
}

.drop-nav .social-links {
	margin-bottom: 0;
}

.main-nav {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
	font: 500 17px/22px 'Poppins', sans-serif;
}

.main-nav li {
	padding: 0 10px 10px 8px;
	border-bottom: 1px solid #000;
}

.main-nav li + li {
	margin-top: 9px;
}

.main-nav li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	position: relative;
	padding-right: 25px;
	text-decoration: none;
	outline: none;
	color: #333;
}

.main-nav li a:hover {
	color: #666;
}

.main-nav li a:after {
	content: "\e904";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.social-links {
	margin-bottom: 15px;
	text-align: center;
	font-size: 28px;
	line-height: 1;
}

.social-links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

.social-links li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	color: #97a6d1;
	text-decoration: none;
	outline: none;
}

.social-links li a:hover {
	color: #37277f;
}

#footer {
	padding: 12px 0 5px;
	border-top: 0px solid #fff;
	font-family: 'Poppins', sans-serif;
	color: #333;
}

.address-box {
	position: relative;
	max-width: 250px;
	margin: 0 auto;
	padding: 0 0 0 40px;
	font-style: normal;
}

.address-box .phone-link {
	text-transform: uppercase;
}

.address-box .icon-local {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 35px;
	color: #000;
}

.address-box .text-address {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 17px;
	font-weight: 300;
	line-height: 1;
}

.address-box .get-directions {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	color: #333;
}

.address-box .get-directions:after {
	-webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
	transition: left .3s ease-in-out, right .3s ease-in-out;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	right: 50%;
	height: 1px;
	background-color: #333;
}

.address-box .get-directions:hover:after {
	left: 0;
	right: 0;
}

.pos-relative{
	position: relative !important;
}


.backcover{
	position:fixed;
    overflow-y:scroll;
    overflow-x:hidden; 
    width:100%;
	height:100%; 
	z-index:99; 
	background: #00000099; 
	top:0; 
	left:0; 
	-webkit-overflow-scrolling: touch;
}
.app-form{
	position: absolute; 
	width:50%; top:5%; 
	padding:30px 50px; 
	background:#f5f5f7; 
	left:25%;
	z-index: 999;
}

.app-form *{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}

.app-form .close{
    background: none;
    border: none;
    color: #667dc0;
    font-size: 2em;
    position: absolute;
    right: 1em;
    top: .5em;
    cursor: pointer;
    z-index: 100;
}

.app-form .title{
	font-size: 2em;
	color: #667dc0;
	font-weight: 900;
}

.app-form .form-block{
	border: 1px solid #888;
}

.app-form .form-block input,.app-form .form-block select, .app-form input[type="radio"]~label, .app-form input[type="checkbox"]~label{
    display: block;
    border: none;
    padding: 15px;
    border-left: 5px solid #667dc0;
    color: #667dc0;
	width: 100%;
	font-weight: 700;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #eee inset;
  transition: background-color 5000s ease-in-out 0s;
}

.app-form textarea{
	padding: 15px;
}
.app-form input.weekday_select[type="checkbox"]~label{
	color: #888;
	padding: 5px 10px;
	border: 1px solid #888;
}

.app-form input.weekday_select[type="checkbox"]:checked~label{
	color: white;
	background: #667dc0;
}
.app-form .box-text{
    display: block;
    border: none;
    padding: 15px 0;
    color: #667dc0;
	width: 100%;
	font-weight: 700;

}

.app-form input[type="radio"], .app-form input[type="checkbox"]{
	display: none;
	padding: 0;
}
.app-form .form-block select, .app-form input[type="radio"]~label, .app-form input[type="checkbox"]~label{
    text-align: center;
    text-align-last: center;
}
.app-form input[type="radio"]:checked~label, .app-form input[type="checkbox"]:checked~label{
	background: #667dc0;
	color: white;
}
.app-form .form-block input::placeholder, .app-form textarea::placeholder{
	color: #667dc0;
	font-weight: 700;
}

.app-form .text-center{
	text-align: center;
}

.app-form .col-6, .app-form .col-12, .app-form .col-2
{
    display: inline-block;
    position: relative;
}

.app-form .col-2{
	width: 16%;
}
.app-form .col-6{
	width: 49%;
	padding: 0 .5%;
}

.app-form .col-12{
	width: 100%;
}

.app-form .mb-50{
	margin-bottom: 50px;
}
.app-form .mb-20{
	margin-bottom: 20px;
}

.text-right{
	text-align: right;
}

h2.long-block-title{
    padding: 0;
    white-space: nowrap;
    font-size: 35px;
}

.mt-160{
	margin-top:15%;
}
.mt-160 h1{margin-bottom: 3%;}


.text-center{
	text-align: center !important;
}

ul.post-care-list li {
    display: inline-block;
    margin: 4px 2px;
    text-transform: uppercase;
}

ul.post-care-list li:hover {
	background: #97a6d1aa;
}

ul.post-care-list {
    text-align: center;
}

ul.post-care-list li a{
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    font-size: 16px;
    background: #97a6d1;
    display: block;
    transition: .6s;
    -webkit-transition: .6s;
}

ul.post-care-list li a:hover{
    background: #97a6d188;
    transition: .6s;
    -webkit-transition: .6s;
}
.section-post-care hr{
	margin: 50px -2em;
}

.section-post-care h3{
	color: #97a6d1;
	font-size: 26px;
	text-transform: uppercase;
	margin: 2em 0;
}

.section-post-care h5{
	font-size: 18px;
	text-transform: uppercase;
	margin: 2em auto;
}
.section-post-care p{
	font-size: 16px;
	margin-bottom: 1.5em;
	font-weight: 500;
}

.section-post-care ul{
	padding-inline-start: 20px;
}
.section-post-care.section-last{
    margin-bottom: 50px;
}

.img-responsive{
    max-width:100%;
    margin: 3em 0;
}

.img-float-left{
    margin: 0 51px 0 0;
    float:left;
    width: 33%;
}
.img-float-text {
    margin-top: 1em;
}


@media only screen and (max-width: 480px){

	.videoboxtxt {
		font-size: 16px !important;
		
	}
	.videobox {    height: 295px !important;
    width: 345px ;
    display: block;
    margin: 0 auto;}
	.box-left-img {
		width: 345px ;
	}
	.box-post-links .box-left {
		    max-width: inherit !important;
	}
}
@media only screen and (max-width: 360px){  

	.videobox { 
		margin-left: -8px;
	}
}
@media only screen and (max-width: 320px){ 
	.videobox {
		 height: 295px !important;
	    width: auto;
	    display: block;
	    margin: 0 auto;
	}
	.box-left-img {
    width: 90% ;
    margin: 0 auto;
}
}

@media (min-width: 640px) {
	.box-left-img {
		width: 100% ;
		height: 456px;
	}
	.slideshow .slideset {
		height: 450px;
	}

	h1 {
		margin-bottom: 40px;
	}

	.section-about-video .box-video {
		height: 420px;
	}

	.holder-four-box {
		margin-bottom: 15px;
		width: 81%;
	}

	.holder-four-box .box {
		padding: 0 8px 15px;
		float: left;
		width: 25%;
	}

	.box-post-links .box-left {
		width: 33.33%;
		display: block;
		float: left;
	}

	.box-post-links .box-right {
		width: 66.66%;
		display: block;
		float: left;
		padding-left: 9px;
	}

	.section-hero-video .holder-video {
		height: 400px;
	}

	.biography-box {
		margin-bottom: 37px;
	}

	.biography-box .box-img {
		float: left;
		width: 40%;
	}

	.biography-box .name-person {
		width: 150px;
		left: -50.5%;
		top: 20px;
		text-align: left;
	}

	.biography-box .box-text {
		float: left;
		width: 60%;
		padding-left: 20px;
	}

	.drop-nav .holder-content {
		max-width: 534px;
	}
}

@media (min-width: 768px) {
	.container-alt {
		padding: 0 30px;
	}

	.container {
		padding: 0 30px;
	}

	.slider-hero-section {
		margin-bottom: 45px;
	}

	.slideshow .slideset {
		height: 100vh;
	}

	.slideshow .icon-left-arrow,
	.slideshow .icon-right-arrow {
		font-size: 45px;
	}

	.slide-box-info {
		max-width: 340px;
		min-height: 300px;
		right: 80px;
		padding: 12px 15px 45px;
	}

	.slide-box-info .headline {
		margin-bottom: 15px;
		font-size: 32px;
	}

	.slide-box-info .learn-more {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.slide-box-info .link-to {
		font-size: 20px;
		padding: 13px 15px 14px;
		letter-spacing: 2px;
	}

	.slide-box-info .link-to:after {
		font-size: 30px;
		right: 13px;
	}

	.holder-two-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
	}

	.holder-two-box .left-box {
		width: 50%;
		max-width: 682px;
	}

	.holder-two-box .right-box {
		width: 50%;
		padding: 0 0 0 60px;
		max-width: 704px;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.holder-small-box {
		max-width: 350px;
	}

	.holder-small-box .title-text {
		font-size: 32px;
		line-height: 36px;
	}

	.add-nav .btn-info {
		float: right;
	}

	h1 {
		font-size: 24px;
		margin-bottom: 55px;
	}

	h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.topic-list {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 30px;
	}

	.topic-list li {
		height: 60px;
	}

	.topic-list li .name-section {
		padding-right: 125px;
	}

	.topic-list li .learn-more-arrow {
		font-size: 12px;
	}

	.topic-list li .learn-more-arrow:after {
		font-size: 16px;
		right: -2px;
	}

	.btn-info {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.btn-info.medium {
		padding: 16px 10px 18px;
	}

	.btn-info.large {
		font-size: 18px;
	}

	.section-testimonials {
		margin-bottom: 50px;
	}

	.testimonial-post.align-right .box-img .descriprion-name-post {
		left: 30px;
	}

	.testimonial-post .box-img .descriprion-name-post {
		right: 30px;
		letter-spacing: 4px;
	}

	.testimonial-post .box-text {
		max-width: 650px;
		margin-top: -45px;
		padding: 20px;
	}

	.testimonial-post .box-text .link-more {
		font-size: 12px;
	}

	.section-about-video {
		margin-bottom: 45px;
	}

	.section-about-video .box-video {
		height: 504px;
	}

	.section-about-video .box-video .icon-play-rounded {
		font-size: 100px;
		left: 30px;
		top: 30px;
		color: #fff;
	}

	.holder-video-post {
		position: relative;
	}

	.box-text-about {
		padding: 25px 30px;
	}

	.box-text-about .caption-above {
		font-size: 26px;
		line-height: 26px;
	}

	.box-text-about .headline {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 30px;
	}

	.box-text-about .learn-more {
		font-size: 14px;
	}

	.section-social {
		margin-bottom: 15px;
	}

	.holder-info-links {
		margin-bottom: 30px;
	}

	.slogan {
		font-size: 65px;
		line-height: 65px;
		margin-bottom: 20px;
	}

	.hachtags {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.holder-four-box {
		margin-bottom: 45px;
	}

	.box-post-links .box-left a:before,
	.box-post-links .box-right a:before {
		font-size: 64px;
	}

	.social-text-links {
		font-size: 18px;
	}

	.email-link,
	.phone-link {
		font-size: 24px;
		line-height: 1.5;
	}

	.bottom-section {
		margin-bottom: 42px;
	}

	.bottom-section .email-link {
		margin-bottom: 28px;
	}

	.section-hero-video {
		margin-bottom: 45px;
	}

	.section-hero-video .holder-video {
		height: 100vh;
	}
	body.services .section-hero-video .holder-video{height: 50vh;}
	.section-hero-video .holder-video .icon-play-arrow-triangle:before {
		font-size: 120px;
	}

	.section-about {
		border-width: 3px;
		margin-bottom: 30px;
		padding-bottom: 5px;
	}

	.biography-box .name-person {
		width: 200px;
		margin-bottom: 45px;
		font-size: 20px;
		padding: 15px;
	}

	.biography-box .box-text {
		padding: 0 30px;
	}

	.biography-box .box-text p {
		margin-bottom: 27px;
	}

	#header {
		height: 130px;
		padding: 15px 0;
	}

	#header .container {
		padding: 0 30px;
	}

	.logo {
		width: 85px;
		margin-top: 17px;
	}

	.nav-opener {
		width: 60px;
		height: 52px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		top: 24px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 12px;
	}

	.nav-opener:after {
		top: 36px;
	}

	.drop-nav .btn-info {
		min-width: 350px;
		font-size: 20px;
		padding: 20px 12px 21px;
	}

	.main-nav {
		margin-bottom: 34px;
		font-size: 24px;
		line-height: 32px;
	}

	.main-nav li {
		padding: 0 15px 17px 13px;
	}

	.main-nav li + li {
		margin-top: 17px;
	}

	.main-nav li a {
		padding-right: 40px;
	}

	.social-links {
		font-size: 35px;
	}

	.social-links li {
		margin: 0 18px;
	}

	.social-links .icon-facebook {
		font-size: 34px;
		margin-top: 4px;
	}

	.social-links .icon-twitter {
		font-size: 40px;
	}

	.social-links .icon-instagram {
		margin-top: 2px;
	}

	.social-links .icon-google {
		font-size: 33px;
		margin-top: 4px;
	}

	#footer {
		border-width: 3px;
		padding: 40px 0;
	}

	.address-box {
		max-width: 400px;
		padding-left: 60px;
	}

	.address-box .icon-local {
		font-size: 55px;
	}

	.address-box .text-address {
		font-size: 28px;
		line-height: 29px;
	}

	.address-box .get-directions {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
    
	.slider-hero-section {
		margin-bottom: 75px;
	}

	.slideshow .icon-left-arrow,
	.slideshow .icon-right-arrow {
		font-size: 68px;
	}

	.slide-box-info {
		max-width: 450px;
		min-height: 300px;
		left: 6%;
		padding: 24px 23px 60px 23px;
	}

	.slide-box-info .headline {
		margin-bottom: 20px;
		font-size: 49px;
		line-height: 47px;
	}

	.slide-box-info .learn-more {
		margin-right: 16px;
	}

	.slide-box-info .link-to {
		font-size: 26px;
		padding: 18px 49px 20px 15px;
	}

	.slide-box-info .link-to:after {
		font-size: 44px;
		right: 22px;
	}

	.holder-two-box {
		margin-bottom: 50px;
	}

	.holder-two-box .right-box {
		padding-left: 27px;
	}

	.holder-small-box {
		max-width: 420px;
		margin-top: -40px;
	}

	.holder-small-box .title-text {
		font-size: 49px;
		line-height: 49px;
		margin-bottom: 24px;
		color:#37277f;
	}

	h1 {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 65px;
	}

	h2 {
		font-size: 28px;
		line-height: 34px;
		margin: 5px 0 5px 0;
	}

	.title-block {
		padding-left: 17px;
	}

	.topic-list {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 32px;
	}

	.topic-list li {
		height: 91px;
		padding-left: 17px;
	}

	.topic-list li .name-section {
		padding-right: 160px;
	}

	.topic-list li .learn-more-arrow {
		font-size: 14px;
		padding-right: 26px;
		bottom: 15px;
		right: 13px;
	}

	.topic-list li .learn-more-arrow:after {
		font-size: 26px;
		right: -10px;
	}

	.btn-info {
		padding: 17px 10px 18px;
	}

	.btn-info.medium {
		min-width: 283px;
		font-size: 16px;
		padding: 22px 10px 23px;
	}

	.btn-info.large {
		min-width: 380px;
		padding: 20px 15px 22px;
		font-size: 20px;
	}

	.section-testimonials {
		margin-bottom: 70px;
	}

	.testimonial-post {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.testimonial-post.align-right .box-text {
		float: right;
		margin: 0 -90px 0 90px;
	}

	.testimonial-post .holder-box-text {
		width: 33.89%;
		padding: 50px 0;
	}

	.testimonial-post .box-img {
		width: 66.31%;
	}

	.testimonial-post .box-text {
		margin: 0;
		margin: 0 90px 0 -90px;
		padding: 3em 3em 2em 3em;
	}

	.testimonial-post .box-text h2 {
		line-height: 39px;
		padding-right: 11%;
		margin-bottom: 12px;
	}

	.testimonial-post .box-text p {
		line-height: 32px;
		margin-bottom: 21px;
	}

	.testimonial-post .box-text .link-more {
		margin-bottom: 15px;
	}

	.section-about-video {
		margin-bottom: 70px;
	}

	.section-about-video .box-video {
		height: 674px;
	}

	.section-about-video .box-video .icon-play-rounded {
		top: 45px;
		right: 45px;
		font-size: 120px;
	}

	.holder-video-post .box-text-about {
		position: absolute;
		right: 5%;
		bottom: 0;
		z-index: 1;
		max-width: 660px;
	}

	.box-text-about .caption-above {
		font-size: 28px;
		line-height: 32px;
	}

	.section-social {
		margin-bottom: 40px;
	}

	.slogan {
		font-size: 100px;
		line-height: 100px;
	}

	.holder-four-box {
		margin-bottom: 65px;
	}

	.holder-four-box .box a:before {
		font-size: 63px;
	}

	.box-post-links {
		margin-bottom: 10px;
	}

	.box-post-links .box-right .title-link-post {
		font-size: 24px;
		line-height: 26px;
		max-width: 380px;
	}

	.box-post-links .box-right .title-link-post:before {
		font-size: 30px;
	}

	.box-post-links .box-left a:before,
	.box-post-links .box-right a:before {
		font-size: 85px;
	}

	.social-text-links {
		font-size: 20px;
	}

	.social-text-links li {
		margin: 0 28px;
	}

	.email-link,
	.phone-link {
		font-size: 28px;
	}

	.bottom-section {
		margin-bottom: 50px;
	}

	.section-hero-video .holder-video .icon-play-arrow-triangle:before {
		font-size: 190px;
	}

	.section-about {
		margin-bottom: 45px;
	}

	.biography-box .box-img {
		width: 37.5%;
	}

	.biography-box .name-person {
		width: 222px;
		top: 27px;
		left: -53.9%;
		margin-bottom: 50px;
		padding: 22px 22px 23px;
		font-size: 23px;
		line-height: 26px;
	}

	.biography-box .box-text {
		padding: 0 30px 0 63px;
	}

	.biography-box .social-links {
		padding-top: 36px;
		margin-bottom: 68px;
	}

	#header {
		height: 160px;
	}

	.logo {
		width: 160px;
		margin-left: 33px;
	}

	.nav-opener {
		width: 83px;
		height: 74px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 3px;
		top: 35px;
		left: 17px;
		right: 17px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 20px;
	}

	.nav-opener:after {
		top: 49px;
	}

	.drop-nav .btn-info {
		letter-spacing: 2px;
		min-width: 450px;
		font-size: 26px;
		padding: 27px 12px 28px;
	}

	.main-nav {
		margin-bottom: 59px;
		font-size: 36px;
		line-height: 44px;
	}

	.main-nav li {
		padding: 0 20px 22px 17px;
	}

	.main-nav li + li {
		margin-top: 24px;
	}

	#footer {
		padding: 0px 0;
	}

	.address-box {
		max-width: 500px;
	}

	.address-box .text-address {
		font-size: 36px;
		line-height: 37px;
	}
}

@media (min-width: 1200px) and (max-width: 1600px){
    .app-form .col-2 {
        width: 32%;
    }
}

@media (min-width: 1200px) {
    .img-float-left {
        margin: 0em 51px 0 0;
        float: left;
        width: 33%;
    }
    .img-float-text {
        margin-top: 0em;
    }
	.slider-hero-section {
		margin-bottom: 89px;
	}

	.section-services {
		margin-bottom: 0;
	}
	body.services .section-hero-video .holder-video{height: 65vh;}
	h1 {
		font-size: 38px;
		left: 54px;
		margin-bottom: 105px;
	}

	h2 {
		font-size: 36px;
		line-height: 44px;
	}

	.topic-list {
		font-size: 22px;
	}

	.btn-info.large {
		padding: 32px 27px 34px;
		min-width: 420px;
		font-size: 24px;
	}

	.section-testimonials {
		margin-bottom: 104px;
	}

	.testimonial-post {
		min-height: 703px;
	}

	.testimonial-post.align-right .box-img .descriprion-name-post {
		left: 52px;
		top: 35px;
	}

	.testimonial-post.align-right .box-text {
		margin: 0 -141px 0 0;
	}

	.testimonial-post .holder-box-text {
		padding: 103px 0;
	}

	.testimonial-post .box-img .descriprion-name-post {
		font-size: 24px;
		right: 52px;
		top: 35px;
	}

	.testimonial-post .box-text {
		max-width: 487px;
		margin: 0 0 0 -141px;
	}

	.section-about-video {
		margin-bottom: 180px;
	}

	.section-about-video .box-video {
		height: 1056px;
	}

	.section-about-video .box-video .icon-play-rounded {
		top: 86px;
		right: 62px;
		font-size: 179px;
	}

	.holder-video-post .box-text-about {
		right: 10.6%;
		max-width: 737px;
	}

	.box-text-about {
		padding: 42px 37px 21px 56px;
	}

	.box-text-about .caption-above {
		font-size: 34px;
		line-height: 45px;
	}

	.box-text-about .headline {
		font-size: 42px;
		line-height: 45px;
		margin: -6px 0 29px;
	}

	.box-text-about p {
		line-height: 23px;
		margin-bottom: 36px;
	}

	.box-text-about .learn-more {
		margin-right: 22px;
		letter-spacing: 3px;
	}

	.section-social {
		margin-bottom: 76px;
	}

	.section-social .social-links li {
		margin: 0 18px;
	}

	.holder-info-links {
		margin-bottom: 60px;
	}

	.slogan {
		font-size: 90px;
		line-height: 90px;
		margin-bottom: 17px;
	}

	.hachtags {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 23px;
	}

	.holder-four-box {
		margin-bottom: 75px;
	}

	.holder-four-box .box {
		padding: 0 15px 15px;
	}

	.box-post-links .box-right .title-link-post {
		top: 25px;
		left: 20px;
		padding-left: 75px;
		font-size: 36px;
		line-height: 39px;
		max-width: 450px;
	}

	.box-post-links .box-right .title-link-post:before {
		left: -8px;
		font-size: 60px;
	}

	.box-post-links .box-left a:before,
	.box-post-links .box-right a:before {
		font-size: 148px;
	}

	.social-text-links {
		font-size: 24px;
	}

	.social-text-links li {
		margin: 0 40px 0 0;
	}

	/* .email-link,
	.phone-link {
		font-size: 36px;
	} */

	.bottom-section {
		margin-bottom: 79px;
	}

	.bottom-section .slogan {
		margin-bottom: 30px;
	}

	.bottom-section .email-link {
		margin-bottom: 42px;
	}

	.section-hero-video {
		margin-bottom: 76px;
	}

	.section-hero-video .holder-video .icon-play-arrow-triangle:before {
		font-size: 237px;
	}

	.section-about {
		padding-bottom: 51px;
		margin-bottom: 58px;
	}

	#footer {
		padding: 0;
	}

	#footer .slogan {
		margin-bottom: 36px;
	}

	.address-box {
		max-width: 650px;
		padding-left: 105px;
	}

	.address-box .phone-link {
		margin-bottom: 13px;
	}

	.address-box .icon-local {
		font-size: 85px;
		left: 14px;
	}

	.address-box .text-address {
		font-size: 46px;
		line-height: 47px;
		margin-bottom: 12px;
	}

	.address-box .get-directions {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
    .img-float-left {
        margin: 0em 1.5em 0em 0;
        float: left;
        width: 33%;
    }
    .img-float-text {
        margin-top: 0em;
    }
	body {
		line-height: 1.5;
	}
	.app-form{
		width: 80%;
		left: 10%;
	}
	.app-form .col-2{
		width: 32%;
	}
}
@media (max-width: 1600px) and (min-width: 640px){
	.header-holder.text-right{
		margin-right: 90px;
	}
}

@media (max-width: 1023px) {
	.add-nav .btn-info {
		display: block;
		max-width: 225px;
		margin-left: auto;
		margin-right: auto;
	}

	.testimonial-post .box-img {
		min-height: 500px;
	}
	.services .biography-box, .services .section-about{
		width: 80%;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
    .section-hero-video .holder-video.empty{
        height: auto;
    }
    .img-responsive{
        margin: 5em 0;
    }
	.app-form .title{
		font-size: 1.5em;
	}

	.app-form .close{
		right: .25em;
		top: .25em;
	}
	.app-form .box-text{
		font-size: 12px;
	}

	.app-form{
	    position: absolute;
	    width: 90%;
	    top: 5%;
	    padding: 3%;
	    background: #f5f5f7;
	    left: 5%;
	}

	.app-form .form-block input, .app-form .form-block select, .app-form input[type="radio"]~label{
		font-size: 12px;
		padding: 10px;
	}

	.holder-two-box .left-box {
		margin-bottom: 20px;
	}

	.holder-two-box .right-box {
		margin-bottom: 20px;
	}

	.btn-info.large {
		width: 100%;
	}
	.services .section-about h1{font-size: 25px;}
	.services .section-about h2{font-size: 21px;}
	.testimonial-post .box-img {
		min-height: 380px;
	}

	.testimonial-post .box-text {
		width: 85%;
	}

	.section-about-video .box-video .icon-play-rounded {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.section-about-video .box-video .icon-play-rounded:after {
		background-color: rgba(0, 0, 0, .0);
	}

	.box-text-about .caption-above {
		text-align: center;
	}

	.box-text-about .headline {
		text-align: center;
	}

	.box-post-links {
		text-align: center;
	}
}

@media (max-width: 639px) {
	.box-post-links .box-left {
		margin-bottom: 15px;
		max-width: 290px;
	}

	.box-post-links .box-right {
		padding: 0 15px;
	}

	.biography-box .box-img {
		max-width: 290px;
		margin: 0 auto;
	}

	.biography-box .name-person {
		margin-top: -50px;
		text-align: center;
	}
}
@media (max-width: 640px) {
    .section-about p{
        font-size: 16px;
    }
    
    .img-float-left{
        margin: 1em 0;
        float: none;
        width: 100%;
    }
	#header .container{
		padding: 0;
	}
	ul.post-care-list li{
		width: 100%;
	}
	.section-post-care.section-full{
		width: 100%;
	}
	ul.post-care-list li{
		margin: 1px;
	}
	.section-post-care ul.post-care-list {
	    padding-inline-start: 0px;
	}
	.section-post-care ul{
		padding-inline-start: 20px;
	}

	.section-post-care dd{
    	margin-inline-start: 0px;
	}

	.section-post-care h3{
		font-size: 18px;
		margin: 1em 0;
	}
	.section-post-care h5{
		font-size: 16px;
		margin: .5em 0;
	}
	.section-post-care p{
		font-size: 16px;
	}
    
	h2.long-block-title{
		font: 500 18px/24px 'Poppins', sans-serif;
	}

	.slide-box-info{
		display: none;
	}
	.welcome-message{
		line-height: 1.5;
		margin-bottom: 50px;
	}
	.app-form{
	    position: absolute;
	    width: 90%;
	    top: 5%;
	    padding: 3%;
	    background: #f5f5f7;
	    left: 5%;
	}

	.app-form .col-6, .app-form .col-12
	{
		width: 100%;
	}

	.app-form .col-2{
		width: 48.5%;
	}
	#header{
		position: relative;
		height: auto;
	}
	.logo{
		float: unset;
		width: auto;
    	text-align: center;
    	margin: auto;
	}

	/* Play Button */

@media only screen and (max-width: 767px) {
.hidedesk {display:none;}}

@media only screen and (min-width: 768px) {
.hidemobile {display:none;}}

	/* Iktan Code - start*/
	.logo.desk{
		display: none;
	}
	.btn-info-white {
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px;
		padding: 20px 10px;
		font: 500 12px/1 'Poppins', sans-serif;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		outline: none;
		background-color: #fff;
		color: #667dc0;
		letter-spacing: 1px;
		width: 100%;
		border: 0!important;
	}
	/* Iktan Code - end*/
	
	.header-holder.text-right .btn-info {
    	width: 49%;
	    display: inline-block;
	    float: none;
	    margin: unset;
	    min-width: unset;
	}
	#header .logo img{
    	width: 48%;
    	margin-bottom: 1em;
	}
	.container .header-holder{
    	margin: -5px -10px;
	}
}
@media (max-width: 340px){
	.header-holder.text-right .btn-info{
		font-size: 10px;
	}
}

/**
 * Vero - columns
 */

@media only screen and (max-width: 767px) {
 .cols {
  display: block;
  padding: 0;
}}

@media only screen and (min-width: 768px) {
 .cols {
  display: flex;
  padding: 0;
}}

@media only screen and (max-width: 767px) {
  .cols2 {
  margin: 0.5em;
  padding: 15em 2em 0em 2em;
  text-align: center;
  }}

  @media only screen and (max-width: 767px) {
  .cols2b {
  margin: 0.5em;
  padding: 0 2em 0em 2em;
  text-align: center;
  }}

@media only screen and (min-width: 768px) {
  .cols2 {
  flex: 50%;
  margin: 0.5em;
  padding: 25em 2em 0em 2em;
  text-align: center;
  }}

  @media only screen and (min-width: 768px) {
  .cols2b {
  flex: 50%;
  margin: 0.5em;
  padding: 0 2em 0 2em;
  text-align: center;
  }}

@media only screen and (max-width: 767px) {
 .colscontact {
  padding: 0 2em;
  text-align: center;
  
}
.footercolumns{width: 100%;padding:4% 0 1% 0; text-align: center;}
.footercolumns:first-child{padding: 0; border: 0;}

}

@media only screen and (min-width: 768px) {
 .colscontact {

  padding: 3em;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}}

@media only screen and (max-width: 767px) {
  .colscontact2 {

  margin: 0.5em;
  padding: 1em;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}}

@media only screen and (min-width: 768px) {
  .colscontact2 {
  margin: 0.5em;
  padding: 5em 2em 2em 2em;
  text-align: center;
}}

 .colsbio {
  display: flex;
  padding: 0.5em;
  margin-top: 2em;
}

.colsbio2 {
  flex: 50%;
  margin: 0.5em;
  padding: 1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
.biotext {
    background-color: rgba(94, 118, 182, .8);
    width: 100%;
    padding: 1em;
    margin-left: 0;
}}

@media only screen and (min-width: 768px) {
.biotext {
  background-color: rgba(94, 118, 182, .8);
  width: 90%;
  padding: 2em;
  margin-left: 5%;

}}

.buttonscols {display: flex;}

.buttonscols2 {width: 50%; margin: 0.5em;}

/**
 * Vero - fonts
 */

i.fas.fa-times-circle {
    color: #fff;
    text-align: right!important;
    padding: 1em 1em 1em 87%;
    font-size: 2em;
}

 .bioicos {color: #fff; font-size: 2em; text-decoration: none; letter-spacing: 25px; line-height: 2;}

 .bioicos:hover {color: #37277f; transition: 0.3s;}

 @media only screen and (max-width: 767px) {
 .sectiontitle {font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
    color: #37277f;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    padding: 0;}}

 @media only screen and (min-width: 768px) {
 .sectiontitle {font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
    color: #37277f;
    text-align: center;
    font-size: 49px;
    line-height: 47px;
    font-weight: 600;
    padding: 0 6em 0.5em 6em;}}

 @media only screen and (max-width: 767px) {
 .staffname {text-align: center; font-size: 2em; font-family: 'Poppins', sans-serif; color: #fff; line-height: 1; font-weight: 600; text-transform: uppercase;}}

  @media only screen and (min-width: 768px) {
 .staffname {text-align: center; font-size: 3.5em; font-family: 'Poppins', sans-serif; color: #fff; line-height: 1; font-weight: 600; text-transform: uppercase;}}

 .position {color: #fff; text-transform: uppercase;}

 @media only screen and (max-width: 767px) {
  	.sectionteam {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
    color: #37277f;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    padding: 1.1em 0.2em 0 0.2em;}}

 @media only screen and (min-width: 768px) {
	
   .sectionteam {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
    color: #37277f;
    text-align: center;
    font-size: 49px;
    line-height: 47px;
    font-weight: 600;
    padding: 0em 1em 0.5em 1em;}
    
    .sectionteam:first-child{padding: 3em 1em 0.5em 1em;}
   .sectionteam.secsec{padding: 0em 1em 0.5em 1em;}}

  @media only screen and (max-width: 767px) {
  	.slogan2 {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	font: 300 35px/38px 'Poppins', sans-serif;
	color: #333;
    margin-bottom: 17px;
}
.footercolumns:first-child{padding-left: 0;}

}
  @media only screen and (min-width: 768px) {
 .slogan2 {
	display: block;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	font: 300 38px/38px 'Poppins', sans-serif;
	color: #333;
	font-size: 60px;
    line-height: 120px;
    margin-bottom: 17px;
}
.footercolumns:first-child{padding-left: 5%;}

}
 @media only screen and (max-width: 767px) {
.introtext {
	text-align: center;
	line-height: 1.5;
	font-size: 21px;
    padding: 0 1em 2em 1em;
}
.footercolumns:first-child{padding-left: 0;}}

 @media only screen and (min-width: 768px) {
.introtext {
	text-align: center;
	line-height: 2;
	font-size: 22px;
    padding: 0 6em 2em 6em;
}

}
 /**
 * Vero - buttons
 */

  @media only screen and (max-width: 767px) {
  	.btn-info-white {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 20px 20px 21px;
	font: 500 12px/1 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	color: #667dc0;
	letter-spacing: 1px;
	width: 100%;
	border: 0;
}}

 @media only screen and (min-width: 768px) {
  .btn-info-white {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 20px 20px 21px;
	font: 500 12px/1 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	color: #667dc0;
	letter-spacing: 1px;
	border: 0;
}}

@media only screen and (max-width: 767px) {
  	.btn-info-sm {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 20px 20px 21px;
	font: 500 12px/1 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	color: #667dc0;
	letter-spacing: 1px;
	width: 50%;
	border: 0;
}}

 @media only screen and (min-width: 768px) {
  .btn-info-sm {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 20px 20px 21px;
	font: 500 12px/1 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	color: #667dc0;
	letter-spacing: 1px;
	width: 50%;
	border: 0;
}}

.btn-info-white.large {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px 15px 13px;
	font-size: 16px;
}

.btn-info-white:hover {
	background-color: #37277f;
	color: #fff;
}


@media only screen and (max-width: 767px) {
.playbtn {max-width: 15%; margin-left: 45%; margin-top: 10%;}}

@media only screen and (min-width: 768px) {
.playbtn {max-width: 15%; margin-left: 45%; margin-top: 20%;}}

/* Video */




/* @media only screen and (max-width: 767px) {
.videoboxtxt {
    background-color: rgba(128, 147, 203, .8); 
	color: #fff; text-align: center;
	font-weight: 600;
	padding: 0.5em 2em;
	text-transform: uppercase;
	font-size: 24px;}}

 @media only screen and (min-width: 768px) {
.videoboxtxt {
    background-color: rgba(128, 147, 203, .8); 
	color: #fff; text-align: center;
	font-weight: 600;
	padding: 1em 3em;
	text-transform: uppercase;
	font-size: 32px;}}*/

/* Logo */

/* hide mobile version by default */
    .logo.mobile {
    display: none;
  }
  /* show mobile version and hide desktop */
  @media only screen and (max-width: 767px) {
    .logo.mobile {
      display: block;
    }
    .videoboxtxt {
   		font-size: 18px !important;
   	}

    .logo.desk {
      visibility: hidden!important;
      display: none!important;
    }}

@media only screen and (min-width: 1366px) {
	 
	.footercolumns:first-child{padding-left:10%;}
}
@media only screen and (min-width: 1566px) {
	 
	.footercolumns:first-child{padding-left:20%;}
}





.nh-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px;
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background-color: rgba(0,0,0, 0.6);
	z-index: 999999;
}

.nh-popup iframe {
	max-width: 100% !important;
	/*width: 100% !important;*/
	margin: 0 auto 30px;
	display: block;
}


.nh-popup.show,
#nh-popup:target{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nh-popup__inner{
	position: relative;
}
.add-nh-popup__inner {
	position: relative;
	margin: auto;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.75);
	z-index: 99;
	background-color: #fff;
	max-height: calc(100% - 30px);
	overflow-y: scroll;
}

.nh-popup__close-icon {
	position: absolute;
	right: -30px;
	top: -20px;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	color: white;
	padding: 0;
	font-size: 27px;
	text-align: center;
}
.fake-anchor {
	position: fixed;
	z-index: -1;
	top: 0px;
}
.fake-anchor:target {
	top: 300px;
}
a.nh-popup__close-icon:after{
    display:none;
}

h1.text-left {text-align: left;}

section.section-about.section-post-care p:last-child {
	margin-bottom: 0;
}
