/*!
Theme Name: Modular
Theme URI: http://underscores.me/
Author: dioxe
Author URI: http://dioxe.com
Description: Modular Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modular
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.

Modular 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff2') format('woff2'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



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

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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
	margin: 0;
}

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

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

/* 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: bolder;
}

/**
 * 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-family: inherit; /* 1 */
	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;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both; font-family: 'IBM Plex Sans Condensed', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

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;
}

*,
*: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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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;
 
	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: #999;
}

a:visited {
	color: #555;
}

a:hover, a:focus, a:active {
	color: #555;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.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 ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation 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;
}


/* ==========================================================================
Header & Navigation
   ========================================================================== */

.site-header{
  position: fixed;
  /*height: 100px;*/
  z-index: 100;
  background: #343a40 ;
  top: 0;
  width: 100vw;
  -webkit-transition: all .4s linear ; /* For Safari 3.1 to 6.0 */
    transition: top .2s linear  ;
}

.site-header .container {
	position: relative;
}

.site-header .phone {
	position: absolute;
	
	right: 35px;
	padding: .5rem 1rem;
	color: #fff;
	z-index: 3;
}


.navbar, .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border: none;
  border-radius: 0;
  background: #fff;
}

.navbar .container-fluid{
  padding: 0 50px;
}

.navbar-nav{
  padding-top: 40px;
  padding-right: 110px;
  position: relative;
  padding-right: initial;
}

.scrolled .navbar-brand{
	margin-top: 32px;
	max-width: 120px;
	padding: 0;
	transition: all .2s linear;
}

@media (max-width:991px) {
	.scrolled .navbar-brand{
		margin-top: 4px; }
}

.navbar-nav li{
   margin: 0 15px;
   text-transform: uppercase;
}


.navbar ul.nav a{

}


.site-header .navbar-collapse {
	flex-grow: 0;
	margin-left: auto;

}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 20px;
        border-radius: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		margin-top: 6px;
    }
   /*.navbar-collapse.collapse {
        display: none!important;
    }*/
    .navbar-nav {
        float: none!important;
		margin: 7.5px -15px;
		padding-top: 0;
    }
    .navbar-nav>li {
        float: none;
    }
  .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in{
      display: block !important;
    }
    .navbar-default .navbar-nav > li.last{
      left: 0;
    }
    .navbar-default .navbar-nav > li{
      border-bottom: 1px solid #eee;
    }
 
	.site-header .phone {
		position: static;
	 
		padding: .25rem 0;
		color: #fff;
	 
		text-align: right;
		border-bottom: 1px rgba(255,255,255,.1) solid;
		font-size: .8rem;
	}

	.navbar-brand {
		width:120px;
	}
}

/* Custom */

.site {
    padding-top: 95px;

}


.full-bg{  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: calc(100vh - 212px);
  transition: all .2s linear;
}


/* ==========================================================================
Main Content and Elements
   ========================================================================== */



#banner{
  height: calc(100vh - 95px);
  height: auto !important;
  z-index: 4;
  position: relative;
 
}

#banner .carousel-item{
  height: calc(100vh - 95px);
  /*new*/

}
#banner .carousel-item:after{
  content: "";
  display: block;
  padding-top: 48.9%;
}
#banner .carousel-item .banner-bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-position: center center;
  height: 100%;
  width: 100%;
}
#banner .carousel-item .banner-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: center center;
    height: 100%;
    width: 100%;
}
.carousel-item .banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.carousel-indicators {

  left: auto;
  margin-left: -18%;
}

.carousel-caption {
	position: absolute;
	bottom: 20%;
	text-align: left;

}

.carousel-caption h2 {

	font-size: 4rem;
	text-align: left;
	line-height: 1;
	display: inline;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.carousel-caption h2 span {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
}

.carousel-caption h2 strong {
	font-size: 4.5rem;
}


@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}


.scroll-icon{
  background: url(images/scroll-down.png);
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: 63px;
  width: 22px;
  margin-left: -11px;
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
}

.section-wide {
	padding:4rem 0;
	background-size: cover;
}
.section-wide-dark { 
	background-color: #f3f3f3;
	padding:4rem 0;
	background-size: cover;
}

.section-wide-extradark { 
	background-color:#414042;
	padding: 4rem 0;
	color: rgba(255, 255, 255, 0.75);
	background-size: cover;

 }
 
