/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
html {
	height: 100% !important;
}
body {
	display: -ms-flexbox!important;
    display: flex!important;
	height: 100%!important;
	-ms-flex-direction: column!important;
    flex-direction: column!important;
}

/* Typography */



.sanserif {
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 500;
	font-style: italic;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-family: ff-meta-web-pro, sans-serif;
	font-weight: 700;
	font-style: italic;
}


/***************************************************************
These styles are subject to the license agreement(s) provided when you purchased the license(s).

https://store.typenetwork.com/cart/eula/type-network
https://store.typenetwork.com/cart/eula/type-network
***************************************************************/

.poynteroldstyledisplayregular {
	font-family: "Poynter Oldstyle Disp Reg";
	font-display: swap;
	font-style: normal;
	font-weight: normal;
}

.poynteroldstyledisplayitalic {
	font-family: "Poynter Oldstyle Disp It";
	font-display: swap;
	font-style: italic;
	font-weight: normal;
}

.hme-outer .h1, .hme-outer h1 {
	font-size: 2.25rem;
	font-family: 'trajan-pro-3', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: normal;
	font-weight: 300;
	font-size: 2.25rem;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #fff;
}

.h1, h1 { /* Lead Paragraph */
	font-family: "Poynter Oldstyle Disp Reg", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-display: swap;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 1rem;
}

.h2, h2 {
	font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.h3, h3 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: inherit;
}

.h4, h4 { /* credits */
	font-size: 70%;
	font-weight: 300;
}

p {
	margin-bottom: 1rem;
}

b, strong {
    font-weight: 500;
}

.lead-paragraph {
	font-family: "Poynter Oldstyle Disp Reg", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-display: swap;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
	line-height: 1.1;
	color: #fff;
}

.credits {
	font-size: 70%;
}

.superheader {
	color: #6088a1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: .9rem;
}

.superheader a {
	color: #6088a1 !important;
	
	display: block;
}

.superheader a:hover {
	color: #fff !important;
}

.superheader a:active {
	color: #fff !important;
}

.superheader a:visited {
	color: #fff !important;
}

.superheader a:focus {
	color: #fff !important;
}

.superheader .current-title {
	color: #fff;
}

/* forms */


.form-label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	/*color: #888;*/
	font-size: .9rem;
}

.form-control {
	background-color: transparent;
	color: #8c8c8c !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-radius: 0px;
    padding: 0 1rem;
    border: 1px solid #666;
	
	font-family: ff-meta-web-pro, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 300;
}

/* buttons */

.btn-outline-light {
    color: #666;
    border-color: #666;
}

.btn-osbee {
	font-size: 12px;
	text-transform: uppercase;
    letter-spacing: 2px;
	
	border-style: solid;
	border-width: 1px;
	height: auto;
	
	padding: .375rem .75rem;
}

/*a.btn-osbee {
	color: #6088a1;
	background-color: transparent;
	border-color: #6088a1;
}
a.btn-osbee:hover {
	color: #fff;
    background-color: rgba(255,255,255,.2) !important;
    border-color: #fff;
}*/

.btn-learnmore {
}

.morelink {
	color: #6088a1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}

.morelink a {
	color: #6088a1 !important;
}

.morelink a:hover {
	color: #fff !important;
}

.morelink a:visited {
	color: #6088a1 !important;
}

.morelink a:active {
	color: #6088a1 !important;
}

.morelink a:focus {
	color: #6088a1 !important;
}

.disclaimer a {
    text-decoration: underline;
}

.entry-content ul {
	list-style: square;
	list-style-position: outside;
	margin: 0 0 2rem 0;
	padding: 0 0 0 1.5rem;
}

hr {
    background-color: #666;
    border: 0;
    height: 1px;
    margin-bottom: 1rem;
}


/* General */

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #151515;
	color: #ccc;
	font-family: ff-meta-web-pro, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	outline: 0 !important;
	color: #fff;
}


a:hover,
a:visited,
a:active,
a:focus {
	text-decoration: none;
	outline: 0 !important;
	color: #fff;
}

