/*
Theme Name: Grey Coffee
Theme URI: https://greycoffee.co.uk
Author: Duncan Milne and Łukasz Koczocik
Author URI: https://greycoffee.co.uk https://www.lukaszkoczocik.com
Description: We use Branding, Digital Design & Interior Architecture to create timeless pieces of design which directly impact the success & development of our clients.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


#wpadminbar{
	position:fixed;
	top:0;
	left:0;
	width:100%
}

/* ===================================================== */
/* ======================  FONTS  ====================== */
/* ===================================================== */


/* =====================  AILERON  ===================== */

/* 100 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-UltraLight-webfont.woff') format('woff');
	font-weight:100;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-UltraLightitalic-webfont.woff') format('woff');
	font-weight:100;
	font-style:italic
}

/* 200 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Thin-webfont.woff') format('woff');
	font-weight:200;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Thinitalic-webfont.woff') format('woff');
	font-weight:200;
	font-style:italic
}

/* 300 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Light-webfont.woff') format('woff');
	font-weight:300;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Lightitalic-webfont.woff') format('woff');
	font-weight:300;
	font-style:italic
}

/* 400 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Regular-webfont.woff') format('woff');
	font-weight:400;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Italic-webfont.woff') format('woff');
	font-weight:400;
	font-style:italic
}

/* 500 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-SemiBold-webfont.woff') format('woff');
	font-weight:500;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-SemiBolditalic-webfont.woff') format('woff');
	font-weight:500;
	font-style:italic
}

/* 600 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Bold-webfont.woff') format('woff');
	font-weight:600;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Bolditalic-webfont.woff') format('woff');
	font-weight:600;
	font-style:italic
}

/* 700 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Heavy-webfont.woff') format('woff');
	font-weight:700;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Heavyitalic-webfont.woff') format('woff');
	font-weight:700;
	font-style:italic
}

/* 800 */

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Black-webfont.woff') format('woff');
	font-weight:800;
	font-style:normal
}

@font-face {
	font-family: 'Aileron';
	src: url('fonts/aileron/Aileron-Blackitalic-webfont.woff') format('woff');
	font-weight:800;
	font-style:italic
}


/* ===================================================== */
/* ======================  RESET  ====================== */
/* ===================================================== */


*{box-sizing: border-box}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ===================================================== */
/* =====================  GENERAL  ===================== */
/* ===================================================== */


*,body{
	font-family: 'Open Sans',sans-serif ;
	/*font-family: 'Aileron', sans-serif !important;*/
}

/* For Page load Animation */
/*
body { position: relative; top: 50vh; opacity: 0; transition: all 1.5s ease-in-out; }
*/

header .container,footer .container{
	/*padding:0 4vw;*/
}

section:not(.section-one):not(.section-four):not(.subscribe):not(.portfolio-thumb-main){
	padding:100px 0
}

#main > .container,
section .container {
	/*padding: 0 4vw 0 8vw;*/
}

#main > .container {
	/*padding-top: 15vw;
	padding-bottom: 5vw;*/
}

header .container,footer .container,
#main > .container,
section .container,
.container {
	max-width: 1444px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
 

.section{
	/*min-height: 100vh*/
	overflow: hidden;
}

img{
	display:block;
	max-width:100%
}

img.aligncenter {
    float: none;
    margin: 0 auto;
}

.bold{font-weight:bold}

p:not(.alt){
	display:block;
	margin-bottom:10px;
	/*font-size:25px;
	line-height:38px;*/
	font-size:22px;
	line-height:34px;
	font-weight:300
}

.page-intro .section-inner,.subscribe .section-inner{
	max-width:1070px
}

.image-breaker{
	height:100vh;
	width:100%;
	background-size:cover;
	background-position:center
}

/* =====================  COLUMNS  ===================== */

.col-cont{
	display:flex;
}

.half-col{
	width:50%
}

.full-col {
	width:100%;
}

.one-three-col{
	width:33.33333%
}

.two-three-col{
	width:66.66666%
}

.half-col:nth-child(odd){padding-right:2.5%}

.half-col:nth-child(even){padding-left:2.5%}

.half-col{
	width:50%
}

.one-three-col:nth-child(odd){padding-right:2.5%}

.one-three-col:nth-child(even){padding:0 2.5%}

div + .one-three-col{padding-left:0 2.5%}

.two-three-col:nth-child(even){padding-left:2.5%}

.two-three-col:nth-child(odd){padding-right:2.5%}

/* =======================  LINK  ====================== */

a.link,a.link2{
	text-decoration: none;
	position:relative;
	color:inherit;
	transition: all .4s cubic-bezier(.165,.84,.44,1);
	border-bottom-style: solid
}

a.link{
	border-bottom-color: transparent
}

a.link2:hover{
	border-bottom-color: transparent
}

.btn-stroke{
	padding:20px;
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	border-style:solid;
	border-width:1px;
	text-decoration:none;
	transition:.4s ease-in-out
}

.btn-stroke:hover{
	color:#fff
}

/* ======================  HEADER  ===================== */

h1,
body section h1 a {
	font-size: 50px;
	line-height: 1.3;
	text-transform: inherit;
	margin-bottom:20px
}

h2,
body section h2 a {
	font-size: 42px;
	font-weight:300;
	line-height: 1.3;
}

h3,
body section h3 a {
	font-size: 35px;
	text-transform: inherit;
	margin-bottom:15px;
	line-height: 1.3;
}

h4,
body section h3 a {
	font-size: 33px;
	line-height: 1.3;
	margin-bottom:10px
}

h5,
body section h5 a {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom:10px
}

h6,
body section h6 a {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom:10px
}

.sub-header{
	font-size:28px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
	display: inline-block;
	border-bottom: 2px solid #6f6e73;
	padding-bottom: 3px;
}

.sub-header-smaller{
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
	display: inline;
	border-bottom: 2px solid #6f6e73;
	padding-bottom: 3px;
}

.ultra-header h1{
	font-size:90px;
	font-weight:700;
	line-height: 80px;
	text-transform:uppercase;
	margin-bottom:40px
}

.ultra-header-two{
	font-size:80px;
	font-weight:700;
	margin-bottom:40px
}

.under-header-para{
	font-size:34px;
	line-height:48px;
	font-weight:300
}

.under-header-para-small{
	font-size:30px;
	line-height:46px;
	font-weight:300
}

/* ======================  INPUTS  ===================== */

fieldset{
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:15px 0;
	margin-bottom:20px;
	/*display:flex*/
}

fieldset span,fieldset input,fieldset textarea{
	background:none;
	border:none;
	font-size:26px;
	display:block;
}

fieldset input,fieldset textarea{
	line-height:34px;
	width:100%;
}

fieldset span{
	line-height:35px;
	white-space:nowrap;
	text-transform:capitalize;
	margin-right:6px
}

fieldset textarea{resize:vertical}

.form-note{
	font-size:19px;
	font-style:italic;
	line-height:32px
}

input[type="submit"]{
	font-weight:700;
	font-size:26px;
	margin-top:30px;
	padding:3px 0;
	display:inline-block;
	border:0;
	border-bottom-width:2px;
	border-bottom-style:solid;
	text-transform:uppercase;
	background:none;
	cursor:pointer
}

.form-note a{
	border-bottom-width:2px
}

/* =====================  CHECKBOX  ==================== */

.checkbox {
	position: absolute;
	opacity: 0;
}

.checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.checkbox + label span{
	font-size:28px;
	font-weight:700;
}

.checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: transparent;
	border:3px solid #666666;
}

.checkbox:hover + label:before {
	background: #666666;
}

.checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.checkbox:checked + label:before {
	background: #323232;
}

.checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 5px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}


/* ===================================================== */
/* ====================  NAVIGATION  =================== */
/* ===================================================== */


header{
	padding: 0px 0;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:9000
}
body.admin-bar header {
	margin-top: 32px;
}

.header-bg {
	background:#fff;
	position:fixed;
	width:100%;
	height:127px;
	z-index:8998;
	top:0
}

body.admin-bar .header-bg {
	height: 176px;
}

header .container{
	display: flex;
}

.nav-logo{
	justify-content: flex-start;
	flex: 1;
	position:relative
}

.nav-logo img{
	width: 100%;
	max-height: 114px;
	max-width:280px;
	transition:.3s ease-in-out 0s;
	object-fit:contain;
	position: relative;
	top: -15px;
}

.menu--triggered .nav-logo img{
	/*opacity:0;*/
}

header .container{
	display: flex;
}

/* Burger Menu */

#menu-toggle {
	width: 45px;
	height: 45px;
	position: relative;
	cursor: pointer;
}
#menu-toggle span{
	display:block;
	transition:.3s ease-in-out;
	background:#000;
}
#menu-toggle #hamburger {
	position: absolute;
	height: 100%;
	width: 100%;
}
#menu-toggle #hamburger span {
	width: 35px;
	height: 2px;
	position: relative;
	top: 10px;
	left: 5px;
	margin: 5px 0;
	display:block
}
#menu-toggle #hamburger span:nth-child(1) {
	transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
	transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
	transition-delay: .75s;
}
#menu-toggle #cross {
	position: absolute;
	height: 100%;
	width: 100%;
	transform: rotate(45deg);
	z-index: 9999;
}

#menu-toggle #cross span{
	
}

#menu-toggle #cross span:nth-child(1) {
	height: 0%;
	width: 2px;
	position: absolute;
	transition-delay: 0s;
	top:5px;
	left:21px
}
#menu-toggle #cross span:nth-child(2) {
	width: 0%;
	height: 2px;
	position: absolute;
	transition-delay: .25s;
	top:21px;
	left:5px
}

.menu--triggered #menu-toggle #hamburger span {
	width: 0%;
}
.menu--triggered #menu-toggle #hamburger span:nth-child(1) {
	transition-delay: 0s;
}
.menu--triggered #menu-toggle #hamburger span:nth-child(2) {
	transition-delay: .125s;
}
.menu--triggered #menu-toggle #hamburger span:nth-child(3) {
	transition-delay: .25s;
}
.menu--triggered #menu-toggle #cross span:nth-child(1) {
	height: 80%;
	transition-delay: .625s;
}
.menu--triggered #menu-toggle #cross span:nth-child(2) {
	width: 80%;
	transition-delay: .375s;
}
.menu--triggered .nav-burger-inner > div {
	background:#323232
}


header#new  {
	transition: .5s ease-in-out;
	background: #fff;
}
header#new .left {
	width: 40%;
	padding-top: 32px;
}
header#new .logo {
	width: 20%;
	padding-top: 31px;
}
header#new .right {
	width: 40%;
	text-align: right;
	padding-top: 31px;
}
header#new .left ul {
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	list-style: none;
	font-size: 16px;
	margin-left: 0px;
}
header#new .left li {
	display: inline-block;
	margin-right: 20px;
}
header#new .left li a {
	font-weight: 400;
	text-decoration: none;
	color: #000;
	line-height: 1 !important;
	display: block;
}
header#new .left li a:after {
	opacity: 0;
}
header#new .left li a:hover:after,
header#new .left li.current_page_item a:after {
    content: ' ';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #000;
    top: 3px;
    left: 0;
	opacity: 1;
}
header .container.bottom-menu {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
header#new .bottom {
	width: 100%;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
header#new .bottom ul {
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	list-style: none;
	font-size: 20px;
	text-align: center;
}
header#new .bottom li {
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
}
header#new .bottom li a {
	font-weight: 400;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	padding: 9px 10px;
	transition: .5s ease-in-out;
}
header#new .bottom li:hover a,
header#new .bottom li.current_page_item a {
	text-decoration: none;
	color: #fff;
	padding: 9px 10px;
	background: #9fbdcb;
}
header#new .bottom li:hover .sub-menu a {
	background: none;
	color: #000;
}
header#new .bottom .main-header-menu {
	padding-bottom: 12px;
	margin-left: 0px;
}
header#new .bottom ul.sub-menu {
	height: 0px;
	width: 0px;
	visibility: hidden;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	list-style: none;
	font-size: 20px;
	text-align: center;
	position: absolute;
	margin-left: 0px;
	width: 100%;
	padding: 9px 10px;
	left: 0;
	z-index: 9;
	transition: none;
}
header#new .bottom ul.sub-menu li a {
	font-family: 'Open Sans',sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
header#new .bottom li.menu-item-has-children {
	transition: .5s ease-in-out;
}
header#new .bottom li.menu-item-has-children:hover {
	margin-bottom: 42px
}
header#new .bottom li.menu-item-has-children:hover ul.sub-menu {
	width: 100%;
	height: auto;
}
header#new .bottom li ul.sub-menu li a {
	font-weight: 400;
	opacity: 0;
	transition: .3s ease-in-out;
}
header#new .bottom li.menu-item-has-children:hover ul.sub-menu li a {
	opacity: 1;
}
header#new .bottom li.menu-item-has-children:hover ul.sub-menu li {
	visibility: visible;
	opacity: 1;
	margin-right: 12px;
	margin-left: 12px;
}
header#new .bottom li.menu-item-has-children:hover ul.sub-menu li a:hover,
header#new .bottom li.menu-item-has-children:hover ul.sub-menu li.current_page_item a {
	text-decoration: none;
	color: #fff;
	padding: 9px 10px;
	background: #9fbdcb;
}
header#new #menu-toggle {
	display: none;
}
.menu-inner .soc strong {
	font-size: 18px !important;
	float: left;
}
.menu-inner .soc img {
	float: left;
}
.menu-inner .soc a.instagram img {
	max-width: 50px
}
.menu-inner .soc a.linkedin img {
	max-width: 30px
}
.menu-inner .soc a.instagram,
.menu-inner .soc a.linkedin {
	font-size: 18px;
	display: block;
	clear: both;
	float: left;
	font-weight: 600;
}
.menu-inner .soc a.instagram {
	left: -10px;
	position: relative;
}
.menu-inner .soc a.instagram span {
	top: 7px;
	position: relative;
}
.menu-inner .soc a.linkedin span {
	left: 10px;
	position: relative;
	top:-3px
}

@media screen and (max-width: 1450px) {
	header#new .logo {
		width: 38% !important;
	}
	header#new .left,
	header#new .right {
		width: 31% !important;
	}
	.nav-logo img {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1230px) {
	header#new .logo {
		width: 30% !important;
	}
	header#new .left,
	header#new .right {
		width: 35% !important;
	}
	header#new .left li {
		margin-right: 12px
	}
}




/* =======================  MENU  ====================== */

.menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 410px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    z-index: 8999;
    overflow-y: auto;
    background-color: #f9f9f9;
    transition: all .9s cubic-bezier(.165,.84,.44,1) .2s;
    transform:translateX(-100%);
}

.menu-inner{
    height:100%;
    padding: 140px 0 15px 28px;
	-webkit-transition: all 0.9s ease-out;
	-moz-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
    transform:translateX(100%);
}

body.menu--triggered .mobile-overlay {
	opacity: 1 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	transition: all 0.5s ease-in-out;
}
body.menu--triggered {
	overflow: hidden;
}

@media (max-width:320px) {
    .menu-inner {
        padding-top: 100px
    }
}

@media (min-width:760px) {
    .menu-inner {
        padding: 160px 30px 30px 28px;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .menu-inner {
        padding-top: 140px
    }
}

@media (max-width:1350px) {
    .menu-inner {
        padding-top: 80px
    }
}

@media (min-width:1351px) {
    .menu-inner {
        padding-top: 15vh;
    }
}

@media (max-height:700px) and (min-width:1200px) {
    .menu-inner {
        /*padding-top: 50px*/
        padding-top: 80px;
    }
}

@media screen and (max-width: 1100px) {
	.menu--open .menu-list > li, .menu--open .menu-socials > li {
		margin-bottom: 0px !important;
	}
	.menu-inner {
		padding-top: 140px;
	}
}

@media screen and (min-width: 1025px) {
	body.small-header header#new {
		top: -86px
	}
	body.small-header .header-bg {
		height: 58px;
	}
}

@media screen and (max-width: 1024px) {
    .menu-info div {
        opacity: 0;
    }
    header#new .left,
	header#new .right {
		width: 135px;
	}
	header#new .logo {
		width: calc(100% - 270px);
	}
	header#new .left ul,
	header#new .bottom {
		display: none;
	}
	header#new .nav-logo img {
		margin: 0 auto;
		display: block;
	}
	header#new #menu-toggle {
		display:  block;
	}
	body .header-bg {
		display:  none;
	}
	header#new .left, header#new .right {
		width:  19% !important;
	}
	header#new .logo {
		width: 62% !important;
	}
	header#new .left {
		padding-top: 26px !important;
	}
	.section-one {
		padding-top: 97px !important;
	}
}

.menu--open, .menu--open .menu-inner {
    transition-delay: 0s;
    transform:translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: start;
	-webkit-transition: all 0.9s ease-out;
	-moz-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
}

.menu--open .menu-list,
.menu--open .menu-socials {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s
}

.menu--open .menu-list > li,
.menu--open .menu-socials > li {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
	margin-bottom: 20px;
}

.menu--open .menu-socials > li {
    transition-delay: .5s
}