.faded {
	position: relative;
	color: #fff;
}

.faded::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.4);
	content: '';
	z-index: 0;
}

.faded .container {
	position: relative;
	z-index: 1;
}

/*steps */

.steps {
	display: flex;
	justify-content: space-around;
}
.step {
	flex-grow: 0;
	flex-basis: 150px;
	position: relative;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.step:last-child {
	margin-right: 0;
}
.step-count {
	position: absolute;
	top: 8px;
	z-index: 2;
	left: -10px;
	font-size: 2rem;
	display: none;
}

.step-icon {
	position: relative;
	border: 2px #83848c solid;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 63%;
background-position: center;
}

.step-floor .step-icon {
	background-image: url(images/floor.png);
}

.step-layout .step-icon {
	background-image: url(images/design.png);
}

.step-3d .step-icon {
	background-image: url(images/pay.png);
}

.step-pay .step-icon {
	background-image: url(images/pay.png);
}

.step-build .step-icon {
	background-image: url(images/build.png);
}


.step-icon::before {
	right: 120%;
	top: 49%;
	border: 1px #83848c dashed;
	content: " ";
	height: 0;
	width: 100%;
	position: absolute;
}

.step-icon::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(148, 115, 82, 0);
	border-left-color: #83848c;
	border-width: 15px;
	margin-top: -15px;
}

.step:last-child .step-icon::after {display: none;}
.step:first-child .step-icon::before {display: none;}

.step-info {
	font-size: .9rem;
	margin-top: 6px;
	text-transform: uppercase;
}





@media (max-width:1200px) { 
	.step-icon::before {
		right: 120%;
		width: 80%;
	}

}

@media (max-width:992px) {
	.step-icon::before {
		right: 110%;
		width: 45%;
	}

}

@media (max-width:768px) {
	.steps {
		flex-wrap: wrap;
	}

	.step {
		margin-right: 0;
	}
	.step:first-child .step-icon::before,
	.step-count {
		display: block;
	}

	.step-icon::before {
		right: 110%;
		width: 45%;
	}

}

/* About */


#about .slide-text, #about .slide-img {
 height: calc(100vh - 95px);
}

#about{
  height: calc(3*(100vh - 95px)); /*for 3 slides*/
  position: relative;
  z-index: 3;


}


.helper{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15px;
  z-index: 9999;
  visibility: hidden;
}
#about .helper > div{
  height: 33.3333%; /*for 3 slides*/
  width: 15px;
}
.helper .item-1{
  background: #000;
}
.helper .item-2{
  background: #222;
}
.helper .item-3{
  background: #444;
}
.helper .item-4{
  background: #666;
}
.helper .item-5{
  background: #999;
}

#about .slides, #usps .slides{

  width: 100vw;
  position: fixed;
  top: 100px;
}

#about .slide-text{
  height: calc(100vh - 67px);
  color: #fff;
  position: absolute;
  width: 100%;
  background: #D8D5CD;
  z-index: 3;
color: #404041;
}

#about .slide-text .abs-center{
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  text-align: right;
}
#about .slide-text .abs-center p{
  padding-left: 5%;
  
}
#about .slide-text .separator{
  height: 2px;
  width: 100%;
  background: #D8D5CD;
  margin: 10px 0 20px;
}
#about .slide-text2 .separator{
  background: #484648;
}
#about .slide-text3 .separator{
  background: #404041;
}

#about .slide-text1{
  background-color: #414042;
  left: 0;
  z-index: 1;
  color: #D8D5CD;
}
#about .slide-text2{
  background-color: #D9D5CE;
  z-index: 2;
  color: #484648;
}
#about .slide-text3{
  background-color: #E7E8E9;
  z-index: 3;
  color: #404041;
}



#about .slide-img{
  height: calc(100vh - 67px);
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
}

#about .slide-img .bg{
  background-position: 100% 0;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    width: 50vw;
}

/*

@media (max-width:768px) {
	#about .slide-text, #about .slide-img {
		height: 100%;
	   }
	   
	   .row.slides{
		height: calc(100vh - 67px);
	   }

	   .slide-text-wrap {
		   height: 50%;
	   }

	   .slide-img-wrap{

		height: 50vh;
		position: absolute;
		bottom: 0;
		background: red;
	
	}
	#about .slide-text .abs-center {
		width: 100%;
		padding: 0 20px;
		font-size: .9rem;

	 
	}

	#about .slide-text .abs-center h3 {
		font-size: 1.4rem;
	}
	#about .slide-text .abs-center h3 br {display:none;}


	#about .slide-img .bg {
		width: 100vw;
	}
}
 
*/

