/*!
Theme Name: BeCulture
Theme URI: http://underscores.me/
Author: Be Culture
Author URI: http://beculture.co.uk
Description: Be Culture Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beculture
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BeCulture is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Font Declaration
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom Theme Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Font Declaration
--------------------------------------------------------------*/
/*test*/
@font-face {
  /*font-family: 'SFProRegular';*/
  font-family: 'PFHighwayGothicExtRegular';
  src: url('fonts/PFHighwayGothicExt-Regular.woff2') format('woff2'),
       url('fonts/PFHighwayGothicExt-Regular.woff') format('woff'),
       url('fonts/PFHighwayGothicExt-Regular.ttf') format('truetype');
}
/*@font-face {
  font-family: 'SFProSemiBold';
  src: url('fonts/SFProDisplay-Semibold.woff2') format('woff2'),
       url('fonts/SFProDisplay-Semibold.woff') format('woff'),
       url('fonts/SFProDisplay-Semibold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'PFHighwayGothicExtLight';
  src: url('fonts/PFHighwayGothicExtLight.woff2') format('woff2'),
       url('fonts/PFHighwayGothicExtLight.woff') format('woff'),
       url('fonts/PFHighwayGothicExtLight.ttf') format('truetype');
}
@font-face {
  /*font-family: 'SFProBold';*/
  font-family: 'PFHighwayGothicExtBold';
  src: url('fonts/PFHighwayGothicExt-Bold.woff2') format('woff2'),
       url('fonts/PFHighwayGothicExt-Bold.woff') format('woff'),
       url('fonts/PFHighwayGothicExt-Bold.ttf') format('truetype');
}
@font-face {
  /*font-family: 'SFProTextLight';*/
  font-family: 'PFHighwayGothicExtThinRegular';
  src: url('fonts/PFHighwayGothicExtThin-Regular.woff2') format('woff2'),
       url('fonts/PFHighwayGothicExtThin-Regular.woff') format('woff'),
       url('fonts/PFHighwayGothicExtThin-Regular.ttf') format('truetype');
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
	/*--main-color: var(--main-color);*/
	/*--main-color: #151e38;*/
	--secondary-color: #091a2f;
	--main-color: #091a2f;
	--dark-color: rgb(2,20,42);
	--color-beige: #d7b079;
	--after-height: 120px;
	--after-height-two: 120px;
}

* {
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
}
h1, h2, h3 {
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	/*scroll-behavior: smooth;*/
	scroll-behavior: unset;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
}

.portrait-mode {
    position: fixed;
    width: 100vw;
    background-position: top right;
    height: 100vh;
    background-size: cover;
    top: 0px;
    left: 0;
    z-index: 9999;
}

.portrait-message-container {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}

.portrait-message-container img {
	text-align: center;
	width: calc(10vw + 10px);
}

.portrait-message-container .portrait-message {
	font-weight: 700;
	font-size: 25px;
	margin: 0.5em auto 0 auto;
	text-align: center;
	color: white;
	min-width: 100px;
    max-width: 500px;
	line-height: 1.1;
}
  

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

* {
	scroll-behavior: smooth;
/*	-webkit-user-select: none;
  	-moz-user-select: moz-none;
  	-ms-user-select: none;
  	user-select: none;*/
}

body {
	margin: 0;
	scroll-behavior: smooth;
}
/*::-webkit-scrollbar {
    width: 0;
}*/
/*.no-scroll {margin: 0; height: 100%; overflow: hidden}*/


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

.home-content-div,
#content {min-height: 100vh;position: relative;z-index: 1;}

/*--------------------------------------------------------------
# Main Scrollbar Style
--------------------------------------------------------------*/

 ::-webkit-scrollbar {
	width: 0;
	background-color: rgba(0,0,0,0);
	-webkit-border-radius: 100px;
}
::-webkit-scrollbar:hover {
	background-color: rgba(0, 0, 0, 0.09);
}

::-webkit-scrollbar-thumb:vertical {
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
	background: rgba(0,0,0,0.61);
	-webkit-border-radius: 100px;
} 

/*--------------------------------------------------------------
# Scrollbar Styles
--------------------------------------------------------------*/

.faq ::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	/*border-radius: 10px;*/
	background-color: #00000000;
}
.faq ::-webkit-scrollbar {
	width: 6px;
	background-color: #00000000;
}
.faq ::-webkit-scrollbar-thumb {
	/*border-radius: 10px;*/
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #00000020;
}

.faq-container::-webkit-scrollbar-track {
	background-color: #c8c9cc;
}
.faq-container::-webkit-scrollbar {
	width: 6px;
	background-color: #9a9ca5;
	border-radius: 0;
}
.faq-container::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #9a9ca5;
}

.test-div::-webkit-scrollbar-track {
	background-color: #ffb2af;
}
.test-div::-webkit-scrollbar {
	width: 3px;
	background-color: #a8abb2;
	border-radius: 0;
}
.test-div::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #a8abb2;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 10px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}
.noscroll {
	overflow: hidden !important;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: inherit;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: initial;*/
	color: inherit;
}

a:visited {
}

a:hover, a:focus, a:active {
	text-decoration: none;
	text-transform: none;
	color: var(--color-beige);
	transition: all 0.2s ease-in-out;
}

a:focus {
	
}

a:hover, a:active {
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}


/*
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}*/

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Custom Theme Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Transition Helpers
--------------------------------------------------------------*/

.border-mask {
	opacity: 0;
    width: calc(100% - 68px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 68px;
    z-index: 9999;
    pointer-events: none;
    background-size: cover;
    background-position: top right;
}
.border-mask.clipped {
	clip-path: inset(0 0 0 calc(50vw - 2px));
	transition: clip-path 0.3s ease-in-out;
}
.hbg {
	position: fixed;
	background: var(--main-color);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
	transition: all 0.5s linear;
	opacity: 0;
}
.hbg.blue {
	background: var(--main-color);
}
.trans-overlay {
	position: fixed;
	display: none;
	pointer-events: none;
	z-index: 9997;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	overflow: hidden;
	padding-left: 0;
	/*padding-left: 75px;*/
}
.trans-image-div {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top right !important;
	width: calc(100vw - 68px);
	height: 100vh;
	top: 50%;
	left: 50%;
	background-blend-mode: luminosity;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	opacity: 1;
}

/*--------------------------------------------------------------
## Scroll Bar
--------------------------------------------------------------*/

/*****************/
/* Admin Bar Fix */
/*****************/

.logged-in.admin-bar header.fixed-head {
	top: 32px;
}

/******************/
/* Initial Styles */
/******************/

body {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.hidden {display: none !important;}

body {
	overflow-x: hidden;
}
body #page {
	min-height: 100vh;
	transition: all 0.6s ease-in-out;
}

.general-bg {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

::selection {
  background: var(--color-beige); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: var(--color-beige); /* Gecko Browsers */
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.white {
	border-color: #fff !important;
}
.pink {
	border-color: #ffb2af !important;
}
.blue {
	border-color: #252e6f !important;
}
.gray {
	border-color: #888a98 !important;
}
.tan {
	border-color: #d2cda2 !important;
}
.dimgray {
	border-color: #4a7080 !important;
}

/*--------------------------------------------------------------
# Bariatricsc Styles
--------------------------------------------------------------*/

/* General */

.generalBg {
	background-position: top right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* Transition Helpers */
.about-trans-overlay {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100vh;
	z-index: 1;
	background-position: top right;
}
.main-trans-overlay {
	display: block;
	position: fixed;
	/*right: 0;*/
	top: 0;
	width: 0%;
	height: 100vh;
	/*background: var(--main-color);*/
	z-index: 9997;
}
.ready .main-trans-overlay {
	width: 100vw;
	background-position: top right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.main-trans-overlay.page-517 {
	background-position: top right !important;
}

/* Header */

.headPad {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9998;
	width: 100%;
	display: block;
	width: 68px;
	height: 100vh;
	background: rgb(255, 255, 255);
}
#page {
	padding-left: 68px;
}
#masthead {
    padding: 22px 0 133px;
    display: block;
    width: 68px;
    max-width: 68px;
    height: 100vh;
    position: relative;
    /*border-right: 1px solid #ababb4;*/
    z-index: 4;
    background: rgb(255, 255, 255);
}
#masthead:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100vh;
	position: absolute;
	right: -1px;
	top: 0;
	background: #ababb4;
}
.title-anchor {
	position: absolute;
	top: 208px;
	left: 0;
	display: inline-block;
	width: 100%;
}
.barheader h4 {
	color: #ababb4;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	line-height: 68px;
	display: inline-block;
	position: relative;
	margin: 0;
	ms-transform: rotate(-90deg) translate(-100%,0);
	-webkit-transform: rotate(-90deg) translate(-100%,0);
	transform: rotate(-90deg) translate(-100%,0);
	-webkit-transform-origin: 0 0 translate(-100%,0);
	transform-origin: 0 0;
	position: absolute;
	letter-spacing: 6px;
	position: absolute;
	bottom: 0;
	transition: all 0.4s linear;
	/*width: max-content;*/
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	min-width: 170px;
	text-align: right;
}
.site-header:focus h4,
.site-header:hover h4 {
	color: var(--main-color);
}

/* Mobile header */

.mobheader {
	display: none;
	z-index: 9998;
	position: fixed;
	top: 0;
	width: 100%;
}
.mobheader-container {
	/*background: var(--main-color);*/
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	padding: 2px 10px;
	position: relative;
	z-index: 1;
}
.mobheader .full-logo {
	position: relative;
	z-index: 1;
}
.mobheader .initial-logo img {
	width: 34px !important;
}
.mobheader .rest-logo {
	padding-left: 5px;
	padding-top: 4px !important;
}
.mobheader .rest-logo img {
	width: 90px;
}
.mob-menu-cont {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	z-index: 0;
	background: var(--main-color);
	overflow: hidden;
}
.mob-menu-cont #site-navigation {
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
}
.mob-menu-cont #site-navigation #primary-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mob-menu-cont #site-navigation #primary-menu li {
    text-align: center;
}
.mob-menu-cont #site-navigation #primary-menu li a {
    text-align: center;
    padding: 2px 0;
    -webkit-text-stroke: white 0.5px;
}
.mob-burger-button {
	position: relative;
	text-align: center;
	width: 60px;
	padding: 12px 0;
	z-index: 1;
}
.mob-bottom-row {
	position: relative;
	width: 100%;
	display: inline-flex;
	z-index: 1;
	width: 150px;
	text-align: center;
	margin: 1.5em auto;
	/*border-top: 1px solid #5e6087;*/
}
.mob-bottom-row .book-now {
	display: inline-block;
	width: 100%;
	border-left: 1px solid #5e6087;
	text-align: center;
}
.mob-bottom-row .book-now span {
	display: inline-block;
	position: absolute;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	color: #ababb4;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
}

.mob-bottom-row .social-icons {
	width: 65%;
	font-size: unset;
	line-height: unset;
	border-left: 1.5px solid #acadb5;
	text-align: center;
	float: left;
	display: block;
	height: 21px;
}

.mob-bottom-row .social-icons a {
	display: inline-block;
}
.mob-bottom-row .social-icons * {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0;
}

.mob-bottom-row .lang-sel {
	border: 0;
    width: 35%;
    height: 21px;
    position: relative;
    float: left;
    text-align: center;
}
.mob-bottom-row .lang-sel img {
	max-width: 28px;
	position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%, 0);
}

.mob-bottom-row .book-now a {
	font-weight: 400;
}
.mob-bottom-row .lang-sel:focus,
.mob-bottom-row .lang-sel:hover,
.mob-bottom-row .book-now:focus, 
.mob-bottom-row .book-now:hover {
	background: initial;
	cursor: pointer;
}
.mob-bottom-row .lang-sel:focus span,
.mob-bottom-row .lang-sel:hover span {
 	color: #ababb4;
}

/* Logo */

.scr-site-branding,
.site-branding {
	display: inline-block;
	position: fixed;
	/*left: 9px;*/
	left: 114px;
	top: 25px;
	width: auto;
	z-index: 5;
}
.full-logo {
	display: inline-flex;
}
.initial-logo img{
	/*width: 48px;*/
	width: 92px;
	/* transition: all 0.3s linear; */
}
.rest-logo {
	/*display: none;
	opacity: 0;
	padding: 0 0 0 20px;*/
	display: block;
    padding-top: 30px;
    padding-left: 18px;
    opacity: 1;
}
.rest-logo img {
	width: 188px;
	height: auto;
}
.rest-logo:not(:visible) {
	pointer-events: none;
}
/*.no-log-scroll .site-branding {
	left: 9px !important;
}
.no-log-scroll .initial-logo img {
	width: 48px !important;
}
.no-log-scroll .title-anchor {
	top: 50% !important;
}
.no-log-scroll .rest-logo {display: none !important;}
*/
/* Bottom Links */

.bottom-links {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.bottom-links > div {
	height: 67px;
}
.bottom-links * {
	transition: all 0.2s linear;
}
.barheader.headPad.open-menu .dark-logo {
    display: none;
}
.barheader.headPad.open-menu .light-logo {
    display: inline-flex;
}

/* Lang Change */

.bottom-links .lang-sel {
	border-top: 1px solid #ababb4;
	border-bottom: 1px solid #ababb4;
	position: relative;
}
.bottom-links .lang-sel span {
	position: absolute;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	color: #ababb4;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
}
.bottom-links .lang-sel:focus,
.bottom-links .lang-sel:hover {
	background: #ababb4;
	cursor: pointer;
}
.bottom-links .lang-sel:focus span,
.bottom-links .lang-sel:hover span {
	color: #fff;
}

/* Book Now */

.book-now {
	position: relative;
}
.book-now:focus span,
.book-now:hover span {
	color: #fff;
}
.book-now:focus,
.book-now:hover {
	background: #ababb4;
	cursor: pointer;
}
.book-now div {
	position: absolute;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	color: #ababb4;
	font-weight: 700;
}
.book-now div span {
	display: block;
	width: 100%;
	text-align: center;
	color: #ababb4;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
}

/* Share Button */

.share-this {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 0.2s linear;
}
.share-button {
	position: absolute;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.share-this i {
	color: #ababb4;
}
.share-this:focus,
.share-this:hover {
	cursor: pointer;
	/*background: #e6e6e8;*/
}
.share-this:focus i,
.share-this:hover i {
	color: #c1c1c1;
}

/* Burger */

.burger-div {
	width: 100%;
	height: 100%;
	position: relative;
}
.burger-button {
	position: absolute;
	top: 95%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	width: 60px;
	padding: 15px 0;
}
.mob-burger-button:focus,
.mob-burger-button:hover,
.burger-div:focus,
.burger-div:hover {
	cursor: pointer;
}
.burger-container {
	width: 45px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.burger-container span {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #ababb4;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	transition: all 0.5s ease-in-out;
}
.fbrow {
	top: 0;
}
.sbrow {
	top: 7px;
}
.tbrow {
	top: 14px;
}
.b-bottom-mask {
	display: inline-block;
	width: 100%;
	height: 11px;
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 0;
}
.b-bottom-mask span {
	font-size: 10px;
	line-height: 11px;
	font-family:  'PFHighwayGothicExtBold', sans-serif;
	color: #ababb4;
	text-align: center;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	transition: all 0.4s ease-in-out;
}
.b-bottom-mask span.b-open {
	letter-spacing: 5px;
	padding-left: 5px;
}
.b-bottom-mask span.b-close {
	letter-spacing: 2px;
	padding-left: 2px;
}
.mob-burger-button.open .b-open,
.burger-div.open .b-open {
	top: 11px !important;
}
.b-bottom-mask .b-open {
	top: 11px;
}
.b-bottom-mask .b-close {
	top: -11px !important;
}
.mob-burger-button:focus .b-open,
.mob-burger-button:hover .b-open,
.burger-div:focus .b-open,
.burger-div:hover .b-open {
	top: 0;
}
.mob-burger-button.open:focus .b-close,
.mob-burger-button.open:hover .b-close,
.burger-div.open:focus .b-close,
.burger-div.open:hover .b-close {
	top: 0 !important;
}
.mob-burger-button.open .fbrow,
.burger-div.open .fbrow {
	transform: translate(-50%,7px) rotate(19deg);
}
.mob-burger-button.open .tbrow,
.burger-div.open .tbrow {
	transform: translate(-50%,-7px) rotate(-19deg);
}
.burger-div span {
	transition: all 0.4s linear;
}
.burger-div:focus .burger-container span,
.burger-div:hover .burger-container span {
	background: var(--main-color);
}
.burger-div:focus span,
.burger-div:hover span {
	color: var(--main-color);
}

/* Menu Side */

.menu-side-info {
	width: 20vw;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3;
	/*background: var(--main-color);*/
	display: none;
	opacity: 0;
	min-width: 80;
	text-align: center;	
	background-color: var(--dark-color);
}
.menu_right_cont {
	position: absolute;
	left: 0;
	bottom: 20px;
	display: inline-block;
	width: 100%;
	/*padding: 0 60px 75px 60px;*/
}
.menu_right_cont p:first-child {
	color: #ababb4;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 700;
}
.menu_right_cont p {
	font-size: 14px;
	line-height: 1.7;
	color: white;
	margin-bottom: 5px;
}
.menu_right_cont p:nth-child(5) {
	line-height: 15px;
}
.menu_right_cont p strong {
	font-weight: 700;
	color: var(--color-beige);
}
.menu_right_cont span {
	display: inline-block;
	padding: 14px 33px;
	border: 1px solid var(--color-beige);
	text-align: center;
	color: var(--color-beige);
	font-weight: 700;
	margin-top: 20px;
	width: 100%;
	position: relative;
	transition: all 0.4s linear;
	font-size: 13px;
	letter-spacing: 2px;
}
.menu_right_cont span:hover {
	background: var(--color-beige);
	color: var(--main-color);
	border: 1px solid var(--color-beige);
	cursor: pointer;
}

/* Menu */

.menu-overlay {
	width: 28vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 3;
	/* background: rgb(45, 48, 85); */
	display: none;
	opacity: 0;
	padding-left: 75px;
	/* padding-top: 33.5vh; */
	/*padding-top: 23vh;*/
}
.menu-menu-1-container, .menu-menu-mobile-container {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#primary-menu {
	display: inline-block;
	position: relative;
	/* padding: 0 1vw 0 8vw; */
	padding: 0;
}
#site-navigation {
    position: absolute;
    left: 114px;
    top: 50%;
    transform: translate(0, -50%);
}
#site-navigation .sub-menu {
	display: none;
}
#primary-menu a img {
	display: none;
}
#primary-menu a.no-hover {
	pointer-events: none;
}
#primary-menu a span,
#primary-menu a {
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	font-size: 29px;
	/*color: #c2c2cec9;*/
	color: transparent;
	-webkit-text-stroke: white 1px;
	line-height: 35px;
	transition: all 0.4s ease-in-out;
	padding-right: 0 !important;
	position: relative;
	z-index: 1;
	font-size: 100px;
	line-height: 0.85;
	/* margin-bottom: 129px; */
}
#primary-menu li {
	position: relative;
	/* margin: 0 0 5vh 0; */
	margin: 0 0 2vh 0;
	width: 100%;
	display: inline-block;
	opacity: 0;
	transform: translateY(-10px);
}
#primary-menu li:last-child {
	margin: 0;
}
#primary-menu li:focus a span,
#primary-menu li:hover a span,
#primary-menu li:focus a,
#primary-menu li:hover a,
#primary-menu li.current-menu-item a span,
#primary-menu li.current-menu-item a,
#primary-menu li.current-page-ancestor a span,
#primary-menu li.current-page-ancestor a {
	/* color: var(--color-beige); */
	color: #ffffff;
    -webkit-text-stroke: transparent 1px;
    transition: all 0.4s ease-in-out;
}