.entry-content a:hover, .portfolio-text a:hover,
.entry-content a:visited, .portfolio-text a:visited,
.entry-content a:active, .portfolio-text a:active,
.entry-content a:focus,.portfolio-text a:focus {
	text-decoration: none;
	outline: 0 !important;
	color: #6088a1;
}




/* Header */

#logo img {
	width: 100%;
	height: auto;
}

#logo {
	position: absolute;
	z-index: 99999;
	width: 50px;
    margin: 10px;
}

.home #logo {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.site-header .site-description {
	font-size: 6px;
	font-weight: 400;
	color: #fff;
	display: none;
}

/* Footer */

.site-footer {
	background-color: #000;
}

.site-footer .tagline {
    font-size: 1.25rem;
    font-weight: 300;
	color: #fff;
	
	text-align: center;
}

.site-footer .copyright {
    font-size: .75rem;
    font-weight: 400;
	letter-spacing: 0;
	color: #888;
	
	text-align: center;
}

.footerinfo {
    text-align: center;
    font-size: 1rem;
}

.footersocial {
	text-align: center;
}

.footersocial a {
	display: block;
	margin-bottom: 20px;
}

.flipbooklink {
	margin-left: 0;
	display: block;
}

.footerinfo a, .footersocial a {
	color: #fff;
}



.footerinfo a:hover, .footersocial a:hover {
	color: #6088a1;
}

.hide-on-mobile {
		display: none;
}



/* Nav */

#site-navigation {
	width: 100%;
	position: absolute;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .8);
	text-align: right;
	padding: 24px 20px 24px 0 !important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

#site-navigation ul li {
	margin: 0 .5rem;
	float: left;
}

#site-navigation ul li a {
	color: #888;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#site-navigation ul li a:hover {
	color: #fff;
}

#site-navigation ul li a:visited {
	color: #888;
}

#site-navigation ul li a:active {
	color: #888;
}

#site-navigation ul li a:focus {
	color: #888;
}

/*.sub-menu ul li {
	display: block;
	
}*/


.main-navigation ul ul {
	flex-direction: column;
	width: 200px;
    text-align: left;
	/*top: 53px;*/
}

.main-navigation ul ul li {
	margin: 0 0 0 -1rem !important;
    background-color: rgba(0, 0, 0, .8);
    padding: .5rem 1rem;
}

.main-navigation ul ul a {
    width: auto !important;
}

.noclick {
}



.current-menu-item a,
.current_page_item a {
	color: #fff !important;
}

.single-portfolio .menu-item-151 a {
	color: #fff !important;
}

.menu-primary-menu-container {
	display: inline-block;
}


/* Content */

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

#primary {
	margin-top: 6rem;
}


/* Home */

.home #primary {
	margin-top: 6rem;
}


.centeredcontent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home .scrolltrigger {
	position: fixed;
	bottom: 10%;
	width: 100%;
	text-align: center;
}

.downarrow  {
    width: 60px;
    margin: 0 auto;
}

.downarrow img {
    width: 100%;
    height: auto;
}


.home_btn {
	font-size: 16px;
	text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 400;
    
}

.home_btn a {
	opacity: 1;
    
}

.home_btn a:hover {
	opacity: .5;
    
}

.locations-homepage {
	width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}



/* Post Navigation */

.postnav {
	color: #6088a1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: .6rem;
}

.postnavlink a {
    display: block;
}

.postnav .previous-post,
.postnav .next-post {
	color: #6088a1;
}

.postnav .post-title {
	color: #888;
}

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

.postnavlink.prev {
	text-align: left;
}

.postnavlink.backtotop {
	text-align: center;
}

.postnav-img {
	display: none;
	vertical-align: middle;
}

.postnav-txt {
	display: inline-block;
	vertical-align: middle;
}

.postnav-img img {
	width: 100%;
	height: auto;
}

.postnav-img {
	width: 30px;
}

/*.postnavlink a {
	opacity: 1;
}

.postnavlink a:hover {
	opacity: .5;
}*/



/* Portfolio Grid */

.projects-search {
    display: none;
}