.menu--open .menu-link {
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.menu-list > li {
    margin-bottom: 28px;
    max-width: 400px;
    opacity: 0;
    visibility: visible;
    transform-origin: 0 0;
    transform: translateX(100%);
	transition-delay: 2s;
}

.menu-list > li:last-child{transition: none;}
.menu-list > li:nth-last-child(2){transition: none;}
.menu-list > li:nth-last-child(3){transition: none;}
.menu-list > li:nth-last-child(4){transition: none;}
.menu-list > li:nth-last-child(5){transition: none;}
.menu-list > li:nth-last-child(6){transition: none;}
.menu-list > li:nth-last-child(7){transition: none;}
.menu-list > li:nth-last-child(8){transition: none;}
.menu-list > li:nth-last-child(9){transition: none;}
.menu-list > li:nth-last-child(10){transition: none;}

.menu--open .menu-list > li:first-child{transition: none;}
.menu--open .menu-list > li:nth-child(2){transition: none;}
.menu--open .menu-list > li:nth-child(3){transition: none;}
.menu--open .menu-list > li:nth-child(4){transition: none;}
.menu--open .menu-list > li:nth-child(5){transition: none;}
.menu--open .menu-list > li:nth-child(6){transition: none;}
.menu--open .menu-list > li:nth-child(7){transition: none;}
.menu--open .menu-list > li:nth-child(8){transition: none;}
.menu--open .menu-list > li:nth-child(9){transition: none;}
.menu--open .menu-list > li:nth-child(10){transition: none;}

.menu-list > li:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .menu-list > li {
        max-width: none;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .menu-list > li {
        margin-bottom: 10px
    }
}

@media (min-width:1400px) {
    .menu-list > li {
        margin-bottom: 15px
    }
}

.menu-list > li a {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
	left:0;
    color: #323232;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block
}

@media (min-width:760px) {
    .menu-list > li a {
        font-size: 40px;
        line-height: 35px
    }
}

@media (min-width:1200px) {
    .menu-list > li a {
        font-size: 50px;
        line-height: 50px
    }
}

@media (max-height:700px) and (min-width:1200px) {
    .menu-list {
        padding-top: 20px;
    }
    .menu-list > li a {
        line-height: 60px
    }
}

.menu-list-sub {
    display: block;
    width: 160px;
    height: 100vh;
    background-color: #a0a2a6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .8s cubic-bezier(.4, 0, 0, 1);
    z-index: 10;
    padding: 100px 5px 0 25px;
    transform: translate3d(100%, 0, 0);
    overflow: hidden
}

@media (min-width:760px) {
    .menu-list-sub {
        width: 260px
    }
}

@media (min-width:1200px) {
    .menu-list-sub {
        width: 400px
    }
}

@media (min-width:1400px) {
    .menu-list-sub {
        width: 440px
    }
}

.menu-info{
	margin-top:90px;
	opacity:0;
	position:relative;
	top:30px;
	transition:all .9s cubic-bezier(.165,.84,.44,1) 0s
}

.menu--triggered .menu-info{
	top:0;
	opacity:1;
	transition:all .9s cubic-bezier(.165,.84,.44,1) 1.1s
}

.menu-info > div{
	font-size:18px;
	line-height:26px;
	font-weight:300;
	color:#323232
}

.menu-info span{
	font-weight:700
}

.menu-info a{border-bottom-width:1px}

.menu-info a:hover{border-bottom-color:#323232}

/* Menu Lines */

.menu-line{
	height:0;
	width:2px;
	background:#636367;
	position:absolute;
	top:0;
	transition:all .9s cubic-bezier(.165,.84,.44,1) 0s
}


.menu--triggered .menu-line{
	height:100%;
	transition:all .9s cubic-bezier(.165,.84,.44,1) 1.1s
}

#menu-line-1{left:7vw}

#menu-line-2{left:27vw}

#menu-line-3{right:27vw}

#menu-line-4{right:7vw}

/* ====================  SUB MENU  ===================== */

.sub-menu-container,
.sub-menu-container-brand,
.sub-menu-container-interior{
	position:absolute;
	/*top:140px;*/
	top: 40%;
	left: 60px;
	z-index:10
}

@media screen and (max-width: 1100px) {
    .sub-menu-container,
	.sub-menu-container-brand,
	.sub-menu-container-interior {
        top: 20% !important;
    }
    .sub-menu-back {
		top: -53% !important;
	}
	.sub-menu-back2 {
		top: -35% !important;
	}
	.sub-menu-back3{
        top: -21% !important;
    }
}
@media screen and (max-width: 1024px) {
    .sub-menu-container,
	.sub-menu-container-brand,
	.sub-menu-container-interior{
        top: 43% !important;
    }
}
@media screen and (max-width: 759px) {
    .sub-menu-container,
	.sub-menu-container-brand,
	.sub-menu-container-design {
        left: calc(4vw + 15px);
    }
	.sub-menu-container,
	.sub-menu-container-brand,
	.sub-menu-container-interior {
		width: 100%;
		left: 0px;
	}
	.menu--open .menu-list > li {
		max-width: 100%;
	}
	.sub-menu-container,
	.sub-menu-container-brand,
	.sub-menu-container-interior {
		text-align: center;
	}
	.sub-menu-back,
	.sub-menu-back2,
	.sub-menu-back3 {
		left: 40% !important;
	}
	.submenu--open .sub-menu-back {
		top: -45%;
	}
	.submenu-brand--open .sub-menu-back2 {
		top: -35%;
	}
	.submenu-interior--open .sub-menu-back3 {
		top: -20%;
	}
	/*.menu-inner {
		align-items: center !important;
		justify-content: center !important;
		height: 100%;
		flex-direction: initial !important;
		column-count: 1;
		min-width: 100%;
	}*/
	nav.menu ul.menu-list {
		min-width: 100%;
	}
	.menu-info {
		display: none;
	}
	.submenu--open .sub-menu li,
	.submenu-brand--open .sub-menu li,
	.submenu-interior--open .sub-menu li {
		padding: 0px 20px;
	}

}

.submenu--open .sub-menu-container {
	z-index:5000
}
.submenu-brand--open .sub-menu-container-brand{
	z-index:5000
}
.submenu-interior--open .sub-menu-container-interior{
	z-index:5000
}

.menu-list{
	position:relative;
	z-index:11
}

.menu-list > li:first-child a{transition:.5s ease-in-out .69s}
.menu-list > li:nth-child(2) a{transition:.5s ease-in-out .62s}
.menu-list > li:nth-child(3) a{transition:.5s ease-in-out .55s}
.menu-list > li:nth-child(4) a{transition:.5s ease-in-out .48s}
.menu-list > li:nth-child(5) a{transition:.5s ease-in-out .41s}
.menu-list > li:nth-child(6) a{transition:.5s ease-in-out .34s}
.menu-list > li:nth-child(7) a{transition:.5s ease-in-out .27s}
.menu-list > li:nth-child(8) a{transition:.5s ease-in-out .2s}

.submenu--open .menu-list > li:first-child a{transition:.5s ease-in-out 0s}
.submenu--open .menu-list > li:nth-child(2) a{transition:.5s ease-in-out .07s}
.submenu--open .menu-list > li:nth-child(3) a{transition:.5s ease-in-out .14s}
.submenu--open .menu-list > li:nth-child(4) a{transition:.5s ease-in-out .21s}
.submenu--open .menu-list > li:nth-child(5) a{transition:.5s ease-in-out .28s}
.submenu--open .menu-list > li:nth-child(6) a{transition:.5s ease-in-out .35s}
.submenu--open .menu-list > li:nth-child(7) a{transition:.5s ease-in-out .42s}
.submenu--open .menu-list > li:nth-child(8) a{transition:.5s ease-in-out .49s}

.submenu-brand--open .menu-list > li:first-child a{transition:.5s ease-in-out 0s}
.submenu-brand--open .menu-list > li:nth-child(2) a{transition:.5s ease-in-out .07s}
.submenu-brand--open .menu-list > li:nth-child(3) a{transition:.5s ease-in-out .14s}
.submenu-brand--open .menu-list > li:nth-child(4) a{transition:.5s ease-in-out .21s}
.submenu-brand--open .menu-list > li:nth-child(5) a{transition:.5s ease-in-out .28s}
.submenu-brand--open .menu-list > li:nth-child(6) a{transition:.5s ease-in-out .35s}
.submenu-brand--open .menu-list > li:nth-child(7) a{transition:.5s ease-in-out .42s}
.submenu-brand--open .menu-list > li:nth-child(8) a{transition:.5s ease-in-out .49s}

.submenu--open .menu-list > li a,
.submenu-brand--open .menu-list > li a,
.submenu-interior--open .menu-list > li a{
	/*left:-60px;*/
	left:60px;
	opacity:0;
	visibility:hidden
}

.sub-menu-back,
.sub-menu-back2,
.sub-menu-back3 {
	position:absolute;
	left:0;
	opacity:0;
	visibility:hidden;
	cursor:pointer;
	transition:.5s ease-in-out
}



.submenu--open .sub-menu-back {
	top: -45%;
	opacity:1;
	visibility:visible;
}
.submenu-brand--open .sub-menu-back2 {
	top: -30%;
	opacity:1;
	visibility:visible;
}
.submenu-interior--open .sub-menu-back3{
	top: -18%;
	opacity:1;
	visibility:visible;
}

.sub-menu-back > div,
.sub-menu-back2 > div,
.sub-menu-back3 > div{
	height:2px;
	background:#323232;
	margin-top:-1px;
	top:50%;
	position:absolute;
	left:0;
	width:26px;
}

.sub-menu-back:hover > div,
.sub-menu-back2:hover > div,
.sub-menu-back3:hover > div{
	animation:backarrow .5s
}

.sub-menu-back > div:before,.sub-menu-back > div:after,
.sub-menu-back2 > div:before,.sub-menu-back2 > div:after,
.sub-menu-back3 > div:before,.sub-menu-back3 > div:after{
	content:'';
	width:2px;
	height:12px;
	position:absolute;
	top:50%;
	left:0;
	background:#323232;
    transform-origin: top;
}

.sub-menu-back > div:before,
.sub-menu-back2 > div:before,
.sub-menu-back3 > div:before{
    transform: rotate(-135deg);
}

.sub-menu-back > div:after,
.sub-menu-back2 > div:after,
.sub-menu-back3 > div:after{
    transform: rotate(-45deg);
	opacity: 1;
}

.sub-menu-back span,
.sub-menu-back2 span,
.sub-menu-back3 span{
	padding-left:46px;
	color:#323232;
	font-weight:600
}

@keyframes backarrow {
	0% {
		left: 0;
		opacity: 1;
	}
	50%{
		left:-40px;
		opacity:0
	}
	51%{
		left:40px;
		opacity:0
	}
	100%{
		left:0;
		opacity:1
	}
}

.sub-menu li,
.sub-menu-brand li,
.sub-menu-interior li{
	position:relative;
	margin-bottom:30px;
	opacity:0;
	visibility:hidden
}

.submenu--open .sub-menu li,
.submenu-brand--open .sub-menu-brand li,
.submenu-interior--open .sub-menu-interior li{
	left:0;
	visibility:visible;
	opacity:1
}

.sub-menu li:first-child{transition:.5s ease-in-out .49s}
.sub-menu li:nth-child(2){transition:.5s ease-in-out .42s}
.sub-menu li:nth-child(3){transition:.5s ease-in-out .35s}
.sub-menu li:nth-child(4){transition:.5s ease-in-out .28s}
.sub-menu li:nth-child(5){transition:.5s ease-in-out .21s}
.sub-menu li:nth-child(6){transition:.5s ease-in-out .14s}
.sub-menu li:nth-child(7){transition:.5s ease-in-out .07s}
.sub-menu li:nth-child(8){transition:.5s ease-in-out}

.sub-menu-brand li:first-child{transition:.5s ease-in-out .49s}
.sub-menu-brand li:nth-child(2){transition:.5s ease-in-out .42s}
.sub-menu-brand li:nth-child(3){transition:.5s ease-in-out .35s}
.sub-menu-brand li:nth-child(4){transition:.5s ease-in-out .28s}
.sub-menu-brand li:nth-child(5){transition:.5s ease-in-out .21s}
.sub-menu-brand li:nth-child(6){transition:.5s ease-in-out .14s}
.sub-menu-brand li:nth-child(7){transition:.5s ease-in-out .07s}
.sub-menu-brand li:nth-child(8){transition:.5s ease-in-out}

.sub-menu-interior li:first-child{transition:.5s ease-in-out .49s}
.sub-menu-interior li:nth-child(2){transition:.5s ease-in-out .42s}
.sub-menu-interior li:nth-child(3){transition:.5s ease-in-out .35s}
.sub-menu-interior li:nth-child(4){transition:.5s ease-in-out .28s}
.sub-menu-interior li:nth-child(5){transition:.5s ease-in-out .21s}
.sub-menu-interior li:nth-child(6){transition:.5s ease-in-out .14s}
.sub-menu-interior li:nth-child(7){transition:.5s ease-in-out .07s}
.sub-menu-interior li:nth-child(8){transition:.5s ease-in-out}

.submenu--open .sub-menu li:first-child{transition:.5s ease-in-out .20s}
.submenu--open .sub-menu li:nth-child(2){transition:.5s ease-in-out .27s}
.submenu--open .sub-menu li:nth-child(3){transition:.5s ease-in-out .34s}
.submenu--open .sub-menu li:nth-child(4){transition:.5s ease-in-out .41s}
.submenu--open .sub-menu li:nth-child(5){transition:.5s ease-in-out .48s}
.submenu--open .sub-menu li:nth-child(6){transition:.5s ease-in-out .55s}
.submenu--open .sub-menu li:nth-child(7){transition:.5s ease-in-out .62s}
.submenu--open .sub-menu li:nth-child(8){transition:.5s ease-in-out .69s}

.submenu-brand--open .sub-menu-brand li:first-child{transition:.5s ease-in-out .20s}
.submenu-brand--open .sub-menu-brand li:nth-child(2){transition:.5s ease-in-out .27s}
.submenu-brand--open .sub-menu-brand li:nth-child(3){transition:.5s ease-in-out .34s}
.submenu-brand--open .sub-menu-brand li:nth-child(4){transition:.5s ease-in-out .41s}
.submenu-brand--open .sub-menu-brand li:nth-child(5){transition:.5s ease-in-out .48s}
.submenu-brand--open .sub-menu-brand li:nth-child(6){transition:.5s ease-in-out .55s}
.submenu-brand--open .sub-menu-brand li:nth-child(7){transition:.5s ease-in-out .62s}
.submenu-brand--open .sub-menu-brand li:nth-child(8){transition:.5s ease-in-out .69s}

.submenu-interior--open .sub-menu-interior li:first-child{transition:.5s ease-in-out .20s}
.submenu-interior--open .sub-menu-interior li:nth-child(2){transition:.5s ease-in-out .27s}
.submenu-interior--open .sub-menu-interior li:nth-child(3){transition:.5s ease-in-out .34s}
.submenu-interior--open .sub-menu-interior li:nth-child(4){transition:.5s ease-in-out .41s}
.submenu-interior--open .sub-menu-interior li:nth-child(5){transition:.5s ease-in-out .48s}
.submenu-interior--open .sub-menu-interior li:nth-child(6){transition:.5s ease-in-out .55s}
.submenu-interior--open .sub-menu-interior li:nth-child(7){transition:.5s ease-in-out .62s}
.submenu-interior--open .sub-menu-interior li:nth-child(8){transition:.5s ease-in-out .69s}

.sub-menu a,
.sub-menu-brand a,
.sub-menu-interior a{
	font-weight:700;
	font-size:50px;
	color:#323232;
	text-decoration:none
}

/* Sub Menu Buttons Hover */

.sub-menu,
.sub-menu-brand,
.sub-menu-interior{
	display:inline-block;
	transition:.4s ease-in-out
}

.sub-menu-brand:hover .menu-item a,
.sub-menu-interior:hover .menu-item a{opacity:.3}

.sub-menu a,
.sub-menu-brand a,
.sub-menu-interior a{
	position:relative;
	transition:.4s ease-in-out
}

.sub-menu a:hover,
.sub-menu-brand a:hover,
.sub-menu-interior a:hover{
	opacity:1 !important
}

.sub-menu-brand a:after,
.sub-menu-interior a:after{
	content:'';
	height:5px;
	width:0;
	background:#323232;
	position:absolute;
	bottom:0;
	left:0;
	transition:.4s ease-in-out
}

.sub-menu a:hover:after,
.sub-menu-brand a:hover:after,
.sub-menu-interior a:hover:after{
	width:100%
}

/* Menu Buttons Hover */

#menu-main-menu{display:inline-block}

#menu .menu-item a > span > span:first-child{
	font-size:30px;
	margin-right:0px;
}

#menu .menu-item a > span{
	transition:.4s ease-in-out 0s;
}

#menu-main-menu:hover .menu-item a > span{opacity:.3}

.menu-item a:hover > span{
	opacity:1 !important
}

.menu-item a:hover span > span:first-child{
	/*opacity:0*/
}

.menu-item a span > span:last-child{
	position:relative
}

.menu-item a span > span:last-child:after{
	content:'';
	height:5px;
	width:0;
	background:#323232;
	position:absolute;
	bottom:0;
	left:0;
	transition:.4s ease-in-out
}

.menu-item a:hover span > span:last-child:after{
	width:100%
}

/* Subpages Menus */

.sub-menu-page ul {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	list-style: none;
	margin-left: 0px;
}
.sub-menu-page ul li {
	margin-bottom: 15px;
}
.sub-menu-page ul li a {
	color: #000;
	text-decoration: none;
}


/* ===================================================== */
/* ======================  SLIDER  ===================== */
/* ===================================================== */


.section-one{
	padding-top:144px;
} 

.slider{
	height: calc(100vh - 127px);
	width: 100%;
	position: relative;
}