@media (max-width: 768px){
	#banner .item{
	  width: 100%;
	  height: auto;
	}
	.scroll-icon{
	  display: none;
	}
	.carousel-control.left{
	  left: 10px;
	}
	.carousel-control.right{
	  right: 10px;
	}
	#banner .item .banner-bg{
	  background-size: 100% 100%;
	}


	#about .slide-text .abs-center{
	  width:80%;
	}

	
	#about .slide-img {

		height: calc(50vh - 67px);
	}
	  #about
	  {
		  height: auto;
	  }
	  #about .slides
	  {
		  position: initial;
	  }
	  #about .slide-text
	  {
		  position: relative;
	  }
	  #about .slide-img
	  {
		  position: initial;
	  }
	 
	  #about .slide-img .bg
	  {
		  position: initial;
  
		  width: auto;
  
		  background-position: center center;
		  background-size: cover;
	  }
	 
  }
   

.grid-item {
   background: #fff;
   position: relative;
   z-index: 2;
}
.grid-item a {
	color:#1d1d1d
}
.grid-info {
    padding: 25px;

}
.grid-image {
   position: relative;
   display: block;
   min-height: 217px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center right;
   margin: 0 -25px -25px;
   overflow: hidden;
}

.feature-block {
	position: relative;
}
.feature-block .img-animation {
	background-repeat: no-repeat;
	background-size: cover;
}

.feature-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding:20px;
	color:#fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}


.img-animation {
	position: relative;
	overflow: hidden;
	position: relative;
	display: block;
}
.img-animation:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-animation:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}





.featured-image {
    height: 50vh;
     
    position: relative;
    width: 100%;
    background-size: cover;
	background-position:  center right;
}
.featured-image h1 {
    background: rgba(255, 255, 255, 0.78) none repeat scroll 0 0;
    bottom: 0;
    color: #404041;
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 12px 20px 10px;
	position: absolute;
	text-transform: uppercase;
}



body.archive {
	background: #f3f3f3
}


.collection-item {
	position: relative;
	margin: 1rem 0;
	background: #fff url(images/ms.png) no-repeat scroll center;
}
.collection-item::before {
	position: absolute;
	content: '';
	bottom: -13px;

	right: 7px;
	
	width: 60px;
	
	height: 60px;
	background: #fff ;
	background-size: contain;
	border-radius: 50%;
	z-index: 2;
}
.collection-item::after {
	position: absolute;
	content: '';
	bottom: 5px;

	right: 21px;
	
	width: 30px;
	
	height: 30px;
	background: #fff url(images/ms.png) no-repeat scroll center;
	background-size: contain;
 
	z-index: 2;
}


.collection-image {
	position: relative;
	
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;

}



.collection-info {

}
.collection-info p {
	margin: 0;
	font-size: 1rem;

}
.collection-info a {
	color:#333;
}
/*
.collection-item:nth-of-type(odd) .collection-info {
	left: 0;
}
.collection-item:nth-of-type(even) .collection-info {
	right: 0;
}
*/

.section-map {
    height: 433px;
    width: 100%;
}







.site-footer {
	background: #343a40;
	padding: 2rem 0;
}
.footer_btm {
	background: #1c1f23;
	padding: 1rem 0;
	color:rgba(255,255,255,.5)
}
.footer_btm p {
	margin: 0
}
.footer_btm a {
	color: rgba(255,255,255,.5);
}
.site-footer .menu-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .menu-footer li {
	display: inline-block;
	margin-right: 15px;
}	
.site-footer .menu-footer li a {
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
}

.nav-pills {
    border: 1px solid #000;
    position: relative !important;
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: 35px;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    z-index: 0;
}
.nav-pills li {
    text-indent: 0;
    border-right: 1px solid #000;
    display: block !important;
    float: left;
    width: 25%;
    height: 35px;
    border-radius: 0 !important;
    margin: 0 !important;
    border-top: 0;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #999;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.materials {
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
}
.materials + .materials {
	border-top: 2px solid #d2cccc;
	padding-top: 1rem;
}
.materials .list-inline li {
	border-right: 2px solid #999;
	padding: 0 9px 0 5px;
	font-size: 1.3rem;
	line-height: 1;
	text-transform: uppercase;
}
.materials .list-inline li:last-child {
	border-right: 0;
}