.gridcell {
	margin-bottom: 30px;
}

.filters {
	line-height: 1;
}



 .grid-label {
    padding: 0 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
	 
	font-family: 'trajan-pro-3', "Poynter Oldstyle Disp Reg", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
    font-weight: 400;
    
}




.img-gradient {
	position: relative;
	display: inline-block;
}
.grid-thumbnail.img-gradient {
    overflow: hidden;
}

.project_loop_inner.residence{
	position: relative;

}



.img-gradient:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+47,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
}

.img-gradient img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.grid-thumbnail.img-gradient:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Portfolio Single */

.portfolio-single-gallery img {
	width: 100% !important;
}

.portfolio-item {
	margin-bottom: 15px;
}

.portfolio-text {
	margin-bottom: 15px;
}

.portfolio-single-gallery .owl-dots {
    text-align: center;
}

/* TEMP! */

.portfolio-item .gallerycaption, .portfolio-item .gallerydescription {
	display: none;
}

/* Contact */

.contact-info a {
    color: #fff;
}

.contact-info a:hover {
    color: #6088a1;
}

.fab, .fa-brands {
    margin: .75rem .25rem 0 0;
}

/* Careers */

.job-post {
    border-top: solid 1px #666;
}

/* Quote */

.quotebox {
	padding: 2rem 0 4rem 0;
}



.quote {
	font-family: 'trajan-pro-3';
	font-weight: 300;
	font-style: normal;
	/* -webkit-font-smoothing: antialiased; */
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #6088a1;
	text-align: left;
	text-transform: uppercase;
	background-image: url(../graphics/quote-whiteopacity.png);
	background-repeat: no-repeat;
	background-position: top 25px left;
	min-height: 150px;
	padding: 2rem;
}

.quote-author {
	color: #6088a1;
	font-weight: 300;
	font-size: 1.2rem;
	text-align: left;
	padding: 0 2rem;
	font-style: italic;
}
.quote-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.quote-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px;
    float: left;
    opacity: 0.6;
}
.quote-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}
.quote-carousel .owl-nav {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.quote-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    left: 0;
	background: transparent;
}
.quote-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: transparent;
}
.quote-carousel .owl-nav button span {
    font-size: 80px;
    line-height: 0;
}

/* Blog - archive page */

.blog-post-preview {
    border-top: solid 1px #666;
}

.page-template-page-blog h1 {
	/*font-size: 3.5rem;*/
}

h1.post-preview-title {
    font-size: 1.75rem;
}

/* Blog – single */

.single-post .wp-caption .wp-caption-text {
    text-align: left;
    font-size: .85rem;
    font-style: italic;
}

/* Team */



/*new changes START 21-7-21*/

.hme-outer {
	margin-top: 0rem;
}


.logo_outer {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	z-index: 0;
}

.home .logo_outer #logo {
	position: relative;
	width: 150px;
}

.home .logo_outer .site-description {
	font-size: 15px;
}



.home .contain-out-one .scrolltrigger {
	cursor: pointer;
	left: auto;
	position: relative;
	text-align: center;
	transform: initial;
	-webkit-transform: initial;
	width: auto;
}

.home .contain-out-one .scrolltrigger a.btn-learnmore {
}


.home .contain-out-one .scrolltrigger a.btn-learnmore:hover {
	background: transparent;
}

.home .contain-out-one .scrolltrigger a.btn-learnmore:focus {
	box-shadow: none;
}

.contain-out-two {
	width: 100%;
	float: left;
	background: #151515;
	position: relative;
	z-index: 0;
	/*color: #888;*/
}


#second-section h3 {
	text-align: center;
}

/* menu desktop */

nav#site-navigation button.navbar-toggler {
	display: none;
}

nav#site-navigation .main-navigation.toggled ul {
	display: block !important;
}

nav#site-navigation .collapse.navbar-collapse {
	display: block;
}

.home .contain-out-one .scrolltrigger a.btn-learnmore {
}

.home .contain-out-one .scrolltrigger a.btn-learnmore:hover {

}

/* search */