.slides{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slides-text{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 8vw;
	background: #fff;
	padding:30px 50px 30px 50px;
	transition: all .9s cubic-bezier(.165,.84,.44,1);
}


.slide-img{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -99999;
	left: 0;
	top: 0;
	transform:scale(1.1);
	opacity: 0
}

.slide-img:first-child{
	transform:scale(1);
	opacity: 1
}

.slide-masking{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left:-100%;
	background: #fff;
	z-index: 2
}

.slide-text-one,.slide-text-two,.slide-text-three{
	position: relative;
	overflow: hidden;
}

.slide-text-one > div,.slide-text-two > div,.slide-text-three > div{
	position: relative;
}

.slides-text > .slide-text-one,
.slides-text > .slide-text-two {
	/*margin-bottom: 7px;*/
}


.slide-text-one > div:nth-child(1) ~ *,.slide-text-two > div:nth-child(1) ~ *,.slide-text-three > div:nth-child(1) ~ *{
	position: absolute;
	left: 0;
	top:0;
}

.slide-text-one{
	font-weight:700;
	/*font-size:32px;*/
	font-size:28px;
	/*text-transform: uppercase;*/
	margin-bottom: 5px
}

.slide-text-two{margin-bottom: 15px}

.slide-text-two,.slide-text-three{
	/*font-size:30px;*/
	font-size:26px;
	font-weight:300;
}

.pagination{
	position: absolute;
	right:20px;
	top: 50%;
	transform: translateY(-50%);
}

.pagination > div{
	height: 10px;
	width: 10px;
	border-radius:50%;
	margin-bottom:12px;
	border:1px solid #000;
	transition: all .9s cubic-bezier(.165,.84,.44,1);
}

/* ===========  STYLING BASED ON ACTIVE SLIDE  ========= */

/* Image */

.slide-1 .slide-img:first-child,.slide-2 .slide-img:nth-child(2),.slide-3 .slide-img:nth-child(3),.slide-4 .slide-img:nth-child(4),.slide-5 .slide-img:nth-child(5),.slide-6 .slide-img:nth-child(6),.slide-7 .slide-img:nth-child(7),.slide-8 .slide-img:nth-child(8),.slide-9 .slide-img:nth-child(9),.slide-10 .slide-img:nth-child(10),.slide-11 .slide-img:nth-child(11),.slide-12 .slide-img:nth-child(12){z-index: 1}

/* Pagination */

.slide-1 .pagination > div:first-child,.slide-2 .pagination > div:nth-child(2),.slide-3 .pagination > div:nth-child(3),.slide-4 .pagination > div:nth-child(4),.slide-5 .pagination > div:nth-child(5),.slide-6 .pagination > div:nth-child(6),.slide-7 .pagination > div:nth-child(7),.slide-8 .pagination > div:nth-child(8),.slide-9 .pagination > div:nth-child(9),.slide-10 .pagination > div:nth-child(10),.slide-11 .pagination > div:nth-child(11),.slide-12 .pagination > div:nth-child(12){
	background:#000
}

/* Text One */

.slide-text-one > div > span,.slide-text-two > div > span,.slide-text-three > div > span{
	display:inline-block;
	position: relative;
	margin-right:8px;
	transition:
		top .9s cubic-bezier(.165,.84,.44,1), 
		opacity .9s cubic-bezier(.165,.84,.44,1),
		transform 0s cubic-bezier(.165,.84,.44,1) .9s;
	top: -10px;

	opacity: 0;
	transform: matrix3d(0.819152, 0, 0.573576, 0, -0.32899, 0.819152, 0.469846, 0, -0.469846, -0.573576, 0.67101, 0, 0, 40, -150, 1);
}

.slide-1 .slide-text-one > div:first-child > span,
.slide-2 .slide-text-one > div:nth-child(2) > span,
.slide-3 .slide-text-one > div:nth-child(3) > span,
.slide-4 .slide-text-one > div:nth-child(4) > span,
.slide-5 .slide-text-one > div:nth-child(5) > span,
.slide-6 .slide-text-one > div:nth-child(6) > span,
.slide-7 .slide-text-one > div:nth-child(7) > span,
.slide-8 .slide-text-one > div:nth-child(8) > span,
.slide-9 .slide-text-one > div:nth-child(9) > span,
.slide-10 .slide-text-one > div:nth-child(10) > span,
.slide-11 .slide-text-one > div:nth-child(11) > span,
.slide-12 .slide-text-one > div:nth-child(12) > span{
	top:0;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0)
}