/* Menu image Background */
	
.menu-image-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
	opacity: 0;
	display: none;
	overflow: hidden;
}
.menu-image-bg-overlay-logo {
	position: absolute;
	width: 0;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 10;
}
.menu-image-bg-initial {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 2;
	background: var(--main-color);
	/*transform: scale(1.3,1.3);*/
	/* background-blend-mode: luminosity; */
}
.page-template-about .menu-image-bg-initial {
	background-position: top right center !important;
}
.menu-image-bg-overlay {
	position: absolute;
    width: calc(100% - 68px);
    height: 100vh;
    top: 0;
    left: 68px;
    z-index: 2;
	transform: scale(0.63, 0.63);
	background-blend-mode: luminosity;
	opacity: 0;
	/*display: none;*/
	display: inline-block;
}
.menu-image-bg-overlay-three.generalBg.menu-image-bg-overlay {
	background-position: top right !important;
}

/* Footer */

.footer-container {
	position: relative;
	z-index: 99;
	/* padding-bottom: 68px; */
	/* height: 68px; */
	/* background: var(--main-color); */
	/*margin-top: -68px;*/
}
.footer {
	/* position: absolute;
	top: 37px; */
	left: 0;
	height: 68px;
	text-align: center;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	padding: 22px 46px;
	/* padding: 0 46px 0; */
	/* -ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%); */
	background: var(--dark-color);
	z-index: 10;
}
.home .footer-offset {
	display: block;
	/* height: 300px; */
}
.ftop {
	margin-bottom: 35px;
	text-align: left;
}
.footer .ftop:last-child {
	margin-bottom: 0;
}
.footer a, .social-icons a {
	transition: all 0.4s linear;
}
.footer a:hover i,
.footer a:hover,
.social-icons a:hover i,
.social-icons a:hover {
	color: var(--color-beige);
}
.footer *, .social-icons * {
	color: #ababb4;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 0;
	letter-spacing: 0.4px;
}
.services-container + .footer-container {display: none;}
.social-div .icon-div {
	display: inline-block;
	margin-left: 15px;
}
.social-div a {
}
.social-div {
	width: 20%;
	display: inline-block;
	text-align: right;
}
.social-div i, .social-icons i {
	font-size: 26px;
	line-height: 26px;
}

.social-icons {
    font-size: 26px;
    line-height: 26px;
}

.social-icons * {
	margin-bottom: 7px;
}

/* Services Page */

.serv-mid {
	position: relative;
	z-index: 2;
	/*margin-top: 17vh;*/
	/*margin-top: 35vh;*/
	/*margin-top: 15vh;*/
}
.serv-prev-img {
	background-blend-mode: luminosity;
	opacity: 1;
	width: 100%;
	max-width: 1300px;
	display: block;
	margin: 0 auto;
	height: 540px;
	position: absolute;
	left: 170px;
	top: 0;
	z-index: 1;
	-ms-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
.serv-next-img {
	background-blend-mode: luminosity;
	opacity: 1;
	width: 100%;
	max-width: 1300px;
	display: block;
	margin: 0 auto;
	height: 540px;
	position: absolute;
	right: 170px;
	top: 0;
	z-index: 1;
	-ms-transform: translate(100%,0);
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0);
}
.serv-main .scrollmagic-pin-spacer {
	min-height: 0 !important;
	height: 0 !important;
}
.serv-main {
	width: 100%;
	max-height: 100%;
	max-width: 1300px;
	display: block;
	margin: -100vh auto 0 auto;
	/*padding: 48vh 0 18px;*/
	padding: 60vh 0 18px;
	opacity: 1;
	position: relative;
	z-index: 2;
}
.over-title {
	display: block;
	margin-bottom: 35px;
	width: 100%;
	padding: 0;
	padding-bottom: 35px;
}

.over-title span {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	color: var(--main-color);
	/*-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);*/
	/*padding: 0 15.5vw 0 65px;*/
}
.serv-title-div {
	padding-top: 35px;
	opacity: 0;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	color: #fff;
	font-size: 80px;
	line-height: 90px;
	letter-spacing: 0px;
	margin-bottom: 34px;
	padding-right: 40px;
	align-content: center;
	position: relative;
	height: 200px;
}
.serv-title-div-in {
	position: absolute;
	bottom: 0;
}
.serv-title span.over-title {
	max-width: 1400px;
	display: block;
	margin: 0 auto; 
}
.serv-title .over-title a,
.serv-title .over-title a * {
	transition: all 0.2s linear;
}
.serv-title .over-title a:hover * {
	color: var(--color-beige);
}
.serv-title {
	opacity: 1;
	/*color: #fff;*/
	color: #000;
	font-size: 60px;
	line-height: 75px;
	letter-spacing: 2.8px;
	/*margin-bottom: 130px;*/
	/*padding-right: 40px;*/
	/*-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);*/
}
.serv-subtitle {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	opacity: 0;
}
.serv-subtitle h2 {
	/*opacity: 0;*/
	opacity: 1;
	color: var(--main-color);
	font-size: 37px;
	line-height: 48px;
	letter-spacing: -0px;
	margin-bottom: 48px;

}
.serv-subtitle p {
	color: var(--main-color);
	font-size: 26px;
	line-height: 1.5;
}
.serv-table {
	/*border-top: 2px solid #c7c8cb;*/
	width: 100%;
	/*opacity: 0;*/
	opacity: 1;
}
.serv-row {
	display: table-row;
	width: 100%;
}
.serv-left {
	/*	width: 24%;
	min-width: 24%;*/
	width: 22%;
	min-width: 22%;
	display: table-cell;
	height: 100%;
	position: relative;
	border-right: 11px solid #f7f7f9;
	vertical-align: top;
}
.serv-right {
	width: 26%;
	display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: top;
	background: #fff;
}
.service_right_cont {
	display: inline-block;
	width: 100%;
	min-width: 470px;
	margin: 0;
	padding: 55px 140px 55px 55px;
}
.service_right_cont .btn {
	background: #e7cb88;
	color: #37387a;
	display: inline-block;
	width: 100%;
	padding: 25px 10px;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 0;
}
.service_right_cont h4 {
    color: #37387a;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 30px
}
.serv-right-in {display: none;}
.serv-left-in {
	display: inline-block;
	/*display: none;*/
	width: 100%;
    min-width: 380px;
    /*min-width: 411px;*/
	/*padding: 47px 0;*/
}
.serv-side-menu {
	counter-reset: serv-counter;
	display: inline-block;
	width: 100%;
	/*min-width: 403px;*/
	margin: 0;
	padding: 55px;
	background: #37387a;
	list-style-type: none;
}
.serv-side-menu li {
	counter-increment: serv-counter;
	margin-bottom: 18px;
}
.serv-side-menu li p,
.serv-side-menu li a {
	color: #9999c6;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.1px;
	transition: all 0.2s linear;
}
.serv-side-menu li:hover:before,
.serv-side-menu li:hover p,
.serv-side-menu li:hover a,
.serv-side-menu li.active:before,
.serv-side-menu li.active p,
.serv-side-menu li.active a {
	color: #e7cb88;
}
.serv-side-menu li:before {
	content: "0" counter(serv-counter) ".";
	display: inline-block;
	width: 100%;
	color: #9999c6;
	margin-bottom: 9px;
}
.mobTitle {
	display: none;
}
.mobTitle * {
	color: var(--main-color) !important;
	font-size: 18px;
	line-height: 26px;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	letter-spacing: -0.1px;
	transition: all 0.2s linear;
}
.serv-center {
	width: 49%;
	max-width: 49%;
	display: table-cell;
	vertical-align: top;
	border-right: 11px solid #f7f7f9;
	min-height: 900px;
}
.serv-center > div:last-child {
	border-bottom: 0;
}
.service-text-div {
	/*padding: 74px 0 74px 80px;*/
	/*padding: 74px 80px;*/
	padding: 55px 75px;
	background: #fff;
	border-bottom: 11px solid #f7f7f9;
}
.service-text-div:last-child {
	border-bottom: 0;
}
.service-text-div * {
	font-family: "PFHighwayGothicExtLight", sans-serif;
	text-align: justify;
	line-height: 36px;
	/*line-height: 29px;
	letter-spacing: -0.1px;*/
}
.service-text-div .vid_gallery {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}
.service-text-div .vid_gallery p {
	width: 49%;
}
.service-text-div .vid_gallery iframe {
	height: 280px;
}
.about-right ul,
.pafa-accordion ul,
.about-container ul,
.service-text-div ul {
	margin-bottom: 19px;
	margin-left: 0;
	padding-left: 11px;
	/*list-style-type: square;*/
	list-style-type: none;
}
.about-right ul li,
.pafa-accordion ul li,
.about-container ul li,
.service-text-div li {
	position: relative;
	padding-left: 24px;
}
.about-right ul li:before,
.pafa-accordion ul li:before,
.about-container ul li:before,
.service-text-div li:before {
	content: '\25A0';
	color: #cdb07c;
	position: absolute;
	left: 0;
	margin-left: -5px;
}
.pafa-accordion ul li.ident:before {
	color: transparent;
}

.pafa-accordion ul li.ident-in:before {
	color: var(--main-color);
}

.service-text-div iframe {
	width: 100%;
}
.get-in-touch {
	display: flex;
	/* position: relative; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:300px;
	z-index: 9;
	background: var(--color-beige);
}
.getintouch {
	display: inline-block;
	width: 100%;
	background: var(--main-color) url('https://bariatricsc.org/wp-content/themes/beculture/images/Logo-bariatric-SC-23.png') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	position: relative;
	/* height: 0; */
	height: 300px;
	/*background-blend-mode: luminosity;*/
	overflow: hidden;
	z-index: 1;
	background-position: 50% 150px;
}
.getintouch:last-child {
	position: absolute;
	right: 0;
	/*width: 780px;*/
	width: 40vw;
	top: 0;
	z-index: 0;
	display: none;
}
.getintouch:last-child img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-ms-transform: translate(-29%,-46%);
	-webkit-transform: translate(-29%,-46%);
	transform: translate(-29%,-46%);
}
.getintouch h2 {
	color: #ababb4;
	font-size: 39px;
	line-height: 70px;
	margin-bottom: 0;
}
.getintouch span {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ababb4;
	text-align: center;
	letter-spacing: 0;
}
.getintouch span:focus,
.getintouch span:hover {
	background: initial;
	cursor: pointer;
}
.getintouch .textwidget {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.getintouch div * {
	transition: all 0.5s linear;
}
.getintouch .book-now:hover {
    background: transparent;
}
.getintouch .book-now:hover * {
	color: var(--color-beige);
}
.serv-top-div {
	/*height: 540px;*/
	padding: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	will-change: transform;
	z-index: 1;
}
.serv-top-div-overlay {
	position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    will-change: transform;
	display: block;
	z-index: 3;
	/*padding-left: 75px;*/
	/*padding-left: 68px;*/
	transition: all 0.1s ease;
}
.servaninext .serv-top-div-overlay,
.serv-top-div-overlay.hide {
	/*opacity: 0 !important;*/
	z-index: 3 !important;
}
.serv-main-img-overlay,
.serv-main-img {
	position: relative;
	top: 50%;
	left: 50%;
	/*width: 100vw;*/
	width: 100%;
	min-width: 1371px;
	height: 100vh;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
	/*box-shadow: 0 5px 41px -20px #000;*/
	background-blend-mode: luminosity;
	opacity: 1;
	width: 100%;
	/*max-width: 1300px;*/
	display: inline-block;
	margin: 0;
	/*height: 540px;*/
	position: relative;
	z-index: 2;
}
/*.serv-main-img-overlay:before,*/
/*.serv-main-img:before {
	content: "";
	display: inline-block;
	background-color: var(--main-color);
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s linear;
}*/
.servf-top-div.opac .serv-main-img:before,
.serv-top-div.opac .serv-main-img:before {
	opacity: 0.35;
}
.serv-main-img-overlay img,
.serv-main-img img {
	width: 100%;
	/*height: auto;*/
	height: 100%;
	/*object-fit: contain;*/
	object-fit: cover;
	transform: scale(1, 1);
	position: relative;
}

/* Services Next Service Link */

.nsl-cont {
	width: 100%;
	/*max-width: 67vw;*/
	/*max-width: 73vw;*/
	/*height: 182px;*/
	height: 325px;
	display: block;
	margin: 35vh auto 0 auto;
	padding: 0;
	opacity: 1;
	position: relative;
	z-index: 3;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.nsl-msg {
	overflow: hidden;
	display: block;
	text-align: center;
	margin-top: 0;
	padding-bottom: 35px;
	position: relative;
	z-index: 2;
}
.nsl-msg h4 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 4.48px;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	display: block;
	transition: all 0.2s;
}
.nsl-cont:focus .nsl-msg h4,
.nsl-cont:hover .nsl-msg h4 {
	transform: translate(0,-100%);
}
.nsl-line {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 30px;
	-ms-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	width: 15px;
	height: 90px;
	z-index: 2;
	transition: all 0.2s;
}
.nsl-cont:focus .nsl-line,
.nsl-cont:hover .nsl-line {
	height: 0;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.next-serv-main-img {
	position: relative;
	z-index: 1;
	height: auto;
	transition: all 0.2s;
}
/*.nsl-cont:focus .next-serv-main-img,
.nsl-cont:hover .next-serv-main-img {
	transform: translateY(-74px);
}*/
.next-serv-main-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1, 1);
}
.next-serv-main-img:before {
	content: "";
	display: inline-block;
	background-color: #04042a;
	opacity: 0.45;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.1s linear;
}
.clicked .next-serv-main-img:before {
	opacity: 0;
}
.nsl-title {
	opacity: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	/*top: 120px;*/
	top: 166px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	/*font-size: 48px;
	line-height: 55px;*/
	font-size: 36px;
    line-height: 44px;
	/*letter-spacing: -0.5px;*/
	letter-spacing: 2.8px;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	z-index: 2;
	transition: all 0.2s;
	color: #fff;
	padding: 0 30px; 
}
.nsl-cont:focus .nsl-title,
.nsl-cont:hover .nsl-title {
	opacity: 1;
}
.nsl-title span.nsl-title-overlay {
	height:37px;
	width: 100%;
	display: block;
	position: absolute;
	top: -40px;
	/*top: 0;*/
	overflow: hidden;
}
.nsl-title span.nsl-title-overlay span {
	-ms-transform: translate(0, 37px);
	-webkit-transform: translate(0, 37px);
	transform: translate(0, 37px);
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
}
.nsl-title span {
	text-transform: uppercase;
	font-size: 23px;
	line-height: 1.5;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	color: var(--main-color);
	letter-spacing: 2.8px;
	transition: all 0.3s ease-in-out;
}
.nsl-cont:focus .nsl-title-overlay span,
.nsl-cont:hover .nsl-title-overlay span {
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
    display: block;
}
.nsl {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
}
.next-serv-overlay {
	position: absolute;
	display: none;
	opacity: 0;
	z-index: 100;
	max-width: 73vw;
}