html {
	overflow-y: scroll !important;
	margin-right: 0 !important;
}

.search-outer {
	float: right;
	width: auto;
	z-index: 99999;
	display: table;
	position: relative;
	top: 1.25rem;
	left: -2rem;
}

div#test-form input.search-field {
	padding: 0;
	width: 60%;
	float: none;
	margin: 0 auto;
	display: table;
	border-bottom: 1px solid #fff !important;
	background: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

div#test-form input.search-field::placeholder {
	color: transparent;
}

div#test-form button.mfp-close {
	color: #fff;
	opacity: 1;
	font-size: 40px;
	font-weight: 500;
}

form.search-form {
	float: left;
	width: 100%;
	height: auto;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

div#test-form button.mfp-close {
	color: #fff;
	opacity: 1;
	font-size: 4rem;
	font-weight: 100;
	top: 30px;
	right: 30px;
	position: absolute;
}

.mfp-bg.mfp-ready {
	opacity: .85;
	transition: all 0.4s ease-out;
}

.mfp-bg.mfp-ready.mfp-removing {
	opacity: 0;
}

.mfp-content {
	float: left;
	width: 100%;
	height: 100%;
}

.search-outer div#new_search a.popup-with-form svg#icon-search {
	fill: #888;
	float: left;
	width: 30px;
	height: 30px;
	margin: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.search-outer div#new_search a.popup-with-form svg#icon-search:hover {
	fill: #fff;
}

form.search-form p {
	width: 60%;
	float: none;
	margin: 8px auto 0;
	text-align: right;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: normal;
}

div#test-form button.search-submit {
	/*display: none;*/
}

.searchterm {
    margin: 5px 2px;
}








.searchresults-row {
	border-bottom: solid 1px #666;
}

.searchresults-row:last-child {
	border-bottom: none !important;
}


.pagination {
	/*float: left;*/
	width: 100%;
	display: table;
	margin: 0 0 30px;
}



/* animation popup */

.mfp-content {
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0.8);
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
	transition: all 0.4s ease-in-out;
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}

.portfolio-container .image-carousel-outer {
	position: relative;
}

.portfolio-container .image-carousel-outer .owl-item {
	list-style: none;
}

.portfolio-container .image-carousel-outer .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 85%;
}

.portfolio-container .image-carousel-outer .owl-nav button {
	line-height: initial !important;
}

.portfolio-container .image-carousel-outer .owl-nav button span {
	line-height: 0;
	font-size: 60px !important;
}

.portfolio-container .image-carousel-outer .owl-nav button.owl-prev {
	float: left;
}

.portfolio-container .image-carousel-outer .owl-nav button.owl-next {
	float: right;
}



/* About – Process Slides */

.process-slides .process-content { 
	padding: 0 1rem;
	text-align: left;
}


.process-slides .owl-dots {
    text-align: center;
}

.process-slides .process-carousel {
	display: flex;
	align-items: center;
	background: transparent;
	background-size: 100%;
}

.process-slides .process-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 95%;
}

.process-slides .process-carousel .owl-nav button {
	line-height: initial !important;
}

.process-slides .process-carousel .owl-nav button span {
	line-height: 0;
	font-size: 80px !important;
}

.process-slides .process-carousel .owl-nav button.owl-prev {
	float: left;
	background-color: transparent;
}

.process-slides .process-carousel .owl-nav button.owl-next {
	float: right;
	background-color: transparent;
}

.process-slides .about-process-outer.item {
    position: relative;
}

.process-slides .process-content {
	padding: 0 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.process-slides .owl-dots {
    display: block;
    
	top: -3rem;
    position: relative;
}


.process-slides .process-carousel .process-step-number {
	font-family: trajan-pro-3, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0rem;
	color: #fff;
	
	font-size: 6rem;
}

.process-step-title {
	font-family: ff-meta-web-pro, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	
	font-size: 1.5rem;
}

.process-step-description {
	color: #fff;
	font-weight: 300;
	line-height: 1.2;
	
	font-size: 1rem;
}


.process-slides .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 50px;
	margin: 0px 5px;
	opacity: .5;
}
.process-slides .owl-carousel button.owl-dot.active {
	opacity: 1;
}