.slide-1 .slide-text-one > div:first-child > span:first-child,
.slide-2 .slide-text-one > div:nth-child(2) > span:first-child,
.slide-3 .slide-text-one > div:nth-child(3) > span:first-child,
.slide-4 .slide-text-one > div:nth-child(4) > span:first-child,
.slide-5 .slide-text-one > div:nth-child(5) > span:first-child,
.slide-6 .slide-text-one > div:nth-child(6) > span:first-child,
.slide-7 .slide-text-one > div:nth-child(7) > span:first-child,
.slide-8 .slide-text-one > div:nth-child(8) > span:first-child,
.slide-9 .slide-text-one > div:nth-child(9) > span:first-child,
.slide-10 .slide-text-one > div:nth-child(10) > span:first-child,
.slide-11 .slide-text-one > div:nth-child(11) > span:first-child,
.slide-12 .slide-text-one > div:nth-child(12) > span:first-child{
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .2s,
		transform .9s cubic-bezier(.165,.84,.44,1) .2s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-one > div:first-child > span:nth-child(2),
.slide-2 .slide-text-one > div:nth-child(2) > span:nth-child(2),
.slide-3 .slide-text-one > div:nth-child(3) > span:nth-child(2),
.slide-4 .slide-text-one > div:nth-child(4) > span:nth-child(2),
.slide-5 .slide-text-one > div:nth-child(5) > span:nth-child(2),
.slide-6 .slide-text-one > div:nth-child(6) > span:nth-child(2),
.slide-7 .slide-text-one > div:nth-child(7) > span:nth-child(2),
.slide-8 .slide-text-one > div:nth-child(8) > span:nth-child(2),
.slide-9 .slide-text-one > div:nth-child(9) > span:nth-child(2),
.slide-10 .slide-text-one > div:nth-child(10) > span:nth-child(2),
.slide-11 .slide-text-one > div:nth-child(11) > span:nth-child(2),
.slide-12 .slide-text-one > div:nth-child(12) > span:nth-child(2){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .28s,
		transform .9s cubic-bezier(.165,.84,.44,1) .28s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-one > div:first-child > span:nth-child(3),
.slide-2 .slide-text-one > div:nth-child(2) > span:nth-child(3),
.slide-3 .slide-text-one > div:nth-child(3) > span:nth-child(3),
.slide-4 .slide-text-one > div:nth-child(4) > span:nth-child(3),
.slide-5 .slide-text-one > div:nth-child(5) > span:nth-child(3),
.slide-6 .slide-text-one > div:nth-child(6) > span:nth-child(3),
.slide-7 .slide-text-one > div:nth-child(7) > span:nth-child(3),
.slide-8 .slide-text-one > div:nth-child(8) > span:nth-child(3),
.slide-9 .slide-text-one > div:nth-child(9) > span:nth-child(3),
.slide-10 .slide-text-one > div:nth-child(10) > span:nth-child(3),
.slide-11 .slide-text-one > div:nth-child(11) > span:nth-child(3),
.slide-12 .slide-text-one > div:nth-child(12) > span:nth-child(3){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .36s,
		transform .9s cubic-bezier(.165,.84,.44,1) .36s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-one > div:first-child > span:nth-child(4),
.slide-2 .slide-text-one > div:nth-child(2) > span:nth-child(4),
.slide-3 .slide-text-one > div:nth-child(3) > span:nth-child(4),
.slide-4 .slide-text-one > div:nth-child(4) > span:nth-child(4),
.slide-5 .slide-text-one > div:nth-child(5) > span:nth-child(4),
.slide-6 .slide-text-one > div:nth-child(6) > span:nth-child(4),
.slide-7 .slide-text-one > div:nth-child(7) > span:nth-child(4),
.slide-8 .slide-text-one > div:nth-child(8) > span:nth-child(4),
.slide-9 .slide-text-one > div:nth-child(9) > span:nth-child(4),
.slide-10 .slide-text-one > div:nth-child(10) > span:nth-child(4),
.slide-11 .slide-text-one > div:nth-child(11) > span:nth-child(4),
.slide-12 .slide-text-one > div:nth-child(12) > span:nth-child(4){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .42s,
		transform .9s cubic-bezier(.165,.84,.44,1) .42s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-one > div:first-child > span:nth-child(5),
.slide-2 .slide-text-one > div:nth-child(2) > span:nth-child(5),
.slide-3 .slide-text-one > div:nth-child(3) > span:nth-child(5),
.slide-4 .slide-text-one > div:nth-child(4) > span:nth-child(5),
.slide-5 .slide-text-one > div:nth-child(5) > span:nth-child(5),
.slide-6 .slide-text-one > div:nth-child(6) > span:nth-child(5),
.slide-7 .slide-text-one > div:nth-child(7) > span:nth-child(5),
.slide-8 .slide-text-one > div:nth-child(8) > span:nth-child(5),
.slide-9 .slide-text-one > div:nth-child(9) > span:nth-child(5),
.slide-10 .slide-text-one > div:nth-child(10) > span:nth-child(5),
.slide-11 .slide-text-one > div:nth-child(11) > span:nth-child(5),
.slide-12 .slide-text-one > div:nth-child(12) > span:nth-child(5){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .5s,
		transform .9s cubic-bezier(.165,.84,.44,1) .5s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

/* Text Two */

.slide-1 .slide-text-two > div:first-child > span,
.slide-2 .slide-text-two > div:nth-child(2) > span,
.slide-3 .slide-text-two > div:nth-child(3) > span,
.slide-4 .slide-text-two > div:nth-child(4) > span,
.slide-5 .slide-text-two > div:nth-child(5) > span,
.slide-6 .slide-text-two > div:nth-child(6) > span,
.slide-7 .slide-text-two > div:nth-child(7) > span,
.slide-8 .slide-text-two > div:nth-child(8) > span,
.slide-9 .slide-text-two > div:nth-child(9) > span,
.slide-10 .slide-text-two > div:nth-child(10) > span,
.slide-11 .slide-text-two > div:nth-child(11) > span,
.slide-12 .slide-text-two > div:nth-child(12) > span{
	top:0;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0)
}

.slide-1 .slide-text-two > div:first-child > span:first-child,
.slide-2 .slide-text-two > div:nth-child(2) > span:first-child,
.slide-3 .slide-text-two > div:nth-child(3) > span:first-child,
.slide-4 .slide-text-two > div:nth-child(4) > span:first-child,
.slide-5 .slide-text-two > div:nth-child(5) > span:first-child,
.slide-6 .slide-text-two > div:nth-child(6) > span:first-child,
.slide-7 .slide-text-two > div:nth-child(7) > span:first-child,
.slide-8 .slide-text-two > div:nth-child(8) > span:first-child,
.slide-9 .slide-text-two > div:nth-child(9) > span:first-child,
.slide-10 .slide-text-two > div:nth-child(10) > span:first-child,
.slide-11 .slide-text-two > div:nth-child(11) > span:first-child,
.slide-12 .slide-text-two > div:nth-child(12) > span:first-child{
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .24s,
		transform .9s cubic-bezier(.165,.84,.44,1) .24s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-two > div:first-child > span:nth-child(2),
.slide-2 .slide-text-two > div:nth-child(2) > span:nth-child(2),
.slide-3 .slide-text-two > div:nth-child(3) > span:nth-child(2),
.slide-4 .slide-text-two > div:nth-child(4) > span:nth-child(2),
.slide-5 .slide-text-two > div:nth-child(5) > span:nth-child(2),
.slide-6 .slide-text-two > div:nth-child(6) > span:nth-child(2),
.slide-7 .slide-text-two > div:nth-child(7) > span:nth-child(2),
.slide-8 .slide-text-two > div:nth-child(8) > span:nth-child(2),
.slide-9 .slide-text-two > div:nth-child(9) > span:nth-child(2),
.slide-10 .slide-text-two > div:nth-child(10) > span:nth-child(2),
.slide-11 .slide-text-two > div:nth-child(11) > span:nth-child(2),
.slide-12 .slide-text-two > div:nth-child(12) > span:nth-child(2){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .32s,
		transform .9s cubic-bezier(.165,.84,.44,1) .32s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-two > div:first-child > span:nth-child(3),
.slide-2 .slide-text-two > div:nth-child(2) > span:nth-child(3),
.slide-3 .slide-text-two > div:nth-child(3) > span:nth-child(3),
.slide-4 .slide-text-two > div:nth-child(4) > span:nth-child(3),
.slide-5 .slide-text-two > div:nth-child(5) > span:nth-child(3),
.slide-6 .slide-text-two > div:nth-child(6) > span:nth-child(3),
.slide-7 .slide-text-two > div:nth-child(7) > span:nth-child(3),
.slide-8 .slide-text-two > div:nth-child(8) > span:nth-child(3),
.slide-9 .slide-text-two > div:nth-child(9) > span:nth-child(3),
.slide-10 .slide-text-two > div:nth-child(10) > span:nth-child(3),
.slide-11 .slide-text-two > div:nth-child(11) > span:nth-child(3),
.slide-12 .slide-text-two > div:nth-child(12) > span:nth-child(3){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .4s,
		transform .9s cubic-bezier(.165,.84,.44,1) .4s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-two > div:first-child > span:nth-child(4),
.slide-2 .slide-text-two > div:nth-child(2) > span:nth-child(4),
.slide-3 .slide-text-two > div:nth-child(3) > span:nth-child(4),
.slide-4 .slide-text-two > div:nth-child(4) > span:nth-child(4),
.slide-5 .slide-text-two > div:nth-child(5) > span:nth-child(4),
.slide-6 .slide-text-two > div:nth-child(6) > span:nth-child(4),
.slide-7 .slide-text-two > div:nth-child(7) > span:nth-child(4),
.slide-8 .slide-text-two > div:nth-child(8) > span:nth-child(4),
.slide-9 .slide-text-two > div:nth-child(9) > span:nth-child(4),
.slide-10 .slide-text-two > div:nth-child(10) > span:nth-child(4),
.slide-11 .slide-text-two > div:nth-child(11) > span:nth-child(4),
.slide-12 .slide-text-two > div:nth-child(12) > span:nth-child(4){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .48s,
		transform .9s cubic-bezier(.165,.84,.44,1) .48s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-two > div:first-child > span:nth-child(5),
.slide-2 .slide-text-two > div:nth-child(2) > span:nth-child(5),
.slide-3 .slide-text-two > div:nth-child(3) > span:nth-child(5),
.slide-4 .slide-text-two > div:nth-child(4) > span:nth-child(5),
.slide-5 .slide-text-two > div:nth-child(5) > span:nth-child(5),
.slide-6 .slide-text-two > div:nth-child(6) > span:nth-child(5),
.slide-7 .slide-text-two > div:nth-child(7) > span:nth-child(5),
.slide-8 .slide-text-two > div:nth-child(8) > span:nth-child(5),
.slide-9 .slide-text-two > div:nth-child(9) > span:nth-child(5),
.slide-10 .slide-text-two > div:nth-child(10) > span:nth-child(5),
.slide-11 .slide-text-two > div:nth-child(11) > span:nth-child(5),
.slide-12 .slide-text-two > div:nth-child(12) > span:nth-child(5){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .56s,
		transform .9s cubic-bezier(.165,.84,.44,1) .56s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

/* Text Three */

.slide-1 .slide-text-three > div:first-child > span,
.slide-2 .slide-text-three > div:nth-child(2) > span,
.slide-3 .slide-text-three > div:nth-child(3) > span,
.slide-4 .slide-text-three > div:nth-child(4) > span,
.slide-5 .slide-text-three > div:nth-child(5) > span,
.slide-6 .slide-text-three > div:nth-child(6) > span,
.slide-7 .slide-text-three > div:nth-child(7) > span,
.slide-8 .slide-text-three > div:nth-child(8) > span,
.slide-9 .slide-text-three > div:nth-child(9) > span,
.slide-10 .slide-text-three > div:nth-child(10) > span,
.slide-11 .slide-text-three > div:nth-child(11) > span,
.slide-12 .slide-text-three > div:nth-child(12) > span{
	top:0;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0)
}

.slide-1 .slide-text-three > div:first-child > span:first-child,
.slide-2 .slide-text-three > div:nth-child(2) > span:first-child,
.slide-3 .slide-text-three > div:nth-child(3) > span:first-child,
.slide-4 .slide-text-three > div:nth-child(4) > span:first-child,
.slide-5 .slide-text-three > div:nth-child(5) > span:first-child,
.slide-6 .slide-text-three > div:nth-child(6) > span:first-child,
.slide-7 .slide-text-three > div:nth-child(7) > span:first-child,
.slide-8 .slide-text-three > div:nth-child(8) > span:first-child,
.slide-9 .slide-text-three > div:nth-child(9) > span:first-child,
.slide-10 .slide-text-three > div:nth-child(10) > span:first-child,
.slide-11 .slide-text-three > div:nth-child(11) > span:first-child,
.slide-12 .slide-text-three > div:nth-child(12) > span:first-child{
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .28s,
		transform .9s cubic-bezier(.165,.84,.44,1) .28s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-three > div:first-child > span:nth-child(2),
.slide-2 .slide-text-three > div:nth-child(2) > span:nth-child(2),
.slide-3 .slide-text-three > div:nth-child(3) > span:nth-child(2),
.slide-4 .slide-text-three > div:nth-child(4) > span:nth-child(2),
.slide-5 .slide-text-three > div:nth-child(5) > span:nth-child(2),
.slide-6 .slide-text-three > div:nth-child(6) > span:nth-child(2),
.slide-7 .slide-text-three > div:nth-child(7) > span:nth-child(2),
.slide-8 .slide-text-three > div:nth-child(8) > span:nth-child(2),
.slide-9 .slide-text-three > div:nth-child(9) > span:nth-child(2),
.slide-10 .slide-text-three > div:nth-child(10) > span:nth-child(2),
.slide-11 .slide-text-three > div:nth-child(11) > span:nth-child(2),
.slide-12 .slide-text-three > div:nth-child(12) > span:nth-child(2){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .36s,
		transform .9s cubic-bezier(.165,.84,.44,1) .36s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-three > div:first-child > span:nth-child(3),
.slide-2 .slide-text-three > div:nth-child(2) > span:nth-child(3),
.slide-3 .slide-text-three > div:nth-child(3) > span:nth-child(3),
.slide-4 .slide-text-three > div:nth-child(4) > span:nth-child(3),
.slide-5 .slide-text-three > div:nth-child(5) > span:nth-child(3),
.slide-6 .slide-text-three > div:nth-child(6) > span:nth-child(3),
.slide-7 .slide-text-three > div:nth-child(7) > span:nth-child(3),
.slide-8 .slide-text-three > div:nth-child(8) > span:nth-child(3),
.slide-9 .slide-text-three > div:nth-child(9) > span:nth-child(3),
.slide-10 .slide-text-three > div:nth-child(10) > span:nth-child(3),
.slide-11 .slide-text-three > div:nth-child(11) > span:nth-child(3),
.slide-12 .slide-text-three > div:nth-child(12) > span:nth-child(3){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .44s,
		transform .9s cubic-bezier(.165,.84,.44,1) .44s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-three > div:first-child > span:nth-child(4),
.slide-2 .slide-text-three > div:nth-child(2) > span:nth-child(4),
.slide-3 .slide-text-three > div:nth-child(3) > span:nth-child(4),
.slide-4 .slide-text-three > div:nth-child(4) > span:nth-child(4),
.slide-5 .slide-text-three > div:nth-child(5) > span:nth-child(4),
.slide-6 .slide-text-three > div:nth-child(6) > span:nth-child(4),
.slide-7 .slide-text-three > div:nth-child(7) > span:nth-child(4),
.slide-8 .slide-text-three > div:nth-child(8) > span:nth-child(4),
.slide-9 .slide-text-three > div:nth-child(9) > span:nth-child(4),
.slide-10 .slide-text-three > div:nth-child(10) > span:nth-child(4),
.slide-11 .slide-text-three > div:nth-child(11) > span:nth-child(4),
.slide-12 .slide-text-three > div:nth-child(12) > span:nth-child(4){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .52s,
		transform .9s cubic-bezier(.165,.84,.44,1) .52s,
		top 0s cubic-bezier(.165,.84,.44,1);
}

.slide-1 .slide-text-three > div:first-child > span:nth-child(5),
.slide-2 .slide-text-three > div:nth-child(2) > span:nth-child(5),
.slide-3 .slide-text-three > div:nth-child(3) > span:nth-child(5),
.slide-4 .slide-text-three > div:nth-child(4) > span:nth-child(5),
.slide-5 .slide-text-three > div:nth-child(5) > span:nth-child(5),
.slide-6 .slide-text-three > div:nth-child(6) > span:nth-child(5),
.slide-7 .slide-text-three > div:nth-child(7) > span:nth-child(5),
.slide-8 .slide-text-three > div:nth-child(8) > span:nth-child(5),
.slide-9 .slide-text-three > div:nth-child(9) > span:nth-child(5),
.slide-10 .slide-text-three > div:nth-child(10) > span:nth-child(5),
.slide-11 .slide-text-three > div:nth-child(11) > span:nth-child(5),
.slide-12 .slide-text-three > div:nth-child(12) > span:nth-child(5){
	transition: 
		opacity .9s cubic-bezier(.165,.84,.44,1) .6s,
		transform .9s cubic-bezier(.165,.84,.44,1) .6s,
		top 0s cubic-bezier(.165,.84,.44,1);
}


/* ===================================================== */
/* ===================  SECTION TWO  =================== */
/* ===================================================== */


.section-two{
	background: #e2e2e2;
	display: flex;
	align-items: center;
	justify-content: right
}

.section-two h1{
	display: block;
	max-width: 650px;
	text-align: right;
}

.section-two h1 a{border-bottom-width:4px; border-bottom-color: #000}


/* ===================================================== */
/* ==================  SECTION THREE  ================== */
/* ===================================================== */


.section-three{
	display: flex;
	align-items: center;
}

.section-three-inner h2{
	margin-bottom:50px
}

.section-three-inner .link2{
	border-bottom-color:#000;
	border-bottom-width: 2px;
	font-size: 26px;
	font-weight:300;
}


/* ===================================================== */
/* ===================  SECTION FOUR  ================== */
/* ===================================================== */

.section-four{
	padding-left:16vw;
	padding-top:100px;
	background: #6c6d71
}

.news-container{
	background: #fff;
	padding:60px 80px;
}

.news-container h3{
	color:#6c6d71;
}

.news-container > a{
	color:#6c6d71;
	font-size:26px;
	font-weight: 300;
	border-bottom:2px solid #6c6d71;
	display: inline-block;
	margin-bottom: 60px
}

.news-wrapper{
	display: flex;
	width: calc(100% + 30px);
	position: relative;
	left: -15px
}

.news{
	position: relative;
	width: 33%;
	padding:0 15px
}

.news img{
	width: 100%;
	/*height:300px;*/
	object-fit: cover;
	margin-bottom: 25px
}

.news-header{
	font-weight:700;
	font-size:22px;
	line-height:25px;
	color:#6c6d71;
	margin-bottom:20px
}

.news-date{
	font-weight: 300;
	color:#6c6d71;
	/*font-size: 27px;
	font-size: 22px;*/
	font-size: 18px;
	border-bottom: 2px solid #6c6d71;
	display:inline-block;
}


/* ===================================================== */
/* ===================  Talk To US SECTION  =================== */
/* ===================================================== */

.ttus-section {
	background-color: #1a1a1a;
	color: #ffffff;
	padding: 200px 0 60px 0 !important;
}
.ttus-section.bottom {
	padding: 30px 0 200px 0 !important;
	background-color: #f9f9f9;
}
.ttus-section .title {
    float: left;
    position: relative;
}

.ttus-section .title::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    display: block;
    position: absolute;
}

.ttus-section .content {
    clear: both;
}

.ttus-section .contact_details {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}

.ttus-section .contact_details li {
	list-style: none;
}
.ttus-section .contact_details li:not(:last-child) {
    margin-right: 10px;
    padding-right: 20px;
}
.ttus-section .contact_details li:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #fefefe;
    position: relative;
    left: 15px;
    display: inline-block;
}


.ttus-section .bottom-con {
    margin-top: 50px;
}

.content-section.bottom .bottom-con {
	width: 33%;
}
.content-section.bottom .bottom-con:first-child {
	padding-right: 3.5%;
}
.content-section.bottom .bottom-con:nth-child(2) {
	padding-right: 1.75%;
	padding-left: 1.75%;
}
.content-section.bottom .bottom-con:last-child {
	padding-left: 3.5%;
}

.home .seo-section .col50:first-child {
	padding-right: 3.5%;
}
.home .seo-section .col50:last-child {
	padding-left: 3.5%;
}
.home .seo-section h3 {
	color: #9fbdcb;
	font-size: 50px
}
.home .seo-section .seo-section-inner {
	max-width: 100%;
}
.home .seo-section p {
	font-size: 22px;
}
.seo-section.dark {
	background: #999;
}
.seo-section.dark p,
.seo-section.dark h3 {
	color: #fff;
}


.ttus-section .bottom-con .button {
    /*background-color: #727272;*/
    color: #9fbdcb;
    font-size: 22px;
    font-weight: 400;
    border: 0 none;
    padding: 5px 0px 2px;
    letter-spacing: 0px;
    display: inline-block;
    border-bottom: 1px solid;
}
.ttus-section a {
	color: #fff;
}
.ttus-section .button {
	text-transform: none;
}
.ttus-section h3.bottom_title {
	margin-bottom: 25px;
	float: left;
	position: relative;
	clear: both;
}
.ttus-section.bottom h3.bottom_title {
	color: #000;
}
.ttus-section h3.bottom_title strong {
	font-weight: 700 !important;
}
.ttus-section h3.bottom_title::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	display: block;
	position: absolute;
}
.ttus-section.bottom h3.bottom_title::after {
	background-color: #000;
}
.ttus-section .contact_details a {
	text-decoration: none;
}
.ttus-section .button {
	float: left;
	display: inline !important;
	clear: none;
}
.ttus-section .button.instagram,
.ttus-section .button.linkedin {
	border-bottom: none !important;
	font-weight: bold;
	float: left;
	display: inline !important;
}
.ttus-section .button.instagram span,
.ttus-section .button.linkedin span {
	border-bottom: 1px solid #000;
}
.ttus-section .button.instagram img {
	float: left;
	width: 36px;
	margin-right: 10px;
	position: relative;
	top: -6px;
}
.ttus-section .button.linkedin img {
	float: left;
	width: 23px;
	margin-right: 15px;
}
.ttus-section .buttons br {
	display: none;
}
.ttus-section .buttons {
	margin-top: 30px;
}
.ttus-section .button {
	margin-right: 70px;
	line-height: 1
}
.ttus-section.bottom .bottom-con {
	color: #000 !important;
}
@media screen and (max-width: 767px) {
	.home .content-section.bottom .bottom-con {
		margin-bottom: 35px;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.home .seo-section .col50:first-child,
	.home .seo-section .col50:last-child {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.home .seo-section h3 {
		font-size: 30px !important;
	}
	.home .seo-section {
		clear: both;
	}
	.ttus-section .button {
		clear: both;
		margin-bottom: 20px;
	}
	.ttus-section {
		padding-top: 70px !important;
	}
	.ttus-section .button.instagram {
		position: relative;
		left: -6px;
	}
	header#new .left,
	header#new .right {
		width: 55px;
	}
	header#new .logo {
		width: 90% !important;
	}
	header#new .left, header#new .right {
		width: 10% !important;
	}
	header#new .left {
		padding-top: 26px !important;
	}
}



	/* ===================================================== */
/* ===================  SEO SECTION  =================== */
/* ===================================================== */

.seo-section{
	min-height:100vh;
	padding:200px 0 200px 0 !important;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	min-height:auto
}

.ttus-section-inner,
.seo-section-inner{
	max-width:1200px
}
.ttus-section-inner.single-services {
	max-width: 100%;
}

.seo-section h3 {
	font-size: 30px;
}

.seo-section-inner p{
	/*font-size:22px;*/
	font-size:22px;
	line-height:34px;
	font-weight:300
}


/* ===================================================== */
/* ====================  PAGE INTRO  =================== */
/* ===================================================== */


.page-intro{
	padding:200px 0 !important;
}

.page-intro > .container,.subscribe > .container{
	display:flex;
	justify-content:flex-end
}
.page-intro.service > .container {
	justify-content:flex-start !important;
}

.page-intro *,
.section-second *{
	color:#6f6e73
}
.page-intro.service .contact-form p {
	color: #fff !important;
}

/* Second section */

.section-second .section-inner {
	max-width: 1070px;
	float: right;
	width: 100%;
}
.page-intro.service .contact-form {
	background: #9fbdcb;
	color: #fff !important;
}
.page-intro.service .contact-form .description,
.page-intro.service .contact-form .description strong,
.page-intro.service .contact-form .description b,
.page-intro.service .contact-form .sub-header {
	color: #fff !important;
}
.page-intro.service .contact-form .sub-header {
	text-transform: none !important;
	margin-bottom: 15px !important;
	border-bottom: 2px solid #fff;
}
.page-intro.service .under-header-para p a,
.half-col .talk-to-us a {
font-family: 'Bentham',serif !important;
}
.page-intro.service .under-header-para p:last-child a,
.half-col .talk-to-us a,
body.home .first-section a,
.testimonial a.link2,
.first-section .container.homepage-video a {
	font-weight: 700;
	color: #fff;
	background: #9fbdcb;
	padding: 9px 30px 12px 30px;
	transition: all 0.5s ease-in-out;
	text-decoration: underline;
}
.page-intro.service .under-header-para p a:hover,
.talk-to-us a:hover,
body.home .first-section a:hover,
.testimonial a.link2:hover {
	background: #000;
}
.talk-to-us a,
body.home .first-section a,
.testimonial a.link2,
.first-section .container.homepage-video a {
	margin-top: 30px;
	display: inline-block;
}
.page-intro.service .contact-form .alt a {
	color: #fff;
}
.page-intro.service .contact-form textarea {
	border-bottom-color: #fff;
}
.page-intro.service .contact-form .disclaimer {
	font-size: 14px;
	line-height: 1.3;
}
.page-intro.service {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.page-intro.service .section-inner {
	max-width: 55%;
	float: left !important;
}
.page-intro.service .contact-form {
	width: 35%;
	float: right !important;
	padding: 27px 25px;
	border-radius: 10px;
}
.page-intro.service > .container {
	justify-content: normal !important;
	display: block;
}
.page-intro.service .contact-form .description p {
	font-size: 20px !important;
	line-height: 1.3;
}
.page-intro.service .contact-form input[type="submit"] {
	color: #fff !important;
	margin-top: 15px;
}
.page-intro.service .contact-form input[type="text"],
.page-intro.service .contact-form input[type="email"] {
	border-bottom: none;
	color: #fff !important;
}
.page-intro.service .contact-form label {
	border-bottom: 1px solid #fff;
	font-size: 23px !important;
}
.page-intro.service .section-inner {
	padding-top: 30px !important;
}
.page-intro.service .contact-form label .text {
	width: 16%;
	float: left;
	color: #fff !important;
}
.page-intro.service .contact-form label .wpcf7-form-control-wrap {
	width: 84% !important;
	float: right;
	height: 40px !important;
}
.page-intro.service .contact-form input[type="text"],
.page-intro.service .contact-form input[type="email"] {
	font-size: 20px;
}
.page-intro.service .section-inner h1 {
	font-size: 35px;
}
.page-intro.service .section-inner h1 {
	font-size: 35px;
}
.page-intro.service .under-header-para p a {
	display: inline-block;
	margin-top: 30px;
}
.page-intro.service .contact-form label.message {
	border-bottom: none;
}
.page-intro.service .contact-form label.message .text {
	width: 100%;
}
.page-intro.service .contact-form label.message textarea {
	font-size: 20px;
	color: #fff;
}
.page-intro.service .contact-form .wpcf7 form .wpcf7-response-output {

}
.page-intro.service .contact-form label.message .wpcf7-form-control-wrap {
	width: 100%;
	float: none;
}
.page-intro.service .contact-form .alt {
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.5;
}
.page-intro.service .contact-form .alt a {
	font-size: 22px;
	line-height: 1.5;
}
.container.homepage-video {
	display: flex;
}
.container.homepage-video .half-col:nth-child(odd) {
	padding-right: 0px;
}
.container.homepage-video h1 {
	font-size: 50px;
	margin-top: -10px;
}
.container.homepage-hero p:not(.alt) {
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	text-align: left;
	max-width: 990px;
	font-weight: 400;
}
body.home .hero .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 1;
}
body.home .hero .homepage-hero {
	z-index: 2;
	position: relative;
}
.pum-container.theme-3427 {
	padding: 0px !important;
}
@media screen and (max-width: 1430px) {
	.container.homepage-video h1 {
		margin-top: 0px;
	}
}
@media screen and (max-width: 1200px) {
	.page-intro.service .contact-form label .text {
		font-size: 20px;
	}
	.page-intro.service .section-inner {
		max-width: 60% !important;
	}
}
@media screen and (max-width: 1100px) {
	.page-intro.service .contact-form label .text,
	.page-intro.service .contact-form label .wpcf7-form-control-wrap {
		width: 100% !important;
	}
    .page-intro.service .contact-form .wpcf7-not-valid-tip {
        position: absolute;
        top: -33px;
        left: 20%;
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
	.page-intro.service .section-inner {
		max-width: 100% !important;
		margin-bottom: 30px;
	}
	.page-intro.service .contact-form {
		width: 100% !important;
		max-width: 400px;
		margin: 0 auto !important;
	}
	.container.homepage-video {
		display: block;
	}
	.container.homepage-video .half-col {
		width: 100% !important;
		padding: 0px !important;
	}
	.container.homepage-video .half-col:nth-child(even) {
		margin-top: 30px;
	}
	.first-section.video {
		padding-top: 50px !important;
	}
}
@media screen and (min-width: 1101px) {
    .page-intro.service .contact-form .wpcf7-not-valid-tip {
        position: absolute;
        top: -30px;
        left: -19%;
        font-size: 18px;
    }
}
@media screen and (max-width: 400px) {
    .page-intro.service .contact-form .wpcf7-not-valid-tip {
        left: 40% !important;
    }
    header#new .nav-logo img {
    	right: -30px !important;
    }
}
.service-contact-bar {
    background: #9fbdcb;
    color: #fff;
    padding: 50px 0px !important;
    min-height: auto !important;
}
.service-contact-bar .col-cont {
    display: block;
}
.service-contact-bar a {
    color: #fff;
    text-decoration: none;
}
.service-contact-bar h3 {
    font-family: 'Bentham', serif !important;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 5px;
}
.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer;
	margin-top: 20px;
}
.accordion-container .article-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 0.2em 0.625em 0.625em 1.2em;
	font-size: 1.25em;
	font-weight: normal;
	cursor: pointer;
}
.accordion-container .content-entry i {
	position: absolute;
	top: 3px;
	left: 0px;
	font-style: normal;
	font-size: 1.625em;
}
.accordion-container .content-entry i:before {
	content: "+ ";
}
.accordion-container .content-entry.open i:before {
	content: "- ";
}
.accordion-content {
	display: none;
	padding-left: 0;
	padding-bottom: 1.5em;
}
.seo-section-inner .sub-header {
	margin-top: 80px;
}




/* ===================================================== */
/* ===================  CAREERS LIST  ================== */
/* ===================================================== */


.careers-list{
	padding:150px 0 0 0
}

.careers-list > div{
	display:flex;
	flex-wrap:wrap;
}

.career-single{
	flex: 0 0 50%;
	margin-bottom:80px
}

.career-single *{
	color:#6b6c70
}

.career-single:nth-child(odd){
	padding-right:2.5vw
}

.career-single:nth-child(even){
	padding-left:2.5vw
}

.career-single .under-header-para{
	color:#6b6c70;
	padding-bottom:50px;
	margin-bottom:15px;
	border-bottom:2px solid #b8b8b8
}

.career-single .link2{
	color:#6b6c70;
	font-size:28px;
	font-weight:300;
	border-bottom-color:#6b6c70;
	border-bottom-width:2px;
	line-height:35px;
	display:inline-block;
	margin-bottom:15px
}

.career-contact{
	font-size:28px;
	font-weight:300;
	padding-bottom:15px;
	line-height:35px;
	border-bottom:2px solid #b8b8b8
}


/* ===================================================== */
/* =====================  PROFILE  ===================== */
/* ===================================================== */


.profile-intro{
	padding:100px 0
}

.profile-intro .half-col:first-child{
	/*padding-right:10vw*/
}

.profile-intro .sub-header-smaller{
	border-bottom-color:#000;
	margin-bottom: 30px;
	display: inline-block;
}

.team{
	display:flex
}

.team .sub-header-smaller{
	border-bottom-color:#fff
}

.team-img{
	width:45%;
	background-size:cover;
	background-position:center
}

.team-info{
	/*width:55%;*/
	width:100%;
	padding: 100px 0;
	/*background:#6c6d71;*/
	background-color: #1a1a1a;
}

.team-info *{color:#fff}

.team-info h4{
	/*max-width:500px;*/
	margin-bottom:40px
}
.team-info ul li:focus {
	outline: 0;
}
#team_sec .half-col {
	position: relative;
}
#team_sec .title {
	background: #1a1a1a;
	color: #fff;
	padding: 3% 3% 4% 3%
}
#team_sec .title p {
	margin-bottom: 0px;
}
#team_sec .photo {
	margin-top: 40px;
}
#team_sec .half-col:not(.photo) {
	padding-top: 28px;
}
@media screen and (max-width: 767px) {
	#team_sec .photo {
		margin-bottom: 35px;
		min-height: 500px;
		margin-top: 0px;
		background-position: center !important;
		text-align: center;
	}
	#team_sec .title {
		left: 0px;
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	#team_sec .photo {
		min-height: 300px !important;
	}
	#team_sec .title {
		bottom: 20px;
	}
	#team_sec .title p {
		font-size: 16px !important;
		line-height: 1.2
	}
	.team-table .row .right {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 17px;
	}
}
@media screen and (max-width: 320px) {
	#team_sec .title {
		bottom: 30px;
	}
}