.finishes_wrap .finishes_image {
    width: 30%;
    float: left;
    padding: 15px 15px 15px 0;
}

.finishes_wrap .finishes_thumbnails {
    width: 70%;
    float: left;
    padding: 15px;
}
.finishes_wrap .finishes_thumbnails .thumbnails {
    width: 80px;
    height: 80px;
   /* margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;*/
}


 
.container + .divider  {
	margin-top: 4rem;
}
.divider .container  {
	border-top: 2px solid #d2cccc;
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
}

.materials + .materials:after,.materials + .materials:before,
.divider .container:after,.divider .container:before,
.worktops .divider:after,.worktops .divider:before {
	content: '';
	position: absolute;
	top: -20px;
	height: 40px;
	width: 2px;
	background: #d2cccc;

}
.materials + .materials:after,
.divider .container:after,
.worktops .divider:after{
	right: 0;
	}

	.materials + .materials:before,
.divider .container:before,
.worktops .divider:before {
	left: 0;
}


.worktops .divider{
	border-top: 2px solid #d2cccc;
	position: relative;
	padding: 2rem ;
}
.worktops .desc {
	margin-bottom: 1rem;
}
.worktops .thumbnails {
 
	background-repeat: no-repeat;
	background-size: contain;
}
.worktops .col-md-2 {
	margin-bottom: 1rem;
}

.box {
	display: flex;
	padding: 1rem;
	align-items: center;
}
.box-image {
	width: 60px;
	text-align: center;
}
.box-text {
	padding: 0 0 0 10px;
}

.box-dark {
	background:#343a40; 
	color:#fff;
}

.finishes .nav-pills,.finishes  .nav-pills li {
	height: auto;
}


.finishes .nav-pills .nav-link {
	border-radius: 0;

	text-align: center;
	background-color: #343a40;
	color: #fff;
}

.finishes  .nav-pills .nav-link.active, .finishes .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1c1f23;
}
 

.btn-primary,.btn-consult.btn-primary {
    color: #fff;
    background-color:#874f7d;
	border-color: #874f7d;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-top: 20px;
	display:block;
	text-align: center;
	
}

.btn-consult.btn-primary { 
	width: 100%;
}
.btn-primary:hover,.btn-consult.btn-primary:hover {

    color: #fff;
    background-color: #6c3161;
    border-color: #6c3161;

}
a.btn-primary {
	color: #fff;
}

a.btn-primary:active,a.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
    background-color: #6c3161;
    border-color: #6c3161;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {

    box-shadow: 0 0 0 0;

}
.how-it-works .btn-primary {
	display: inline-block; 
}


.design-info {
	flex-direction: row-reverse;
}

.navbar {
	padding-left: 0;
	padding-right: 0;
}

 

 
@media (max-width:800px) { 


	.finishes .nav-pills .nav-link {
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
		padding: .5rem;

	}

}


@media (min-width:992px) {
	 

}

@media (min-width:768px) {
	 

}

@media (min-width:576px) {
	.container {
		max-width: none;
		padding-left: 20px;
		padding-right: 20px;
	}

	/*
	.navbar-nav li:last-child {
		margin-right: 0;
	}
*/


}



@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
	
	}



@media (max-width:768px) {

	.hardware {
		border-top: 2px solid #d2cccc;
		padding-top: 1rem;
		 
		position: relative;
	}
	.hardware:after,.hardware:before {
	content: '';
	position: absolute;
	top: -20px;
	height: 40px;
	width: 2px;
	background: #d2cccc;

	}
	.hardware:after{
	right: 0;
	}

	.hardware:before {
	left: 0;
	}

 
	.site {
		padding-top: 100px;
	}


	.carousel-caption h2 {
		font-size: 3rem;
	}
	.carousel-caption h2 strong {
		font-size: 4rem;
	}

	/*.col-md-4 + .col-md-4{
		margin-top: 20px;
	}*/

}