.portfolio-carousel.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 50px;
	margin: 0px 5px;
	opacity: .5;
}
.portfolio-carousel.owl-carousel button.owl-dot.active {
	opacity: 1;
}








.filters #search_field {

	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	font-family: ff-meta-web-pro, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #909090;
	font-weight: 300;
}

.filters #search_field:focus {
	border: 1px solid #fff;
	box-shadow: none;
}

.filters .form-check-input {
	position: absolute;
	opacity: 0;
	left: 0px;
	z-index: 999;
	width: 20px;
	margin: 0px;
	height: 20px;
	cursor: pointer;
	top: 7px;
}

.filters .form-check-input+label {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	font-size: 1rem;
	/*color: #909090;*/
	font-weight: 300;
}

.filters .form-check-input+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 17px;
	height: 17px;
	background: transparent;
	margin-top: 7px;
	border: 1px solid #656565;
}

.filters .form-check-input:hover+label:before {
	background: #5e88a2;
	border: 1px solid #5e88a2;
}

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

.form-check-input:checked+label:before {
	background: #5e88a2;
	border: 1px solid #5e88a2;
}

.filters .form-check-input:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.filters .form-check-input:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.filters .form-check-input:checked+label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 14px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

.filters .form-check {
	padding: 0px;
}

.filters form {
	margin-bottom: 2rem;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #909090 !important;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #909090 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #909090 !important;
 }


/* =========== Share palette ================ */



.sideshare {
	position: fixed;
	right: 0;
	top: 50%;
	text-align: center;
	width: 50px;
}

.sideshare .sharelabel {
	
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
	font-weight: 500;
	
	text-align: left;
    position: relative;
    top: -24px;
    color: #666;
	
	transform: rotate(90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	
}

.sideshare .sharebutton {
	/*width: 30px;*/
}

.sideshare .fab {
	color: #666;
	font-size: 24px;
}

.sideshare .fab:hover {
    color: #000;
}




.sharebutton img {
		-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:.5;
	
	-webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.sharebutton a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
	opacity:1;
	
	-webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}


/* =========== home-slider-section ================ */


.hme-outer .owl-carousel button.owl-dot {
    background: rgba(255,255,255,.5)!important;
    color: inherit;
    padding: 4px !important;
    margin: 0 4px !important;
    border-radius: 50% !important;
    width: 10px;
    height: 10px;
}


.hme-outer button.owl-dot.active{
	background: rgba(255,255,255,1)!important;

}
.hme-outer .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 2rem;
    z-index: 999;
}

.hme-outer{
	position: relative;
}




.slider-outer .slider-img .mobile_img {
	display: none;
}
.slider-outer .owl-nav {
	display: none;
}
.slider-outer .logo-animation {
	position: absolute;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	top: 17%;
	width: 100%;
}
.slider-outer {
	position: relative;
}

.slider-outer .slider-conetent {
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 90%;
}
.slider-outer .slider-btn {
	position: absolute;
	bottom: 5%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.slider-outer .slider-img .owl-carousel .item {
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.homepage-logo-overlay img {
	width: 240px;
	margin-bottom: 20px;
}
.home .container-flex.site-header .logo {
	opacity: 1 !important;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
    transition-delay: 0ms;
	visibility: visible !important;
}
.home .container-flex.site-header.transparent .logo {
	opacity: 0 !important;
	visibility: hidden !important;
}
.home #logo {
	display: none;
}
/* Feel free to change duration  */ 
.animated  {
	-webkit-animation-duration : 1000 ms  ;
	animation-duration : 1000 ms  ;
	-webkit-animation-fill-mode : both  ;
	animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
	z-index : 1 
	 }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
	z-index : 0 
	 }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
	-webkit-animation-name : fadeOut  ;
	animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  }
  @keyframes  fadeOut  {
	0% {
	  opacity : 1   ;
	}  
	100% {
	  opacity : 0   ;
	}  
  }


/* =========== contact form ================ */