/* ===================================================== */
/* =====================  CONTACT  ===================== */
/* ===================================================== */


.contact-form .section-inner{
	padding-right:10vw
}

.contact-form form fieldset{
	border-bottom-color:#6f6e73
}

.contact-form label {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	font-size: 26px;
}
.contact-form .wpcf7-form-control-wrap {
	width: 100% !important;
}
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form textarea {
	width: 100% !important;
	font-size: 26px;
	display: block;
	border: none;
	background: none;
	border-bottom: 1px solid #6f6e73;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-bottom: 10px
}
.contact-form textarea {
	height: 100px
}
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus,
.contact-form input[type="submit"]:focus,
.contact-form input[type="text"]:focus {
	outline: none;
}
.contact-form .wpcf7-checkbox label {
	font-size: 22px;
	margin-top: 5px;
}
.contact-form span.wpcf7-list-item {
	margin-left: 0px;
	display: block
}
.contact-form span.wpcf7-list-item input {
	margin-left: 0px;
}
.contact-form .wpcf7-list-item {
	margin-top: 7px;
	margin-bottom: 5px;
}
.contact-form .wpcf7-list-item input {
	position: absolute;
	opacity: 0;
}
.contact-form .wpcf7-list-item {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.contact-form .checkbox + label span {
	font-size:28px;
	font-weight:700;
}
.contact-form .wpcf7-list-item-label {
	cursor: pointer;
}
.contact-form .wpcf7-list-item-label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: transparent;
	border:3px solid #666666;
}
.contact-form .wpcf7-list-item-label:hover:before {
	background: #666666;
}