@media (max-width:576px) { 

	.finishes_wrap .finishes_image {
		width: 100%;
		float: none;
		padding: 15px;
	}

	.finishes_wrap .finishes_thumbnails {
		width: 100%;
		float: none;
	 
	}


	.carousel-caption {
		top: 40%;
	}
	.carousel-caption h2 {
		font-size: 2rem;
	}
	.carousel-caption h2 strong {
		font-size: 3rem;
	}

	


}


.icon .fa {
	font-size: 3rem;
}
.icon .icon-text {
	display: block
}


.wpcf7-form label {
	display: block;
}
input.wpcf7-text ,textarea.wpcf7-textarea{
	border: 0;
	border-bottom: 1px #ccc solid;
	width: 100%;
}


.newsletter {
	
	background: #b89d64;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter h2 {
	font-size:2.5rem;
	color: #fff;
	margin: 0;
	position: relative;
	padding-left: 50px;
}
.newsletter h2::before {
	position: absolute;
	content: '';
	width: 39px;
	height: 36px;
	background: url("images/signin.png") no-repeat ;
	left: 0;
	top: 6px;
}



.newsletter .container {
	padding-top:15px;
	padding-bottom:15px;
		background: #b89d64 url("images/subs-envelope.png") no-repeat scroll 100% 100%;
	}
 

	@media (max-width:768px) { 
		.newsletter h2 {
			font-size:1.9rem;
		margin: 0 0 10px }


	}	


.collections .row:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.collection-types {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	
}

.collection-types li {
	padding: 10px 20px;
	margin: 0 10px;
	border: 1px #333 solid;
	flex-grow: 1;
	text-align: center;
}

.collection-style {
	border-top: 2px solid #d2cccc;
	padding:2rem 0;
}
.collection-style:first-child {
	border-top:0;
	padding-top:0;
}



.toggle {
	cursor: pointer; 
	padding: 20px 25px 15px;
	border: solid 1px #f2f2f2;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	margin: 0;
}


.toggle:hover {
	/*background: rgba(0, 0, 0, 0.9);*/
}

.inner {
	padding: 1rem 2rem ;
	overflow: hidden;
	display: none;
	background-color: #f9f9f9;
}
	  
.inner p{
	margin: 0;
}
  









	.looks {

 
		border: 0;
	 
		opacity: 0.9;
		filter: alpha(opacity=90);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	

 color:#1c1c1c;
		background-color: #fff;
		
	
	}

	.looks:hover {

		opacity: 1;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
		-webkit-transform: scale(1.01,1.01);
		-moz-transform: scale(1.01,1.01);
		-ms-transform: scale(1.01,1.01);
		-o-transform: scale(1.01,1.01);
		transform: scale(1.01,1.01);
 
	
	}



	.home-design-kw-wrap {

		border: 1px solid rgba(255,255,255,0.3);
		background: transparent;
	
	}



	.usp {

		position: relative;
		min-height: 1px;
	 
  
		margin: 60px 0 0 0;
		height: 200px;
	
	}

	.usp-wrap {

		height: inherit;
		position: relative;
		text-align: center;
		padding: 0 25px;
		color: #666;
		border: 1px solid rgba(42, 42, 42, 0.2);
	
	}
	.usp-wrap .circle-image {

		width: 90px;
		height: 90px;
		border-radius: 50%;
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		background: #fff;
		margin: auto;
		border: 1px solid rgba(42, 42, 42, 0.2);
	
	}
	.usp-wrap .text {

		padding-top: 65px;
	
	}
	.usp-wrap .text p {
		margin: 0;
	}

/* */

.works-item {
	position: relative;
}
.works-item:after {
	position: absolute;
	content:'';

}

.works-text p {
	margin-bottom: 0;
}
.works-img img {
	max-width: 100px;
}

@media (max-width:768px) {
	.works-item {

		width: 84%;
		margin: 0 auto;
		padding: 20px 12px;
		 
		display: flex;
	
	}
	.works-item:after {
		position: absolute;
		content:'';
		height: 1px;
	bottom:0;
	left: 20px;
	right: 20px;
		background: rgba(42, 42, 42, 0.2)
	
	}
	.works-item:last-child:after {
		display: none;
	}

	.works-img {
		width: 30%;
	}	
	.works-text {
		width: 70%;
		align-self: center;
		text-align: left;
	}

}

@media (max-width:768px) {

	.works-img img {
		max-width: 80px;
	}
}



.service-items img {
	max-width: 60px;
}