.wpcf7-response-output {
    text-align: center;
    background-color: #6088a1;
	
	color: #fff !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #dc3232;
}


#exampleFormControlTextarea, #email, #phone, #name {
	border-radius: 0px;
	padding: 20px;
	border: 1px solid #666;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	font-family: ff-meta-web-pro, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	color: #909090;
	font-weight: 300;
}

.page-template-page-contactform .site-footer, .page-template-page-contactform .site-header {
    display: none;
}

.portfolio-carousel.service-carosel .owl-dots {
	text-align: center;
}
.entry-footer .postnavlink span {
	color: #5e88a2;
	display: block;
}

/* ===== search-result-css ==== */
.searchresults-row img {
   /* height: 306px;
    width: 100%;
    object-fit: cover;*/
}


/* reCaptcha */

.grecaptcha-badge { 
    visibility: hidden;
}

.page-template-page-contact .grecaptcha-badge { 
    visibility:visible;
}



#advwebForm {
    margin: 0 !important;
    max-width: 100% !important;

}

.zsfeedbkrpanel {
    max-width: 100% !important;
}



/* Contact form popup */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0 0 0 / 90%);
	z-index: 9999;
}
body.modal-open {
    padding-right: 0 !important;
}
.modal-content {
    background-color: #0b0b0b;
    border: 1px solid #666;
}
.modal-content .modal-header {
    border-bottom: 1px solid #666;
}
.modal-content .modal-header h5.modal-title {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    font-family: ff-meta-web-pro, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.modal-content .modal-header button.close {
    text-shadow: none;
    font-weight: 500;
    color: #888;
}
.popupform .superheader {
    width: 100%;
}
#contactform.popupform .superheader br,
.popupform br {
    display: none;
}
.popupform br {
    display: none;
}
#contactform.popupform .span-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #888;
    font-size: .9rem;
    margin-bottom: .5rem;
    display: block;
}
#contactform.popupform .form-label.superheader .wpcf7-form-control {
    border-radius: 0px;
    padding: 20px;
    border: 1px solid #666;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    font-family: ff-meta-web-pro, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1rem;
    color: #8c8c8c;
    font-weight: 300;
    height: 42px;
    width: 100%;
    background-color: #020202;
}
#contactform.popupform .form-label.superheader .wpcf7-form-control:focus {
    background-color: transparent;
    border-color: #80bdff;
    /* outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); */
	box-shadow: none;
	outline: none;
}
#contactform.popupform .form-label.superheader textarea.wpcf7-form-control {
    height: 186px;
    resize: none;
	margin-bottom: 27px;
}
#contactform.popupform .form-check {
    /*padding-left: 0;
    height: 38px;
    line-height: 38px;
	margin-bottom: 50px;*/
	float: right;
}
#contactform.popupform .form-check label {
    margin-bottom: 0;
	font-size: 1rem;
}
#contactform.popupform input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-style: solid;
    border-width: 1px;
    height: 38px;
    padding: .375rem .75rem;
    border: 1px solid #6088a1;
    border-radius: 0;
    background-color: #0b0b0b;
    color: #6088a1;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
#contactform.popupform input[type="submit"]:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.popupform .superheader.textarea {
    margin-top: 47px;
}
#contactform.popupform .form-check span.wpcf7-list-item {
    margin-left: 0;
}
.page-template-page-contact .modal-dialog.modal-dialog-scrollable {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    margin: 0px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
	color: #F00;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
	color: #00a0d2;
}
.entry-footer .postnav .postnavlink span:hover {
	color: #fff;
}
.form-check .wpcf7-list-item.first {
	position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check input[type="checkbox"] {
	position: absolute;
    opacity: 0;
    /*left: 20px;*/
	left: 0px;
    z-index: 999;
    width: 20px;
    margin: 0px;
    height: 20px;
    cursor: pointer;
    top: 4px;
}
.form-check input+span {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: #909090;
    font-weight: 300;
}
.form-check input:checked+span:before {
    background: #5e88a2;
    border: 1px solid #5e88a2;
}
.form-check input+span:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 17px;
    height: 17px;
    background: transparent;
    margin-top: 4px;
    border: 1px solid #656565;
}
.form-check input:checked+span:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.form-control:focus, 
.popupform .wpcf7-form-control:focus {
	background: transparent;
    outline: none;
    box-shadow: none;
}