.contact-form .wpcf7-list-item :checked + .wpcf7-list-item-label:before {
	background: #323232;
}
.contact-form .wpcf7-list-item :checked +  :after {
	content: "";
	position: absolute;
	left: 9px;
	top: 13px;
	width: 5px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
.contact-form .wpcf7 form .wpcf7-response-output {
	margin-left: 0px;
	margin-right: 0px;
}

.contact-form.newsletter input[type="email"],
.contact-form.newsletter input[type="text"] {
	border-bottom: 1px solid #fff !important;
}
.contact-form.newsletter .verify .wpcf7-list-item-label {
	font-size: 28px;
	font-weight: 700;
}
.contact-form.newsletter .wpcf7-checkbox {
	margin-top: 25px !important;
	display: block;
}
.contact-form.newsletter .form-note {
	margin-top: 30px;
}
.contact-form.newsletter .wpcf7-list-item-label:before {
	border-color: #fff;
}
.contact-form.newsletter .verify .wpcf7-list-item-label:before {
	top: 3px;
	position: relative;
}
.contact-form.newsletter .wpcf7-list-item :checked + .wpcf7-list-item-label:before {
	background: #fff;
}
.contact-form.newsletter .wpcf7-list-item :checked + :after {
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}



/* ===================================================== */
/* =================  CONTACT DETAILS  ================= */
/* ===================================================== */


.contact-details a{
	display:inline-block;
	font-size:25px;
	color:inherit;
	font-weight:300
}

.contact-details *{
	color:#6d6d6f
}

.contact-details .contact-detail:not(:last-child) {
	margin-bottom: 50px;
}

.contact-details h4{
	margin-bottom:20px;
	text-transform: unset;
}

.contact-details .link:hover,.contact-details .link2{
	border-bottom-color:#6d6d6f;
}

.contact-details .link,.contact-details .link2{
	line-height:36px;
	border-bottom-width:2px
}

.contact-details td:first-of-type{
	padding-right:50px
}

.contact-details td:last-of-type{
	padding-left:50px
}
.contact-details .link2 {
	color: #9fbdcb !important;
	border-bottom-color: #9fbdcb;
}
.contact-details .link2:hover {
	color: #000 !important;
	border-bottom-color: #000;
}


/* ===================================================== */
/* ====================  NEWSLETTER  =================== */
/* ===================================================== */


.subscribe{
	background:#6c6d71;
	padding:150px 0
}

.subscribe .section-inner{
	padding-right:10vw
}

.subscribe *{color:#323232}

.subscribe .sub-header-smaller{
	border-bottom:none;
	margin-bottom:20px
}

.consent{
	margin: 40px 0 40px 0
}


/* ===================================================== */
/* =================  SUSTAINABILITY  ================== */
/* ===================================================== */


.sustainability-intro .col-cont{
	align-items:center
}

.sustainability-intro .half-col:last-child{
	padding-right:10vw
}

.sustainability-design .sub-header{
	padding-top:250px
}

.carbon-footprint{
	position:relative	
}

.carbon-footprint:after{
	content:'';
	height:50%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:#6c6d71
}

.carbon-footprint-inner{
	max-width:50vw;
	position:absolute;
	z-index:10;
	right:5vw;
	bottom:50%;
	transform:translateY(50%);
	background:#fff;
	padding:50px
}


/* ===================================================== */
/* ===================  TESTIMONIAL  =================== */
/* ===================================================== */


.testimonial{
	/*background:#6c6d71;
	padding:0 !important;*/
	min-height:0
}

.testimonial *{
	/*color:#fff*/
}

.testimonial img{
	width:100%;
	/*height:100%;
	object-fit:cover*/
}

.testimonial .half-col:last-child{
	/*padding-right:10vw;
	padding-top:150px;
	padding-bottom:90px*/
}
body.home .first-section h1 {
	width: 100% !important;
	text-align: left;
}

.testimonial-author{
	margin-top: 10px;
	font-size: 25px;
	line-height: 37px;
}

.testimonial-author .name {
	font-weight: bold;
	clear: both;
	padding-top: 17px;
}
.testimonial h1,
.testimonial h2 {
    margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 37px;
}
.testimonial .first-header {
	font-family: 'Bentham',serif !important;
	line-height: 1.3em;
	font-size: 37px;
}
.testimonial .sub-header {
	margin-bottom: 10px;
}
.testimonial .under-header-para p {
	margin-bottom: 27px
}
.testimonial .testimonial-author .position {
	font-size: 20px;
	line-height: 1.5;
}
.trusted-by p {
	font-family: 'Bentham',serif !important;
	font-size: 17px !important;
	margin-top: 50px;
}
.trusted-by img {
	width: auto;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
	top: 5px;
}
.trusted-by .logo-1 {
	height: 50px;
}
.trusted-by .logo-2 {
	height: 40px;
	top: 2px
}
.trusted-by .logo-3 {
	height: 35px;
	top: 2px
}
.trusted-by .logo-4 {
	height: 25px;
	top: 0px
}
.trusted-by .logo-5 {
	height: 40px;
}
.trusted-by span {
	line-height: 1.5;
	display: inline-block;
}
.testimonial .star {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
}
.testimonial .half-col.photo {
    padding-right: 5%;
}
.testimonial .photo-inner,
.ttus-section .photo-inner {
    max-height: 580px;
    overflow: hidden;
}
.testimonial .below-photo {
    background: #1a1a1a;
    color: #fff;
    padding: 4% 3% 1% 3%;
}
.testimonial .below-photo a {
    color: #fff;
}
.testimonial .below-photo p {
    line-height: 1.3;
}
.quick-links {
	background: #000;
	color: #fff;
	padding: 16px 0px !important;
	text-align: center;
	z-index: 99;
}
.quick-links p {
	font-weight: 700 !important;
	font-size: 17px;
}
.quick-links .quick-link {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
    cursor: pointer;
}
.quick-links p .title strong {
	border-bottom: 1px solid #fff;
	font-weight: 700;
}
.quick-links .quick-link,
.quick-links .title {
	padding-right: 23px;
}
.quick-links .quick-link:after,
.quick-links .title:after {
	content: '';
	display: inline-block;
	width: 1px;
	background: #fff;
	height: 15px;
	top: 2px;
	position: relative;
	margin-left: 28px
}
.quick-links .quick-link:last-child:after {
	display: none;
}
.quick-links .quick-link:last-child {
	padding-right: 0px
}



/* ===================================================== */
/* ====================  PORTFOLIO  ==================== */
/* ===================================================== */


.projects-intro .section-inner{
	width:100%
}

.projects-intro .btn-stroke{
	border-color:#6f6e73
}

.projects-intro .btn-stroke:hover{
	background:#6f6e73
}

.section.portfolio .container {
	max-width: 1520px !important;
}

.single-portfolio-box{
	padding-left: 1%;
	padding-right: 1%;
	width:48%;
	margin-bottom:30px;
	padding-bottom:0px;
	cursor:pointer;
}

.single-portfolio-thumb {
	background-size:cover;
	background-position:center;
	width:100%;
	/*padding-top:130%;*/
	padding-top:0%;
	height: 430px;
	position: relative;
}

.single-portfolio-thumb .overlay {
	background: rgba(0,0,0,0.5);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: opacity .6s ease-in-out;
	z-index: 1;
}
.single-portfolio-thumb:hover .overlay {
	opacity: 1;
}
.portfolio-inner {
	position: relative;
	perspective: 1000px;
}
.portfolio-content {
	transition: transform 0.3s ease;
	transform-style: preserve-3d;
	will-change: transform;
	height: 100%;
	width: 100%;
}

.single-portfolio-box .corner-arrow {
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity .6s ease-in-out;
	z-index: 2;
	position: relative;
	padding-top: 40px;
}
.single-portfolio-box:hover .corner-arrow,
.single-portfolio-box:hover .single-portfolio-title {
	opacity: 1;
}
.single-portfolio-box .single-portfolio-title {
	padding: 0 20px;
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	transition: opacity .6s ease-in-out;
	opacity: 0;
	z-index: 2;
	color: #fff;
}
.single-portfolio-box .single-portolio-type {
	font-size: 17px;
	color: #ddd;
}
@media screen and (max-width: 768px) {
	.single-portfolio-thumb {
		height: 200px;
	}
	.single-portfolio-thumb .overlay,
	.single-portfolio-box .corner-arrow,
	.single-portfolio-box .single-portfolio-title,
	.single-portfolio-box .single-portolio-type {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.mobile-title {

	}
}

.filter-button-group{
	margin-bottom:40px;
	text-align: center;
	padding-left: 1%;
	padding-right: 1%;
}

.filter-button-group button{
	font-weight:300;
	font-size:28px;
	transition:.4s ease-in-out;
	margin-right:25px;
	background:none;
	padding:0;
	border:0;
	margin-bottom:20px;
	cursor:pointer;
	border-bottom:2px solid transparent
}

.filter-button-group button:hover,.filter-button-group button.active{
	border-bottom-color:#6f6e73
}

.project-gallery img{
	/*margin-bottom:50px;*/
	margin-bottom: 30px;
}
.project-gallery img.one_third_img {
	min-height: 245px;
}
.project-gallery img.two_third_img {
	min-height: 520px;
}


/* ===================================================== */
/* =====================  JOURNAL  ===================== */
/* ===================================================== */


.journal .container{
	padding: 0 5vw;
	margin:0 auto;
	max-width:1500px
}

.m-post .featured-image{display:block;}
/*.m-post .featured-image img{display:block;max-width:100%; height: 350px;}*/
.m-post .featured-image {display:block;max-width:100%; height: 350px; background-position: center; background-size: cover; background-repeat: no-repeat;}
.m-post .post-header .wrapper{position:relative;}
.m-post .post-header .wrapper:before{position:absolute;height:1px;background-color:#000;content:'';}
.m-post .post-header a{-webkit-transition:color .25s;-o-transition:color .25s;transition:color .25s; color: #000; text-decoration: none;}
.m-post .post-header a:hover{color:#706f6f;}
.m-post .post-header .date{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:center;}
.m-post .post-header .title{letter-spacing:.5px;font-weight:900;}
.m-post .post-header .title a{color:#000;text-decoration:none}
.m-post .post-header .meta a{text-decoration:none;font-weight:600;color:#000;position:relative;border-width:2px; border-bottom-color:transparent; border-bottom-style:solid; pointer-events: none; transition:.4s ease-in-out; -moz-transition:.4s ease-in-out}
.m-post .post-header .meta a:hover{border-bottom-color:#000;}
.m-post .content{line-height:1.5;letter-spacing:.5px;}
.m-post p{margin-bottom:40px}
.m-post .btn-stroke{
	color:#000;
	border-color:#000
}
.m-post .btn-stroke:hover{
	color:#fff;
	background:#000
}
@media (min-width:568px){
.m-post .post-header .date strong{display:block;font-family: 'Crimson Text', serif;}
.m-post .post-header .date strong small{font-size:50%;}
}
@media (min-width:960px){
.m-post .post-header .meta{margin-top:15px;}
	.ttus-section-inner.single-services .content {
		padding-top: 40px;
	}
	.ttus-section-inner.single-services .content p {
		line-height: 1.5
	}
	.ttus-section-inner.single-services .content ul {
		margin-top: 50px;
	}
	.ttus-section-inner.single-services .content ul li {
		display: block;
		width: 100%;
	}
	.ttus-section-inner.single-services .content ul li a {
		line-height: 1.5
	}
	.ttus-section-inner.single-services h3 {
	}
	.ttus-section-inner.single-services .content p {
		line-height: 1.5
	}
	.ttus-section-inner.single-services .content ul {
		margin-top: 50px;
	}
	.ttus-section-inner.single-services .content ul li {
		display: block;
		width: 100%;
	}
	.ttus-section-inner.single-services .content ul li a {
		line-height: 1.5
	}
	.ttus-section .single-services .contact_details li:not(:last-child)::after{
		display: none;
	}
	.testimonial .single-services .col-cont {
		display: block;
	}
	.testimonial .testimonial-column {
		max-width: 80% !important;
		margin: 0 auto;
		padding-top: 10px;
	}
}
@media (min-width:1404px){
.m-post .featured-image{margin:0 0 30px 240px;}
.m-post .post-header .wrapper{margin-left:150px;}
.m-post .post-header .wrapper:before{top:24px;right:calc(100% + 25px);width:100px;}
.m-post .post-header .date strong{margin-top:-5px;font-size:54px;}
.m-post .post-header .title{margin-top:-13px;line-height:1.25;font-size:54px;}
.m-post .post-header .meta{font-size:24px;}
.m-post .content{margin-top:40px;}
}
@media (max-width:1403px){
.m-post .content{margin-top:30px;}
}
@media (max-width:959px){
.m-post .post-header .meta{margin-top:10px;}
}
@media (max-width:567px){
	.m-post .featured-image{margin-bottom:15px;}
	.m-post .post-header .title{margin-top:10px;line-height:1.15;font-size:28px;}
	.m-post .content{margin-top:20px;}
	.m-post{
		margin-bottom:60px
	}
}
@media (min-width:960px) and (max-width:1403px){
.m-post .featured-image{margin:0 0 25px 170px;}
.m-post .post-header .wrapper{margin-left:80px;}
.m-post .post-header .wrapper:before{top:23px;right:calc(100% + 15px);width:50px;}
.m-post .post-header .date strong{margin-top:-3px;font-size:44px;}
.m-post .post-header .title{margin-top:-8px;line-height:1.15;font-size:44px;}
.m-post .post-header .meta{font-size:22px;}
}
@media (min-width:568px) and (max-width:959px){
.m-post .featured-image{margin:0 0 20px 150px;}
.m-post .post-header .wrapper{margin-left:60px;}
.m-post .post-header .wrapper:before{top:21px;right:calc(100% + 15px);width:30px;}
.m-post .post-header .date strong{margin-top:-2px;font-size:34px;}
.m-post .post-header .title{margin-top:-5px;line-height:1.15;font-size:30px;}
.m-post .post-header .meta{font-size:18px;}
}

.m-post .btn-stroke{
	display:inline-block;
}

@media (min-width: 568px){
	.m-post:not(:first-of-type) {
	    padding-top: 50px;
	}
}

@media (min-width: 568px){
	.m-post:not(:first-child) {
	    margin-top: 50px;
	}
}

.m-post:not(:first-of-type) {
    border-top: 1px solid rgb(204, 204, 204);
}

.section.blog h1 {
	text-transform: none;
	margin-bottom: 0px !important;
	font-size: 35px;
}
.section.blog .sub-header {
	margin-bottom: 20px
}
.section.blog .sub-header.archive-date {
	margin-bottom: 60px;
}
.section.blog h2 {
	font-size: 35px;
	font-weight: 700;
}
.section.blog .top-desc {
	margin-top: 10px;
	font-size: 21px;
	line-height: 1.3;
	max-width: 1000px
}
.section.blog .top-desc.category-page {
	margin-bottom: 60px;
}
.section.blog .filter-button-group {
	padding-top: 100px;
	padding-bottom: 80px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section.blog .filter-button-group .category-button {
	flex: 0 0 14%;
	padding-left: 0%;
	padding-right: 2%;
}
.section.blog .filter-button-group button {
	font-family: 'Bentham', serif;
	font-size: 21px;
	background: #000;
	color: #fff;
	text-transform: none;
	padding: 15px 20px;
	width: 100%;
	border: 2px solid #000;
	min-height: 84px;
}
.section.blog .filter-button-group button:hover {
	background: #fff;
	color: #000;
}
.section.blog .filter-button-group button.active {
	background: #fff;
	color: #000;
}
.section.blog .single-portfolio-box {
	width: 50% !important;
	cursor: default;
}
.section.blog .m-post .featured-image {
	margin: 0px;
}
.section.blog .m-post .post-header {
	margin-top: 40px;
	padding-left: 0px;
	padding-right: 10px;
	min-height: 104px;
}
.section.blog .m-post .post-header .title {
	line-height: 1.2 !important;
	font-size: 26px;
	margin-top: 0px
}
.section.blog .m-post .post-header .meta-desc,
.section.blog .m-post .post-header .meta-desc a {
	font-size: 16px;
}
.section.blog .m-post .post-header .meta-desc a,
.section.blog .m-post .post-header .meta-desc u {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.section.blog .m-post .post-header .title a {
	font-weight: 400;
}
.section.blog .m-post .post-header .wrapper:before {
	right: calc(100% + 85px);
	width: 50px;
}
.section.blog .m-post .post-header .wrapper:before {
	right: calc(100% + 25px);
	width: 50px;
}
.section.blog .m-post .content p {
	font-size: 20px;
	line-height: 1.4;
}
.section.blog .btn-stroke {
	font-size: 20px;
	padding: 15px 20px
}
section.blog .single-portfolio-box {
	height: 800px;
}
@media (min-width: 1404px) {
	.section.blog .m-post .post-header .wrapper {
		margin-left: 95px;
	}
	.section.blog .m-post .post-header .meta {
		font-size: 21px;
	}
	.section.blog .m-post .content {
		margin-top: 20px;
		letter-spacing: 0px;
	}
	.section.blog .m-post .post-header .date strong {
		font-size: 40px !important;
	}
}

@media screen and (max-width: 1420px) {
	.trusted-by img {
		margin-left: 4px;
		margin-right: 4px
	}
}

@media screen and (max-width: 1400px) {
	.section.blog .m-post .post-header .wrapper {
		margin-left: 30px;
	}
	.section.blog .m-post .post-header .wrapper:before {
		display: none;
	}
}

@media screen and (max-width: 1350px) {
	.trusted-by span {
		display: block !important;
		width: 100%;
	}
	.trusted-by span br {
		display: none;
	}
	.trusted-by img {
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1300px) {
	.section.blog .m-post .post-header .title {
		font-size: 22px;
	}
	.section.blog .m-post .post-header .meta {
		font-size: 20px;
	}
	.section.blog .m-post .content p {
		font-size: 18px;
	}
	.section.blog .m-post .featured-image {
		background-position: bottom right 30% !important;
	}
	.section.blog .m-post p {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.section.blog .single-portfolio-box {
		width: 100% !important;
		height: auto !important;
		padding-bottom: 0px !important;
		margin-bottom: 20px !important;
	}
	.section.blog .m-post .featured-image {
		background-position: bottom right !important;
	}
	.section.blog .m-post .post-header .wrapper {
		margin-left: 15px !important;
	}
	.section.blog .m-post .post-header {
		padding: 0px !important;
	}
	.section.blog .m-post .post-header .title {
		margin-top: 20px !important;
	}
	.quick-links {
		position: relative;
	}
	.quick-links {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		top: 0px
	}
	.quick-links .title {
		display: block;
		padding-right: 0px;
		padding-bottom: 10px
	}
	.quick-links .title:after,
	.quick-links .quick-link:after {
		display: none;
	}
	.quick-links .quick-link {
		padding-right: 8px;
		padding-left: 8px;
		display: inline-block;
	}
	.quick-links p {
		line-height: 1.6;
	}
}
@media screen and (max-width: 600px) {
	.section.blog .filter-button-group .category-button {
		flex: 0 0 50% !important;
		padding-left: 1% !important;
		padding-right: 1% !important;
	}
	.section.blog .filter-button-group .category-button button {
		padding: 5px !important;
	}
	.section.blog .filter-button-group button {
		min-height: 50px;
	}
	.section.blog .filter-button-group {
		padding-top: 50px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 567px) {
	.section.blog .m-post .post-header .wrapper {
		margin-left: 0px !important;
	}
}
@media screen and (max-width: 500px) {
	.section.blog .filter-button-group .category-button {
		flex: 0 0 100% !important;
		padding-left: 0% !important;
		padding-right: 1% !important;
	}
}



/* ===================================================== */
/* ======================  FOOTER  ===================== */
/* ===================================================== */


footer{
	background: #323232;
	padding:60px 0;
}

.footer-left{
	float:left
}

.footer-soc,
.footer-contact {
	float:right
}

.footer-left img{
	width: 70px;
	margin-bottom:20px
}

.footer-left div{
	margin-bottom:8px;
	font-size:22px;
	font-weight:300;
	color:#fff;
}

.footer-left div a{
	color:#fff;
}

.footer-left div a{border-bottom-width:2px}

.footer-left div a:hover,.footer-soc a{border-bottom-color:#fff}

.footer-soc{padding-top:86px}

.footer-soc > div{
	display: inline-block;
	margin-left: 20px;
}
.footer-contact {
	margin-top: 30px
}
.footer-soc a {
	text-transform: none;
	color: #fff;
	border-left: none;
	border-right: none;
	border-top: 0px;
	border-bottom: 1px solid #fff;
	font-size: 22px;
	font-weight: 600;
	padding: 5px 0px 2px;
	letter-spacing: 0px;
	display: inline-block;
	float: left;
}
.footer-contact a {
	text-transform: none;
	color: #fff;
	border-left: none;
	border-right: none;
	border-top: 0px;
	border-bottom: 1px solid #fff;
	font-size: 22px;
	font-weight: 600;
	padding: 5px 0px 2px;
	letter-spacing: 0px;
	display: inline-block;
	float: left;
	margin-right: 70px;
	line-height: 1;
}
.footer-soc .button.instagram,
.footer-soc .button.linkedin {
	border-bottom: none !important;
	font-weight: bold;
	float: left;
	display: inline !important;
}
.footer-soc .button.instagram span,
.footer-soc .button.linkedin span {
	border-bottom: 1px solid #fff;
}
.footer-soc .button.instagram img {
	float: left;
	width: 30px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.footer-soc .button.linkedin img {
	float: left;
	width: 23px;
	margin-right: 15px;
	-webkit-filter: invert(1);
	filter: invert(1);
}
.footer-soc .buttons br {
	display: none;
}
.footer-soc .button {
	margin-right: 70px;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.footer-soc .button {
		clear: both;
		margin-bottom: 20px;
	}
	.footer-soc .button.instagram {
		position: relative;
		left: -6px;
	}
	.footer-contact {
		clear: both;
		margin-top: 0px
	}
	.footer-contact a {
		clear: both;
		margin-bottom: 20px;
		margin-right: 105px
	}
	.quick-links .quick-link {
		font-size: 14px;
	}
	.quick-links .title {
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 650px) {
	.footer-soc {
		float: left;
	}
	.footer-soc {
		width: 100% !important;
	}
	.footer-soc .button,
	.footer-soc .button.instagram,
	.footer-soc .button.linkedin {
		display: table !important;
		margin: 0 auto;
		float: none;
	}
	.footer-soc .button.instagram,
	.footer-soc .button.linkedin {
		padding-bottom: 25px !important;
	}
	.footer-soc .button.instagram {
		padding-top: 25px;
	}
	.footer-contact {
		width: 100%;
	}
	.footer-contact a {
		display: table !important;
		margin: 0 auto;
		float: none;
	}
	.footer-contact a.email {
		padding-top: 35px !important;
	}
}


/* CUSTOM STYLE */

body {
	overflow-x: hidden;
}

body, p:not(.alt), .under-header-para  {
	font-family: 'Open Sans',sans-serif !important;
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
}

.hfont, .sub-header, .sub-header-smaller, .ultra-header, 
.ultra-header-two, .single-portfolio-header,
.slides-text > div > div:nth-child(1), .slides-text > div > div:nth-child(1) ~ * {
	font-family: 'Open Sans', sans-serif !important;
}

h1,h2,h3,h4,h5,h6,
.first-section a,
.ttus-section .bottom-con .button,
.section-three a,
.under-header-para a,
.talk-to-us a,
.button,
.slide-text-one span {
	font-family: 'Bentham',serif !important;
	line-height: 1.3em;
}
.slide-text-one span {
	font-size: 34px !important;
}
.slide-text-two span {
	font-size: 23px
}

.section-three a,
.under-header-para a,
.talk-to-us a {
	font-size: 30px;
}

.spacer {
	height: 50px;
	clear: both;
}

.gbgfont, .gbgfont * {
	color: #777777;
}

.section-two h1 a {	
	border-bottom-color: #777777;
}

.h1_style {
	text-transform: uppercase;
}
.dbgfont, .dbgfont * {
	color: #ffffff;
}

.dbgfont .checkbox + label::before {
	border-color: #ffffff;
}
.dbgfont .checkbox:checked + label::before {
	background: #ffffff;
}

.dbgfont .checkbox:checked + label::after {
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
}

.wbgfont, .wbgfont * {
	color: #000000 !important;
}

img {
	height: auto;
}

a  {
	color: #6c6d71;
}

.pt-0 {
	padding-top: 0 !important;
}
.pl_0 {
	padding-left: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0;
}
.dp-none {
	display: none;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

.left {
	float: left;
}
.right {
	float: right;
}

.uppercase {
	text-transform: uppercase;
}
.col75 {
	width: 75%;
}
.col50 {
	width: 50%;
}
.col25 {
	width: 25%;
}
.col20 {
	width: 20%;
}
strong {
	font-weight: 600;
}

.button {
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border: 4px solid;
	padding: 5px 20px;
}

/* Menu */


#menu ul {
	list-style: none;
}

.menu-list > li {
	margin-bottom: 0;
}

.sub-menu li,
.sub-menu-brand li,
.sub-menu-interior li{
	margin-bottom: 15px;
}

.menu-list > li a {
	font-size: 26px;
	margin-bottom: 15px;
}

.menu-list > li.black a {
	background: #000;
	color: #fff;
	padding: 5px 20px
}

.menu-list > li a {
	line-height: 30px;
    transition: .5s ease-in-out !important;
}

.menu-mobile-menu .menu-item a,
.sub-menu a,
.sub-menu-brand a,
.sub-menu-interior a{
	font-family: 'Open Sans Condensed', sans-serif;
}

.menu-item a span > span:first-child::after {
	transition: .3s ease-in-out;
}

.menu-item a:hover span > span:last-child::after {
	background: #323232;
	transition: .4s ease-in-out;
}

.sub-menu a,
.sub-menu-brand a,
.sub-menu-interior a{
    font-size: 25px;
    font-weight: 800;
}

nav.menu ul.menu-list {
	margin-left: 0px !important;
	padding-right: 20px;
}


/* Header Call To Action */

header .call_to_action {
	margin-left: 20px;
	top: -5px;
	position: relative;
}
header .call_to_action .button {
	color: #fff;
	font-size: 22px;
	border: 0 none;
	padding: 5px 12px;
	font-weight: 700;
	background: #9fbdcb;
	text-transform: none;
	text-decoration: underline;
	font-family: 'Bentham',serif !important;
	transition: all 0.5s ease-in-out;
}
header .call_to_action .button:hover {
	background: #000;
}
header .phone-number {
	text-decoration: none;
	display: block;
	font-family: 'Bentham',serif !important;
	color: #9fbdcb;
	font-size: 19.5px;
	line-height: 23px;
	padding-top: 6px;
	transition: all 0.3s ease-in-out;
}
header .phone-number:hover {
	color: #000000;
}

/* Slick Slider */

.slider {
	height: auto;
}
.slider a {
	color: #000000;
	font-family: 'Aileron', sans-serif;
}
.slider .slide-img {
	position: relative;
	opacity: 1;
}
.slider.desktop-slider .slide-img {
	height: auto;
	width: auto;
}
.slider .slides-text {
	left: 0;
}
.slider .slides-text span {
	opacity: 1;
}
.slider .slick-dots {
	left: 6vw;
	bottom: 55px;
	width: auto;
	transform: rotate(90deg);
	position: absolute;
}
.slider .slick-dots li {
	width: 15px;
	height: 15px;
}
.slider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #000;
	border-radius: 100%;
}
.slider .slick-dots .slick-active button {
	background-color: #000000;
}
.slider .slick-dots button::before {
	display: none;
}
.postid-1640 .slider.desktop-slider .slide-img,
.postid-3572 .slider.desktop-slider .slide-img {
	height: 85vh;
	width: auto;
}
.postid-1640 .slider,
.postid-3572 .slider {
	padding-left: 8vw;
}

/* Slider Animation */

.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0 auto;
}
.slideshow * {
  outline: none;
}
.slideshow .slider:not(.desktop-slider) {
	display: none;
  /*box-shadow: 0 20px 50px -25px black;*/
}
.slideshow .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .slides {
  height: 100%;
  position: relative;
  z-index: 1;
}
/*.slideshow .slides img {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.slideshow .slides.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}*/

body.home .first-section {
	min-height: 753px;
	overflow: hidden;
	position: relative;
	padding: 0px !important;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}
body.home .first-section h1 {
	position: relative;
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	-webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
	color: #fff;
}
body.home .first-section .delay {
	position: relative;
	animation: fadein 1s;
	display: none;
}
@keyframes fadein {
	from { opacity:0; top: 40px; }
	to {
		opacity:1;
		top: 0px;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
		top: 40px;
	}
	to {
		opacity:1;
		top: 0px;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
		top: 40px;
	}
	to {
		opacity:1;
		top: 0px;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
		top: 40px;
	}
	to {
		opacity: 1;
		top: 0px;
	}
}

.slideshow .slides img {
	opacity: 0;
}
.animate{
	opacity: 1 !important;
	-webkit-transition: opacity 1.5s linear;
}


@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

/* Post Page */

body > .wrapper {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 130px 30px 50px;
}
body.single-post .wrapper {
	padding-top: 0px;
}
.page-template-default #main > .container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.single-post .section-one {
	padding-top: 190px !important;
}
.single-post .article__wrapper {
	padding-right: 30px;
}

@media (min-width:1200px) {

	.submenu--open .sub-menu-back,
	.submenu--open .sub-menu-back2,
	.submenu--open .sub-menu-back3 {
		left: 0;
	}

}

#menu-services-sub-menu,
#menu-brand-sub-menu,
#menu-interior-sub-menu{
    margin-left: 0px;
}

.menu-info {
	margin-top: 40px;
	opacity: 0;
	position: relative;
	top: 30px;
	transition: all .9s cubic-bezier(.165,.84,.44,1) 0s;
}


/* Pages */

.under-header-para ul {
    font-size: 22px;
    /*line-height: 1.51em;*/
    line-height: 34px;
}

.projects-intro {
	padding-bottom: 0 !important;
}

.filter-button-group button {
	margin-bottom: 20px;
}
.filter-button-group button {
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 35px;
}
.projects-intro .btn-stroke {
	font-size: 16px;
}

/* Profile page */

.team .team-info .team-cont > .boxed > #lipsum {
	position: relative;
	padding-right: 20px;
	transition: all 0.5s ease-in-out;
}
/*.team .team-info .team-cont:not(.open) > .boxed > #lipsum {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 200px;
}
.team .team-info .team-cont:not(.open) > .boxed > #lipsum::after {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	text-align: center;
	display: none;
}*/

.team-table .row {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 10px;
	height: 57px;
}
.team-table .row .right {
	padding-right: 30px;
}
.team-table .row:last-child {
	border-bottom: 1px solid #999
}

.team .team-info .team-cont .btn_toggle {
	margin-top: 30px !important;
	display: inline-block;
}
.team-table {
	margin-top: 50px;
	font-size: 25px;
}
@media screen and (max-width: 850px) {
	.team-table .row .right {
		padding-right: 0px;
	}
}
@media screen and (max-width: 767px) {
	.section.portfolio .filter-button-group button {
		text-align: left;
		display: block;
		clear: both;
	}
}
@media screen and (max-width: 500px) {
	.team-table {
		margin-top: 30px;
		margin-bottom: 60px;
	}
}

.team_slider .slick-dots {
	position: absolute;
	bottom: unset;
	text-align: left;
	top: 50px;
	left: -70px;
}

.team_slider .slick-dots li {
	display: block;
}

.team_slider .slick-dots li button {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-bottom: 12px;
	border: 1px solid #ffffff;
	opacity: 0.7;
	transition: all .9s cubic-bezier(.165,.84,.44,1);
}

.team_slider .slick-dots li.slick-active button {
	opacity: 1;
	background-color: #ffffff;
}

.team_slider .slick-dots li button::before {
	display: none;
}

/* Clients Logos */

.clients_logos .client {
	padding: 20px;
}
.clients_logos .c_logo {
	height: 120px;
	width: auto !important;
	margin: 0 auto;
}

/* single post */

.single-post #related-con {
	display: none;
}

.single-post .article__info .article-author {
    min-width: 120px;
    margin-right: 55px;
    text-align: center;
    position: relative;
}
.single-post .article__info .article-author::after {
	content: '';
	background: #000;
	height: 1px;
	width: 30px;
	display: block;
	position: absolute;
	right: -40px;
	top: 50%;
}

.single-post .article-author .avatar img {
    width: 100px;
    margin: 0 auto;
}


.single-post .article-author span {
    clear: both;
    display: block;
    line-height: 1em;
}
.single-post .article-author .name {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
}
.single-post .article-author .article-author__time span.date {
    font-size: 30px;
    font-weight: 900;
}
.single-post .article-author .article-author__time span.year {
    font-size: 16px;
}

.single-post .article__info .article_metadate {
	display: inline-flex;
	font-size: 20px;
	margin-bottom: 15px;

}
.single-post .article__info .article_metadate .author {
	text-decoration: underline;
	font-weight: bold;
}
.single-post .article__info ul {
	display: inline-flex;
}
.single-post .article__info ul li {
	margin-left: 5px;
	font-weight: bold;
}

.single-post .title {
	font-size: 40px;
	font-weight: 400;
	font-family: 'Bentham', serif !important;
	margin-bottom: 0px;
}
.article-author__time {
	font-size: 16px;
	margin-bottom: 30px;
}
.article-author__time .category a {
	font-size: 16px !important;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
}
.article-author__time .author {
	border-bottom: 1px solid #000;
}

.single-post .article__cover {
	margin-bottom: 30px;
}

.single-post .article__body p,
.single-post .article__body ul li,
.single-post .article__body p span,
.single-post .article__body ul li span {
	font-weight: 300 !important;
}
.article__content.article__content p a span {
	font-weight: 700 !important;
}
.single-post .article__body ul {
	margin-left: 25px;
}
.single-post .article__body ul li a {
	font-weight: 700 !important;
}

/*.Post Comments Box */

.post_comments {
    width: 60%;
    margin-top: 40px;
}

.post_comments #reply-title {
    font-size: 22px;
}
.post_comments #reply-title::before {
	display: inline-block;
	width: 21px;
	height: 20px;
	background-image: url(images/icon-comment.png);
	background-size: 21px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	content: '';
	margin-right: 10px;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}
body.home .homepage-video .video-button .icon img {
	display: inline;
	position: relative;
	height: 30px;
	top: 9px;
	margin-right: 10px;
	margin-top: -5px;
	filter: brightness(0) invert(1);
}

.post_comments .comment-form label {
    display: block;
}
.post_comments .comment-form input,
.post_comments .comment-form textarea {
    width: 100%;
    min-height: 30px;
    border: 1px solid #ccc;
}
/*comment-form-cookies-consent*/
.post_comments .comment-form .comment-form-cookies-consent label {
	display: unset;
	font-size: small;
}
.post_comments .comment-form .comment-form-cookies-consent input {
	width: unset;
	min-height: unset;
}
.post_comments .comment-form p {
	line-height: 1.25;
	font-size: 14px;
	color: #706f6f;
}
/* Submit Button */
.post_comments .comment-form .submit {
    width: unset;
    padding: 10px 20px;
    font-size: small;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.post_comments .comment-form .submit:hover {
	background-color: #cccccc;
}




/* ===================================================== */
/* ======================  SIDEBAR  ===================== */
/* ===================================================== */

#sidebar {
	padding: 40px 30px;
}
#sidebar ul {
	margin-left: 0px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar h2 {
	font-size: 31px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.widget_categories li {
	margin-bottom: 15px
}
.widget_recent_entries li:before {
	display: none;
}
.widget_recent_entries li {
	padding-left: 0px !important;
	padding-bottom: 30px;
	display: inline-block;
}
.widget_recent_entries a {
	clear: both;
	display: block;
	margin-top: 5px;
}
.wp-block-latest-posts__post-author,
.widget_recent_entries time {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
.wp-block-latest-posts__post-author {
	margin-top: 5px
}
.wp-block-latest-posts__post-author:after {
	content: ',';
	margin-right: 5px
}
.article__content a {
	color: #9fbdcb;
	font-weight: 400;
	font-size: 22px;
}
.searchform {
	position: relative;
}
.searchform label {
	display: none;
}
.searchform input[type="text"] {
	display: block;
	padding: 0 36px 2px 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	letter-spacing: .5px;
}
.searchform input[type="submit"] {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(images/icon-search.png);
	background-size: 16px 16px;
	font-size: 0;
	border: 0;
	margin: 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.single-post #sidebar {
	background: #000;
	color: #fff;
}
.single-post #sidebar a {
	color: #fff;
}
.lcp_catlist img {
	width: 60px;
	height: 60px;
}
.lcp_catlist li {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 20px;
	padding-left: 0px !important;
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
}
.lcp_catlist li:last-child {
	border-bottom: none;
}
.lcp_catlist li a:first-child {
	float: right;
	display: inline-block;
	width: calc(100% - 70px);
	font-size: 16px !important;
	line-height: 1.3 !important;
	top: -3px;
	position: relative;
	padding-left: 10px;
}
.lcp_catlist li a:nth-child(2) {
	float: left;
	display: inline-block;
	width: 70px;
}
#sidebar a {
	text-decoration: none;
}
.lcp_paginator li,
.lcp_paginator span {
	display: none !important;
}
.lcp_paginator li:first-child,
.lcp_paginator li:last-child {
	display: inline-block !important;
}
.lcp_paginator {
	text-align: center;
	margin-bottom: 20px;
}
.lcp_paginator li {
	width: 28px !important;
	height: 28px !important;
	text-align: center;
	letter-spacing: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}
.lcp_paginator li a {
	font-size: 14px !important;
	line-height: 28px !important;
}
.lcp_paginator li.lcp_currentpage {
	opacity: 0.5;
}
#sidebar p {
	font-size: 16px;
	line-height: 1.3;
}
#sidebar .contact-form label {
	font-size: 18px;
}
#sidebar .contact-form label br {
	display: none !important;
}
#sidebar .contact-form label input {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0px;
}
#sidebar .contact-form.newsletter .wpcf7-checkbox {
	margin-top: 10px !important;
}
#sidebar .contact-form.newsletter .wpcf7-checkbox label {
	font-size: 16px !important;
}
#sidebar .contact-form .wpcf7-list-item-label:before {
	height: 16px;
	width: 16px;
}
#sidebar .contact-form.newsletter .verify .wpcf7-list-item-label {
	font-size: 18px;
}
#sidebar .contact-form.newsletter .form-note {
	margin-top: 20px;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}