/**
* Grid styles

.item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 17, 17, 0.45);
	transition: background-color .55s ease-in-out;
  }
  
  .item__overlay:focus,
  .item__overlay:hover {
	background-color: rgba(17, 17, 17, 0.05);
  }
  
  .item__overlay:focus > button,
  .item__overlay:hover > button {
	opacity: 1;
  }
  
  .grid__sizer,
  .grid__item {
	position: relative;
	width: 20%;
	min-width: 16.25rem;
  }
  
  .grid__item {
	margin-bottom: .9375rem;
	border-radius: 0.25rem;
	overflow: hidden;
  }
  
  .grid__item--high,
  .grid__item--high img {
	height: 30rem;
  }
  
  img {
	width: 100%;
	max-width: 100%;
	height: auto;
  }
  */


 .site-main {
	 padding: 0;
 } 
.submenu {
	position: relative;
	margin: 4rem 0 1rem;
}


.submenu .display-3 {
	position: absolute;
	right: 0;
	top: 15px;
	margin: 0;
	line-height: 1;
	z-index: 1;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.menu-submenu {
	 border-bottom: 2px solid #d2cccc;
	 position: relative;
	 z-index: 2;
 }  
 
 .menu-submenu .menu-item {
	 font-size: 1.2rem;
	 position: relative;
 }
  

 .menu-submenu .menu-item::after {
	 content: '';
	 position: absolute;
	 right: 0;
	 top: 10px;
	 bottom: 10px;
	 border-left: 1px #ddd solid
 }

 .menu-submenu .menu-item:last-child::after {
	 display: none;
 }

 .menu-submenu .menu-item.active a {
	 color: #21759b;
 }
 .menu-submenu .menu-item a{
	 position: relative;
	 padding-top: 50px;
	 text-align: center;
	 min-width: 126px;
 }
 .menu-submenu .menu-item a::after {
	 position: absolute;
	 left: 50%;
	 top: 0;
	 content: '';
	 margin-left: -25px;
	 width: 50px;
	 height: 50px;
	 background-size: contain;
 }

 .menu-submenu .menu-item.kitchen a::after {
	 background-image: url(images/kitchen.png);
 }

 .menu-submenu .menu-item.bedroom a::after {
	background-image: url(images/bed.png);
}

.menu-submenu .menu-item.living a::after {
	background-image: url(images/living-room.png);
}

.menu-submenu .menu-item.dining a::after {
	background-image: url(images/table.png);
}

.menu-submenu .menu-item.bathroom a::after {
	background-image: url(images/bathtub.png);
}


 @media (max-width: 1100px) { 
	.submenu .display-3 {
		font-size: 4rem;
		top: 25px;
	}

 }

 @media (max-width: 990px) { 

	.submenu {
		margin: 1rem 0 1rem;
	}

	.submenu .display-3 {
		display: none;
	}

 }


 @media (max-width: 768px) { 
	.menu-submenu .menu-item {
		flex-grow: 1;
	 
	
	}
	.menu-submenu .menu-item a{
		min-width: auto;
	}
 }

 @media (max-width: 640px) { 
	.menu-submenu .menu-item {

		font-size: 0.8rem;
	
	}
	 
	.menu-submenu .menu-item a {
		 
		padding: 40px 0 0;
	}
	.menu-submenu .menu-item a::after {
		width: 40px;
		height: 40px;
		margin-left: -20px;
	}

 }

 @media (max-width: 400px) { 
	.menu-submenu .menu-item a::after {
		width: 30px;
		height: 30px;
		margin-left: -15px;
	}
 }	

 .btn.menu-item { padding: 0 10px;
	font-size: inherit;
	margin-top:-2px;
	
 }

 .btn.menu-item  .nav-link {
	color: #fff;
 }
 @media (max-width:991px) {
	.btn.menu-item {  
		margin-top: 10px;
	 }

	}


 .collections {
	 padding-bottom: 4rem;
 }



.contact-block .container {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
} 

.contact-block .container:after {
	position: absolute;
	content: '';
	background: #414042;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
}

@media (max-width:768px) {
	.contact-block .container:after {
		display: none;
	}

	.contact-form {
		background: #414042;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.contact-block .container {
		padding-bottom: 0;
	}
}

.contact-block .row {
	position: relative;
	z-index: 2;
}

div.wpcf7 {
	color: rgba(255,255,255,0.5);
}


.design-block {
	background: #414042;
	color: rgba(255,255,255,0.5);
}

.card-deck {
	margin-bottom: 2rem;
}
.card-deck:last-child {
	margin-bottom: 0;
}
@media (max-width:576px) {
	.card-deck {
		margin-bottom: 0;
	}
	 
}

.hire-form {
	background: #414042;
	color: rgba(255,255,255,0.5);
	padding:20px; margin-top:55px
}
 

.wpcf7-form p:last-of-type {
	margin-bottom: 0;
	position: relative;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	left: 20px;
	top: 20px;
}

a.card:hover {
	text-decoration: none;
} 

.card .img-fluid {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}


.usps {

}

.usp-item strong {
	font-size: 3rem; 
	line-height: 1;
	display: block;
}
.usp-item .meta{
	font-size: 1rem;
	line-height: 1.2;
	display: block;
}
.usp-item .usp-text{
	font-size: 1.5rem;
	line-height: 1;
}

@media (max-width:768px) {

	.usp-item {
		margin-bottom: 4rem;
	}

	.usp-item:nth-of-type(3),.usp-item:nth-of-type(4) {
		margin-bottom: 0;
	}

}

.book-consult-btn .btn {
	display: inline-block;
}
 

 
.work-section-content {
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index:2;
	background: #fff;
	align-items: center;
}


.work-section-content::after{
	position: absolute;
	content: '';
	height: 50%;
	width: 1px;
	border-left: 1px dashed black;
	z-index:1;
	right: -10%;
	top: 50%;
}

.work-section-content:nth-child(even) {
	flex-direction: row-reverse
}

.work-section-content::before{
	position: absolute;
	content: '';
	height: 50%;
	width: 1px;
	z-index:1;
	border-left: 1px dashed black;
	left: -10%;
	 
	top: 0;
}


.work-section-content:nth-child(even)::before{
	left: auto;
	right: -10%;
}

.work-section-content:nth-child(even)::after{
	right: 109.8%;
}




.work-section-content-alt {
	background-color: #f7f0f1;
	margin: 3rem 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.content-img {
	flex-basis: 30%;
	flex-grow: 1;
	z-index:2;
	background:#fff;
	position: relative;
}

.content-img::after {
	position: absolute;
	content: '';
	height: 1px;
 
border-bottom: 1px dashed black;
	top: 50%;
	z-index: 1;
	right: 100%;
	left: -28%;
}
.work-section-content:nth-child(even) .content-img::after {
	right: -28%;
	left: 100%;
}


.work-section-content-alt .content-img::after {
	right: 100%!important;
	left: -47%!important;
}
.work-section-content-alt .content-text::after {
    right: -12%!important;
    left: 100%!important;
}

.content-text {
	font-size: .9rem;
	flex-grow: 1;
	flex-basis: 60%;
	padding: 3rem 1rem;
	z-index:2;
	background:#fff;
	position: relative;
}


.content-text::after {
	position: absolute;
	content: '';
	height: 1px;
	border-bottom: 1px dashed black;
	top: 50%;
	z-index: 1;
	right: -15%;
	left: 100%;
}
.work-section-content:nth-child(even) .content-text::after {
	right: 100%;
	left: -15%;
}

.work-section-content-alt .content-img {
	flex-basis: 20%;
	flex-grow: 1;
	align-self: center;
	text-align: center;
	background-color: #f7f0f1;
}

.work-section-content-alt .content-text {
	font-size: .9rem;
	flex-grow: 1;
	flex-basis: 80%;
	padding: 2rem 1rem;
	background-color: #f7f0f1;
}


.work-section-content:first-of-type:before{
	display: none;
}
 
.work-section-content:last-child::after, .work-section-content:last-child .content-text::after{
	display: none;
}
.work-section-content:first-of-type .content-img::after{
	display: none;
}
 

@media (max-width:830px) {
	.work-section-content {
		margin-left: 10%;
		margin-right: 10%;
	}
}

@media (max-width:768px) { 
 
	.content-text {
		padding: 2rem 1rem;
	}
}

@media (max-width:640px) { 
 
	.work-section-content {
		margin-left: 8%;
		margin-right: 8%;
	}
	
	
	.work-section-content::after{
		right: -8%;
	}
	
	.work-section-content::before{
		left: -8%;
	}
	
	.work-section-content:nth-child(even)::before{
		right: -8%;
	}
	
	.work-section-content:nth-child(even)::after{
		right: 107.8%;
	}

	.content-img::after {
		left: -23%;
	}
	.work-section-content:nth-child(even) .content-img::after {
		right: -23%;
	}
	.content-text::after {
		right: -12%;
	}
	.work-section-content:nth-child(even) .content-text::after {
		left: -12%;
	}

}


@media (max-width:500px) { 

	.work-section-content {
		flex-direction: column;
		margin-right: 0;
		margin-left: 10%;
		margin-bottom: 2rem;
		background: #f3f3f3
	}

	.work-section-content:nth-child(even) {
		flex-direction: column;
	}
	

	.work-section-content::after{
		left: -8%;
		right: auto;
		height: 53%;
	}
	
	.work-section-content::before{
		left: -8%;
		height: 54%;
		top:-1rem;
	}
	.work-section-pay::before {
		height: 60%;
	}	
	.work-section-pay::after {
		height: 58%;
	}
 
 
	.work-section-content:nth-child(even)::before {

		left: -8%;
		right: auto;
	
	}
	
	.work-section-content:nth-child(even)::after{
		right: 107.8%;
	}


	.content-img {
		flex-basis: 50%;
		flex-grow: 0;
		width: 50%;
		background: transparent;
		padding-top: 1rem;
	}

	.content-img::after,.content-img::before {
		display: none;
	}

	.content-text {
		background: transparent;
		position: static;
	}


	.content-text::after{
		top: 50%;
		left: -8%;
		right: 100%;
	}
	.work-section-content:nth-child(even) .content-text::after {
		left: -8%;
		right: 100%;
	}
	.work-section-content-alt {
		margin: 0;
		padding: 0 1rem;
		
	}
	.work-section-content h2 {
		font-size: 1.5rem;
	}
	.work-section-content-alt .content-img {
		padding-top: 0;
	}
	.work-section-content-alt .content-img::after {
		display: none;
	}
	.work-section-content-alt .content-text::after {
		left: -8%!important;
		right: 100%!important;
	}
	.work-section-content:last-child .content-text::after {
		display: block;
	}
}

/* */

ul.nav.services-tab-menu {

    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
    padding: 0;
    min-height: 500px;
    background-color: #594E63;

}



ul.nav.services-tab-menu li {
    width: 100%
}

ul.nav.services-tab-menu li a {

    padding: 20px 20px 20px 35px;
    margin-right: 0;
    border-radius: 0;
    border: none;
    color: white;

    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;

}

ul.nav.services-tab-menu li.active a {
    color: #594E63;
}

div.services-tab-content {
    float: left;
	width: 75%;
	padding: 1rem 2rem;
}
div.services-tab-content .tab-pane {
	width: 100%;
}


.q-head {
    border-bottom: 1px solid #DDE0E7;
    color: #2a313a;
    cursor: pointer;
    padding: 1rem 1.5rem;
}

.q-head:hover {
    background: #F6F7F9;
}

.q-content {
    display: none;
    border-bottom: 1px solid #DDE0E7;
    background: #F6F7F9;
    padding: 1.5rem;
    color: #4a5666;
}

.q-head::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #B1B5BE;
    margin-right: .75rem;
}

.active.q-head::before {
    background-color: #FC6468;
}


.card-soup .card-title{
	margin: 0;
	font-size: 1.2rem;
	position: relative;
}

.card-soup .card-title .nav-link::after {
	position: absolute;
	right: -8px;

	top: 50%;
	
	color: grey;
	
    content: "\f106";

	
	font-family: 'FontAwesome';
	
	font-size: 2rem;
	
	margin-top: -20px;

}

.card-soup .card-title .nav-link.collapsed::after {

	content: "\f107";


}
.card-soup .card-title .nav-link {
	padding: 0;
}


@media(max-width:1190px) {
	ul.nav.services-tab-menu {
		width: 33.33333%;
	}
	
	div.services-tab-content { 
		width: 66.66667%;
	}

}

@media(max-width:890px) {
	ul.nav.services-tab-menu {
		width: 41.66667%;
	}

	div.services-tab-content { 
		width: 58.33333%;
	}


}

@media(max-width: 767px) { 
	.q-head {
		padding: 1rem .5rem;
	}

}