.next-service-link {
	display: block;
	font-family: 'PFHighwayGothicExtBold';
}

.selected-next-service-img {
	display: block;
	position: fixed;
	pointer-events: none;
	left: 68px;
	bottom: 0;
	/*height: 36px;*/
	height: 100vh;
	width: calc(100vw - 68px);
	background-size: cover;
	background-position: top right;
	z-index: 9999;
	transition: clip-path 0.3s ease-in-out;
	clip-path: inset(100vh 0 0 0);
}

.next-service-img {
	position: absolute;
	bottom: 0;
	height: 0px;
	width: calc(100vw - 68px);
	background-size: cover;
	background-position: top right;
	z-index: 9999;
}

/* ALL SERVICES PAGE */

.rotate {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari */
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.services-header {
	display: none;
}

.all-services-container-mob + .footer-container {
/*.page-template-allsevices .footer-container {*/
	display: none;
}
.all-services-container {
	width: 100%;
	position: relative;
}
.left-bar {
	display: inline-block;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100vh;
	width: 126px;
	padding: 150px 0 0;
	border-right: 1px solid #c7c8cb;
}
.left-bar h4 {
	color: #c7c8cb;
	font-size: 30px;
	/*font-family: 'SFProSemiBold', sans-serif;*/
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	line-height: 126px;
	display: inline-block;
	position: relative;
	top: 110px;
	left: 0;
	margin: 0;
}
.all-services-row {
	display: inline-flex;
	/*width: 100%;*/
	height: 100vh;
	vertical-align: top;
	/*overflow-x: scroll;*/
}
.service-div {
	min-width: 100vw;
}
.service-in-div {
	/*padding: 0 0 0 7vw;*/
	height: 100%;
	display: inline-flex;
	width: 100%;
}
.service-in-left {
	height: 100%;
	display: inline-block;
	min-width: 50%;
	/*padding: 18vh 0 0 7vw;*/
	padding: 26vh 160px 0 160px;
	position: relative;
}
.serv-left-inner {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 160px;
}
.serv-left-inner h3 a {
	font-family: inherit;
  text-decoration: none;
  color: inherit;
}
.service-in-left h3 {
	font-size: 72px;
	line-height: 0.88;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	color: var(--color-beige);
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 1px;
	padding-right: 25px;
}
.service-in-left h3:before {
	display: block;
	font-size: 28px;
	line-height: 1.5;
	color: #c7c8cb;
	/*margin-bottom: 25px;*/
}
.service-one .service-in-left h3:before {content: "01.";}
.service-two .service-in-left h3:before {content: "02.";}
.service-three .service-in-left h3:before {content: "03.";}
.service-four .service-in-left h3:before {content: "04.";}
.service-five .service-in-left h3:before {content: "05.";}
.service-in-right {
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
.serv-image {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top right !important;
	width: calc(100% - 68px);
	height: 100%;
	display: inline-block;
	/*background-blend-mode: luminosity;*/
	overflow: hidden;
	position: relative;
}
.initial-image,
.before-image,
.next-image {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top right !important;
	width: calc(100vw - 68px);
	height: 100vh;
	top: 50%;
	/*left: 0;*/
	left: -34px;
	/*background-blend-mode: luminosity;*/
	position: absolute;
}
.service-one .service-in-div .service-in-right .serv-image .initial-image,
.service-one .service-in-div .service-in-right .serv-image .before-image,
.service-one .service-in-div .service-in-right .serv-image .next-image {
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.service-two .service-in-div .service-in-right .serv-image .initial-image,
.service-two .service-in-div .service-in-right .serv-image .before-image,
.service-two .service-in-div .service-in-right .serv-image .next-image {
	-ms-transform: translate(-62.5%,-50%);
	-webkit-transform: translate(-62.5%,-50%);
	transform: translate(-62.5%,-50%);
}
.service-three .service-in-div .service-in-right .serv-image .initial-image,
.service-three .service-in-div .service-in-right .serv-image .before-image,
.service-three .service-in-div .service-in-right .serv-image .next-image {
	-ms-transform: translate(-75.5%,-50%);
	-webkit-transform: translate(-75.5%,-50%);
	transform: translate(-75.5%,-50%);
}
.service-four .service-in-div .service-in-right .serv-image .initial-image,
.service-four .service-in-div .service-in-right .serv-image .before-image,
.service-four .service-in-div .service-in-right .serv-image .next-image {
	-ms-transform: translate(-87.5%,-50%);
	-webkit-transform: translate(-87.5%,-50%);
	transform: translate(-87.5%,-50%);
}
.service-five .service-in-div .service-in-right .serv-image .initial-image,
.service-five .service-in-div .service-in-right .serv-image .before-image,
.service-five .service-in-div .service-in-right .serv-image .next-image {
	-ms-transform: translate(-100%,-50%);
	-webkit-transform: translate(-100%,-50%);
	transform: translate(-100%,-50%);
}
.initial-image {
	opacity: 0;
	/*display: none;  added 12/2019 */
	z-index: 1;
}
.before-image {
	opacity: 1;
	z-index: 2;
}
.next-image {
	opacity: 0;
	z-index: 3;
}
.serv-image img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
canvas {
    width: 100vw !important;
    height: 100vh !important;
    transform: translate(-50%, 0);
}
.page-menu {
	/*padding-right: 7vw;*/
}
.page-menu .smsm li,
.page-menu .smtop-l {
	position: relative;
	border-bottom: 1px solid #c7c8cb;
	padding: 12px 0;
}

#parent-246 {
    border-bottom: 0px !important;
}
.page-menu .smsm li:first-child,
.page-menu .smtop-l:first-child {
	border-top: 1px solid #c7c8cb;
}
.page-menu .smsm li:before,
.page-menu .smtop-l:before {
	content: "";
	/*display: inline-block;
	width: 15px;
	height: 0;
	border: 0px solid #c7c8cb;*/
	position: absolute;
	left: 7px;
	top: 0;
	transition: all 0.2s ease-in-out; 
}
.page-menu .smtop-l:before {
/*	height: 15px;
	border: 6px solid #c7c8cb;
	top: 26px;*/
}
.page-menu .smsm li:hover:before,
.page-menu .smtop-l:hover:before {
	/*border-color: var(--main-color);
	transform: rotate(-180deg);*/
}
.page-menu .smsm li a,
.page-menu .smtop-l a {
	display: block;
	padding: 0 0 0 65px;
	/*font-family: 'SFProSemiBold', sans-serif;*/
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	font-size: 21px;
	color: var(--main-color);
	line-height: 1.4;
	position: relative;
}
 .page-menu .smtop-l a i {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 13px;
	color: #c7c8cb;
	transition: all 0.3s ease-in-out;
 }
.page-menu .smtop-l a:hover i {
	color: var(--main-color);
	left: 20px;
}
.page-menu .smtop-nl:last-child {
	border-bottom: 1px solid #c7c8cb;
}
/*.page-menu .smtop-nl:first-child {*/
.page-menu .smtop-nl {
	position: relative;
	border-top: 1px solid #c7c8cb;
}
.page-menu .smtop-nl .smnl {
	display: block;
	padding: 12px 0;
	/*font-family: 'SFProSemiBold', sans-serif;*/
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	font-size: 21px;
	color: var(--main-color);
	line-height: 1.4;
	position: relative;
	transition: all 0.2s ease-in-out; 
}
.page-menu .smtop-nl .smnl i {
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 1;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	transition: all 0.2s linear;
	color: var(--main-color);
}
.page-menu .smtop-nl .smnl:hover i {
	top: 55%;
}
.page-menu .smtop-nl .smnl:hover {
	cursor: pointer;
	color: #000000;
}
.smsm {
	padding-left: 0;
	list-style-type: none;
	opacity: 0;
	display: block;
	overflow: hidden;
	margin: 0;
	transition: all 0.2s linear;
}
.page-menu .smsm li a {
	overflow: hidden;
	line-height: 0;
	transition: all 0.2s linear;
	position: relative;
}
.page-menu .smsm li a i {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 13px;
	color: #c7c8cb;
	transition: all 0.3s ease-in-out;
}
.page-menu .smsm a:hover i {
	color: var(--main-color);
	left: 20px;
}
.page-menu .smsm li {
	transition: all 0.2s linear;
	padding: 0;
	height: auto;
}
.open .smsm {
	opacity: 1;
	height: auto;
}
.open .smsm li {
	height: auto;
	padding: 12px 0;
}
.page-menu .open .smsm li:before,
.page-menu .open .smtop-l:before {
	height: 15px;
	top: 26px;
	border-width: 6px;
}
.open .smsm li a {
	line-height: 1.2;
}
.serv-image img {
	display: none;
}
.smtop-nl .smsm li:last-child {
	border-bottom: 0px;
}

/* All  Services Mobile */

.all-services-container-mob {
	display: none;
	z-index: 2;
	position: relative;
	background: #fff;
}

/* HOME */

.home-desktop-div {
	/*opacity: 0;*/
}
.hp-top-scene {
	width: 100%;
	height: 100vh;
	position: relative;
	background: var(--main-color);
	overflow: hidden;
	/*margin-bottom: 50px;*/
	z-index: 2;
}
.hp-top-scene-top {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/*background: var(--color-beige);*/
	background: var(--main-color);
}
.slide-left {
	position: absolute;
	text-align: center;
	left: 70px;
	top: 50vh;
	z-index: 10;
	color: var(--main-color);
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #fff;
	border-radius: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 0.3s linear;
	opacity: 0;
}
.slide-right {
	display: none;
	position: absolute;
	text-align: center;
	left: calc(100% - 70px);
	top: 50vh;
	z-index: 10;
	color: var(--main-color);
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #fff;
	border-radius: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 0.3s linear;
}
.slide-left:focus,
.slide-left:hover,
.slide-right:focus,
.slide-right:hover {
	cursor: pointer;
	color: #fff;
	background: #ababb4;
}
.hp-top-scene-bot {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 50vh;
	overflow: hidden;
	background: var(--main-color);
}
.htop {
	min-width: 100%;
	min-height: 100%;
}
.hserv {
	background-color: #fff;
	position: relative;
	z-index: 2;
}
#myVideo {
	position: absolute;
	left: 0;
	z-index: 0;
	/*min-width: 100vw;
	min-height: 100vh;*/
	/*width: calc(100% + 67px);*/
	width: auto;
	min-width: 100vw;
	height: 100%;
	min-height: 100vh;
	object-fit: cover;

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	/*width: auto;
	height: auto;
*/
	/* Center the video */
	position: absolute;
	top: 50%;
	/*left: calc(50% + 67px);*/
	left: calc(50% + 33.5px);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.top-head-cont {
	/*position: absolute;*/
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 74px 35vh;
	top: 21.3%;
	margin-top: -90vh;
	/*opacity: 0;*/
}
.hp-top-text {
	display: inline-block;
	position: inherit;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-left: 60px;
	color: var(--color-beige);
	z-index: 2;
	padding-top: 170px;
}
.hp-top-mob-icon,
.hp-bot-mob-icon {display:none;}
.hp-top-icon {
	position: absolute;
	display: none;
	right: 2vw;
	top: 0%;
	height: 100vh;
	max-height: 1300px;
	width: 50vw;
	z-index: 1;
/*	-ms-transform: translate(32%, -50%);
	-webkit-transform: translate(32%, -50%);
	transform: translate(32%, -50%);*/
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.hp-top-mob-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.hp-bot-icon {
	position: absolute;
	right: 2vw;
	top: 50%;
	height: 127vh;
	width: 50vw;
	z-index: 1;
	-ms-transform: translate(32%, -50%);
	-webkit-transform: translate(32%, -50%);
	transform: translate(32%, -50%);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.hp-bot-mob-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.playVid-icon {
	display: inline-block;
	/*position: absolute;*/
	position: fixed;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: calc(50% + 67px);
	top: 50%;
	z-index: 1;
}
.play-circle {
	/*font-size: 110px;*/
	width: 100px;
	height: 100px;
	opacity: 0;
	color: #fff;
	background: url('images/play.png');
	transition: all 0.2s linear;
}
.play-circle:hover {
	-ms-transform: scale(1.1,1.1) !important;
	-webkit-transform: scale(1.1,1.1) !important;
	transform: scale(1.1,1.1) !important;
	opacity: 1 !important;
}
.hp-bot-text {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 60px;
	padding-bottom: 90px;
	z-index: 2;
}
.hp-bot-text-link {
	position: relative;
	display: inline-block;
	padding-right: 50px;
	color: var(--color-beige);
	font-size: 20px;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	transition: all 0.3s linear;
}
.hp-bot-text-link:focus,
.hp-bot-text-link:hover {
	cursor: pointer;
	color: #fff;
	text-transform: none;
	text-decoration: none;
}
.hp-bot-text-link i {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 16px;
	transition: all 0.3s linear;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hp-bot-text-link:focus i,
.hp-bot-text-link:hover i {
	right: 0;
}
h1.top-head {
	position: relative;
	z-index: 1;
	/*color: var(--main-color);*/
	color: var(--color-beige);
	font-size: 100px;
	line-height: 0.85;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	margin-bottom: 29px;
	/*margin-bottom: 129px;*/
}
p.top-subhead {
	font-size: 26px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 35px;
	font-family: 'PFHighwayGothicExtLight', sans-serif
}
a.playVid {
	/*position: absolute;
	bottom: 74px;
	left: 74px;*/
	display: inline-block;
	color: var(--color-beige);
	font-size: 84px;
	line-height: 84px;
}
.h-about-cont-mob,
.h-about-cont {
	background: var(--main-color);
	height: calc(100vh + 230px);
	min-height: 590px;
	overflow: hidden;
	position: relative;
}
.h-about-cont-mob {
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: right top !important;
}
.h-about-mob,
.h-about {
	width: 100%;
	height: 100vh;
	/*min-height: 100vh;*/
	position: relative;
}
.h-about-mob, .h-about-cont-mob {display: none;}
.h-about .left-bar {
	opacity: 0;
	/*top: -200px;*/
	top: -750px;
}
.home-bg-in {
	width: 100%;
	min-height: 100vh;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	/*margin-top: -200px;*/
	/*margin-top: -80vh;*/
}
.bg-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	/*height: calc(100vh + 335px);*/
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	/*background-size: 110% auto !important;*/
	background-position: top right !important;
	/*background-position: top center !important;*/
	-ms-transform: scale(1.2, 1.2) translate(-50%,-50%);
	-webkit-transform: scale(1.2, 1.2) translate(-50%,-50%);
	transform: scale(1.2, 1.2) translate(-50%,-50%);
}
.mob-bg-img {
	top:0;
	left:0;
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 0;
	background-blend-mode:  unset;
	background-position: top right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.h-about-txt-div {
	padding: 145px 46px 100px;
	z-index: 1;
	position: relative;
	/*margin-top: -200px;*/
	margin-top: -100vh;
	background: transparent;
}
.home-about-link-img-div {
	position: absolute;
	right: 46px;
	bottom: 150px;
	width: 120px;
	height: 120px;
	z-index: 2;
}
.home_about_link_img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	transition: all 0.3s ease-in-out;
}
.home-about-link-img-div:focus .home_about_link_img,
.home-about-link-img-div:hover .home_about_link_img {
	width: 130px;
	height: 130px;
}
.home-head-txt {
	opacity: 1;
	position: relative;
	width: 100%;
	/*padding: 100vh 40vh;*/
	z-index: 1;
}
.home-about-top-wtxt {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
    display: inline-block;
}
.home-head-txt h2 {
	color: var(--color-beige);
	font-size: 120px;
	line-height: 1.05;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	margin-bottom: 29px;
	/*margin-bottom: 159px;*/
}
.home-head-txt p {
	font-size: 16px;
	line-height: 30px;
	/*color: var(--color-beige);*/
	color: #fff;
	font-family: 'PFHighwayGothicExtLight', sans-serif;
	padding: 0 40vw 0 0;
}
.home-head-txt a {
	display: inline-block;
	/*margin-top: 50px;*/
	margin-top: 20px;
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	font-size: 25px;
	color: var(--color-beige);
	padding-right: 80px;
	position: relative;
}
.home-head-txt a i {
	position: absolute;
	top: 50%;
	right: 40px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: var(--color-beige);
	font-size: 16px;
	transition: all 0.5s linear;
}
.home-head-txt p > a:hover i {
	right: 30px;
}
.home-head-vid-div {
	width: 100%;
	/*display: inline-flex;*/
	border: 1px solid #444471;
	/*margin-top: 35vh;*/
	margin-bottom: 15vh;
	margin-top: 15vh;
	display: none;
}
.home-head-vid-left,
.home-head-vid-right {
	width: 50%;
	height: 281px;
	position: relative;
	display: inline-block;
}
.home-head-vid-left {
	/*background: #242451;*/
	padding: 70px;
}
.home-head-vid-left p {
	margin-bottom: 20px;
}
.home-head-vid-left p,
.home-head-vid-left strong {
	font-size: 30px;
	line-height: 1;
	color: #d8bd8b;
	font-family: 'PFHighwayGothicExtBold', sans-serif;
}
.home-head-vid-left a {
	font-size: 33px;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	position: relative;
	display: block;
}
.home-head-vid-left i {
	font-size: 17px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 0.5s linear;
}
.home-head-vid-left a:hover i {
	right: -15px;
}
.video-over-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.video-over-link i {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: scale(1,1) translate(-50%,-50%);
	-webkit-transform: scale(1,1) translate(-50%,-50%);
	transform: scale(1,1) translate(-50%,-50%);
	transform-origin: -50% -50%;
	color: #fff;
	font-size: 80px;
	line-height: 1;
	transition: all 0.1s ease;
}
.video-over-link:hover i {
	-ms-transform: scale(1.02,1.02) translate(-50%,-50%);
	-webkit-transform: scale(1.02,1.02) translate(-50%,-50%);
	transform: scale(1.02,1.02) translate(-50%,-50%);
}
.test-cont.no-test{
	height: 0 !important;
	overflow: hidden;
	min-height: initial;
}
.test-cont {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #ffffff;
	/*min-height: 770px;*/
	min-height: 650px;
	display: inline-block;
	height: 100%;
}
.test-cont .left-bar {
	position: absolute;
	z-index: 1;
	height: 100%;
}
.test-cont .test-border-mask {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-left: 1px solid #ababb4; 
	border-right: 1px solid #ababb4; 
	z-index: 2;
	pointer-events: none;
}
.test-slide {
	display: inline-flex;
	width: 100%;
	height: 100%;
	/*min-height: 770px;*/
	min-height: 650px;
	position: relative;
}
.test-slide.ts-left {
	width: calc(25vw - 34px);
}
.test-slide.ts-mid {
	width: 50vw;
}
.test-slide.ts-right {
	width: calc(25vw - 34px);
}
.test-slide:after {
	content: "";
	display: inline-block;
	/*width: 21px;*/
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #ababb4;
}
.test-slider {
	height: 100%;
	/*width: 100%;*/
	/*position: relative;*/
	display: inline-block;
	/*min-height: 770px;*/
	min-height: 650px;
}
.test-mob-slider {
	display: none;
}
.test-left {
	/*width: 30%;*/
	width: 100%;
	padding: 50px;
	/*border-left: 1px solid #ababb4;*/
	/*border-right: 21px solid var(--color-beige);*/
	/*border-right: 1px solid #ababb4;*/
	position: relative;
}
.test-right {
    padding: 50px;
	/*width: 30%;*/
	width: 100%;
	height: 100%;
	position: relative;
	/*border-left: 1px solid #ababb4;*/
}
.test-mid {
	/*width: 40%;*/
	width: 100%;
	position: relative;
}
.test-title {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin: 0;
	padding-bottom: 20px;
	color: var(--main-color);
	/*font-family: 'SFProSemiBold', sans-serif;*/
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	font-size: 21px;
}
.test-content * {
	color: #8e8f94;
	font-size: 16px;
	line-height: 28px;
	/*max-height: 500px;*/
}
.test-content {
	/*overflow: hidden;*/
	overflow-y: auto;
	padding-right: 10px;
	height: 411px;
}



.simplebar-content {
	max-height: 400px;
}
.test-mid .test-right-top,
.test-mid .test-right-bot {
	position: relative;
}
.test-mid .test-content {
	/*max-height: 160px;*/
	max-height: 85px;
}
.test-img-row {
	height: 50px;
	display: block;
	text-align: left;
	padding: 5px 0;
}
.test-img {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat !important; 
	background-size: contain !important; 
	background-position: center !important;
}
.test-name {
	/*font-family: 'SFProSemiBold', sans-serif;*/
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	margin-bottom: 5px;
	color: var(--main-color);
}
.test-right-top {
	/*border-bottom: 21px solid var(--color-beige);*/
	border-bottom: 1px solid #ababb4;
	height: 50%;
	padding: 50px;
}
.test-right-bot {
	height: 50%;
	/*padding: 4% 9% 3%;*/
	padding: 50px;
}
.owl-stage {
	height: auto;
	display: inline-flex;
}
.owl-dots {
	display: none;
}
.owl-nav {
	opacity: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	height: 0px;
	z-index: 1;
	display: inline-block;
	width: 100%;
}
.owl-nav.services-nav {
	opacity: 1;
	position: relative;
	top: 0;
	/* NOTED */
	/*margin-top: 20px;*/
	margin-top: 0px;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-prev:not(.services-prev) {
	left: 0;
}
.owl-next:not(.services-next) {
	right: 0;
}
.owl-nav button span {
	font-size: 26px;
}
.owl-nav button:hover,
.owl-nav button:focus {
	cursor: pointer;
}
.owl-nav button:focus {outline:0;}
.owl-nav button {
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-color: transparent;
	/*border-radius: 50%;*/
	width: 51px;
	height: 51px;
	padding: 0;
	text-align: center;
	position: absolute;
	/*-webkit-box-shadow: 0 0 120px 30px #00000015;
	-moz-box-shadow: 0 0 120px 30px #00000015;
	box-shadow: 0 0 120px 30px #00000015;*/
	border: 0;
	transition: all 0.5s linear;
}
.owl-nav button.services-nav-btn {
	-ms-transform: unset;
	-webkit-transform: unset;
	transform: unset;
	width: auto;
	position: relative;
	text-transform: none;
	letter-spacing: unset;
}
.bot-text::-webkit-scrollbar-track,
.test-content::-webkit-scrollbar-track {
	background-color: var(--color-beige);
}
.bot-text::-webkit-scrollbar,
.test-content::-webkit-scrollbar {
	width: 0;
	background-color: #595a6b;
	border-radius: 0;
}
.bot-text::-webkit-scrollbar-thumb,
.test-content::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #595a6b;
}
.test-ef {
	position: absolute;
	bottom: 50px;
}

.hidden-container {
	width: 65%;
	position: absolute;
	z-index: 2;
	-ms-transform: translate(100vw,-50%);
    -webkit-transform: translate(100vw,-50%);
    transform: translate(100vw,-50%);
    left: 57%;
    top: 50%;
}
.hidden-right {
	position: relative;
	/*top: 0;*/
	/*left: 50%;*/
	width: 100%;
	height: 350px;
/*	-ms-transform: translate(100vw,-0);
	-webkit-transform: translate(100vw,-0);
	transform: translate(100vw,-0);*/
	/*padding: 14vh 18vw 0px 400px;*/
	z-index: 2;
	text-align: center;
	margin: 0 0 0 0;
}
.hidden-right-inside {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	/*left: 50%;
	-ms-transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	z-index: 2;*/
}
.hidden-right.blue .hidden-right-inside {
	/*padding-bottom: 5vh;*/
}
.hidden-right.blue .hidden-right-inside-in {
	width: 100%;
	max-width: 1400px;
	display: inline-flex;
	position: absolute;
	height: 95%;
	/*bottom: 5vh;*/
}
.hidden-right.green .hidden-right-inside-in {
	width: 100%;
	max-width: 1400px;
	display: inline-flex;
	position: relative;
	height: 100%;
}
.hidden-right.green .hidden-right-inside {
	/*padding-top: 5vh;*/
}
.hidden-right p:last-child {
	margin-bottom: 0;
}
.hidden-right-left {
	padding: 31px 0;
	width: 35%;
	min-width: 340px;
	max-width: 340px;
}
.hidden-right-left .bmi {
	display: inline-block;
	padding: 14px 33px;
	border: 1px solid var(--color-beige);
	text-align: center;
	font-weight: 700;
	width: 100%;
	position: relative;
	transition: all 0.3s linear;
	font-size: 13px;
	letter-spacing: 2px;
	max-width: 340px;
	background: var(--main-color);
	color: var(--color-beige);
}
.hidden-right-left .bmi:hover {
	cursor: pointer;
	background: var(--color-beige);
	color: var(--main-color);
}
.hidden-right-left h3 {
	font-size: 35px;
}
.hidden-right-right {
	overflow: hidden;
	width: 100%;
	/*padding: 0 0 0 40px;*/
	padding: 30px;
	position: relative;
	padding-top: 18px;
}
.blue .hidden-right-left,
.blue .hidden-right-right:before {
}
.hidden-right-right p {
	color: #fff;
	font-family: 'PFHighwayGothicExtLight', sans-serif;
	line-height: 30px;

}
.blue h3 {
	color: #a8c7f2;
}
.green h3 {
	color: #a8c7f2;
}
.green .hidden-right-left,
.green .hidden-right-right:before {
	border-top: 1px solid var(--color-beige);
}
.hidden-right-right-in {
	padding: 20px 0 0;
	max-height: 100%;
	/*overflow-y: auto;*/
}
.hidden-right-right:before {
	content: "";
	display: block;
	top: 0;
	left: 40px;
	width: 100%;
	height: 15px;
	/*background: var(--main-color);*/
	position: absolute;
	z-index: 1;
}

/* Services FINAL Page */

.services-container {
	background: #f4f4f4;
}
.serv-title-container.sert-top {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 34px;
	left: 0;
	z-index: 2;
	padding-left: 68px;
}
.serv-title-container.sert-bot {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 34px;
	left: 0;
	z-index: 1;
	padding-left: 68px;
}
.services-container .about-row {
	/*border-bottom: 1px solid #ababb4; 	*/
	box-shadow: inset 0px -1px 0 0px #ababb4;
	-webkit-box-shadow: inset 0px -1px 0 0px #ababb4;
	-moz-box-shadow: inset 0px -1px 0 0px #ababb4;
}
.servf-top-div {
	position: relative;
	overflow: hidden;
	height: 100vh;
	width: 100%;
	/*color: #e7e7e7;*/
	/*background-color: #282828;*/
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	z-index: 4;
}
.servf-top-div-in {
	/*-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%);*/
	/*background-color: #282828;*/
	position: relative;
	overflow: hidden;
	height: 100vh;
	width: 100%;
	color: #e7e7e7;
	z-index: 2;
}
.servf-main-img {
	width: 100vw;
	height: 100vh;
	margin-left: -68px;
	position: relative;
}
.servf-main-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*transform: scale(1, 1);*/
	position: fixed;
	/*position: absolute;*/
}
.servf-mid {
	/*padding: 0 0 0 65px;*/
	margin-top: -100vh;
}
.serv-title.initial {
	/*display: block;*/
	/*position: fixed;*/
	/*position: absolute;*/
	position:relative;
	/*left: 0;*/
	width: 100%;
	/*max-width: calc(100vw - 75px);
	min-width: calc(100vw - 75px);*/
	/*padding: 0 15.5vw 0 65px;*/
	padding: 0;
	/*bottom: 49px !important;*/
	top: unset !important;
	color: #fff;
	font-size: 14vh;
	line-height: 1;
    letter-spacing: -1px;
	z-index: 5;

    display: block;
    max-width: 1400px;
    margin: 0 auto;
}
.serv-title.initial.gotop {
	z-index: 15;
}
.servf-next-div {
	position: relative;
	overflow: hidden;
	height: 100vh;
	width: 100% !important;
	/*color: #e7e7e7;*/
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	z-index: 1;
	-ms-transform: translate(0,-100vh);
	-webkit-transform: translate(0,-100vh);
	transform: translate(0,-100vh);

	left: 0 !important;
}
.servf-next-div .serv-title {
	display: inline-block;
	position: relative;
	/*position: fixed;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 34px;*/
	color: #000;
	max-width: 1400px;
	margin: 0 auto;
	
	width: 100%;
	left: 50%;
	-ms-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);

}
.servf-next-div .serv-title-header {
	width: 100%;
	/*max-width: calc(100vw - 75px);
	min-width: calc(100vw - 75px);*/
	/*padding: 0 15.5vw 0 65px;*/
	padding: 0;
	font-size: 14vh;
	line-height: 1;
	color: var(--main-color);
	letter-spacing: -1px;
	margin-bottom: 0;
}
.service_right_cont input {
	border-width: 0;
	border-radius: 0;
	width: 100%
}
.service_right_cont select {
	width: 100%;
	margin: 11px 0 33px;
	line-height: 28px;
	height: 28px;
}
.service_right_cont textarea {
	height: 117px;
}
.service_right_cont .wpcf7-submit {
	font-size: 16px;
    line-height: 23px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    padding: 15px;
    text-align: center;
}
.side-form-row {
	border-color: #bebebe;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 24px 0;
}
.side-form-last-row {
	border-color: #bebebe;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 24px 0;
}
.nsl-cont.nsl-final {
	z-index: 1;
	overflow: hidden;
	padding: 25vh 0 0;
	height: 100vh;
	margin-top: -50vh;
	width: 100%;
	padding-top: 1px;
	/*max-width: calc(100vw - 68px);
	min-width: calc(100vw - 68px);*/
}
.serv-title-container.sert-page-bot {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 100%;
}
.nsl-final h2.nsl-title {
	/*-ms-transform: translate(0,-20px);
	-webkit-transform: translate(0,-20px);
	transform: translate(0,-20px);*/
	/*padding: 0 15vw 0 65px;*/
	/*bottom: 54px;*/

	display: block;
	padding: 0;
	font-size: 14vh;
	line-height: 1;
	z-index: 3;
	color: var(--main-color);
	opacity: 1;
	text-align: left;
	transition: all 0.3s ease-in-out;
	top: initial;
	letter-spacing: -1px;

	/*margin: 0 auto;*/
	position: absolute;
	max-width: 1400px;
	left: 50%;
	-ms-transform: translate(-50%,-20px);
	-webkit-transform: translate(-50%,-20px);
	transform: translate(-50%,-20px);
	bottom: 34px;
	margin-bottom: 0;
}
.nsl-final:hover h2.nsl-title,
.nsl-final:focus h2.nsl-title {
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.nsl-cont.nsl-final .next-serv-main-img {
	/*transform: translateY(100vh);*/
	width: 100vw;
	height: 100vh;
	margin-left: -68px;
}
.nsl-cont.nsl-final .next-serv-main-img:before {
	display: none;
}
.nsl-final .serv-bot-div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.nsl-cont.nsl-final .next-serv-main-img img {
	width: 100vw;
	height: 100%;
	object-fit: cover;
	/*transform: scale(1.1, 1.1);*/
	position: relative;
	margin-top: 1px;
}
.serv-bot-mask {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}
.nsl-final:hover .serv-bot-mask,
.nsl-final:focus .serv-bot-mask {
	height: calc(100vh - 30px);
}

/* PAGES IN */

/* PATIENTS */

.pat-container {
	width: 100%;
	position: relative;
}
.pat-top-div-overlay {
	height: 100vh;
	width: 100vw;
	margin-left: -68px;
}
.q-top-div-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	left: 68px;
	top: 0;
	z-index: 0;
}
.pat-top-div-in {
	width: 100%;
	height: 100vh;
}
.pat-main-img-overlay img {
	width: calc(100% - 68px);
	height: 100%;
	object-fit: cover;
	object-position: top right; 
}
.pat-main-img-overlay {
	/*object-fit: cover;*/
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* Questions */

.blue-title {
	color: var(--main-color) !important;
}
.questions-main {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 1300px;
	margin: 30vh auto 7.5vw;
}
h2.q-title.initial {
	letter-spacing: 7px;
	font-size: 37px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 14px;
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	text-transform: uppercase;
}
.q-cont {
	position: relative;
	width: 100%;
	padding: 45px 90px 90px;
	background: #fff;
}
.q-cont:before {
	content:"";
	display: inline-block;
	border: 1px solid #ababb4;
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.q-cont:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	background: var(--main-color);
}
.q-cont:nth-child(2):after {
	height: var(--after-height);
}
.q-cont:nth-child(3):after {
	height: var(--after-height-two);
}
.q-cont .q-bot,
.q-cont .q-top {
	position: relative;
	z-index: 2;
}
.q-cont .q-title {
	padding-bottom: 80px;
}
.q-cont-bot {
	margin-top: 14px;
}
.q-title h4 {
	/* font-family: 'PFHighwayGothicExtLight', sans-serif; */
	color: var(--color-beige);
	font-size: 31px;
	line-height: 37px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 33px;
}
.pafa-accordion.pafa-icon {
    border-top: 1px solid #c7c8cb;
    padding: 30px 35px;
	position: relative;
}
.pafa-accordion.pafa-icon:last-child {
	border-bottom: 1px solid #c7c8cb;
}
.pafa-accordion h3.pafa-accordion-q {
	margin: 0 0 0 35px !important;
	/*margin: 30px 0 30px 55px !important;*/
	/*padding: 22px 0 22px 80px;*/
	font-size: 24px;
	line-height: 26px;
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	color: var(--main-color);
}
.pafa-accordion h3.pafa-accordion-q span {
	/*padding: 19px !important;*/
	background-color: #b5b7be !important;
	margin-right: 0 !important;
	/*margin-left: 0 !important;*/
    position: absolute;
	/*-ms-transform: translate(0,-20%);
	-webkit-transform: translate(0,-20%);
	transform: translate(0,-20%);*/
	transition: all 0.3s linear;
	margin-top: -7px;
	display: inline-block;
	line-height: 1;
	padding: 12px !important;
	left: 0;
    margin-left: 0 !important;
}
.pafa-accordion h3.pafa-accordion-q.pafa-accordion-open span {
	margin-top: 4px;
}
.pafa-accordion h3.pafa-accordion-q.pafa-accordion-open span,
.pafa-accordion h3.pafa-accordion-q:focus span,
.pafa-accordion h3.pafa-accordion-q:hover span {
	background-color: var(--color-beige) !important;
}
.pafa-accordion h3.pafa-accordion-q.pafa-accordion-open i,
.pafa-accordion h3.pafa-accordion-q:focus i,
.pafa-accordion h3.pafa-accordion-q:hover i {
	color: var(--main-color) !important;
}
.pafa-accordion h3.pafa-accordion-q i {
	color: #fff;
	font-size: 16px !important;
	transition: all 0.3s linear;
}
.pafa-accordion h3.pafa-accordion-q i:before {
	font-weight: 700;
}
.pafa-accordion-a {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 37px !important;
	margin-bottom: 0;
	margin-top: 25px;
}
.pafa-accordion-a * {
	line-height: 36px;
    font-family: "PFHighwayGothicExtLight", sans-serif;
}
.pafa-accordion-a p {
	margin-bottom: 0;
}
.pafa-accordion-a p:last-child {
	margin-bottom: 0;
}

/* Publications */

.publications-main {
	position: relative;
	z-index: 1;
	padding: 30vh 25px 100px 55px;
}
.publications-in-cont {
	display: inline-flex;
	position: relative;
	width: 100%;
	
	/*-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;*/
}
.publications-div {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 40px 0 40px 40px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 1px 1px 3px 0 #00000020;
    border-radius: 3px;
}
.publications-div .numb {
	position: absolute;
	top: 0;
	display: inline-block;
	padding: 6px 40px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-align: center; 
	min-width: 36px;
}
.top-text {
	font-weight: 500;
	color: var(--main-color);
	font-size: 20px;
	line-height: 1.5;
	padding: 14px 40px 14px 0;
}
.bot-text {
	color: var(--main-color);
	padding: 35px 40px 14px 0;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 13px;
	font-size: 16px;
	line-height: 1.8;
	font-family: "PFHighwayGothicExtLight", sans-serif;
}
.bot-text .line {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--main-color);
}
.publications-col {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 0 0;
}
.six-column .publications-col {
	width: 16.666%;
}
.five-column .publications-col {
	width: 20%;
}
.four-column .publications-col {
	width: 25%;
}
.three-column .publications-col {
	width: 33.333%;
}
.two-column .publications-col {
	width: 50%;
}
.one-column .publications-col {
	width: 100%;
}

/* WEB TV */

.publications-div.webtvdiv {
	padding: 205px 0 15px 9px;
	position: relative;
}
.web-tv-img-div {
	height: 175px;
	position: absolute;
	left: 9px;
	right: 9px;
	top: 22px;
}
.webtv-img-overlay,
.webtv-img {
	display: inline-block;
	background-blend-mode: luminosity;
	transition: all 0.4s ease-in-out;
	position: absolute;
	opacity: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.webtv-img-overlay {
	z-index: 2;
}
.webtv-img {
	z-index: 1;
}
.web-tv-img-div:hover .webtv-img-overlay {
	opacity: 0;
}
.web-tv-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	z-index: 3;
}
.web-tv-link .play-circle {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-block;
	width: 40px;
	height: 40px;
	opacity: 0.5;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.web-tv-img-div:hover .play-circle {
	opacity: 1 !important;
	-ms-transform: scale(1.1,1.1) translate(-50%,-50%) !important;
	-webkit-transform: scale(1.1,1.1) translate(-50%,-50%) !important;
	transform: scale(1.1,1.1) translate(-50%,-50%) !important;
}
.web-tv-bot-border {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	bottom: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}
.webtvdiv .top-text {
	padding: 14px 40px 14px 31px;
}
.webtvdiv .bot-text {
	padding: 14px 40px 14px 31px;
	margin-top: 0;
	color: #4a5054;
	overflow-y: auto;
	max-height: 130px;
	overflow-x: hidden;
}
.webtvdiv .bot-text .line {
	left: 31px;
	right: 0;
}

/* About */

.about-container {
	position: relative;
	z-index: 1;
	padding: 0;
}
.about-div-top {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 37px 37px 37px 73px;
	border-bottom: 1px solid #ababb4;
}
.about-div-bot span,
.about-div-top span {
	color: var(--main-color);
	font-size: 30px;
	line-height: 1;
}

.home-about-div-top span.top-mid-sep,
.about-div-top span.top-mid-sep {
	color: var(--color-beige);
}
.top-mid-sep {
	text-align: center;
	padding: 0 5px;
}
.about-div-title, .next-previous-container {
	position: relative;
	z-index: 2;
	padding: 70px;
	padding-left: 65px;
}
.next-previous-container {
	/*padding: 70px;
	padding-left: 65px;*/
	padding: 50px 65px 90px 65px;
}
.top-about-header {
	font-size: 105px;
	color: var(--main-color);
	font-family: 'PFHighwayGothicExtBold', sans-serif;
	line-height: 0.95;
	margin: 0;
}

.top-about-header a {
	transition: all 0.5s ease-in-out;
	color: var(--main-color);
}

.top-about-header a:hover {
	transition: all 0.5s ease-in-out;
	color: var(--color-beige);
}

.top-about-header.max-width {
/*	max-width: 500px;*/
}
.about-div-mid {
	padding: 93px 7.5vw 7.5vw;
}
.about-left {
	width: 30%;
	border-right: 1px solid #ababb4;
}
.about-left h4 {
	color: #2a326b;
	font-size: 57px;
	font-weight: 700;
}
.about-right * {
	line-height: 32px;
	font-family: "PFHighwayGothicExtLight", sans-serif;
}
.about-right p {
	margin-bottom: 21px;
    margin-top: 21px;
}
.about-right ul {
	margin: 0;
	/* NOTED */
	padding: 0 0 0 7px; 
}
.about-right h1 {
    font-family: "PFHighwayGothicExtBold", sans-serif;
    color: var(--main-color);
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    transition: all 0.2s linear;
    letter-spacing: -0.5px;
    margin-bottom: 0.7em;
}
.about-right h2 {
	font-family: "PFHighwayGothicExtRegular", sans-serif;
	color: var(--main-color);
    font-size: 31px;
    line-height: 33px;
    font-weight: 700;
    transition: all 0.2s linear;
    letter-spacing: 1.2px;
}
.about-right h3 {
    font-family: "PFHighwayGothicExtRegular", sans-serif;
    color: var(--main-color);
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    transition: all 0.2s linear;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.home-about-div-top,
.home-about-div-bot,
.about-div-bot {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 37px 46px;
	border-top: 1px solid #ababb4;
}
.home-about-div-bot.test-header-title {
	position: relative !important;
	border-bottom: 1px solid #ababb4;
	background-color: #fff;
}
.home-about-div-bot.test-header-title span {
	color: #ababb4;
}
.home-about-div-top {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #ababb4;
	padding: 37px 46px;
	z-index: 3;
}
.home-about-div-bot-container {
	position: absolute;
	display: block;
	height: 335px;
	width: 100%;
	bottom: 0;
}
.home-about-div-bot {

	border-bottom: 1px solid #ababb4;
	padding: 37px 46px;
}
.home-about-div-top span,
.home-about-div-bot span {
	color: #fff;
	font-size: 30px;
	line-height: 25px;
}
.home-about-div-top.procedures-title {
	border-color: #ababb4;
}
.home-about-div-top.procedures-title span {
	color: #ababb4;
}

/* New About */

.about-mid-div {
	display: block;
	margin: 0px auto 0px;
	max-width: 1600px;
	margin-left: 70px;
	margin-right: 70px;
}
.left-about-div-bg-img {
	width: 100%;
	height: 350px;
}
.about-row.second-row {
	margin-top: 0px;
	display: block;
	width: 100%;
}
.about-left {
	width: 25%;
	min-width: 25%;
	display: table-cell;
	height: 100%;
	position: relative;
	border-right: 1px solid #ababb4;
	border-top: 1px solid #ababb4;
	vertical-align: top;
}
.about-right {
	width: 70%;
	min-width: 70%;
	padding: 80px;
	line-height: 2.25;
	display: table-cell;
	height: 100%;
	position: relative;
	border-top: 1px solid #ababb4;
}
.about-row.second-row .about-right {
    padding: 0 0 28px;
}
.about-right-in {
	border-top: 1px solid #ababb4;
	padding: 80px 80px 60px 80px;
	width: 100%;
	/*box-shadow: inset 0px 1px 0px 0px #ababb4;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ababb4;
	-moz-box-shadow: inset 0px 1px 0px 0px #ababb4*/;
}
.about-right-in:first-child {
	border-top: 0;
}
.about-third-row .about-left {
	padding-right: 5vw;
}
.about-right-in .about-mob-title {display: none;}
.about-third-row .about-left,
.about-third-row .about-right,
.about-third-row .about-right-in {
	border-top: 0;
	border-right: 0;
}
.about-row {
	width: 100%;
	display: table-row;
}
.about-side-menu {
	counter-reset: serv-counter;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 50px 90px 50px 0;
	list-style-type: none;
}
.about-side-menu li {
	counter-increment: serv-counter;
	margin-bottom: 18px;
}
.about-side-menu li:before {
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	content: "0" counter(serv-counter) ".";
	display: inline-block;
	width: 100%;
	color: #ababb4;
	font-size: 13px;
}
.about-side-menu li a *,
.about-side-menu li a {
	color: var(--main-color);
	font-size: 24px;
	line-height: 35px;
	font-weight: 700;
	transition: all 0.2s linear;
}
.about-third-row {
	background: #ffffff;
	width: 100%;
	display: block;
	padding: 80px 0;
}
.about-bot-div {
	display: block;
    margin: 0 auto;
    max-width: 1400px;
}
.about-bot-div span {
	font-size: 13px;
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
	text-transform: uppercase;
	color: #ababb4;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: 6px;
}
.about-bot-div h3 {
	color: var(--main-color);
	font-size: 26px;
	line-height: 33px;
	font-weight: 700;
	font-family: 'PFHighwayGothicExtRegular', sans-serif;
}
.about-third-row .about-right-in {
	padding: 0;
}
.about-third-row .about-right {
	padding: 0 80px;
}
.about-side-menu li:hover:before, 
.about-side-menu li:hover p, 
.about-side-menu li:hover a, 
.about-side-menu li.active:before, 
.about-side-menu li.active p, 
.about-side-menu li.active a {
    color: #cdb07c;
}

/* Our Team */

.our-team-outer-div {
	width: auto;
	display: block;
	height: 170px;
	overflow: hidden;
	border-right: 1px solid #ababab;
}

.our-team-div {
	height: 100%;
	position: relative;
	display: block;
	padding-left: 40px;
	padding-top: 0;
	padding-right: 20px;
}
.team-initial-img {
	position: relative;
	left: 3px;
	width: 100px;
	height: 100px;
	z-index: 1;
	margin-bottom: 12px;
	background-size: cover !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	transition: all 0.3s linear;
}
/*.our-team-div:focus .team-initial-img,
.our-team-div:hover .team-initial-img {
	-ms-transform: scale(1,1) translate(-50%,-50%);
	-webkit-transform: scale(1,1) translate(-50%,-50%);
	transform: scale(1,1) translate(-50%,-50%);
}*/
/*.team-overlay-img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	-ms-transform: scale(1.05,1.05) translate(-50%,-50%);
	-webkit-transform: scale(1.05,1.05) translate(-50%,-50%);
	transform: scale(1.05,1.05) translate(-50%,-50%);
	z-index: 2;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-blend-mode: luminosity;
	transition: all 0.3s linear;
}
.our-team-div:focus .team-overlay-img,
.our-team-div:hover .team-overlay-img {
	opacity: 0;
	-ms-transform: scale(1,1) translate(-50%,-50%);
	-webkit-transform: scale(1,1) translate(-50%,-50%);
	transform: scale(1,1) translate(-50%,-50%);
}*/
.team-info {
	position: relative;
	display: block;
	z-index: 3;
	bottom: 0;
	width: 100%;
}
.our-team-div:focus .team-info,
.our-team-div:hover .team-info {
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.team-info h4 {
	font-size: 21px;
	color: var(--color-beige);
	margin: 0;
}
.team-info p {
	font-size: 17px;
	color: var(--color-beige);
	margin-bottom: 0;
}
.our-team-cont {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 30px 0;
	display: block;
	pointer-events: all;
	cursor: pointer;
}
.our-team-carousel {
	height: 100%;
}
.our-team-carousel-mobile {
	height: 100%;
}

.team-pin {
	display: block;
	left: 0;
	height: 0;
	text-align: center;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

/*--------------------------------------------------------------
## Book Now
--------------------------------------------------------------*/

.bmr-now-overlay,
.book-now-overlay {
	position: fixed;
	z-index: 9998;
	background: rgba(10,15,43,0.6);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
}
.bmr-now-container,
.book-now-container {
	display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    width: 100%;
    max-width: 53vw;
	padding: 0px;
	opacity: 0;
    -webkit-box-shadow: 0 0 120px 30px #00000015;
    -moz-box-shadow: 0 0 120px 30px #00000015;
    box-shadow: 0 0 120px 30px #00000015;
    z-index: 1;
}
.bmr-now-container {
	display: inline-block;
	padding: 40px;
}
.bmr-now-container-in {
	max-height: 80vh;
	overflow-y: auto;
}
.bmr-now-container #data-panel {
	width: 66.66666667%;
}
.bmr-now-container .bootstrap-scope .col-md-8 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.bootstrap-scope .nav {
	margin: 0;
}
.bootstrap-scope .nav li {
	width: 100%;
}
.book-now-right .bnr:last-child p {
	margin-bottom: 20px;
}
.book-now-right .bnr:first-child {
	text-align: center;
	background-color: var(--main-color);
	padding: 30px 50px;
	/*width: 16vw;*/
	width: 100%;
	min-width: 300px;
}
.book-now-bot-info {
	padding: 20px 30px;
	display: inline-flex;
	width: 100%;
}
.book-now-left {
	padding: 50px;
	width: 100%;
}
.book-now-right {

}
.bnl {
	
}
.bnl .sep {
	margin: 8px 0;
}
.bnl h3 {
	color: var(--color-beige);
	font-weight: 700;
	font-size: 40px;
	letter-spacing: -0.1px;
	line-height: 1;
	margin-bottom: 20px;
}
.bnl p {
	font-size: 18px;
	font-weight: 500;
	color: #2a326b;
	letter-spacing: 0px;
}
.bnl .contact-form {
	padding: 5px 0 0;
	margin-top: 0;
}
.bnl input[type="submit"] {
	padding: 10px 46px;
	font-size: 18px;
}
.bnl input[type="text"],
.bnl input[type="email"],
.bnl input[type="url"],
.bnl input[type="password"],
.bnl input[type="search"],
.bnl input[type="number"],
.bnl input[type="tel"],
.bnl input[type="range"],
.bnl input[type="date"],
.bnl input[type="month"],
.bnl input[type="week"],
.bnl input[type="time"],
.bnl input[type="datetime"],
.bnl input[type="datetime-local"],
.bnl input[type="color"],
.bnl textarea {
	min-height: 28px;
	line-height: 28px;
}
.bnl textarea {
	height: 75px;
}
.book-now-bot-info {
	background: #fff;
}
.book-now-right {
	background: #f3f3f1;
}
.book-now-right .bnr:first-child {
	text-align: center;
	background-color: var(--main-color);
}
.book-now-right .bnr:last-child {
	padding: 50px 50px 30px;
}
.bnr h4,
.bnbl h4 {
	font-size: 13px;
	font-weight: 400;
	color: #80818e;
	letter-spacing: 5px;
	line-height: 20px;
	margin-bottom: 5px;
}
.bnr p, 
.bnr a, 
.bnbl p,
.bnbl a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #2a326b;
    margin-bottom: 0;
}
.book-now-bot-left,
.book-now-bot-right {
	display: inline-block;
}
.book-now-bot-left {
	width: 63%;
	padding-right: 15px; 
}
.book-now-bot-right {
	width: 37%;
	padding-left: 15px;
}
div.wpcf7-response-output {
    margin: 10px 0 0;
    padding: 6px;
	font-size: 14px;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
}
.sep {
	display: inline-block;
	margin: 20px 0;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #c7c8cb;
}	

/* FORM STYLES */

.wpcf7 {
	width: 100%;
}
.contact-form span {
	color: #2a326b;
}
.contact-form {
	display: inline-block;
	width: 100%;
	border-top: 5px solid #c7c8cb;
	border-bottom: 5px solid #c7c8cb;
	padding: 26px 0 0;
	margin: 10px 0 30px;
}
.contact-form p {
	margin-bottom: 0;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
	color: #2a326b;
	border: 0px;
	border-radius: 3px;
	padding: 3px;
	background: transparent;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	outline:0;
	-ms-transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
	transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
	-webkit-transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
	z-index: 1;
	position: relative;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    font-family: inherit;
    border-radius: 0;
    font-size: 16px;
    line-height: 2;
    color: #595a6b;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding: 20px 46px;
    font-weight: 500;
    -ms-transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
    transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
    -webkit-transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
}
button:hover, 
button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover,
input[type="submit"]:focus {
	cursor: pointer;
	outline:0;
}
button:active {
    outline: none;
    border: none;
}
.sep {
	display: inline-block;
    margin: 20px 0;
	width: 100%;
	display: inline-block;
    border-bottom: 1px solid #c7c8cb;
}
::placeholder {
  color: #b0b1b6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b0b1b6;
}
::-ms-input-placeholder {
  color: #b0b1b6;
}
textarea {
	height: 122px;
}
.sumbit-div {
	display: inline-block;
	position: relative;
	background: var(--color-beige);
}
.sumbit-div input[type="submit"]{
	z-index: 1;
	position: relative;
}
.sumbit-div:focus input[type="submit"],
.sumbit-div:hover input[type="submit"] {
	color: var(--color-beige);
	background-color: var(--main-color);
}
.sumbit-div:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
    -ms-transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
    transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
    -webkit-transition: all 0.38s cubic-bezier(.2,0.95,.4,0.95);
    background: var(--color-beige);
}
.sumbit-div:hover:after {height: 100%;}
div.wpcf7 .ajax-loader{
	position: absolute;
	top: 50%;
	-ms-transform: translate(0,-50%); /* IE 9 */
	-webkit-transform: translate(0,-50%); /* Safari */
	transform: translate(0,-50%);
}

/* Animation Helpers */

.top-head, .hp-bot-text, .hp-top-icon, .hp-bot-icon {opacity: 0;}

/* RESPONSIVE */

@media only screen and (min-width: 2101px) { /*6*/
	.publications-in-cont.one-column,
	.publications-in-cont.two-column,
	.publications-in-cont.three-column,
	.publications-in-cont.four-column,
	.publications-in-cont.five-column {display: none;}
	.publications-in-cont.six-column {display: inline-flex;}
}
@media only screen and (max-width: 2100px) { /*5*/
	.publications-in-cont.one-column,
	.publications-in-cont.two-column,
	.publications-in-cont.three-column,
	.publications-in-cont.four-column,
	.publications-in-cont.six-column {display: none;}
	.publications-in-cont.five-column {display: inline-flex;}
}
@media only screen and (max-width: 1720px) {
	.publications-in-cont.one-column,
	.publications-in-cont.two-column,
	.publications-in-cont.three-column,
	.publications-in-cont.five-column {display: none;}
	.publications-in-cont.four-column {display: inline-flex;}
}
@media only screen and (max-width: 1385px) {
	.publications-in-cont.one-column,
	.publications-in-cont.two-column,
	.publications-in-cont.four-column,
	.publications-in-cont.five-column,
	.publications-in-cont.six-column {display: none;}
	.publications-in-cont.three-column {display: inline-flex;}
}
@media only screen and (max-width: 1170px) {
	.publications-in-cont.one-column,
	.publications-in-cont.three-column,
	.publications-in-cont.four-column,
	.publications-in-cont.five-column,
	.publications-in-cont.six-column {display: none;}
	.publications-in-cont.two-column {display: inline-flex;}
}
@media only screen and (max-width: 770px) {
	.publications-in-cont.two-column,
	.publications-in-cont.three-column,
	.publications-in-cont.four-column,
	.publications-in-cont.five-column,
	.publications-in-cont.six-column {display: none;}
	.publications-in-cont.one-column {display: inline-flex;}
}

/* @media only screen and (min-width: 2561px) {
	.home-head-txt h2, h1.top-head, .serv-title {font-size: 140px; line-height: 0.85;}
	p.top-subhead, .home-head-txt p {font-size: 30px; line-height: 1.5;}
	.hp-bot-text-link, .home-head-txt a {font-size: 26px;}
} */
@media only screen and (min-width: 2401px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head, .serv-title {font-size: 130px; line-height: 0.9;letter-spacing: -1px;}
	.serv-title.initial,.servf-next-div .serv-title-header, .nsl-final h2.nsl-title {font-size: 180px; line-height: 0.85;letter-spacing: -1px;}
	p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 23px; line-height: 1.8;}
	.service-in-left h3 {font-size: 82px;letter-spacing: -1px;}
	.page-menu .smtop-nl.open li a,
	.page-menu .smtop-nl .smnl,
	.page-menu .smtop-l a {font-size: 25px;line-height: 2;}
	.page-menu .smsm li a i,
	.page-menu .smtop-l a i {top: 20px;}
}
@media only screen and (max-width: 2400px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head, .serv-title {font-size: 120px;line-height: 0.9;letter-spacing: -1px;}
	.serv-title.initial,.servf-next-div .serv-title-header, .nsl-final h2.nsl-title {font-size: 200px; line-height: 0.9;letter-spacing: -1px;}
	p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 24px; line-height: 1.5; letter-spacing: 1px;}
	.page-menu .smtop-nl.open li a,
	.page-menu .smtop-nl .smnl,
	.page-menu .smtop-l a {font-size: 25px;line-height: 2;}
	.page-menu .smsm li a i,
	.page-menu .smtop-l a i {top: 15px;}
	.service-in-left h3 {font-size: 82px;letter-spacing: -2px;}
}
@media only screen and (max-width: 2250px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head {font-size: 120px;line-height: 1;}
	.serv-title, .serv-title.initial,.servf-next-div .serv-title-header, .nsl-final h2.nsl-title {font-size: 185px;line-height: 1;}
	.service-in-left h3 {font-size: 75px;}
	.page-menu .smtop-nl.open li a, .page-menu .smtop-nl .smnl, .page-menu .smtop-l a {font-size:23px;}
}
@media only screen and (max-width: 2150px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head {font-size: 105px;line-height: 0.9;}
	 .serv-title, .serv-title.initial,.servf-next-div .serv-title-header, .nsl-final h2.nsl-title {font-size: 175px;line-height: 0.85;}
}
@media only screen and (max-width: 1920px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head {font-size: 98px; line-height: 0.9;}
	.serv-title, .serv-title.initial,.servf-next-div .serv-title-header, .nsl-final h2.nsl-title {font-size: 160px; line-height: 0.9;}
	p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 23px; line-height: 1.8;}
	.hp-top-icon, .hp-bot-icon {right: 0;}
}
@media only screen and (max-width: 1900px) {
	.service-in-left h3 {font-size: 68px;}
	.page-menu .smtop-nl.open li a,
	.page-menu .smtop-nl .smnl,
	.page-menu .smtop-l a {font-size: 20px;line-height: 1.4;}
	.page-menu .smsm li a i,
	.page-menu .smtop-l a i {top: 5px;}
	p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 23px; line-height: 1.8;}
}
@media only screen and (max-width: 1800px) {
	/*.hidden-right {padding: 120px 12vw 0vh 350px;}*/
	.hidden-right {padding: 0px 0;}
	.hidden-right-right {padding-left: 30px;}
	.hidden-right-right:before {left: 30px;}
	
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head, .serv-title, .serv-title.initial,.servf-next-div .serv-title-header, .nsl-final h2.nsl-title {font-size: 85px;line-height: 1;}
	.page-menu .smtop-nl.open li a,
	.page-menu .smtop-nl .smnl,
	.page-menu .smtop-l a {font-size: 19px;line-height: 1.4;}
}
@media only screen and (max-width: 1750px) {
	/*.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, .home-head-txt h2 {font-size: 100px;}*/
}
@media only screen and (max-width: 1700px) {
	.service-in-left h3 {letter-spacing: 0;font-size: 58px;}
	.hp-bot-text {width: 100%;padding-right: 33vw;}
	.hp-bot-text br {display: none;}
	.hp-top-icon, .hp-bot-icon {right: -3vw;}
	p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size:23px;}
	.serv-left-inner {padding: 0 115px;}
	.about-left h4 {font-size: 48px;}
	.home-about-div-top, .home-about-div-bot, .about-div-bot, .about-div-top {padding: 20px 46px;}
	.home-about-link-img-div {bottom: 115px;}
	.home-about-div-top span, .home-about-div-bot span, .about-div-top span {font-size: 25px;}

	.h-about-cont-mob,
	.h-about-cont {
		height: calc(100vh + 230px);
	}
	.home-about-div-bot-container {
		height: 300px;
	}

	.about-div-title, .next-previous-container {padding-left: 46px;}
	.about-mid-div {margin-left: 46px;}
}
@media only screen and (max-width: 1650px) {
	
	.service-in-left h3 {margin-bottom: 25px;}
	.page-menu .smtop-nl .smnl, .page-menu .smsm li a, .page-menu .smtop-l a {padding: 0 0 0 40px;font-size: 20px;}
	.page-menu .smtop-nl .smnl, .open .smsm li {padding: 17px 0;}
	.page-menu .smtop-l {padding: 17px 0;}
	.page-menu .smsm li:before, .page-menu .smtop-l:before {top: 20px;}
	.open .smsm li {min-height: 50px;}
	/*.page-menu {padding-right: 60px;}*/
	.service-in-left h3:before {margin-bottom: 0;}
	.page-menu .open .smsm li:before, .page-menu .open .smtop-l:before {top: 20px;}
	.test-slider, .test-slide {height: 650px}
	.menu-overlay {padding-left: 70px;padding-top: 21vh;}
	/* #primary-menu {padding: 0 47px;} */
	/* .menu_right_cont{padding: 24.5vh 30px 75px 30px;bottom: initial; top:0;} */
	
	.menu_right_cont p:first-child {margin-bottom: 15px;font-size: 24px;line-height: 1;}
	.service-in-left {padding: 20vh 160px 0 160px;}
	

}
@media only screen and (max-width: 1600px) {
	/*.bg-img {background-size: cover !important;top: 60%;}*/
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head, .serv-title, .serv-title.initial,.servf-next-div .serv-title-header, .nsl-final h2.nsl-title {font-size: 85px;line-height: 0.9;}
	p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 24px; line-height: 1.5;}
	.serv-subtitle h2 {font-size: 36px; line-height: 1.4;}
	.serv-left-in {min-width: 340px;}
	.serv-side-menu {padding: 55px 45px;}
	.service-text-div {padding: 55px 45px;}
	.serv-side-menu li p, .serv-side-menu li a {font-size: 20px;line-height: 26px;}
	.serv-right {width: 0;}
	.serv-center {width: 100%;}
	.questions-main {display: inline-block; width: 100%; max-width: 1600px; padding: 0 46px;}
	.serv-subtitle,
	.about-bot-div, .about-mid-div {display: inline-block; width: 100%; padding-right: 160px;}
	.servf-next-div .serv-title {display: inline-block; max-width: initial; margin: 0 auto; width: 100%; left: 0; padding: 0 46px; -ms-transform: translate(0,0%); -webkit-transform: translate(0,0%); transform: translate(0,0%);}
	.nsl-final h2.nsl-title, .serv-title.initial {display: inline-block; max-width: initial; padding: 0 46px; margin: 0;}
	.hidden-right {padding: 0px 0;}
	.initial-logo img {width: 70px;}
	.rest-logo img {width: 150px;}
	.servf-mid {margin-top: -102vh;} /* NOTED */
}
@media only screen and (max-width: 1450px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 75px;letter-spacing: 0;}
	.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 22px;}
	.serv-subtitle h2 {font-size: 36px;line-height: 46px;}
	.test-content {height: 67%;}
	.hidden-right-left h3,
	.getintouch h2 {font-size: 34px;}
	.hidden-right-left {min-width: 300px;}
	.service-in-left {padding: 26vh 100px 0 100px;}
	.menu-side-info {width:25vw;}

	.test-ef {bottom: 30px;}
	.test-slider {display: none;}
	.test-mob-slider {display: block;}
	.test-slide.ts-left {width: 100%;}
	.test-slider, .test-slide, .test-cont {height: 483px;min-height: initial;}
	.about-left h4 {font-size: 44px;}
	.about-div-mid {padding: 70px 75px;}
	.home-about-div-top span, .home-about-div-bot span, .about-div-top span,
	.about-div-bot span, .about-div-top span {font-size: 22px;}

	.top-about-header, .home-head-txt h2 {padding-right: 1vw;}
	 .about-right h1 {font-size: 35px; line-height: 1.2;}                                         
      .about-right h3 {font-size: 20px; line-height: 1.5;}                                        
      .about-side-menu li a *, .about-side-menu li a {font-size: 20px; line-height: 1.5; margin-bottom: 0px;}
}
@media only screen and (max-width: 1400px) {
	.serv-main-img-overlay, .serv-main-img {min-width: 96vw;min-height: 86vh;}
	.service-in-left h3 {font-size: 50px;}
	.page-menu .smtop-nl.open li a, .page-menu .smtop-nl .smnl, .page-menu .smsm li a, .page-menu .smtop-l a {font-size: 18px;}
	.page-menu .open .smsm li:before, .page-menu .open .smtop-l:before,
	.page-menu .smsm li:before, .page-menu .smtop-l:before {width: 16px;height: 16px;}
	.serv-main {max-width: 1400px;padding: 60vh 50px 18px;}
	.serv-title{font-size: 62px;line-height: 70px;}
	.serv-subtitle {font-size: 36px;line-height: 45px;}
	.serv-side-menu li p, .serv-side-menu li a {font-size: 18px;line-height: 24px;}
	.serv-left-inner {padding: 0 80px 0 32px;}
	.about-left h4 {font-size: 42px;}
	.about-right-in iframe,
	.service-text-div iframe {width: 40%;}
}
@media only screen and (max-width: 1300px) {
	.hidden-right-left {min-width: 200px;}
	.service-in-left h3 {font-size: 45px;}
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 67px;line-height: 0.9;}
	.top-head br {display: none;}
	.hp-bot-text, .top-head {padding-right: 25vw;}
	.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 20px;}

	.top-about-header, .home-head-txt h2 {padding-right: 3vw;}
	.h-about-txt-div { padding: 88px 46px 46px; }
	
	.hidden-right-left .bmi {padding: 10px 2px; font-size: 10px;}
	.hidden-right-left h3, .getintouch h2 {font-size: 25px;}
	.getintouch h2 {
		line-height: 1.1;
	}
	.hidden-right-left h3 {
		line-height: 1.2;
	}
}
@media only screen and (max-width: 1200px) {
	.hidden-right-left h3 {font-size: 23px;}
	.getintouch h2 {font-size: 28px;}
	.hidden-right-right p {line-height: 24px;font-size: 16px;}
	.getintouch:last-child {width: 32vw;}
	.service-in-left {padding: 20vh 50px 0 50px;}
	.about-side-menu li a, .about-bot-div h3 {font-size: 22px; line-height: 1.4;}
	/*.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial {font-size: 10vh;}*/
	.serv-subtitle h2 {font-size: 40px;}
	h2.q-title.initial {font-size: 33px;}
	.q-title h4 {font-size: 23.5px;}
	.pafa-accordion h3.pafa-accordion-q {font-size: 19px;}
	.pafa-accordion h3.pafa-accordion-q span {padding: 6px !important; margin-top: -2px;}
	.q-cont {padding: 50px;}
	.serv-title {font-size: 45px;line-height: 55px;}
	.service-in-left h3:before {font-size: 20px;margin-bottom: 10px;}
	.about-right p {
		font-size: 19px;
		line-height: 24px; 
		margin-bottom: 15px; 
		margin-top: 15px;
	}
	.about-right li, .about-right p, .about-right strong, .about-right a,
	.page-menu .smtop-nl.open li a, .page-menu .smtop-nl .smnl, .page-menu .smsm li a, .page-menu .smtop-l a {font-size: 16px};
	/*; line-height: 24px; margin-bottom: 15px; margin-top: 15px;}*/



	.page-menu .smtop-l a i {top: 1px;}
	.service-in-left h3 {font-size: 42px;}
	.serv-left-inner {padding:0 75px 0 30px;}
	.serv-subtitle {font-size: 32px;line-height: 40px;margin-bottom: 0px;} /* NOTED */
	.serv-side-menu li p, .serv-side-menu li a {font-size: 20px;line-height: 28px;}
	.service-text-div * {font-size: 18px;line-height: 32px;}
	.about-right-in iframe, .service-text-div iframe {
    	width: 45%;
	}
	.serv-left {display: none;}
	.mobTitle {display: block;}
	.serv-row {padding-right: 65px;}
	.bnl h3 {font-size: 29px;}
	.bnl input[type="submit"] {font-size: 16px;}
	.book-now-right .bnr:first-child {padding: 20px;}
	.about-left h4 {font-size: 38px;}
	.about-div-top {padding: 30px 40px;}
	/*.about-div-title, .next-previous-container {padding: 20px 40px;}*/
	.about-div-title, .next-previous-container {padding: 43px 40px 30px 40px;} /* NOTED */
	.about-div-mid {padding: 70px 40px;}
	.about-third-row .about-right {padding: 0 25px;}
	/*.about-right-in,
     .about-right {padding: 50px 0px 25px 25px;}  */
	.about-right-in,
	.about-right {padding: 50px 0px 25px 25px;} /* NOTED */
	.about-side-menu {padding: 22px 20px 20px 0;} /* NOTED */
	.about-div-bot {padding: 30px 40px;}
	.about-left h4 {font-size: 34px;}
	.left-about-div-bg-img {height: 290px;}
	.top-about-header, .home-head-txt h2 {padding-right: 18vw;}
	.serv-subtitle,
	.about-bot-div, .about-mid-div {display: inline-block; width: 100%; margin-left: 45px; padding-right: 90px;}
	/* NOTED */
	.about-right h1 {font-size: 31px; line-height: 1.2;}  
  	.about-right h3 {font-size: 19px; line-height: 30px; margin-bottom: 15px;} 
  	.about-side-menu li a *, .about-side-menu li a {font-size: 19px; line-height: 30px;}
	
}
@media only screen and (max-width: 1150px) {
	.hidden-right {padding: 0px 0;}
}
@media only screen and (max-width: 1100px) {
	.service-in-div {padding: 0 0 0 0;}
	.q-cont {padding: 50px;}
	.questions-main {padding: 70px 68px;}
	h1.top-head {padding-right: 22vw;}
	.menu-overlay,.menu-side-info {width: 340px;}
	.menu_right_cont a {padding: 8px 25px;margin-top: 0;}
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	/*.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 64px;line-height: 0.95;}*/
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 6vh;line-height: 0.95;} /* NOTED */
	.hp-bot-icon {
		width: 89vw;
	}
}
/*@media only screen and (max-width: 1000px) {*/
@media only screen and (max-width: 1000px) {
	
	.hidden-container {
		width: 76%;
	}
	.hidden-right.green .hidden-right-inside-in,
	.hidden-right.blue .hidden-right-inside-in {display: inline-block;}
	.hidden-right-left p {display: none;}
	.hidden-right-left h3 {margin: 0;}
	.hidden-right-left {min-width: 100%; padding: 10px 0; border-top: none;}
	.hidden-right-right-in {padding: 0;}
	.hidden-right-right {padding-left: 0; height: calc(100% - 58px); padding-top: 0;}
	.hidden-right.green .hidden-right-right {padding-left: 0; height: calc(100% - 58px); overflow: hidden scroll;}
	.hidden-right-right:before {left: 0;}
	.hidden-right {padding: 85px 0 0 20px;}
	.hidden-right.green { padding: 20px 0 0 20px; }
	.hidden-right-left .bmi {padding: 10px;letter-spacing: 0px;}
	.hidden-right-left h3, .getintouch h2 {font-size: 22px;}

	.green .hidden-right-left, .green .hidden-right-right:before {
	    border-top: none;
	}
}
@media only screen and (max-width: 630px) {

	.hidden-right.blue .hidden-right-inside-in {
		height: 100%;
	}
	.hidden-right-right-in {
		max-height: 100%;
		height: 100%;
	}
	.hidden-container {width: 76%; left: 52%; height: 78%; padding-top: 20px;}

	.hidden-right.green { max-height: 50%; padding: 60px 0; }
	.hidden-right.blue { max-height: 50%; }
	.about-div-title, .next-previous-container {padding: 0px 46px 0px 0px;}
	.about-right h1 {
		font-size: 34px;
		line-height: 35px;
	}
	.about-right h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.border-mask {
		width: 100%;
		left: 0;
	}
	.selected-next-service-img {
		left: 0;
		width: 100vw;
	}
	.about-right-in iframe,
	.service-text-div iframe {width: 100%; display: block; margin: 1em 0;}

	.top-about-header {
		padding: 38px 46px;
	}
	.q-top-div-overlay {
		left: 0;
	}
	.pat-main-img-overlay img {
		width: 100%;
	}
	.all-services-container-inside .mob-service-div h3 {
		font-weight: 600;
	}
	.hp-bot-icon {
		width: 50vw;
	}
	.nsl-title span.nsl-title-overlay span, .over-title span {font-size: 16px;}
	.servf-main-img {margin: 0;}
	.serv-title-container.sert-top {padding-left: 0;}
	.nsl-cont.nsl-final .next-serv-main-img {margin-left: 0;}
	#myVideo {width: 100%; left: 50%;}
	.playVid-icon {left: 50%;}
	.publications-main {padding-top: 80px;}

	.serv-table {display: inline-block;padding-right: 55px;	}
	.serv-subtitle {margin-bottom: 0px;}
	.serv-subtitle p {font-size: 20px;line-height: 1.1;}
	.serv-subtitle h2 {font-size: 32px;line-height: 1.3;}
	.nsl-cont.nsl-final {max-width: 100vw;min-width: 100vw;}

	.serv-top-div-overlay {padding-left: 0;}
	.serv-main-img-overlay, .serv-main-img {min-width: 100vw;min-height: 100vh;	}

	/*Header Switch*/
	.barheader {display: none;}
	.mobheader {display: block;}
	#page {padding-left: 0;}
	#primary-menu li:focus a span, #primary-menu li:hover a span, #primary-menu li:focus a, #primary-menu li:hover a, #primary-menu li.current-menu-item a span, #primary-menu li.current-menu-item a {
		/*color: var(--main-color);*/
		color: #fff;
	}
	.mob-burger-button:before {
		content: "";
		display: inline-block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 8px;
		left: 10px;
		background: transparent;
	}
	.mobheader-container {padding: 10px;}
	.burger-container span {background: #ababb4; width: 36px;}
	.b-bottom-mask {display: none;}
	.mob-burger-button.open .b-open, .burger-div.open .b-open {color: var(--main-color);}
	.burger-container {width: 32px;	height: 16px;}
	.tbrow {top: 14px;}
	.sbrow {top: 7px;}
	.mobheader-container {padding: 10px 10px 5px;}
	.mobheader .initial-logo img {width: 50px !important;}
	.mobheader .scrolled .initial-logo img {opacity: 0;}
	.mobheader .rest-logo img {width: 110px;margin-top: 8px; margin-left: 5px;}
	.full-logo {transition: all 0.2s linear;}
	.mobheader .scrolled .initial-logo img, .mobheader .scrolled .rest-logo {opacity: 1 !important;}
	.full-logo.scrolled {
		-ms-transform: translate(0, -90px);
		-webkit-transform: translate(0, -90px);
		transform: translate(0, -90px);
	}
	.book-now-right .bnr:first-child img {width: 100%;}
	.book-now-right .bnr:first-child {min-width: 220px;width: 100%;}
	.book-now-left {padding: 20px;}
	.book-now-right .bnr:last-child {padding: 20px 20px 10px;}
	.about-left {width: 33%;}
	.about-side-menu li a, .about-bot-div h3 {font-size: 22px;line-height: 1.4;}
	.top-about-header br, .home-head-txt h2 br {display: none;}

}
@media only screen and (max-width: 980px) {
	.footer {padding: 15px 20px;}
	.all-services-container {display: none;}
	.all-services-container-mob {display: block;width: 100%;padding: 50px;}
	.all-services-container-mob .mob-service-div {margin-top: 0;}
	.all-services-container-mob .serv-image {height: 350px;max-width: initial;width: 100%;}
	.all-services-container-mob .service-in-left h3:before {margin-bottom: 0;}
	.all-services-container-mob .service-in-left {width: 100%;padding-top: 0;}
	.all-services-container-mob .page-menu {padding-right: 0;}
	.service-in-left {padding: 26vh 0 0 0;}
	.page-menu .smtop-l a i {top: 2px;}
	.home-head-txt p {padding: 0 30vw 0 0;}
	.home-about-div-top span, .home-about-div-bot span, .about-div-top span, .about-div-bot span, .about-div-top span {font-size: 20px;}
	.home-about-div-top, .home-about-div-bot, .about-div-bot, .about-div-top {padding: 20px 46px;}

	.home-about-div-top span.top-right-title, .about-div-top span.top-right-title {
	    font-size: 16px;
	}
}
@media only screen and (max-width: 935px) {
	.q-cont {padding: 25px;}
	.q-cont .q-title {padding: 0 0 10px;}
	.q-title h4 {margin-bottom: 35px;}
}
@media only screen and (max-width: 900px) {
	.serv-main-img-overlay img, .serv-main-img img {height: 100%;object-fit: cover;}
	h2.q-title.initial {font-size: 36px;}
	.q-title h4 {font-size: 22px; margin-bottom: 12px;}
	.pafa-accordion.pafa-icon {padding: 25px;}
	.pafa-accordion h3.pafa-accordion-q span {padding: 4px !important;}
	.hp-top-icon, .hp-bot-icon {right: -10vw; width: 60vw;}
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 60px;line-height: 0.90;}
	.home-head-txt p {padding: 0 22vw 0 0;}
	.test-ef {bottom: 15px;}
	input, textarea, .bnl input[type="submit"],
	.bnr p, .bnr a, .bnbl p, .bnbl a {font-size: 14px;}
	.bnl h3 {font-size: 28px;}
	.book-now-container {max-width: 68vw;}
}