#sidebar .contact-form.newsletter .form-note a {
	font-size: 14px;
	line-height: 1.5;
}
#sidebar .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
	font-size: 15px;
	margin-top: 5px;
	line-height: 1.5;
}
#sidebar input[type="submit"] {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#sidebar .contact-form .wpcf7-list-item :checked + :after {
	top: 8px;
	left: 7px;
}
#sidebar .contact-form .verify .wpcf7-list-item :checked + :after {
	top: 11px;
}


    /* 2nd Developer */
@media only screen and (max-width: 1024px) {
	.news-container{
		padding: 20px;
	}
	.profile-intro .half-col:first-child{
		padding-right: 0;
	}
	.postid-226 .section.page-intro + .section .col-cont{
		display: block
	}
	.postid-226 .section.page-intro + .section .col-cont .half-col{
		width: 100%
	}
	.lcp_catlist li a:nth-child(2) {
		display: none;
	}
	.lcp_catlist li a:first-child {
		width: 100%;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	
	[class*="col"] {
		width: 100%;
	}

	/* Header */
	header .call_to_action {
	    display: none;
	}

	/* Slider */
	.slideshow {
		padding-left:0;
		position: relative;
		height: auto;
		min-height: auto;
	}
	.slideshow .slider:not(.mobile-slider) {
		display: none;
	}
	.slideshow .slider.mobile-slider {
		display: block;
	}
	.slider .slides-text{
		/*position:relative;*/
		left: 0;
		padding: 15px 5px 0 15px;
		margin-right: 20px;
	}
	.slider.desktop-slider .slide-img {
		height: 400px;
	}
	/*.slider .slick-dots {
		left: -30px;
		bottom: 150px;
	}*/
	.slider .slick-dots {
		display: none;
	    transform: unset;
	    position: unset;
	    text-align: left;
	    margin: -20px 0 0 20px;
	}

	.section.section-four{
		 padding-top:40px;
	}
	.news-wrapper{
		display: block
	}
	.news-wrapper .news{
		width: 100%;
        margin-bottom: 70px;
	}
	
	.news-wrapper .news a{
		display: block
	}
	
	h1{
		font-size: 28px;
	}

	/* large sections Paddings */
	section {
		padding-left: 0 !important;
		padding-left: 0 !important;
	}
	
	.section.section-two .container{
		width: 100%;
	}
	.section-two{
		padding-top: 250px!important;
		padding-bottom: 37px!important;
		min-height: auto;
	}
	
	.section-three{
		padding: 0!important
    }
	
	.news-container h3{
		font-size: 32px;
	}
	
	.seo-section .seo-section-inner h3{
		font-size: 32px
	}
	
	.section-three, .seo-section{
		padding: 40px 0!important
	}
	
	.section.profile-intro{
		padding-bottom: 0!important
	}
	
	.section.page-intro {
		padding-top: 50px!important;
		padding-bottom: 40px!important
	}
	.team,
	.profile-intro .col-cont,
	.section.page-intro .col-cont, .col-cont{
		display: block
	}
	.team-info, .team-img, .section.page-intro .col-cont .half-col, .profile-intro .col-cont .half-col, .half-col{
		padding-right: 0;
        padding-left: 0;
		width: 100%
	}
	.section-second .section-inner .half-col {
		padding-left: 0px;
	}
	.col-cont .half-col:first-child{
		padding-bottom: 20px;
	}
	.team-img {
		height: 300px
	}
	.team-info{
		padding-left: 20px;
		padding-right: 20px
	}
	h4{
		font-size: 32px;
	}
	
	/* Project Grid */
	.project-gallery .two-three-col,
	.project-gallery .one-three-col,
	.project-gallery .half-col {
		width: 100%;
		padding: 0 !important;
	}
	.project-gallery img {
		min-height: auto;
	}

	/* Single Post */
	.single-post #primary {
		width: 100%;
	}
	.single-post #sidebar {
		display: none;
	}
	.post_comments {
	    width: 100%;
	}

	/* Contact */
	.contact-details .container {
		overflow-x: scroll;
	}
	.ultra-header{
		font-size: 54px;
	}
	.checkbox + label:before{
	   width: 16px;
       height: 16px;
	   border-width: 2px;
	}
	.checkbox:checked + label:after{
	    width: 4px;
		height: 10px;
		left: 6px;
		top: 16px;	
	}
	
	.contact-details td:last-of-type{
		padding-left: 0;
		padding-right: 10px
	}
	
	.contact-details td{
		min-width: 300px;
	}
	.ultra-header-two{
		font-size: 40px
	}
	
	.btn-stroke {
        padding: 8px 14px;
		font-size: 16px;
	}
	.m-post .post-header .title a{
		font-size: 24px
	}
	.sustainability-design .sub-header{
		padding-top: 0px;
	}
	.sustainability-intro{
		padding-bottom: 50px!important;
		padding-top: 213px!important;

	}
	
	.sustainability-design .container{
		padding:0 15px
	}
	
	.carbon-footprint-inner{
		position: relative;
        max-width: 100%;
        right: 0;
        bottom: initial;
        transform: initial;
        padding: 20px;
	}
	
	.carbon-footprint{
		padding: 0!important
	}
	
	.sustainability-design{
		padding: 20px 0!important
	}
	.career-single{
		flex: 1
	}
	.careers-list{
		padding-bottom: 0!important;
		min-height: 50vh
	}
	.page-intro.projects-intro{
		padding-top: 220px!important;
        padding-bottom: 0 !important;
	}
	.single-portfolio-box{
		width:100%
	}
	.section.portfolio{
		padding-bottom: 0!important
	}
	.single-portfolio-box:last-child{
		margin-bottom: 0!important;
		padding-bottom: 20px!important
	}
	
	.section.testimonial .half-col{
		padding: 0
	}
	.section.testimonial .half-col:last-child{
		padding: 50px 20px !important
	}

	/* Form */
	fieldset {
		display: block;
	}

	.subscribe .section-inner {
		max-width: 100%;
	}
	.subscribe .ultra-header h1 {
		font-size: 1.4em;
	}
	.single-post .title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.single-post .article__wrapper {
		padding-right: 0px !important;
	}

}

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

	/* Navigation */
	.menu .menu-line {
		display: none;
	}

	/* Slider */
	.slider {
		padding-left: 0;
		margin-bottom: 0 !important;
	}
	.slider.desktop-slider .slide-img {
		/*height: 300px;*/
	}
	.slider .slick-dots {
	    display: none !important;
	}
	.slides-text{
	    padding-right: 35px;
		line-height: 1;
	}
	.slides-text a [class*="slide-text"] {
	    font-size: 16px;
    }
	.slides-text [class*="slide-text"] {
	    font-size: 14px;
		line-height: 1.3;
	}

	.sub-menu-container,
	.sub-menu-container-brand,
	.sub-menu-container-interior {
		top: 140px;
	}

	.section.testimonial{
		min-height: 50vh;
	}
	.page-intro.projects-intro{
        padding-top: 0 !important;
	}
	.sustainability-intro{
		padding-top: 0!important
	}
	.page-id-274 .page-intro{
		padding-top: 20px!important
	}
	
	.section.section-four{
		padding-top: 30px;
        padding-left: 40px;
	}
	.seo-section .seo-section-inner h3 {
		font-size: 26px;
	}
	.news-container h3 {
		font-size: 28px;
	}
	h1 {
		font-size: 24px;
	}
	
	footer{
		text-align: center
	}
	.footer-left img{
		margin-left: auto;
        margin-right: auto;
	}
	
	.nav-logo img{
		max-width: 280px;
	}
	.section:not(.slideshow) {
		min-height: 80vh;
	}
	
	.section-two{
		min-height: 40vh;
    	padding-bottom: 0!important;
    	padding-top: 40px!important;
	}
	
	.footer-soc, .footer-left{
		float: none
	}
	.footer-soc {
		padding-top: 40px;
	}
	
	.menu-list > li a {
		font-size: 21px;
	}
	.team{
		padding-bottom: 0!important	
	}
	.section.profile-intro{
		padding-top: 20px!important
	}
	h4 {
		font-size: 24px;
	}
	.page-id-66 .section.page-intro{
		padding-top: 30px!important;
	}
	.ultra-header{
		font-size: 32px
	}
	.postid-199 .section.page-intro{
		padding-top: 50px!important;
	}
	section.quick-links {
		min-height: 1px !important;
	}
}


@media only screen and (min-width: 767px) {
  	/* Latest News */
	.news-wrapper .news-date {
		position: absolute;
		bottom: -34px;
	}

	.sub-menu-container,
	.sub-menu-container-brand,
	.sub-menu-container-interior {
		top: 30%;
	}
}

/* Single post header on mobile */

@media screen and (max-width: 767px) {
	.single-post .article__info .article-author {
		width: 100%;
		position: relative !important;
		float: none !important;
		display: block !important;
		min-width: 100%;
	}
	.single-post .article__info {
		display: block;
	}
	body.single-post > .wrapper {
		padding-top: 50px
	}
	.single-post .article__info ul li {
		display: block;
		float: left;
		width: 100%;
		margin-left: 0px;
	}
	.single-post .article__info ul,
	.single-post .article__info .article_metadate {
		display: block;
		width: 100%;
		float: left;
		margin-left: 0px;

	}
}


/* Project gallery */
.project_gallery_container {
	padding: 25px 0 !important;
}
.project_gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 2rem; 
}

.project_gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block; 
}

.project_gallery__item--1 {
	grid-column-start: 1;
	grid-column-end: 7;
}

.project_gallery__item--2 {
	grid-column-start: 1;
	grid-column-end: 7;
}

.project_gallery__item--3 {
	grid-column-start: 1;
	grid-column-end: 7;
}

.project_gallery__item--4 {
	grid-column-start: 1;
	grid-column-end: 7;
}

.project_gallery__item--5 {
	grid-column-start: 1;
	grid-column-end: 7;
}

.project_gallery__item--6 {
	grid-column-start: 1;
	grid-column-end: 7;
}

.project_gallery__item--7, .project_gallery__item--8, .project_gallery__item--9 {
	grid-column-start: 1;
	grid-column-end: 7;
}

@media (min-width: 768px) {
	.project_gallery__item--1 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.project_gallery__item--2 {
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.project_gallery__item--3 {
		grid-column-start: 5;
		grid-column-end: 7;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.project_gallery__item--4 {
		grid-column-start: 1;
		grid-column-end: 5;
		grid-row-start: 3;
		grid-row-end: 7;
	}

	.project_gallery__item--5 {
		grid-column-start: 7;
		grid-column-end: 5;
		grid-row-start: 3;
		grid-row-end: 5;
	}

	.project_gallery__item--6 {
		grid-column-start: 7;
		grid-column-end: 5;
		grid-row-start: 5;
		grid-row-end: 7;
	}

	.project_gallery__item--7 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: auto;
		grid-row-end: auto;
	}

	.project_gallery__item--8 {
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: auto;
		grid-row-end: auto;
	}

	.project_gallery__item--9 {
		grid-column-start: 5;
		grid-column-end: 7;
		grid-row-start: auto;
		grid-row-end: auto;
	}
}

@media (min-width: 1024px) {
	.project_gallery_container {
		padding: 100px 0 !important;
	}
}

/* Contact Forms */
.gcLookbookForm-container {
	display: none;
	margin-top: 2rem;
	width: 100%;
	font-family: 'Open Sans', sans-serif !important;
	color: #a7a7a7 !important;
    width: 100%;
    max-width: 460px;
}
#wpcf7-f820-o1 .wpcf7-response-output {
	margin: 0 !important;
	border-color: #1a1a1a;
	font-size: 16px;
}
.gcLookbookForm {
	display: block;
	background: #1a1a1a;
    color: #a7a7a7 !important;
    padding: 2.5rem 3.5rem 3.6rem 3.5rem;
}
.gcLookbookForm p {
	color: #fff !important;
}

.gcLookbookForm .cflb-form-title {
	font-size: 2.2rem;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
	margin-bottom: 1.5rem;
}
.gcLookbookForm .cflb-form-desc {
    font-size: 1.15rem;
    line-height: 1.6rem;
    color: #ffffff !important;
    text-align: center;
    font-weight: 400;
    margin-bottom: 1.7rem;
    padding: 0px 30px;
}

.gcLookbookForm > div {
	width: 100%;
}

.gcLookbookForm > div.full-width {
	flex: 0 0 100%;
	max-width: 100%;
}

.gcLookbookForm > div.full-width:last-child {
	text-align: right;
}