.entry-content.image-search .card-columns .card {
	border: 0px solid;
	border-radius: 0px;
	margin-bottom: 20px;
	background-color: #151515;
}
.image-search .container {
	padding: 0px 25px;
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 425px) {  
	.entry-content.image-search .card-columns {column-count: 1;}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
	.entry-content.image-search .card-columns {column-count: 2;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.entry-content.image-search .card-columns {column-count: 2;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.entry-content.image-search .card-columns {column-count: 3;} 
}



/* ======= home slider image resize image overlap css ======= */
.desktop_img .item, 
.mobile_img .item {
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.desktop_img .owl-item, 
.mobile_img .owl-item {
    position: relative !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
}
.desktop_img .owl-item .item, 
.mobile_img .owl-item .item {
	opacity: 0;
}
.desktop_img .owl-item.active,  
.mobile_img .owl-item.active {
    opacity: 1;
}
.desktop_img .owl-item.active .item, 
.mobile_img .owl-item.active .item {
	opacity: 1;
}


/* ======== footer sticky ======== */

footer.site-footer {
	width: 100%;
	float: left;
	margin-top: auto !important;
	padding-bottom: 1rem;
}

.site-footer .fas, .site-footer .fab {
	margin: 0 .25rem;
}

.site-footer .fa-brands, .site-footer .fa-solid {
	margin: 0 .25rem;
}

/* ======== Search Lightbox ======== */



.search-results .mfp-figure:after { box-shadow: none;background: transparent; }



/* TEAM PAGE DESIGN AND POPUP START */

.row.team-bio-collapse {
    /* background-color: #000; */
    /* z-index: 999; */
    margin: 0px;
    position: absolute;
    width: 100%;
    left: 0;
	overflow: hidden;
    /* height: 0;
    display: none; */
}
/* .row.team-bio-collapse.active-collapse-team {
    display: block;
    height: auto;
} */
.team-bio-thumb {
    position: initial;
	cursor: pointer;
}
.row.team-bio-collapse .col-6.pops-team {
    width: 100% !important;
    min-width: 100%;
    padding: 60px;
    background-color: #000;
    transition: 0.9s ease;
    top: -568px;
	perspective: 1000px;
	/* display: block !important; */
	z-index: 9999;

	animation: growDown 300ms ease-in-out forwards;
  	transform-origin: top center;
    
}
.row.team-bio-collapse.active-collapse-team .pops-team {
    transition: 0.9s ease;
    top: 0;
    opacity: 1;
}
.row.team-bio-collapse .col-6.pops-team .close-team {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

@-moz-keyframes growDown {
	0% {
	  transform: scaleY(0);
	}
	80% {
	  transform: scaleY(1.1);
	}
	100% {
	  transform: scaleY(1);
	}
  }
  @-webkit-keyframes growDown {
	0% {
	  transform: scaleY(0);
	}
	80% {
	  transform: scaleY(1.1);
	}
	100% {
	  transform: scaleY(1);
	}
  }
  @-o-keyframes growDown {
	0% {
	  transform: scaleY(0);
	}
	80% {
	  transform: scaleY(1.1);
	}
	100% {
	  transform: scaleY(1);
	}
  }
  @keyframes growDown {
	0% {
	  transform: scaleY(0);
	}
	80% {
	  transform: scaleY(1.1);
	}
	100% {
	  transform: scaleY(1);
	}
  }
/* .row.team-bio-collapse .col-6.pops-team h2.my-2 {
   
    font-weight: 300;
} */
.row.team-bio-collapse .col-6.pops-team h4 {
    font-size: 15px;
   
}

.team-bio-thumb .team-click.inactive-team {
    opacity: 0.5;
}
.team-bio-thumb .team-click {
    opacity: 1;
    z-index: 99;
    position: relative;
}