@media only screen and (max-width: 800px) {
	.service-text-div {padding: 30px;}
	.serv-left-in {padding: 30px 0;}
	.serv-side-menu li:before {margin-bottom: 0;}
	.service-text-div * {font-size: 17px;line-height: 30px;}
	.serv-side-menu li p, .serv-side-menu li a {font-size: 18px;line-height: 26px;}
	.about-mob-title p, .about-mob-title h3 {color: var(--main-color); font-size: 22px; line-height: 1.3; font-weight: 700;}
	.serv-main {max-width: 1400px;padding-left:25px;padding-right:25px;}
	.serv-title {font-size: 40px;line-height: 50px;}
	.serv-subtitle {font-size: 28px;line-height: 36px; padding-right: 40px; padding-left: 40px;}
	.left-about-div-bg-img {height: 400px;}
	.about-right-in, .about-right {padding: 25px 0px 25px 0px;}
	.about-ident .about-bot-div {padding: 0 15px;}
	.about-ident .about-third-row .about-left {padding: 0 40px;}
	.about-right h3 {margin-bottom: 20px; letter-spacing: 0px;}
	.getintouch span {font-size: 22px;padding: 10px 60px;}
	.footer * {font-size: 13px; line-height: 22px;}
	.test-slider, .test-slide, .test-cont {height: 380px;min-height: initial;}
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 58px;line-height: 0.90;}
	.test-left {padding: 25px;}
	.test-ef {bottom: 10px;}
	.owl-nav button {width: 20px;}
	.serv-subtitle h2 {font-size: 22px;}

	.about-left h4 {font-size: 30px;}

	.about-left {width: 100%;display: inline-block;}
	.second-row .about-left {display: none;}
	.about-right-in .about-mob-title {display: block;}
	/*.about-right-in .about-mob-title h3 {
		color: var(--main-color);
		font-size: 22px;
		line-height: 1.4;
		font-weight: 700;
	}*/
	.about-right-in .about-mob-title h3 {
		display: none;
	}
	.about-right {width: 100%;display: inline-block;}
	/*.our-team-outer-div, .our-team-cont {height: 400px !important;}*/
}
@media only screen and (max-width: 740px) {
	.hidden-right.green { padding: 25px 0 0 0; }
	.top-about-header, #primary-menu a span, #primary-menu a, .servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {
		font-size: 52px;
		line-height: 0.90;
	}
	.hp-top-icon, .hp-bot-icon {right: -12vw;width: 70vw;}
	.q-cont {padding: 25px;}
	.footer-container {height: auto;}
	.footer {display: inline-block;position: relative;-ms-transform: translate(0,0);-webkit-transform: translate(0,0);transform: translate(0,0);top: 0;}
	.social-div {width: 100%; margin-top: 5px;text-align: center;}
	.footer *{text-align: center;}
	.social-div .icon-div {margin: 0 5px; }
	.test-ef {bottom: 15px;}

	.footer {height: auto;}
	.site-header:focus h4, .site-header:hover h4 {color: var(--main-color); display: none;} 
	.serv-title.initial {max-width: 100vw;min-width: 100vw; padding: 0 45px;}
	.servf-next-div .serv-title-header {max-width: 100%; padding: 0 0;}
	.about-row {width: 100%;display: inline-block;}
	.about-left {
		width: 100%;
		border-right: 0;
		/*border-bottom: 1px solid #c7c8cb;*/
		padding: 0px 0px;
	}
	.about-left h4 {margin-bottom: 0;}
	.about-right {width: 100%;}
	.about-div-mid {padding: 40px;}
	.left-about-div-bg-img {height: 325px;}
	.home-about-link-img-div,
	.home_about_link_img {width: 80px;height: 80px;}
	.home-about-link-img-div:focus .home_about_link_img, .home-about-link-img-div:hover .home_about_link_img {width: 85px;height: 85px;}
	.home-about-link-img-div {bottom: 94px;right: 29px;}
	.hidden-right-right p {line-height: 1.3; font-size: 16px;margin-bottom: 10px;}
	.hidden-right {padding: 20px 0;}
	.slide-left {left: 35px;}
}
@media only screen and (max-width: 700px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 52px;line-height: 0.90;}
	.hp-top-icon, .hp-bot-icon {right: -22vw;width: 80vw;}
	.home-head-txt p {padding: 0 18vw 0 0;}
	.book-now-container {display: inline-block;}
	.book-now-right .bnr:first-child {display: none;}
	.book-now-right .bnr:last-child p {margin-bottom: 0;}
	.book-now-right .bnr:last-child, .book-now-left {padding: 10px;}
	.bnl h3 {margin-bottom: 10px;}
	.bnl .contact-form {margin-bottom: 5px;}
	.bnl input[type="submit"] {line-height: 1;}
	.bnl .sep {margin: 2px 0;}
	.bnl input[type="text"], .bnl input[type="email"], .bnl input[type="url"], .bnl input[type="password"], .bnl input[type="search"], .bnl input[type="number"], .bnl input[type="tel"], .bnl input[type="range"], .bnl input[type="date"], .bnl input[type="month"], .bnl input[type="week"], .bnl input[type="time"], .bnl input[type="datetime"], .bnl input[type="datetime-local"], .bnl input[type="color"], .bnl textarea {
		min-height: 20px;
		line-height: 20px;
	}
	.book-now-right .bnr:last-child .textwidget {display: inline-flex;}
	.book-now-right .bnr:last-child .textwidget p:first-child {padding-right: 5px;}
	.book-now-right .bnr:last-child .textwidget p:last-child {padding-left: 5px;}
	.bnr p, .bnr a, .bnbl p, .bnbl a {line-height: 1.1;}
	.book-now-right .bnr:last-child,
	.book-now-left {padding: 10px !important;}
	.bmr-now-container { max-width: 80vw; }

}
@media only screen and (max-width: 680px) {
	.top-about-header, #primary-menu a span, #primary-menu a, .servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {
		font-size: 42px;
		line-height: 0.90;
	}
	.hp-top-icon, .hp-bot-icon {width: 71vw;}
	.hidden-right {padding: 63px 0 0 0;}
	.home-head-txt a {margin-top: 0;}
}
@media only screen and (max-width: 640px) {
	/*.our-team-outer-div, .our-team-cont {height: 300px !important;}*/
	.serv-title {font-size: 35px;line-height: 40px;}
	.serv-left {display: none;}
	.serv-subtitle {font-size: 26px;line-height: 35px; padding-bottom: 0;}
	.service-text-div {padding: 30px 0;}
	.mobTitle {display: block;}
	.mobTitle br {display: none;}
	.mobTitle * {font-size: 18px;line-height: 26px;}
	.publications-main {padding: 200px 15px 50px 15px;}
	.publications-main.about-ident {padding: 25px 15px 50px 15px;}
	.questions-main {padding: 20vh 15px 50px;}
	.publications-col {padding: 0;}
	.questions-main .header {padding-top: 0 !important;}

	.service-in-left h3:before {display: none;}

	.test-left {padding: 15px;}
	.test-ef {bottom: 10px;}
	.owl-nav button {width: 15px; padding-left: 0px;}
	.owl-nav.services-nav {padding: 0px 0px 30px 0px;}
	.test-content {padding: 0; height: 230px;}
	h3.test-title {padding: 10px 0;font-size: 17px !important;}
	.owl-nav button span {font-size: 30px;font-family: 'PFHighwayGothicExtLight',sans-serif;font-weight: 100;color: var(--main-color);} /* check */
	.test-content *, .test-name {font-size: 14px !important;line-height: 1.5;}
	.test-img-row {height: 42px;}
	.test-img {width: 35px;	height: 35px;}
	.test-content P {margin-bottom: 0;}

	h2.q-title.initial {font-size: 22px;letter-spacing: 4px;}
	.q-title h4 {font-size: 22px;}
	.pafa-accordion h3.pafa-accordion-q {font-size: 19px;margin:0 0 0 30px !important;}
	.pafa-accordion.pafa-icon {padding: 18px;}
	.pafa-accordion h3.pafa-accordion-q span {padding: 2px !important; margin-top: 2px;}
	.pafa-accordion-a * {font-size: 15px;}
	.pafa-accordion-a {padding-left: 32px !important;}
	.questions-main {padding: 0px 15px;}
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 44px;line-height: 0.90;}
	.home-head-txt h2 {margin-bottom: 15px !important;}
	.home-head-txt p {padding-right: 50px;}

	.about-container.publications-main{padding-left:0;padding-right:0;padding-bottom: 0;}
	.about-div-title, .next-previous-container {padding: 38px 46px;}
	.about-third-row .about-right,
	.about-right-in, .about-right {padding: 25px 0;}
	.about-right h1 {font-size: 28px; letter-spacing: -1px;}
}
@media only screen and (max-width: 600px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 38px;line-height: 1;}
	.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 19px !important;}
	.over-title {font-size: 16px; line-height: 1;}
	.hidden-right-right p {line-height: 1.3;font-size: 15px;margin-bottom: 14px;font-weight: 600;}
	.hidden-right-left h3, .getintouch h2 {font-size: 18px;}
	.hidden-right.green .hidden-right-right {max-height: calc(100% - 74px); overflow: hidden scroll;}
	.hidden-right-left .bmi {padding: 6px;}
	.hidden-right.blue {padding-top: 0;}
	.hidden-right {padding: 25px 0;}
	.slide-left {left: 25px;font-size: 15px;width: 25px;height: 25px;line-height: 27px;}
	.slide-right {left: calc(100% - 25px);font-size: 15px;width: 25px;height: 25px;line-height: 27px;}
	.home-head-txt h2 {
	    margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 540px) {
	.hp-top-scene {
		background-color: var(--main-color);
		background-size: cover;
		background-position: top right;
	}

	.hp-top-scene-top {
		background: none;
	}

	.hp-top-scene-bot {
		background: none;
	}

	.our-team-outer-div {
		width: auto;
		height: 150px;
	}

	.our-team-div {
		padding-left: 0;
		padding-right: 5px;
	}

	.our-team-cont {
		padding: 12px 0;
	}

	.team-initial-img {
		left: 1.5vh;
		width: 95px;
	}

	.team-info {
		padding-left: 15px;
	}

	.team-info h4 {
		font-size: 0.62rem;
		max-width: 120px;
		word-break: break-word;
	}

	.all-services-container-inside {
		height: auto;
	}

	.home-about-div-bot-container {
		height: auto;
	}

	.test-cont .test-border-mask {
		border: none;
	}

	.hp-bot-text {
		position: absolute;
	}

	.hp-top-icon, .hp-bot-icon {display: none;}
	.hp-bot-mob-icon, .hp-top-mob-icon {display: none;}
	.hp-bot-text, .hp-top-text {padding: 0 0 0 21px;}
	.hp-bot-text {bottom: 0px; top: auto; padding-right: 15px; padding-bottom: 15px;}

	.home-head-txt {padding-top: 80px;}
	.mob-menu {
		padding: 15px;
	}
	.all-services-container-mob .serv-image {height: 265px;}
	.about-right h3 {margin-bottom: 20px; letter-spacing: 0px; font-size: 16px; line-height: 1.6;} 
	.service-in-left h3 {padding-right: 60px;}
	.all-services-container-mob {padding: 0;}
	.all-services-container-mob .mob-service-div {margin-top: 0;}
	.all-services-container-mob .mob-service-div.service-one {margin-top: 0px;}
	.service-in-left h3 {margin-top:10px; margin-bottom:10px;}
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, .serv-title, .home-head-txt h2 {font-size: 49px;line-height: 1; padding: 0px 20px 15px 0px;}
	h1.top-head {font-size: 40px;line-height: 1;padding-top: 96px; padding-bottom: 0;}
	.service-in-left h3 {font-size: 32px !important;margin-bottom: 20px;}
	.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link {font-size: 18px !important;}
	p.top-subhead {margin-bottom: 10px;}
	.team-overlay-img {display: none;}
	.serv-main-img, .bg-img {background-blend-mode: unset;}
	.h-about-mob, .h-about-cont-mob {display: block;}
	.h-about, .h-about-cont {display: none;}
	.h-about-txt-div {padding: 0 21px 100px;}
	/*.hp-top-text, .hp-bot-text {padding-left: 15px;padding-bottom: 50px;}*/
	.hp-top-icon, .hp-bot-icon {right: -22vw;width: 75vw;}
	.hp-top-icon {top:103%}
	.hp-bot-icon {top:3%;}
	.playVid-icon {transform: translate3d(-50px, -50px, 0px) !important;}
	.getintouch span {font-size: 16px;padding: 5px 60px;line-height: 1;}
	.getintouch h2 {line-height: 1;}
	.home-about-div-top, .home-about-div-bot, .about-div-bot, .about-div-top {padding: 15px;}
	.home-about-div-top {position: absolute;left: 0;width: 100vw;padding: 10px 21px 10px 21px;}
	.about-bot-div, .about-mid-div, .about-div-title, .next-previous-container, .about-div-title {padding: 0px 28px 0px 0px!important; margin-left: 15px; margin-top: 20px;}
	.servf-next-div {height: 98vh;}

	.nsl-final h2.nsl-title, .serv-title.initial,
	.servf-next-div .serv-title {padding: 0 15px}
	.serv-subtitle {padding-left: 15px; padding-right: 15px;}
	/*.about-third-row .about-right, .about-right-in, .about-right {padding: 45px 15px;}*/
	.about-third-row .about-right, .about-right-in, .about-right {padding: 25px 15px 20px 0px;}
}
@media only screen and (max-width: 480px) {
	.services-header {
		display: block;
	    position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		padding: 20px;
		font-weight: 700;
		font-size: 20px;
		color: #ababb7;
		border-top: 1px solid #ababb7;
		border-bottom: 1px solid #ababb7;
		width: 100%;
	}
	.mobheader-container {
    	padding: 10px 21px 5px;
	}
	.border-line {
		display: block;
	}
	.getintouch h2 {font-size: 22px; margin-bottom: 10px;}
	.getintouch {height: 230px;}
	.home-head-txt p {padding: 0 13vw 0 0;}
	.hidden-right-left h3, .getintouch h2 {font-size: 23px;}
	.hidden-right-left .bmi {font-size: 11px;}


	.hp-top-text .top-head {margin-bottom: 0;font-size: 3em;padding-right: 3vw;line-height: 0.97}
	/* .home-head-txt h2, h1.top-head, .serv-title {font-size: 48px;padding-right: 13vw;line-height: 0.87} */
	
	.hp-bot-text-link {margin-top: 20px;}
	.home-bg-in .bg-img, .hbg {display: none;}
	/* .h-about-cont-mob {background: transparent;} */
	.mob-bg-img {display: block;}
	.h-about-txt-div {margin-top: -100vh;}
	.home-head-txt {padding-top: 100px;}
	.left-about-div-bg-img {height: 280px;}

	.book-now-container {max-width: 80vw !important;}
	input, textarea, .bnl input[type="submit"], .bnr p, .bnr a, .bnbl p, .bnbl a {font-size: 11px;}

	.home-about-link-img-div,
	.home_about_link_img {width: 60px;height: 60px;}
	.home-about-link-img-div:focus .home_about_link_img, .home-about-link-img-div:hover .home_about_link_img {width: 65px;height: 65px;}
	.home-about-link-img-div {bottom: 85px;right: 20px;}
}
@media only screen and (max-width: 450px) {
	.social-div i, .social-icons i {
	    font-size: 21px;
	    line-height: 0px;
	}	
	.footer .ftop {
		font-size: 13px;
		line-height: 19px;
	}

	.home-about-div-top span, .home-about-div-bot span, .about-div-top span, .about-div-bot span, .about-div-top span {font-size: 16px;}
	.home-about-div-top span.top-right-title,
	.about-div-top span.top-right-title {
		font-size: 10px;
		display: block;
	}
	.top-mid-sep {
		display: none;
	}
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 38px;line-height: 1.1;}
	.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 15px !important; line-height: 28px;}
	.about-right li, .about-right p, .about-right strong, .about-right a, .page-menu .smtop-nl .smnl, .page-menu .smsm li a, .page-menu .smtop-l a {font-size: 15px;}
	.home-head-txt a {margin-top:0;}
	.hp-bot-text-link, .home-head-txt a {font-size: 16px; line-height: 1;}
	.page-menu .smsm li a, .page-menu .smtop-l a, .page-menu .smtop-nl .smnl, .page-menu .smsm li a, .page-menu .smtop-l a {font-size: 17px !important;}
	.hp-bot-text {padding-bottom: 55px;}
	.hp-bot-text, .top-head {padding-right: 100px;}
}
@media only screen and (max-width: 400px) {
	.hp-top-text .top-head, .home-head-txt h2 {font-size: 40px; padding-right: 10px;}
	.serv-table {padding-right: 0;}
	.serv-center {background:#fff; border-right:0;}
	.home-head-txt h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 370px) {
	.getintouch div * {font-size: 13px;}
	.hidden-right-left h3 {font-size: 18px;}
	.getintouch h2 {font-size: 17px;}
	.hp-top-text .top-head { font-size: 34px;padding-right: 10px;line-height:1; padding-top: 90px;}
	.home-head-txt {
		padding-top: 75px;
}

.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {line-height: 22px;}

/* Height Responsive */


@media only screen  and (min-width: 2100px) and (max-height: 1000px) {

	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head, .serv-title {font-size: 125px;line-height: 0.85;}	
}
@media only screen and (max-height: 732px) and (min-width: 1001px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	h1.top-head, .home-head-txt h2, .serv-title {font-size: 8vh;line-height: 1;padding-right: 17vw;}
	.home-head-txt h2, .top-about-header {padding-right: 10vw;}
}
@media only screen  and (min-width: 1301px) and (max-height: 732px) {
	.top-about-header, .home-head-txt h2 {padding-right: 22vw;}
}
@media only screen  and (min-width: 1101px) and (max-height: 732px) {
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head, .serv-title {font-size: 9vh;line-height: 1; padding-right: 28vw;}
	.top-about-header, .home-head-txt h2 {padding-right: 10vw;}
}
@media only screen  and (max-width: 640px) and (max-height: 640px) {
	.top-about-header,
	#primary-menu a span, #primary-menu a,
	.home-head-txt h2, h1.top-head {
		font-size: 35px;
		padding-top: 15px;
	}
	.serv-title {
		font-size: 25px;
		padding-right: 38px;
		line-height: 1.1;
	}
	.hp-bot-text {padding-right: 22vw;}
	.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .home-about-top-wtxt {font-size: 16px;}
	.top-subhead {padding-right: 0; margin-bottom: 5px !important;}
}
@media only screen  and (max-width: 1400px) and (max-height: 640px) {
	.home-head-txt p, .home-head-txt a {font-size: 20px;line-height: 1.5;}
	#primary-menu a span, #primary-menu a {font-size: 28px;line-height: 1;}
}

/*@media only screen and (max-width: 1100px) and (min-width: 851px) and (max-height: 600px) {
	body {
		display: none;
	}
}*/


@media only screen  and (max-width: 750px) and (max-height: 550px) {
	.book-now-container {max-width: 80vw !important;display: inline-flex;}
	.book-now-right .bnr:last-child .textwidget {display: inline-block;width: 100%;}
	.book-now-right .bnr:last-child .textwidget p {display: inline-block;width: 100%;padding: 0 0 20px !important;}
	#primary-menu a span, #primary-menu a {font-size: 24px;line-height: 1;}
	.book-now-left {width: 60%;}
	.book-now-right {width: 40%;}
	.bnl h3 {font-size: 22px;}
	.bnl p {line-height: 1;}
	.bnl input[type="text"], .bnl input[type="email"], .bnl input[type="url"], .bnl input[type="password"], .bnl input[type="search"], .bnl input[type="number"], .bnl input[type="tel"], .bnl input[type="range"], .bnl input[type="date"], .bnl input[type="month"], .bnl input[type="week"], .bnl input[type="time"], .bnl input[type="datetime"], .bnl input[type="datetime-local"], .bnl input[type="color"], .bnl textarea {
		min-height: 20px;
		height: 26px;
		line-height: 20px;
	}
	.mob-bottom-row .lang-sel {height: 50px;width: 50px;}
}
@media only screen  and (max-width: 750px) and (max-height: 450px) {
	.serv-table {padding-right: 0;}
	.service-text-div {padding: 15px;}
	.top-about-header,
	.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .serv-title, .home-head-txt h2 {font-size: 38px;line-height: 0.86;}
	.test-title, p.top-subhead, .home-head-txt p, .home-head-txt a, .hp-bot-text-link, .home-about-top-wtxt {font-size: 15px !important;}
	.hp-bot-text, .top-head {padding-right: 18vw;}
	p.top-subhead {margin-bottom: 5px;}
	.hp-top-text {padding-left:20px;}
	h1.top-head {margin-bottom:12px;}
	.hp-bot-text {padding-left: 20px;bottom: initial;top: 12px;}
	.hp-bot-text, .top-head {padding-right: 26vw;}
	.hp-top-icon, .hp-bot-icon {right: -11vw;}
	.home-head-txt p {padding: 0 30vw 0 0;}
	.all-services-container-mob .service-in-left h3:before {display: none;}
	.all-services-container-mob {padding: 20px;}
	.all-services-container-mob .mob-service-div {margin-top: 0;}
	.all-services-container-mob .mob-service-div.service-one {margin-top: 0px;}
	.service-in-left h3 {font-size: 40px;margin-bottom: 10px;margin-top: 10px;}
	.all-services-container-mob .serv-image {height: 220px;}
	.service-in-left h3 {font-size: 35px !important;margin-bottom: 10px !important;}
	.page-menu .smtop-l, .page-menu .smtop-nl .smnl {padding: 12px 0;}
	.page-menu .smtop-nl .smnl, .open .smsm li {padding: 12px 0;}
	.page-menu .smtop-nl .smnl, .page-menu .smsm li a, .page-menu .smtop-l a {font-size:17px !important;}
	.bg-img {height: 125vh;}
	.page-menu .smsm li a i, .page-menu .smtop-l a i {top: 0px;}
	.h-about-txt-div {padding: 0 20px 20px;}
	.home-head-txt h2 {margin-bottom: 20px !important;}
	.home-head-txt a {margin-top: 0;}
	.test-left {padding: 20px;}
	.test-content {height: 61.5%;}
	.test-title {font-size: 22px;}
	.owl-nav button span {font-size: 24px;font-family: 'PFHighwayGothicExtLight',sans-serif;font-weight: 100;color:#c7c8cb;}
	.test-ef {bottom: 19px;}
	.footer .foot-left * {font-size: 13px; text-align:left;}
	.social-div i {font-size: 16px; text-align:right;}
	.foot-left {width: 80%;}
	.social-div {width: 20%; margin: 0;}
	.footer {display: inline-flex;}
	.getintouch * {margin-bottom: 0;}
	.getintouch h2 {font-size: 25px;line-height: 1.5;}
	.getintouch span {font-size: 16px;line-height: 1.5;}
	/* .get-in-touch, .getintouch {max-height: 200px;} */
	.h-about-cont-mob, .h-about-cont {min-height: 100vh;height:auto;}

	.mobheader .rest-logo img {width: 90px;margin-top: 7px;}
	.mobheader .initial-logo img {width: 40px !important;margin-left: 5px;}
	.full-logo {transition: all 0.2s linear;}
	.mobheader .scrolled .initial-logo img, .mobheader .scrolled .rest-logo {opacity: 1 !important;}
	.full-logo.scrolled {
		-ms-transform: translate(0, -90px);
		-webkit-transform: translate(0, -90px);
		transform: translate(0, -90px);
	}

	.get-in-touch, .getintouch {height: 200px;}
	.getintouch {background: transparent;background-attachment: unset;}
	.getintouch:first-child {z-index: 2;}
	.getintouch:last-child {z-index: 1;	display: block;}
	.getintouch:last-child img {-ms-transform: translate(-23%,-50%);-webkit-transform: translate(-23%,-50%);transform: translate(-23%,-50%);}
}
@media only screen  and (max-width: 750px) and (max-height: 380px) {
	#primary-menu a span, #primary-menu a {font-size: 20px;}
}
@media only screen and (max-height: 900px) {
	.initial-logo img {width: 70px;}
	.rest-logo img {width: 120px; margin-bottom: 0;}
}
@media only screen and (max-height: 780px) {
	.test-content {height: 65%;}
	.page-menu .smsm li a, .page-menu .smtop-l a {font-size: 18px;}
	.service-in-left h3 {font-size: 55px;margin-bottom: 20px;}
	.page-menu .smtop-l a i {top: 3px;}
	/*.servf-next-div .serv-title-header, .nsl-final h2.nsl-title, .serv-title.initial, h1.top-head, .home-head-txt h2 {font-size: 75px;}*/
}
@media only screen and (max-height: 750px) {
	.about-div-title, .next-previous-container {padding: 38px 46px;}
}
@media only screen and (max-height: 720px) {
	.questions-main .header {padding-top: 50px;}
	.book-now-left {padding: 20px;}
	.book-now-right .bnr:first-child {padding: 10px 20px;min-width: initial;}
	.book-now-right .bnr:last-child {padding: 20px 20px 10px;}
	.book-now-container {max-width: 68vw;}
	/*.our-team-outer-div,.our-team-cont {height: 430px;}*/
}

.home-about-div-top .top-right-title,
.about-div-top .top-right-title {
	font-size: 23px;
}


hr.border-line {
	display: none;
    background-color: var(--color-beige);
    margin: 0 21px;
}



/* Owl carousel */