.gcLookbookForm .cflb-terms-field {
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.gcLookbookForm .cflb-terms-field * {
	color: #a7a7a7 !important;
    font-size: 13px;
    text-align: right;
    line-height: 1.4;
    font-weight: 600;
}

.gcLookbookForm .cflb-terms-field div:nth-child(2) {
	text-align: right;
	width: 100%;
}

.gcLookbookForm  p {
	margin: 0.5rem 0 0;
}

.gcLookbookForm label {
	display: block;
	margin-bottom: 5px;
}
.gcLookbookForm input:not([type='checkbox']),
.gcLookbookForm select {
    height: 65px !important;
    width: 100%;
    padding: 0.2rem 1rem 0 1.3rem;
    font-size: 20px;
    margin-bottom: 10px;
}
.gcLookbookForm select[name='contact-role'] {
	color: #a7a7a7 !important;
}

.gcLookbookForm input::placeholder {
	color: #a7a7a7 !important;
}

.gcLookbookForm .wpcf7-not-valid-tip {
	font-size: 14px !important;
	color: #dc3232 !important;
}
.gcLookbookForm .wpcf7-not-valid-tip * {
	color: #dc3232 !important;
}

.gcLookbookForm input[type=submit] {
	background-color: #a7a7a7 !important;
    border-color: #a7a7a7 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    height: 55px !important;
    font-size: 22px !important;
    width: 100% !important;
    font-weight: 800 !important;
    max-width: 255px;
    margin: 0 auto;
    display: block;
}

.gcLookbookForm .ajax-loader {
	display: none !important;
}

@media (min-width: 768px) {
	.gcLookbookForm .blank-fields {
		display: inline-block;
	}
	.gcLookbookForm input[type=submit] {
		width: 100% !important;
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	body.home .first-section {
		min-height: 500px;
	}
    .gcLookbookForm-container {
        max-width: 100% !important;
    }
    .gcLookbookForm > div.full-width {
        padding: 0px !important;
    }
}

.grecaptcha-badge {
	display: none !important;
}

/* Cookies notice */

#cookie-notice {
	font-size: 20px !important;
	font-family: 'Bentham', serif !important;
	padding: 0px 0px 0px;
}
#cookie-notice a {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}
#cookie-notice #cn-close-notice {
	border-bottom: 0px !important;
}
#cn-accept-cookie {
	font-size: 18px;
	border-radius: 0px !important;
	padding: 6px 22px !important;
	font-family: 'Open Sans', sans-serif !important;
	margin-left: 25px !important;
	background: #5dbf57;
}
#cookie-notice .cn-button {
	margin-top: 5px !important;
	background: none;
	font-size: 20px !important;
	font-family: 'Bentham', serif !important;
	border-bottom: 2px solid #fff;
}
.cookie-notice-hidden {
	display: none;
}
@media screen and (max-width: 767px) {
	#cn-accept-cookie {
		display: block;
		margin: 0 auto;
		font-size: 15px;
	}
	#cn-notice-text {
		margin-bottom: 10px !important;
		display: block;
		font-size: 17px;
		line-height: 1.3;
	}
	#cn-accept-cookie {
		padding-bottom: 15px;
	}
	#cookie-notice .cn-button {
		width: auto !important;
		display: table !important;
		padding: 8px 20px;
		margin: 0 auto !important;
	}
}
@media screen and (min-width: 767px) {
	#cookie-notice {
		max-width: 420px !important;
		min-width: 420px !important;
		left: 0 !important;
	}
	.cookie-notice-container {
		padding-top: 25px;
		text-align: left;
		line-height: 1.4
	}
	#cookie-notice .cn-button {
		margin-left: 0px !important;
	}
}


/* Popup */

.pum-container  {
	padding-top: 20px !important;
	padding-bottom: 30px !important;
}
.pum-container .main .left {
	width: 34%;
	max-width: 100%;
	padding-right: 25px;
}
.pum-container .main .left p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.pum-container .main .right {
	width: 66%;
	max-width: 100%;
}
.pum-container .main .right h2 {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	top: -5px;
	margin-bottom: 15px;
}
.pum-container .main .right p {
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Crimson Text', serif;
}
.pum-container .main #show-form {
	cursor: pointer;
	display: inline-block;
	border-bottom: 2px solid #282728;
	padding-bottom: 2px;
	margin-top: 30px;
}
.pum-container .main .top-info {
	display: inline-block;
	margin-top: 30px;
}
.pum-container .main .contact-form input[type="email"],
.pum-container .main .contact-form input[type="tel"],
.pum-container .main .contact-form input[type="text"],
.pum-container .main .contact-form textarea {
	font-size: 18px;
	font-family: 'Crimson Text', serif;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
}
.pum-container .main input[type="submit"] {
	font-size: 18px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	text-transform: none;
	margin-top: 15px;
	border-bottom: 1px solid #282728 !important;
}
.pum-container .main .wpcf7-not-valid-tip {
	font-size: 15px;
}
.pum-container .main .contact-form input[type="text"]::placeholder {
	color: #000;
	opacity: 1;
}
.pum-container .main .contact-form input[type="email"]::placeholder {
	color: #000;
	opacity: 1;
}
.pum-container .main .contact-form input[type="text"]:-ms-input-placeholder,
.pum-container .main .contact-form input[type="email"]:-ms-input-placeholder {
	color: #000;
}
.pum-container .main .contact-form input[type="text"]::-ms-input-placeholder,
.pum-container .main .contact-form input[type="email"]::-ms-input-placeholder {
	color: #000;
}

.article__body div {
	max-width: 100%;
}

div.wp-caption .wp-caption-text {
	font-size: 14px !important;
	padding-top: 0.5em;
}

.main-service-page-title {
	color: #fff;
	position: relative;
	top: 25%;
	left: 2%;
}
.main-service-page-title h1 {
	font-size: 120px;
	line-height: 1;
}
.main-service-page-title p {
	font-size: 24px !important;
}
.sub-service-box {
	width: 50%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9a9a9a;
}
.sub-service-box:nth-child(odd) {
	clear: both;
	padding-right: 20px;
}
.sub-service-box:nth-child(even) {
	padding-left: 20px;
}
.sub-service-box .title {
	font-family: 'Bentham',serif !important;
	color: #323232;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.sub-service-box .description {
	color: #323232;
	font-size: 18px;
}
.sub-service-box .description a {
	float: right;
	position: relative;
	top: -20px;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	border: 0 none;
	padding: 5px 12px;
	font-weight: 700;
	background: #9fbdcb;
	text-transform: none;
	font-family: 'Bentham',serif !important;
	transition: all 0.5s ease-in-out;
}
.sub-service-box .description a:hover {
	background: #000;
}
.sub-service-box .description span {
	display: inline-block;
}
.sub-service-box .description span:nth-child(1) {
	float: left;
	max-width: calc(100% - 150px);
	line-height: 1.3;
}
.sub-service-box .description span.page-link {
	float: right;
}
#our-experience h2 {
	margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
	.sub-service-box {
		padding-bottom: 20px;
	}
	.sub-service-box .title,
	.sub-service-box .description {
		text-align: center;
	}
	.sub-service-box .description span {
		display: block !important;
		float: none !important;
		max-width: 100% !important;
	}
	.sub-service-box .description span:nth-child(1) {
		margin-bottom: 10px
	}
	.sub-service-box .description span.page-link {
		margin: 0 auto !important;
		display: block;
		clear: both;
		text-align: center !important;
		width: 100%;
	}
	.sub-service-box .description a {
		float: none;
		margin: 0 auto;
		text-align: center;
		top: 0px;
	}
}


@media screen and (max-width: 900px) {
	.sub-service-box {
		width: 100% !important;
	}
	.sub-service-box:nth-child(odd),
	.sub-service-box:nth-child(even) {
		padding-left: 0px;
		padding-right: 0px;
	}
	.sub-service-box img {
		width: 100%
	}
}


@media screen and (max-width: 1024px) {
	.main-service-page-title h2 {
		font-size: 70px !important;
	}
}

@media screen and (max-width: 800px) {
	.pum-theme-868 .pum-container {
		max-width: 90% !important;
		width: 90% !important;
		margin: 0 auto;
		display: block;
		position: absolute !important;
		left: 5% !important;
		top: 100px !important;
	}
	.pum-theme-lightbox .pum-content + .pum-close {
		padding-bottom: 4px !important;
	}
}
@media screen and (max-width: 600px) {
	.pum-container .main .left,
	.pum-container .main .right {
		width: 100% !important;
	}
	.pum-container .main .left {
		padding-right: 0px;
	}
	.pum-container .main .left img {
		max-width: 180px;
		margin: 0 auto;
	}
	.pum-container .main .left {
		text-align: center;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 769px) {
	body.home .first-section h1.col50 {
		width: 55%;
	}
	body.home .first-section div.col50 {
		width: 70%;
	}
	body section,
	body section a,
	p:not(.alt),
	.under-header-para,
	.seo-section-inner p,
	.section.blog .top-desc,
	.contact-details .link, .contact-details .link2 {
		font-size: 25px;
		line-height: 38px;
	}
	.single-post .article__body p,
	.single-post .article__body ul {
		font-size: 22px;
	}
	.single-post .article__body ul {
		line-height: 2;
		margin-bottom: 20px;
	}


	.article__body div {
		width: auto !important;
	}

	.section.blog .m-post .post-header .meta a,
	.form-note a,
	#sidebar a,
	.single-post .article__info a,
	.profile-intro h5,
	.profile-intro p small {
		font-size: 22px;
		line-height: 34px;
	}
	.section.blog .m-post .post-header .title a {
		font-size: 29px;
		line-height: 1.3px;
	}
	.contact-details .contact-detail:not(:last-child) {
		padding-right: 30px;
	}
}

/* Single Service Lading Page */

header .call_to_action.landing-page {
	top: -22px;
	text-align: right;
}
header .call_to_action.landing-page .email {
	text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif !important;
    color: #444444;
    font-size: 14.5px;
    line-height: 23px;
    padding-top: 3px;
    transition: all 0.3s ease-in-out;
    padding-top: 2px;
    line-height: 1.3;
}
.services-template-single-services-landing-page section .talk-to-us a {
	margin-top: 30px;
	display: block;
}
header .call_to_action.landing-page .button {
	font-size: 14.5px;
	line-height: 23px;
	border-bottom: none !important;
	display: block;
	padding-bottom: 2px
}
header .call_to_action.landing-page .phone-number {
	border-top: 1px solid #A0A0A0 !important;
	border-bottom: 1px solid #A0A0A0 !important;
	display: inline-block;
	clear: both !important;
	padding-bottom: 2px;
}
.services-template-single-services-landing-page .testimonial .below-photo a {
	padding-right: 30px !important;
	display: inline-block;
}
.services-template-single-services-landing-page .contact-form textarea {
    height: 50px;
}
.landing-how-works {
	background: #f9f9f9;
}
.landing-how-works .sub-header,
.landing-how-works .sub-title {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif !important;
}
.landing-how-works .sub-title {
	font-weight: 700;
}
.landing-how-works .col-cont {
	margin-top: 60px;
	padding-left: 19px;
    padding-right: 19px;
}
.landing-how-works .title {
	font-size: 22px;
	font-weight: 700;
	text-decoration: underline;
}
.landing-how-works .text p {
	font-size:  19px;
	line-height: 22px;
	margin-bottom: 20px;
}
.landing-how-works .top-box {
    border: 2px #7f7f7f dashed;
    border-radius: 10px;
    padding: 35px 50px 25px 39px;
    min-height: 290px;
    position:  relative;
}
.landing-how-works .bottom-box {
	background: #1a1a1a;
	color: #fff;
	max-width: 865px;
	margin: 0 auto;
}
.landing-how-works .bottom-box {
    padding: 29px 30px 30px 30px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}
.landing-how-works .bottom-box .title {
	text-align: center;
}
.landing-how-works .bottom-box .text-bottom p {
	font-size: 21px !important;
	margin-bottom: 0px;
	font-weight: 700
}
.landing-how-works .half-col {
	padding-bottom: 48px;
}
.landing-how-works .half-col:after {
	content: '';
	width: 26px;
	height: 26px;
	background: #f9f9f9;
	display: block;
	position: relative;
	bottom: 15px;
	border: 2px #7f7f7f dashed;
	border-radius: 90px;
	left: 49%
}
.landing-how-works .top-box:after {
	content: '';
	width: 1px;
	height: 126px;
	display: block;
	position: absolute;
	bottom: -115px;
	border-left: 2px #7f7f7f dashed;
	border-radius: 0px;
	left: 51%;
}
.our-process-section {
	background: #f9f9f9;
}
.our-process-section.about-page {
    background: none;
}
.our-process-section .filter-buttons {
	margin-top: 20px;
	margin-bottom: 50px;
}
.our-process-section .filter-buttons button {
	color: #000;
	font-family: 'Bentham', serif;
	font-weight: bold;
	font-size: 30px;
	border: 1px solid;
	background: none;
	margin-right: 15px;
	padding: 8px 50px;
	cursor: pointer;
	transition: background 0.5s ease;
}
.our-process-section .filter-buttons button.active {
	background: #000;
	color: #fff;
}
.our-process-section .filter-result p {
	margin-bottom: 20px
}
.our-process-section .our-process-image img {
	max-width: 550px;
	margin: 0 auto;
}
.our-process-section .top-description {
	margin-bottom: 50px;
}
.projects-slider{
	padding-left:0;
	width: 100%;
	position: relative;
}
.projects-slider .slick-dots {
	left: 0;
	bottom: 0px;
	width: 100%;
	top: 0px;
	position: relative;
}
.projects-slider .slick-dots li {
	width: 15px;
	height: 15px;
}
.projects-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #000;
	border-radius: 100%;
}
.projects-slider .slick-dots .slick-active button {
	background-color: #000000;
}
.projects-slider .slick-dots button::before {
	display: none;
}
.our-process-section .header,
.projects-and-insights .header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	border-bottom: 3px solid #000;
	display: inline-block;
	padding-bottom: 5px
}
.our-process-section .header {
	margin-bottom: 34px;
}
.projects-and-insights .subheader {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.projects-and-insights .text p {
	margin-bottom: 40px;
}
.projects-and-insights a {
	color: #9fbdcb;
}
.seo-section-inner p a {
	color: #9fbdcb;
}
.projects-and-insights .text p a {
	text-decoration: none;
}
.projects-and-insights .bottom-links {
	font-weight: 700
}

/* Kadence blocks */

.wp-block-kadence-form form {
	justify-content: center;
	margin-top: 25px;
}
.kb-row-layout-id_2cd3df-e0 {
	background: #f2f2f2 !important;
	margin: 40px 0px !important;
}
.wp-block-kadence-form form {
	justify-content: center;
	margin-top: 25px;
}
.wp-block-kadence-form .kb-forms-submit {
	font-weight: 700;
	color: #fff;
	background: #9fbdcb !important;;
	padding: 9px 30px 12px 30px !important;;
	transition: all 0.5s ease-in-out;
	text-decoration: underline;
	font-family: 'Bentham',serif !important;
	font-size: 30px !important;
	border-radius: 0px !important;
}
.wp-block-kadence-form .kb-forms-submit:hover {
	background: #000 !important;
}
.wp-block-kadence-form .kb-field {
	height: 75px;
}

.kb-table-of-content-wrap {
	background: #dae4e9 !important;
	padding-top: 30px !important;
	padding-left: 35px !important;
}
.kb-table-of-contents-title {
	font-family: 'Bentham',serif !important;
	font-weight: 400 !important;
	font-size: 40px !important;;
}
.kb-table-of-content-nav.kb-table-of-content-id_8ee3ca-9c .kb-table-of-content-wrap .kb-table-of-content-list {
	padding-left: 30px !important;
}
.kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list .kb-table-of-contents__entry {
	font-weight: 300 !important;
	text-decoration: none;
}
.kb-table-of-content-list li {
	line-height: 1.3 !important;
}
@media screen and (max-width: 768px) {
	.kb-table-of-content-wrap {
		padding: 25px 10px !important;
	}
	.kb-table-of-content-list li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1400px) {
	.landing-how-works .top-box:after {
		left: 51.4%;
	}
}
@media screen and (max-width: 1395px) {
	.section.blog .filter-button-group .category-button {
		flex: 0 0 20%;
		padding-left: 1%;
		padding-right: 1%;
	}
}
@media screen and (max-width: 1360px) {
	.our-process-section .filter-buttons button {
		font-size: 25px;
		padding: 6px 40px;
	}
}
@media screen and (max-width: 1140px) {
	.our-process-section .filter-buttons button {
		font-size: 20px;
		padding: 5px 30px;
		margin-bottom: 15px;
	}
	.our-process-section .filter-buttons {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.landing-how-works .top-box:after {
		left: 52.6%;
	}
	body.home .first-section h1 {
		font-size: 34px !important;
	}
	body.home .first-section {
		min-height: 653px;
	}
}
@media screen and (max-width: 850px) {
	.landing-how-works .top-box:after {
		left: 53%;
	}
}

@media screen and (max-width: 768px) {
	.slideshow .slides img {
		opacity: 1 !important;
	}
	.landing-how-works .top-box:after,
	.landing-how-works .half-col:after {
		display: none;
	}
	.landing-how-works .col-cont,
	.landing-how-works .half-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    .landing-how-works .half-col {
    	padding-bottom: 20px;
    }
    .landing-how-works .col-cont {
    	margin-top: 30px;
    }
    .landing-how-works .sub-title {
    	font-size: 24px !important;
    }
    .landing-how-works .sub-title br {
    	display:  none;
    }
    .landing-how-works .sub-header {
    	font-size:  28px !important;
    }
	.our-process-section .header, .projects-and-insights .header {
		font-size: 28px;
		border-bottom: 2px solid #6f6e73;
	}
	.projects-and-insights .subheader {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.projects-and-insights .text p {
		margin-bottom: 20px;
	}
	.first-section video {
		width: 100% !important;
	}
	body.home .first-section.video-wrapper p {
		font-size: 17px;
		line-height: 1.8
	}
	body.home .first-section {
		min-height: 0px;
		padding-top: 80px !important;
		padding-bottom: 60px !important;
	}
	body.home .first-section {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 732px) {
	body.home .first-section {
		padding-top: 80px !important;
	}
}

@media screen and (max-width: 364px) {
	.seo-section {
		display: block !important;
	}
}
