/*

1 Reset Css #res
2 Font Face #face
3 Inputs #input
4 Global Styles #glob
5 Wrappers #wrap
6 Custom CSS #custom
7 Media Query #media

*/


/*================================= 1 Reset Css ( #res ) =================================*/

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

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	text-decoration: none;
	outline: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #006db7;
	transition: all 0.5s ease 0s;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ababab;
	margin: 50px auto;
	padding: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

:hover {
	transition: all 0.5s ease 0s;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

#wp-toolbar ul:after {
	content: none;
}

.clearfix:after,
ul:after,
ol:after,
.full_row:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/*================================= 2 Font Face ( #face ) =================================*/


/* TypoGraphy */


/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
*/



@font-face {
	font-family: "MaisonNeueBook";
	src: url("fonts/MaisonNeueBook.woff2") format("woff2"), url("fonts/MaisonNeueBook.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "MaisonNeueThin";
	src: url("fonts/MaisonNeueThin.woff") format("woff"), url("fonts/MaisonNeueThin.woff") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MaisonNeueBold";
	src: url("fonts/MaisonNeueBold.woff") format("woff"), url("fonts/MaisonNeueBold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MaisonNeueBoldCond";
	src: url("fonts/MaisonNeueBold.woff") format("woff"), url("fonts/MaisonNeueBold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MaisonNeueMedium";
	src: url("fonts/MaisonNeueBook.woff2") format("woff2"), url("fonts/MaisonNeueBook.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}


/*================================= 3  Inputs ( #input ) =================================*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #dfdfdf;
	font-style: normal;
}

:-moz-placeholder {
	color: #dfdfdf;
	font-style: normal;
}

::-moz-placeholder {
	color: #dfdfdf;
	font-style: normal;
}

:-ms-input-placeholder {
	color: #dfdfdf;
	font-style: normal;
}

button::-moz-focus-inner {
	border: 0;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="submit"] {
	background: #dad955 none repeat scroll 0 0;
	border: 2px solid #dad955;
	font-family: "MaisonNeueBook";
	color: #00355a;
	font-size: 15px;
	padding: 15px 34px;
	margin-top: 0;
	font-weight: 700;
	transition: all 0.5s ease 0s;
}

input[type="submit"],
input[type="button"] {
	cursor: pointer;
}

input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

input:focus {
	outline: none;
}

body textarea {
	resize: none;
	height: 270px;
	font-size: 18px;
	font-style: italic;
	color: #656565;
	line-height: 31px;
	padding: 15px 0 0 25px;
	border-color: #b7b7b7;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
	background: #f8f7f7;
	border: 1px solid #d6d5d2;
	border-radius: 0;
	color: #343434;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	box-shadow: none;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: #f3f3f3;
}

form label {
	color: #006db7;
	font-size: 16px;
	display: block;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.form_row {
	padding-bottom: 25px;
}

.form_row.msg_row {
	padding-bottom: 10px;
}

.form_row.submitrow {
	padding-bottom: 0;
}

input:required {
	box-shadow: none;
}


/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*================================= 4 Global Styles (#glob) =================================*/


/* Image Alignment */

.alignnone,
a img.alignnone {
	margin: 5px 0 50px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 60px auto;
}

.alignright,
a img.alignright {
	float: right;
	margin: 5px 0 60px 60px;
}

.alignleft,
a img.alignleft {
	float: left;
	margin: 5px 60px 60px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "MaisonNeueBoldCond";
}

h2 {
	color: #00355f;
/*	font-family: "Raleway", sans-serif;*/
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}

p,
.content_row ul li,
.content_row ol li {
	color: #636363;
	font-size: 20px;
	font-weight: 400;
	font-family: "MaisonNeueBold";
	line-height: 30px;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

p a {
	color: #006db7;
}

p strong {
	font-weight: 700;
}

p em {
	font-style: italic;
}

.content_row ul,
.content_row ol {
	padding-bottom: 10px;
}

.content_row ul li,
.content_row ol li {
	margin-bottom: 5px;
	position: relative;
	color: #343434;
}

.content_row ul li {
	padding-left: 20px;
}

.content_row ul li:before {
	color: #444444;
	content: "•";
	font-weight: bold;
	left: 0;
	position: absolute;
	font-size: 6px;
}

.content_row ul ul,
.content_row ol ul,
.content_row ol ol {
	padding: 5px 0;
}

.content_row ol {
	counter-reset: section;
}

.content_row ol li {
	padding-left: 40px;
}

.content_row ol>li:before {
	content: counter(section, decimal);
	counter-increment: section;
	padding-right: 5px;
	position: absolute;
	left: 0;
}

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


/* ================================= 5 Wrappers #wrap ================================= */

body {
	background: #f6f6f6;
	font-family: "MaisonNeueMedium", sans-serif;
	line-height: 1;
	color: #343434;
}

.container {
	/* max-width: 1150px; */
	max-width: 1300px;
	width: 100%;
}

.full_row {
	width: 100%;
	float: none;
	margin: 0 auto;
}

.small_container {
	max-width: 850px;
	margin: 0 auto;
	float: none;
}

.site_full {
	max-width: 1900px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}


/* ================================= 6 Custom CSS #custome ================================= */

.space {
	padding: 80px 0;
}

h1 {
	font-size: 52px;
	line-height: 1.1;
	padding-bottom: 25px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	color: #0d2d51;
}

h1:after {
	content: "";
	background: #dad955;
	display: block;
	height: 6px;
	margin: 0 auto;
	position: absolute;
	width: 95px;
	left: 0;
	right: 0;
	bottom: 0;
}

.btn {
	border: 2px solid #00355a;
	color: #00355a;
/*	font-family: "Raleway";*/
	font-size: 35px;
	background: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 20px;
	text-align: center;
	font-weight: normal;
	border-radius: 0;
	letter-spacing: 1px;
	position: relative;
	line-height: 40px;
	min-width: 280px;
}

.btn:hover {
	background-color: #00355a;
	color: #fff;
}

.tra_btn {
	border-color: #fff;
	color: #fff;
}


/* Header */

.page_title h1 {
	letter-spacing: 1px;
	color: #0d2d51;
	text-transform: uppercase;
}

.sticky .logo {
	display: inline-block;
	max-width: 200px;
}

a.logo {
	max-width: 100%;
	display: inline-block;
}

img {
	max-width: 100%;
}

header.sticky .top_nav {
	margin-top: -70px;
	opacity: 0;
}

.sticky.main_header {
	background-color: #00355a;
	padding: 15px 0;
}

.main_header {
/*	font-family: "Raleway", sans-serif;*/
	padding: 30px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	transition: all 0.5s ease 0s;
}

.sticky .logo_col a .normal_logo {
	opacity: 0;
}

header .top_nav {
	transition: all 0.5s ease 0s;
	text-align: right;
}

header .bottom_nav {
	text-align: right;
}

header .bottom_nav>ul>li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}

header .top_nav ul li {
	display: inline-block;
	position: relative;
}

header .bottom_nav li a {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0;
}

.normal_logo {
	opacity: 1;
	visibility: visible;
	max-height: 280px;
	transition: all 0.5s ease 0s;
}

.sticky_logo {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	height: 0;
}

header.sticky .normal_logo {
	opacity: 0;
	visibility: hidden;
	max-height: 80px;
	transition: all 0.5s ease 0s;
}

header.sticky .sticky_logo {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease 0s;
	height: 80px;
	object-fit: contain;
}

header .bottom_nav ul li:last-child .sub-menu {
	left: auto;
	right: 0;
	text-align: right;
}

header .bottom_nav>ul>li a {
	font-weight: 700;
	color: #fff;
	font-weight: normal;
	padding: 25px 20px;
	display: inline-block;
	position: relative;
	font-family: "MaisonNeueThin";
	text-transform: uppercase;
}

header .bottom_nav ul li a:before {
	width: 0px;
	height: 2px;
	background-color: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	transition: all 0.5s ease 0s;
}

header .bottom_nav ul li.current-menu-item a:before {
	width: 15px;
}

header .bottom_nav ul li:hover a:before {
	width: 15px;
}

header .bottom_nav ul .sub-menu a:before {
	content: none;
}

header .bottom_nav .sub-menu {
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	width: auto;
	min-width: 300px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
	background-color: #00355a;
	text-align: left;
	pointer-events: none;
}

header .bottom_nav ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	top: 100%;
	z-index: 9;
}

.bottom_nav ul .sub-menu li a {
	padding: 10px 10px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #054979;
}

.main_header .row {
	align-items: center;
}

.bottom_nav ul .sub-menu li:hover a {
	color: #00355a;
	background-color: #fff;
}

.default_page {
	padding: 150px 15px 50px 15px;
}

.grid {
	margin-top: 85px !important;
}

.button-group.filters-button-group {
	text-align: center;
	display: table;
	margin: 0 auto;
}

.filters-button-group .item.is-checked {
	background: #dad955;
}

.filters-button-group .item:focus {
	outline: none !important;
}

.filters-button-group .item {
	background: #575759 none repeat scroll 0 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-family: "MaisonNeueBook";
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 2px 0;
	padding: 7px 17px;
	text-align: center;
	border: 1px solid #ffffff !important;
	transition: all 0.5s ease 0s;
}

.filters-button-group .item:hover {
	background: #dadc57;
}

.people .item.is-checked {
	background: #dadc57 none repeat scroll 0 0;
}

.people .grid h6 {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	color: #00355f;
	font-family: "MaisonNeueBoldCond";
}

.people .grid .element-item {
	margin-bottom: 60px;
}

.people .figure {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.people .figure img.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.people.space {
	padding-bottom: 20px;
}

.people .figure:hover img.image-hover {
	opacity: 1;
}

.news-media .latest-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.news-media .latest-img a {
	height: 100%;
	display: block;
	width: 100%;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
}

.news-media .below-link {
	background: #707070 none repeat scroll 0 0;
	border: 0;
	color: #fff;
	display: block;
	font-family: "MaisonNeueBook";
	font-size: 33px;
	line-height: 56px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-top: 20px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-media .below-link:hover {
	background-color: #dadc55;
}

.news-media ul.social-media-list li:first-child {
	margin-top: 0;
}

.news-media ul.social-media-list {
	margin-bottom: 40px;
}

.news-media ul.social-media-list li a:hover {
	color: #575757;
}

.news-media ul.social-media-list li {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.news-media ul.social-media-list li a.social-icon {
	width: 82px;
	height: 82px;
	display: flex;
	text-align: center;
	background: #00355f;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	border-radius: 50%;
}

.news-media ul.social-media-list li a {
	color: #00355f;
	display: block;
	font-family: "MaisonNeueBook";
	font-size: 18px;
	line-height: 26px;
	word-break: break-all;
}

.news-media .news_media_box {
	height: 100%;
	padding-bottom: 120px;
	position: relative;
}

.news-media ul.social-media-list li a.social-icon i {
	font-size: 40px;
	color: #fff;
}

.news-media ul.social-media-list li a.social-icon:hover {
	background: #dad955;
}

ul.social-media-list li a:last-child {
	width: calc(100% - 110px);
}


/* Footer */


/* .blank_footer{padding-bottom: 740px;} */

footer {
	background: #00355a;
/*	font-family: "Raleway", sans-serif;*/
	/* position: fixed;  */
	bottom: 0;
	width: 100%;
	z-index: 8;
}

.footer {
	padding: 40px 0 30px !important;
}

.footer .col-md-3 {
	border-right: 1px solid #78aec9;
}

.footer ul li {
	padding-bottom: 5px;
}

.footer ul li.current_page_item a {
	color: #dad955;
}

.footer ul li a {
	color: #ffffff;
	font-family: "MaisonNeueThin";
	font-size: 15px;
	line-height: 22px;
	display: block;
	padding: 7px 0;
	text-transform: uppercase;
}

.footer.project_footer ul li a {
	letter-spacing: 1px;
}

.footer ul li a:hover {
	color: #dad955;
}

.footer .contact-info {
	max-width: 100%;
	padding-left: 60px;
}

.footer .contact-info .custom-logo-link {
	display: inline-block;
}

.footer .contact-info .footer_logo {
	margin-bottom: 44px;
	display: inline-block;
}

.footer .contact-info .logs {
	display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer .contact-info .badge_image, .footer .contact-info .custom-logo-link{
  flex:0 0 50%;
  max-width: 50% !important;
}
.footer .contact-info .badge_image img, .footer .contact-info .custom-logo-link img{
  width: 100%;
  max-width: 160px;
}
.footer .contact-info .badge_image img{
  margin: 0 auto;
  display: block;
}

/* .footer .contact-info .aio_logo {
	max-width: 100%;
	max-height: 165px;
	margin-left: auto;

} */

.footer .contact-info address {
	margin-bottom: 20px;
}

.footer .contact-info p,
.footer .contact-info address {
	font-family: "MaisonNeueThin";
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

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

.footer .contact-info a:hover {
	color: #dad955;
}

.footer .social-icons-part ul li {
	display: inline-block;
	margin: 0 10px;
}

.project_footer .social-icons-part ul li {
	padding: 0 !important
}

.social-icons-part {
	margin-top: 20px;
}

.social-icons-part .icon {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 100%;
	color: #00355a;
	height: 43px;
	line-height: 46px;
	margin: 0;
	text-align: center;
	width: 43px;
	margin: 0 9px;
	border: 1px solid #fff;
	display: inline-block;
}

footer .social-icons-part a {
	height: 35px;
	width: 35px;
	background-color: rgb(255, 255, 255);
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: rgb(0, 53, 90) !important;
	font-size: 20px !important;
	text-align: center;
}

footer .social-icons-part a:hover {
	background-color: #dad955;
}

footer .social-icons-part a i {
	font-size: 16px;
	line-height: 35px;
	transition: none;
}

footer.project_footer .social-icons-part a i {
	font-size: 16px;
	line-height: 16px;
}

footer.project_footer .social-icons-part a {
	height: 40px;
	width: 40px;
	font-size: 22px;
}

#modal-neighborhood .mfp-close {
	color: #fff;
	background-color: #333;
	transition: all 0.5s ease 0s;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

footer .social-icons-part a i:hover {
	color: #00355a;
}

footer .copy_right_scetion {
	text-align: left;
	padding: 15px 0 30px;
}

footer .copy_right_scetion p {
	font-family: "MaisonNeueThin";
	font-size: 13px;
	color: rgb(255, 255, 255);
}

footer .copy_right_scetion a {
	color: #fff;
	text-decoration: none;
}

footer .copy_right_scetion a:hover {
	text-decoration: none;
}

.copy_right_scetion {
	text-align: center;
}

.copy_right_scetion p {
	text-align: center;
	margin-bottom: 0;
}


/* footer{ display:none;} */

footer.active {
	display: block;
}

footer input[type="text"],
footer input[type="email"],
footer textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 15px;
	padding: 14px 15px;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #dfdfdf;
	letter-spacing: 1px;
	margin: auto;
}

footer input[type="text"]:focus,
footer input[type="email"]:focus,
footer textarea:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

footer textarea {
	height: 200px;
}

footer ::placeholder {
	color: #999999;
	font-size: 14px;
}

footer .copy_right_scetion a:hover {
	color: #dad955;
}

.wpcf7-not-valid {
	border-color: #ff0000 !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

.footer-contact-form h3 {
	color: #ffffff;
	font-size: 32px;
	font-family: "MaisonNeueBold";
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 25px;
}


/*Mobile menu*/

.mo_menu {
	display: none;
	background-color: #00355a;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 15px;
/*	font-family: "Raleway", sans-serif;*/
	z-index: 999;
}

.mm-listview>li>a,
.mm-listview>li>span {
	font-size: 16px;
}

.mo_menu .logo {
	max-width: 200px;
}

.mo_menu ul {
	display: flex;
	align-items: center;
}

.mo_menu ul li:first-child {
	width: 80%;
	float: left;
}

.mo_menu ul li:last-child {
	width: 20%;
	float: left;
}

.mo_menu ul li a {
	color: #fff;
}

.mo_menu ul li:nth-child(2) {
	text-align: right;
}

.mo_menu ul li:nth-child(2) a {
	font-weight: 700;
}

.mo_menu .fas.fa-bars {
	padding: 6px;
	border: 1px solid #fff;
	font-size: 18px;
}

.mo_menu .logo {
	max-width: 110px!important;
}
.mm-menu {
	background-color: #00355a;
/*	font-family: "Raleway", sans-serif;*/
}

.main_page_wrapper {
	position: relative;
	z-index: 9;
	background-color: #fff;
}

.current_projects,
.latest_blogs {
	padding: 25px;
	clear: both;
	border: 1px solid #999999;
	height: calc(100% - 60px);
	display: flex;
	align-items: center;
}


/*.what_is_new_band .btn { position: absolute; bottom: 0; left: 0; width: calc(100% - 30px) !important; left: 15px; }*/

.current_projects .owl-controls {
	display: none;
}

.social_media_content {
	padding: 25px;
	margin-bottom: 25px;
	clear: both;
	border: 1px solid #999999;
}

.current_projects .item .project_wrapper {
	margin-bottom: 20px;
}

.project_wrapper {
	opacity: 1;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.current_projects h3 {
	color: #ffffff;
	font-family: "MaisonNeueBook";
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 0;
	text-align: center;
	line-height: 19px;
}

.current_projects .item a {
	color: #ffffff;
}

.project_wrapper a {
	position: relative;
	z-index: 2;
	display: block;
}

.current_projects figure:hover .project_wrapper a::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.what_is_new_band .btn,
.social_media .btn {
	background: #707070 none repeat scroll 0 0;
	border: 0;
	color: #fff;
	display: block;
	font-family: "MaisonNeueBook";
	font-size: 41px;
	line-height: 56px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-top: 25px;
}

.vision_statements_band .container {
	max-width: 900px;
}

.what_is_new_band .btn:hover,
.social_media .btn:hover {
	background-color: #dadc55;
}

.social_icon {
	margin-left: 15px;
}

.social_icon i {
	color: #fff;
	transition: all 0.5s ease 0s;
	text-align: center;
	font-size: 50px;
	line-height: 80px;
	height: 80px;
	width: 80px;
	border-radius: 50px;
	background: #00355a;
}

.social_icon i:hover {
	background: #dadc55;
}

.latest_blogs li {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	width: 100%;
}

.latest_blogs li:first-child {
	padding-top: 0px;
}

.latest_blogs li:last-child {
	padding-bottom: 0px;
}

.latest_blogs .col-md-3 {
	padding: 0;
	width: 20%;
}

.latest_blogs .col-md-9 {
	padding: 0 0 0 11px;
	text-align: center;
	width: 80%;
}

.latest_blogs li:not(:last-child)::after {
	background: #dad955 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.social_media_content .col-md-4:not(:last-child) {
	border-right: 1px solid #dad955;
}

.social_content {
	padding-left: 25px;
}

.latest_blogs h3,
.latest_blogs .date {
	color: #00355f;
	font-family: "MaisonNeueBook";
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 16px;
	margin-bottom: 8px;
	text-transform: none;
}

.latest_blogs .date {
	font-weight: 400;
}

.current_projects .item a {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.current_projects .item a h4 {
	color: #ffffff;
	font-family: "MaisonNeueBook";
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0 0;
	text-align: center;
	line-height: 19px;
	position: absolute;
	top: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.7);
	width: 100%;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
}

.current_projects .item a:hover h4 {
	top: 0;
}

.what_is_new_band {
	padding-top: 80px;
}

.social_media {
	padding: 60px 0 60px;
}

.social_icon,
.social_content {
	display: inline-block;
	vertical-align: middle;
}

.video_wrapper {
	padding-top: 50px;
	text-align: center;
}

.vision_statements_band.space {
	background-color: #f0f0f1 !important;
	position: relative;
}

.vision_statements_band .flip_about {
	padding-bottom: 3px;
	display: flex;
	justify-content: center;
}

.vision_statements_band .flip_image img:hover,
.flip_about .col-md-4:hover {
	cursor: pointer;
}

.vision_statements_band .flip_about_box {
	padding: 0 3px !important;
}

.flip_about_box.col-md-3 {
	padding: 0 2.5px !important;
}

.vision_statements_band .row.flip_about:nth-child(2) {
	margin: 0 -12.5px;
}

.vision_statements_band .figure_wrapper {
	transition: all 0.5s ease 0s;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 100%;
	height: 100%;
	width: 100%;
}

.vision_statements_band .flip_about .figure_wrapper a {
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s ease 0s;
	max-width: 100%;
	width: 100%;
}


/*.vision_statements_band .flip_img {
  transition: all 0.5s ease 0s;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.vision_statements_band .flip_about{

}

.vision_statements_band .flip_about .flip_active {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  transition: 0.6s;
  position: relative;
}

.vision_statements_band .flip_about .flip_image{
      -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}*/

.vision_statements_band .figure_wrapper img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease 0s;
	width: 100%;
}


/*.vision_statements_band .card {
  transition: all 0.5s ease 0s;
  -webkit-transform: rotateY(180deg);
  justify-content: center;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  background-size: 100% !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}*/

.flip_about_box .flip_image {
	height: inherit;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.flip_about_box .card {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-size: cover !important;
	border-radius: 0 !important;
}

.flip_about_box * {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.flip_about_box.flip_active .flip_image {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.flip_about_box.flip_active .card {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.vision_statements_band .card p {
	font-family: "MaisonNeueBook";
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	color: #ffffff;
	transition: all 0.5s ease 0s;
	z-index: 4;
	position: relative;
	margin: 0px !important;
	padding: 0 5px;
}

.vision_statements_band .card:after {
	background: rgba(0, 53, 95, 0.8);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0.8;
}

.vimeo-link {
	position: relative;
	display: inline-block;
}

.pulsing {
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pulsing,
.pulsing:before,
.pulsing:after {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	border-radius: 50%;
}

.pulsing:before,
.pulsing:after {
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	opacity: 0;
	border: 4px solid #fff;
	animation: pulse 3s infinite ease-out;
	top: 0;
}

.pulsing:before {
	content: "";
	animation-delay: 0s;
}

.pulsing:after {
	content: "";
	animation-delay: 1.5s;
}

.pulsing i {
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
}

@keyframes pulse {
	from {
		transform: scale(1);
		opacity: 0.5;
	}
	to {
		transform: scale(3, 3);
		opacity: 0;
	}
}

.what_is_new_band .latest_blogs a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.what_is_new_band .latest_blogs a .news_img {
	width: 145px;
	margin-right: 15px;
}

.what_is_new_band .latest_blogs a .news_content {
	width: calc(100% - 160px);
	text-align: center;
}

.project_category_list ul {
	display: flex;
	flex-wrap: wrap;
}

.project_category_list ul li {
	flex: 0 0 25%;
	max-width: 25%;
}

.project_category_image {
	position: relative;
	margin: 2px;
	overflow: hidden;
}

.project_category_list a .project_category_image img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.project_category_list a:hover .project_category_image img {
	transform: scale(1.2);
}

.project_category_image h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s ease 0s !important;
	font-family: MaisonNeueBook;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 9;
}

.project_category_list ul li a,
.project_category_posts ul li a {
	position: relative;
	overflow: hidden;
}

.project_category_list ul li a .project_category_image:after,
.project_category_posts ul li a .project_category_image:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s ease 0s;
}

.project_category_list ul li a:hover .project_category_image:after,
.project_category_posts ul li a:hover .project_category_image:after {
	top: 0;
}

.project_category_list ul li a:hover h3,
.project_category_posts ul li a:hover h3 {
	background-color: transparent !important;
	bottom: 50%;
	transform: translateY(50%);
}

.title_space {
	padding-top: 80px;
	text-align: center;
}

.page_title p {
	color: #959595;
	font-family: "MaisonNeueMedium";
	font-size: 18px;
	line-height: 20px;
}

.social_media_content .social_content {
	width: 100%;
}

.social_media_content .col-md-4 {
	display: flex;
}

.social_media_content .social_icon {
	margin-right: 15px;
}

.social_media_content #cff .cff-item {
	border-bottom: none !important;
}

.social_media_content .social_content a {
	color: #00355a !important;
}

.social_media_content .social_content span,
.social_media_content .social_content a,
.social_media_content .social_content p {
	font-family: "MaisonNeueBook" !important;
	font-size: 14px !important;
	line-height: 18px !important;
}

.about_us_band .site_full {
	max-width: 1500px;
}


/* end */

.about_us_band .container-mission {
	padding: 0 180px;
}

.about_us_band .right-image {
	padding-left: 60px;
}

.about_us_band h2 {
	color: #00355f;
	font-family: "MaisonNeueBook";
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}

.about_us_band span.s1 {
	background: #dadc56 none repeat scroll 0 0;
	font-family: "MaisonNeueBook";
	font-size: 26px;
	line-height: 38px;
	padding: 5px 30px 5px 15px;
	color: #00355a;
}

.about_us_band p {
	color: #000000;
	font-family: "MaisonNeueBold";
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 16px;
}

.about_us_band .right-image img {
	margin-bottom: 60px;
}

.about_us_band .right-image:last-child img {
	margin-bottom: 0px;
}

.about_us_band .about-content {
	padding: 15px;
}


/* Latest news */

.latest-posts .container {
	max-width: 1500px;
}

.latest-posts .container .col-md-2 {
	padding-right: 0px;
	padding-left: 0px;
}

.latest-posts .container .col-md-10 {
	padding-right: 0px;
	padding-left: 0px;
}

.latest-posts ul.category-list {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}

.latest-posts ul.category-list li {
	display: inline-block;
}

.latest-posts ul.category-list li a {
	background: #575759 none repeat scroll 0 0;
	color: #fff;
	line-height: 20px;
	font-size: 18px;
	display: block;
	font-family: "MaisonNeueBook";
	padding: 11px 17px;
}

.latest-posts ul.category-list li a:hover {
	background: #dadc57 none repeat scroll 0 0;
}

.latest-posts .menu-news-menu-container {
	margin-bottom: 80px;
	margin-top: 60px;
}


/* .latest-posts .content-section img {width: 100%;} */

.latest-posts .content-section span.number-show {
	position: absolute;
	color: #00355f;
	font-family: "MaisonNeueBoldCond";
	font-size: 75px;
	background: #fff;
	line-height: 133px;
	width: 133px;
	text-align: center;
}

.latest-posts .content-section .thumbnail-section {
	margin-bottom: 25px;
	background-color: transparent;
}

.latest-posts .content-section h2.blog-title {
	font-family: "MaisonNeueBold";
	font-size: 55px;
	line-height: 58px;
	text-transform: none;
	margin-top: 0;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: 20px;
	position: relative;
}

.latest-posts .content-section h2.blog-title a {
	color: #00355f;
}

.latest-posts .content-section span.below-line {
	width: 75px;
	height: 3px;
	background: #dadc56 none repeat scroll 0 0;
	display: block;
	margin: 10px 0 15px;
}

.latest-posts .row {
	margin-bottom: 150px;
}

.content-section p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 12px;
}

.content-section p a,
.content-section p strong {
	color: #000;
}

.content-section .content h2 {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: 30px;
}

.content-section .content h2 strong {
	font-weight: 600;
}

.content-section .content .wp-caption {
	max-width: 100%;
	background-color: #f6f6f6;
	padding: 8px;
	text-align: left;
	margin-bottom: 0;
}

.content-section .content .wp-caption-text {
	padding: 8px 10px 8px;
	margin: 0 !important;
}

.latest-posts ul.category-list li.current-menu-item a {
	background: #dadc56 none repeat scroll 0 0;
}

.navigation {
	display: block;
	text-align: center;
}

.navigation ul li {
	display: inline-block;
	margin-right: 10px;
	line-height: 23px;
}

.navigation ul li.active {
	border-bottom: 2px solid #000;
	font-weight: bold;
}

.navigation ul li a {
	font-size: 27px;
	color: #000;
}

/* search result */

.search-result-item {
	margin-bottom: 20px;
}

.search-post-img a {
	display: block;
}

.search-result .search-post-img img {
	width: 100%;
}

.search-post-content h2 {
	font-size: 30px;
	line-height: 32px;
}

.search-post-content a {
	color: #00355a;
}


/* 404 Not found */

.not-found-page {
	text-align: center;
}

.not-found-page h2 {
	font-size: 110px;
	line-height: 120px;
	display: block;
	font-weight: 700;
	margin: 40px 0;
}

.not-found-page p {
	line-height: 30px;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

ul.not-found-content {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

ul.not-found-content li {
	padding: 15px 30px;
	position: relative;
}

ul.not-found-content li.round-shape {
	border-left: 2px solid #00355f;
	border-right: 2px solid #00355f;
}

ul.not-found-content li.round-shape span {
	padding: 12px;
	font-size: 20px;
	background: #00355f;
	color: #fff;
	border-radius: 50%;
}

ul.not-found-content li a {
	font-size: 22px;
	padding: 10px 22px;
	text-transform: uppercase;
	border: 2px solid #00355f;
	color: #00355f;
}

ul.not-found-content li a:hover {
	background: #00355f;
	color: #fff;
}

ul.not-found-content li form input[type='text'] {
	height: 50px;
	border-color: #00355f;
}

ul.not-found-content li form input[type='text']::placeholder {
	color: #00355f;
}


/* vision */

.vision_statements.site_full {
	padding: 0;
}

.vision_statements_band {
	background-color: #f0f0f1 !important;
	position: relative;
	padding-bottom: 70px;
}

.vision_statements .s2 {
	font-size: 42px;
	position: relative;
	margin: 0;
	padding-left: 175px;
	background: #dadc56;
	color: #00355f;
	font-family: "MaisonNeueBook";
	padding: 10px 75px 10px 150px;
	display: inline-block;
}

.vision_statements .s2:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	border-style: solid;
	border-width: 80px 45px 0px 50px;
	border-color: transparent #ffffff transparent transparent;
}

.vision_statements_band h6 {
	text-align: center;
	color: #00355f;
	font-weight: 400;
	font-style: normal;
	font-family: "MaisonNeueBoldCond" !important;
	font-size: 24px;
	padding-top: 8px;
}


/* Paralax */

::marker {
	content: "";
}

.number-list .content_row ol>li:before {
	border: 1px solid #595959;
	border-radius: 100%;
	color: #dadc56;
	font-size: 32px;
	height: 48px;
	line-height: 52px;
	text-align: center;
	width: 48px;
	padding-right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.number-list {
	background-size: cover;
	background-attachment: fixed;
	min-height: 580px;
	background-position: 50% 23px;
	position: relative;
	padding-top: 60px;
}

.overlay_op {
	position: relative;
}

.overlay_op:after {
	content: "";
	background: #000;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.number-list .container {
	max-width: 1500px;
}

.number-list-item {
	padding: 40px 0 20px 15px;
	position: relative;
	z-index: 1;
}

.number-list h3.number-list-title {
	font-size: 30px;
	position: relative;
	margin: 0;
	padding-left: 175px;
	background: #dadc56;
	color: #ffffff;
	font-family: "MaisonNeueBook";
	padding: 10px 75px 10px 150px;
	display: inline-block;
	z-index: 1;
}

.number-list-item ol {
	column-count: 2;
}

.number-list-item ol li {
	list-style-type: decimal;
	color: #fff;
	padding: 25px 10px 25px 80px;
	font-family: "MaisonNeueBoldCond";
	font-size: 25px;
}

h3.number-list-title:after {
	border-color: #dadc56 transparent transparent;
	border-style: solid;
	border-width: 53px 30px 50px 0;
	content: "";
	font-size: 0;
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
}


/* Culture section */

.yellow-bg {
	background: #dedb64;
}

.culture .row {
	margin: 0;
}

.culture .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.culture .culture-img img {
	display: none;
}

.culture-content {
	margin: 60px;
	max-width: 600px;
}

.culture-content p {
	color: #000000;
	font-family: "MaisonNeueBold";
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 16px;
	margin: 0 0 22px;
	line-height: 23px;
}

.culture-content h3 {
	color: #000000;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: 30px;
	padding-bottom: 30px;
	font-size: 24px;
}

.culture .culture-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.sticky_header_page {
	padding-top: 110px;
}


/* latest single post */

.single-blog-page {
	padding-top: 100px;
}

.single-post header.main_header {
	background: #00355a;
}

.title h2 {
	color: #00355f;
	font-family: "MaisonNeueBold";
	font-size: 42px;
	line-height: 46px;
	margin-top: 13px;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

.single .blog span.date {
	text-transform: uppercase;
	font-size: 11px;
}

.single .blog {
	font-size: 11px;
	color: #828282;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single .blog a {
	color: #828282;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
}

.single .blog a:hover {
	color: #000;
}

.single .blog_image {
	margin: 30px 0px;
}

.single .allarticle p,
.blogdescription,
.blog-details-text p,
.blog-details-text {
	color: #707070;
	font-family: "MaisonNeueMedium";
	font-size: 15px;
	line-height: 25px;
	margin: 16px 0 0;
}

.single .content h2 {
	font-size: 24px;
	font-weight: 600px;
	color: #000000;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.latest_post .sl-wrapper .sl-icon {
	font-size: 12px;
}

.sl-wrapper .sl-count {
	color: #000 !important;
	letter-spacing: 1px;
}

.comment-option a {
	font-size: 12px;
	text-transform: uppercase;
}

.sl-wrapper a,
.comment-option a {
	color: #000 !important;
	letter-spacing: 1px;
}

.like-comment .sl-wrapper a {
	padding-left: 0;
}

.like-comment i,
.like-comment .sl-icon {
	color: #9a9a9a;
	;
}


/* .single .content {padding: 54px 0px;} */

.single .wp-caption {
	max-width: 100%;
	background-color: #f6f6f6;
	padding: 8px;
	text-align: left;
}

.single .wp-caption-text {
	margin: 0;
	padding: 8px 10px 8px;
	margin: 0 !important;
}

.single figure:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	opacity: 0.15;
}

.single .content p {
	color: #707070;
	font-family: "MaisonNeueMedium";
	font-size: 15px;
	line-height: 25px;
	margin: 16px 0 0;
}

.single .content p a {
	color: #000;
}

.single .content a:hover {
	color: #575757;
}

.single .content h2 strong {
	font-weight: 600;
}

.latest_post .container {
	border-top: 1px solid #e5e5e5;
}

.latest_post .post-details {
	color: #868e9e;
}

.latest_post .post-details span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.latest_post .post-details span a:hover {
	color: #000;
}

.latest_post .image {
	overflow: hidden;
	max-height: 250px;
}

.latest_post .image img:hover {
	transform: scale(1.2);
	opacity: 0.7;
}

.latest_post .container h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	padding: 50px 0px;
	text-transform: uppercase;
}

.next-previous-project .previous-project a {
	position: fixed;
	left: -151px;
	top: 49%;
	z-index: 5;
	opacity: 1;
}

.next-previous-project .next-project a {
	position: fixed;
	right: -155px;
	top: 49%;
	z-index: 5;
	background-color: #585858;
}

.next-previous-project .next-project a span {
	font-weight: 400;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
	font-size: 9px;
	top: 83px;
	padding-top: 10px;
	display: block;
	width: 100%;
	left: 32p;
}

.next-previous-project .next-project a img:nth-child(3),
.previous-project a img:nth-child(2) {
	opacity: 1;
}

.next-previous-project .next-project a img,
.previous-project a img {
	max-height: 83px;
}

span.comment-option {
	padding-left: 15px;
}

.next-previous-project .next-project a:hover {
	right: 0;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}

.next-previous-project .previous-project a:hover {
	left: 0;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}

.next-previous-project .previous-project a span {
	font-weight: 400;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
	font-size: 9px;
	top: 83px;
	padding-top: 10px;
	display: block;
	width: 100%;
	left: 20px
}

.single .col-md-4 .blog_content {
	padding-top: 10px;
}

.single .col-md-4 .blog_content a {
	color: #828282;
}

.single .col-md-4 .blog-titel a {
	color: #000;
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 10px;
	text-transform: uppercase;
	line-height: 23px;
}

.single .col-md-4 .blog_content p {
	font-size: 16px;
	line-height: 23px;
}

.single .latest_post {
	padding-bottom: 60px;
}

.comment-box .container {
	border-top: 1px solid #e5e5e5;
}

.comment-box .comments-area {
	margin-top: 50px;
	margin-bottom: 50px;
}

.comment-box .comments-area h3 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.comment-box p.logged-in-as a {
	color: #000;
	font-size: 16px;
}

.comment-box p.comment-form-comment label {
	color: #000;
}

.comment-box textarea#comment {
	height: 70px;
	border: none;
	background: transparent;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.comment-box textarea#comment::placeholder,
.comment-box input::placeholder {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-box input#submit {
	padding: 0px 15px;
	background: #000;
	color: #fff;
	font-size: 14px;
	border: 1px solid #000;
	display: block;
}

.comment-box input#submit:hover {
	background: #fff;
	color: #000;
	border-color: #000;
}

.comment-box textarea.error {
	border-color: #FF0000 !important;
}

.comment-box p {
	margin-bottom: 30px;
}

.comment-box .comment-form-comment div.error,
.comment-box .comment-form-author div.error,
.comment-box .comment-form-email div.error,
.comment-box p.comment-notes {
	display: none !important;
}

.comment-box p.comment-form-cookies-consent input {
	display: inline-block;
	width: auto;
}

.comment-box p.comment-form-cookies-consent label {
	display: inline-block;
	color: #000;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 23px;
}

.comment-box input {
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.comment-box p:last-child {
	display: inline-block;
}

.comment-box p.note {
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.seperator-line {
	margin: 20px 0;
	background: #000;
	height: 2px;
	width: 30px;
}

.wpcf7-response-output {
	padding: 10px !important;
	color: #000;
	text-align: center;
	border-color: #dad955 !important;
}

footer .wpcf7-response-output {
	color: #fff;
}

.award_page .grid {
	display: flex;
	flex-wrap: wrap;
}

.award_page .grid.masonry-items {
	margin: 0 -30px;
}

.award_page .awardsinfo {
	overflow: hidden;
}

.award_page .awrds_info h2 {
	font-family: "MaisonNeueBoldCond";
	line-height: 13px;
	padding-bottom: 4px;
	text-transform: uppercase;
	padding-top: 8px;
	position: relative;
}

.award_page .awrds_info h2::before {
	background: #dad955 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 34px;
}

.award_page .awrds_info span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;
}

.award_page .awrds_info.col-sm-6 .awards-headline {
	color: #00355f;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 13px;
}

.award_page .awrds_info.col-sm-6>h3 {
	color: #c97247;
	font-family: "MaisonNeueMedium";
	font-size: 13px;
	font-weight: 500;
}

.award_page .awrds_info.col-sm-6>p {
	color: #707070;
	font-family: "MaisonNeueBoldCond";
	font-size: 13px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 6px 0 7px;
}

.award_page .grid.masonry-items li {
	padding: 0 2px 5px;
	float: left;
	display: inline-table;
	margin: 0;
	box-sizing: border-box;
	width: 16.66%;
}

.award_page .grid.masonry-items li .awrds_info.col-sm-6 {
	padding-left: 9px;
	padding-right: 6px;
	float: left;
	border: 1px solid #bcbcbc;
}

.award_page .grid.masonry-items li .col-sm-6 {
	height: 150px;
	padding: 0;
	float: left;
}

.award_page .gallery-img.col-sm-6 > .awards-thumbnail {
	height: 150px;
	position: relative;
	z-index: 2;
	display: block;
}
.award_page .gallery-img.col-sm-6 > .awards-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;

}

.award_page .awardsinfo {
	overflow: hidden;
}

.award_page .gallery-img {
	opacity: 1;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.get_in_touch {
	padding: 50px 0 30px;
}

.get_in_touch .container {
	max-width: 1500px;
}

.get_in_touch h1 {
	text-transform: uppercase;
	color: #0d2d51;
}

.get_in_touch h3 {
	background: #dadc56 none repeat scroll 0 0;
	font-family: "MaisonNeueBook";
	font-size: 26px;
	line-height: 38px;
	padding: 5px 0 5px 15px;
	color: #fff;
	margin-bottom: 40px;
}

.get_in_touch .wpcf7 {
	padding: 0 0 0 75px;
}

.get_in_touch .wpcf7 input,
.get_in_touch .wpcf7 textarea {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	background: transparent;
	padding-left: 0;
	font-size: 22px;
	font-family: "MaisonNeueThin";
	margin-bottom: 0px;
}

.get_in_touch .wpcf7 input::placeholder,
.get_in_touch .wpcf7 textarea::placeholder {
	color: #000;
}

.get_in_touch .wpcf7 input:focus,
.get_in_touch .wpcf7 textarea:focus {
	border-color: #000;
}

.get_in_touch .wpcf7 select {
	border: 1px solid #ccc;
	color: #000;
	font-family: "MaisonNeueThin";
	font-size: 22px;
	height: 45px;
	letter-spacing: 0;
	padding: 0 3px;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
}

.get_in_touch .wpcf7 input[type='submit'] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #777777;
	font-family: "MaisonNeueBook";
	font-size: 20px;
	padding: 8px 15px;
	text-transform: uppercase;
	color: #000;
	transition: all 0.5s ease 0s;
}

.get_in_touch .wpcf7 input[type='submit']:hover {
	color: #fff;
	background-color: #777777;
}

.get_in_touch .contact-section img {
	width: 50%;
	display: block;
	margin: auto;
}

.get_in_touch .contact-section h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
	letter-spacing: 0px;
	font-family: "MaisonNeueThin";
	text-transform: uppercase;
	color: #000;
}

.get_in_touch .contact-section ul {
	margin-top: 20px;
	max-width: 450px;
	margin: 0 auto;
}

.get_in_touch .contact-section ul li {
	display: block;
	font-family: "MaisonNeueThin";
	font-size: 17px;
	letter-spacing: 0;
	margin-bottom: 25px;
}

.get_in_touch .contact-section ul li:first-child {
	margin-bottom: 20px;
}

.get_in_touch .contact-section ul li i {
	color: #d9da48;
	font-size: 26px;
	padding-right: 20px;
}

.get_in_touch .contact-section ul li a {
	color: #000;
}

.get_in_touch .contact-section ul li a:hover {
	color: #00355a !important;
}

.map iframe {
	filter: grayscale(100%);
}

.project_inquires {
	padding: 50px 0 0;
}

.project_inquires h1 {
	margin-bottom: 20px;
}

.project_inquires h3 {
	background: #dadc56 none repeat scroll 0 0;
	display: inline-block;
	font-family: "MaisonNeueBook";
	font-size: 26px;
	line-height: 38px;
	padding: 5px 15px 5px 15px;
	margin-bottom: 22px;
}

.project_inquires .container,
.project_inquires_list .container {
	max-width: 1500px;
}

.project_inquires p {
	font-family: "MaisonNeueThin";
	font-size: 21px;
	margin-bottom: 50px;
	color: #000;
}

.project_inquires_list {
	background: #efeff0 none repeat scroll 0 0;
	padding: 45px 0 40px;
}

.project_inquires_list .contact-details h3 {
	color: #00355f;
	font-family: "MaisonNeueBook";
	font-size: 25px;
	font-weight: bold;
	padding-right: 30px;
	text-align: right;
}

.contact-details .contact-content p {
	margin-bottom: 0;
	font-family: "MaisonNeueThin";
	font-size: 20px;
	line-height: 35px;
}

.contact-details .contact-content {
	padding-bottom: 52px;
	padding-left: 34px;
}

.contact-details .col-md-8 {
	border-left: 1px solid #dadc56;
}

.contact-details .contact-content p a {
	color: #000;
}

.contact-details .contact-content p a:hover {
	color: #575757;
}

.contact-details .contact-content p strong {
	font-weight: 900;
}

.employment_opportunities p {
	font-family: "MaisonNeueThin";
	font-size: 21px;
	padding-top: 13px;
	line-height: 25px;
}

.employment_opportunities p a {
	color: #00355f;
	font-weight: bold;
}

.flip_about_box img {
	transition: all 0.5s ease 0s;
}

.flip_about_box.flip_active img {
	opacity: 0;
}

.gallery_page .grid ul li {
	padding: 0 3px 5px;
	width: 16.66%;
}

.gallery_page .figure {
	width: 100%;
}

.gallery_page .figure img {
	width: 100%;
	object-fit: cover;
}

.gallery_page .grid ul li * {
	height: 245px;
}

.gallery_page li.element-item.video:before,
.vimeo-link:before {
	content: "";
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-56%, -50%);
	border-radius: 100%;
	transition: all 0.5s ease 0s;
	pointer-events: none;
}

.gallery_page li.element-item.video:hover:before,
.vimeo-link:hover:before {
	background-color: #fff;
}

.gallery_page li.element-item.video:hover:after,
.vimeo-link:hover:after {
	border-color: transparent transparent transparent #00355a;
}

.gallery_page li.element-item.video:after,
.vimeo-link:after {
	pointer-events: none;
	transition: all 0.5s ease 0s;
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	border-width: 15px 0px 15px 22px;
	border-style: solid;
	z-index: 9;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	top: 50%;
	transform: translate(-37%, -50%);
}

.single-project .sticky_header_page {
	padding-top: 0;
}

.joker.single-project header {
	display: block;
}

.joker footer {
	display: none;
}

.joker.single-project .main_page_wrapper {
	margin-bottom: 0px;
}

.people-single .col-md-5 {
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 44%;
	padding-right: 115px;
	text-align: center;
}

.people-single .col-md-7 {
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
}

.contact_info p {
	margin-bottom: 10px;
}

.top_info h1 {
	color: #00355f;
	font-size: 39px;
	font-family: "MaisonNeueBoldCond";
	letter-spacing: 0;
	line-height: 45px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: left;
}

.top_info h1:after {
	content: none
}

.people-single .col-md-7 h2 {
	font-size: 32px;
	color: #00355f;
	font-weight: normal;
	line-height: 45px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	font-family: "MaisonNeueMedium";
	position: relative;
	text-transform: capitalize;
}

.people-single .col-md-7:nth-last-child(1) {
	border-left: 3px dotted #00355f;
	text-align: left;
	padding-left: 40px;
	width: 56%;
}

.people-single .col-md-7 h2:after {
	content: "";
	border-top: 3px dotted #00355f;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 56px;
}

.people-single .image p {
	position: relative;
	color: #00355f;
	font-family: "MaisonNeueBook";
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
	font-style: italic;
	text-align: center;
}

.people-single .col-md-7 .five_info p {
	font-size: 30px;
	line-height: 34px;
}

.people-single .col-md-7 p {
	color: #707070;
	font-family: "MaisonNeueMedium";
	font-size: 18px;
	line-height: 27px;
	margin: 0 0 22px
}

.people-single .col-md-7 p:empty {
	display: none;
}

.people-single .contact_info p {
	margin-bottom: 5px;
}

.btn.focus,
.btn:focus {
	box-shadow: none !important;
}

.people-single .col-md-7 h3 {
	color: #dadc56;
	font-family: "MaisonNeueBoldCond";
	font-size: 28px;
	line-height: 38px;
}

.people-single .col-md-7 .five_info h3 {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 17px;
	color: #dadc56;
}

.people-single .col-md-7 .five_info h3:before {
	border-top: 3px dotted #00355f;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 56px;
	color: #00355f;
}

.people-single .col-md-7 .project_info h3 {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

.people-single .col-md-7 .project_info h3:before {
	border-top: 3px dotted #00355f;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 56px;
	color: #00355f;
}

.image img {
	margin-bottom: 46px;
	width: 390px;
}

.people-single .col-md-7 .pimage ul li {
	display: inline-block;
	padding-right: 25px;
	width: 160px;
}

.people-single .col-md-7 .pimage a {
	display: block;
	overflow: hidden;
	position: relative;
}

.people-single .col-md-7 .pimage p {
	color: #fff;
	display: none;
	font-family: MaisonNeueBook;
	font-size: 13px;
	left: 0;
	line-height: 17px;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.people-single .col-md-7 .pimage a:hover p {
	display: block;
}

.people-single .col-md-7 .pimage img {
	transition: all 0.3s ease 0s;
}

.people-single .col-md-7 .pimage a:hover {
	background: #000 none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
}

.people-single .col-md-7 .pimage a {
	display: block;
	overflow: hidden;
	position: relative;
}

.people-single .col-md-7 .pimage a:hover img {
	opacity: 0.15;
	transform: scale(1.1);
}

.people-single .col-md-7 .contact_info h3 {
	padding-top: 30px;
}

.people-single .col-md-7 .contact_info li.email:before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	color: #707070;
	font-size: 16px;
}

.people-single .col-md-7 .contact_info a {
	padding-left: 10px;
	color: #707070;
	font-family: "MaisonNeueMedium";
	font-size: 18px;
}

.people-single .col-md-7 .contact_info a:hover {
	color: #00355a;
}

.people-single .col-md-7 .contact_info ul li {
	padding-bottom: 10px;
}

.people-single .top_info h3 {
	color: #00355f !important;
}

.people-single .quotes {
	padding-bottom: 25px;
	position: relative;
}

.people-single .quotes:before {
	content: "\f10e";
	position: absolute;
	font-weight: 700;
	width: 100%;
	font-family: 'Font Awesome 5 Free';
	font-size: 26px !important;
	bottom: 0;
	left: 0;
	color: #dadc7c;
	font-size: inherit;
	text-align: center;
}

/*.single-people footer {
	display: none !important;
}

.single-people .main_page_wrapper {
	margin-bottom: 0;
}*/


/* .comment-box {
      display: none;
  } */

.single-awards .blog_post .image img {
	margin-bottom: 15px;
	height: 350px;
	object-fit: cover;
}

.single-awards .blog_post h2 {
	padding-top: 0;
}

.addtoany_shortcode a {
	margin: 0 !important;
	padding: 10px !important;
	background-color: transparent;
	height: 60px;
	width: 60px;
	font-size: 24px !important;
	margin: 0 5px;
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.addtoany_shortcode a span {
	display: none !important;
}

.addtoany_shortcode a:before {
	content: "";
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 free";
	transition: all 0.5s ease 0s;
}

.addtoany_shortcode a.a2a_button_facebook:before {
	content: "\f39e";
}

.addtoany_shortcode a.a2a_button_twitter:before {
	content: "\f099";
}

.addtoany_shortcode a.a2a_button_linkedin:before {
	content: "\f08c";
}

.addtoany_shortcode a.a2a_button_pinterest:before {
	content: "\f0d2";
}

.addtoany_shortcode a:hover:before {
	color: #0d2d51;
}

.addtoany_shortcode a.a2a_button_facebook:hover {
	background-color: #3b5998;
}

.addtoany_shortcode a.a2a_button_twitter:hover {
	background-color: #00aced;
}

.addtoany_shortcode a.a2a_button_linkedin:hover {
	background-color: #007bb6;
}

.addtoany_shortcode a.a2a_button_pinterest:hover {
	background-color: #cb2027;
}

.addtoany_shortcode a:hover:before {
	color: #fff;
}

.social-share {
	text-align: center;
	padding: 40px 0;
}

.social-share .a2a_kit {
	display: flex;
	justify-content: center;
}

.single-awards .main_page_wrapper {
	padding-top: 370px;
}

.single-awards header.main_header {
	background: #00355a;
}

.single-awards .blog_post h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 20px;
}

.single-awards .award-single {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 0;
}

.single-awards .blog_post .col-md-4 .image a {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 5px 0 20px;
	text-transform: uppercase;
	overflow: hidden;
}

.single-awards .blog_post .col-md-4 .image a img {
	margin: 0;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}

.single-awards .blog_post .col-md-4 .image a:hover img {
	margin: 0;
	transform: scale(1.2);
}

.single-awards.blog_post {
	padding: 50px 0;
}

.single-awards .award-single .col-md-6 img {
	display: block;
	margin-left: auto;
}

.tax-project_category .title_band {
	padding-top: 60px;
}


/*single_project*/

.project_details {
	background-color: transparent;
	position: absolute;
	bottom: 0px;
	transition: all .5s ease 0s;
	width: 100%;
	z-index: 99;
	min-height: 50px;
}

.project_details .hide_and_show {
	display: none;
	transition: none !important;
}

.project_details.show .hide_and_show {
	display: block;
	background-color: #ebebe6;
}

.more_info {
	text-align: center;
	padding: 10px 0;
	max-width: 200px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}

.more_info button {
	color: #00355a;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	padding: 0 10px;
	font-size: 16px;
	text-transform: capitalize;
	background-color: transparent;
}

.more_info button:focus {
	outline: none
}

.more_info img.down-arrow {
	opacity: 0;
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
}

.project_details.show .more_info img.down-arrow {
	opacity: 1;
}

.project_details.show .more_info img.up-arrow {
	opacity: 0;
}

.single_project_owl {
	position: relative;
	cursor: url("/wp-content/uploads/2021/05/icon-move.png"), auto;
}

.single_project_owl .owl-prev {
	position: absolute;
	top: 40%;
	left: 0;
}

.single_project_owl .owl-prev:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 25px;
	height: 50px;
	width: 50px;
	border: 3px solid #fff;
	border-right: none;
	border-bottom: none;
	transform: rotate(-50deg);
}

.single_project_owl .owl-prev i {
	display: none;
}

.single_project_owl .owl-next {
	position: absolute;
	top: 40%;
	right: 0;
}

.single_project_owl .owl-next:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 25px;
	height: 50px;
	width: 50px;
	border: 3px solid #fff;
	border-right: none;
	border-bottom: none;
	transform: rotate(135deg);
}

.single_project_owl .owl-next i {
	display: none;
}

.project_details .middle_content {
	max-width: 800px;
}

.project_details {
	background-color: rgba(235, 235, 230, 0.8);
}

.sentitle {
	padding-left: 26px;
	position: relative;
}

.sentitle::before {
	background: #dad955 none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	height: 6px;
	left: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.pimage2 h2,
.neighborhood span {
	color: #00355f;
	display: block;
	font-family: "MaisonNeueBook";
	font-size: 21px;
	padding-bottom: 7px;
	position: relative;
	text-align: left;
}

.pimage2>ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.pimage2 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.pimage2 li {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	max-width: 50%;
	padding: 0 10px;
	flex: 0 0 50%;
}

.pimage2 a.dtlhoverclass {
	/*height: 113px;*/
	display: block;
}

.pimage2 span {
	color: #fff;
	opacity: 0;
	font-family: "MaisonNeueBook";
	font-size: 13px;
	left: 0;
	line-height: 17px;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 70%;
	transform: translateY(-50%);
	transition: all .5s ease 0s;
	z-index: 10;
}

.pimage2 a {
	color: #fff;
	position: relative;
	z-index: 99;
}

.pimage2 a:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	transition: all .5s ease 0s;
	z-index: 9;
}

.pimage2 li a:hover:after {
	height: 100%
}

.pimage2 a:hover span {
	opacity: 1;
	top: 50%
}

.project_details h1 {
	color: #00355f;
	font-family: "MaisonNeueBook";
	font-size: 32px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.project_details h1:after {
	height: 3px;
	width: 80px;
	left: 0px;
	right: auto;
	bottom: 0px;
}

.project_details .col-md-4 p {
	color: #00355f;
	font-family: "MaisonNeueThin";
	font-size: 16px;
	margin: 0;
	padding-bottom: 7px;
	position: relative;
}

.project_details .col-md-4 ul {
	margin-top: 12px;
	padding: 0;
}

.project_details .col-md-4 ul li {
	display: block;
	margin-bottom: 12px;
	color: #00355f;
}

.project_details .middle_content ul {
	padding-left: 0;
	padding-top: 5px;
}

.project_details .middle_content ul li {
	font-size: 17px;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 35px;
	position: relative;
	line-height: 23px;
}

.project_details .middle_content ul li:before {
	background: #dad955 none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 10px;
}

.project_details .middle_content h2 {
	font-weight: 500;
	font-size: 23px;
	font-family: "MaisonNeueBook";
}

.neighborhood {
	margin-bottom: 10px;
	margin-top: 12px;
	display: inline-block;
}

.neighborhood span {
	display: inline-block;
	font-family: "MaisonNeueBoldCond";
	font-size: 18px;
	padding: 0;
}

.modelneighborhood {
	color: #00355a;
	display: inline-block;
	font-family: "MaisonNeueBoldCond";
	font-size: 18px;
	padding-left: 6px;
	vertical-align: top;
}

.modelneighborhood:hover {
	color: #dad955;
}

.back_pro {
	display: block;
	margin-top: 10px;
	padding-left: 40px;
	text-align: left;
}

.back_pro a {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #000;
	color: #00355a;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 34px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "MaisonNeueBook";
}

.back_pro a:hover {
	background: #00355a none repeat scroll 0 0;
	color: #fff;
}

.single-project header {
	display: none
}

.slider_band .single_project_owl .owl-item img {
	transform-style: preserve-3d;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

.mfp-auto-cursor .mfp-content {
	cursor: url(/wp-content/uploads/2021/05/icon-zoom-out.png), pointer;
}

div#modal-neighborhood {
	/* background: transparent none repeat scroll 0 0;
    overflow: hidden; */
	width: 1150px;
	margin: 0 auto;
	position: relative;
}

.col-sm-12.neighborhooddtl {
	background: #fff none repeat scroll 0 0 !important;
	float: none;
	overflow: hidden;
	padding: 30px;
}

.col-sm-4.neighimg {
	width: 400px;
	max-width: 100%;
	height: auto;
}

.col-sm-4.neighimg img {
	float: left;
}

.col-sm-8.sennebr {
	padding: 0 20px;
	text-align: left;
	width: 60%;
	float: left;
}

.col-sm-8.sennebr>ul {
	margin-top: 15px;
	padding: 0;
}

.col-sm-8.sennebr li {
	color: #231f20;
	display: block;
	font-family: "MaisonNeueMedium";
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 25px;
	padding-left: 20px;
	position: relative;
}

.col-sm-8.sennebr li::before {
	background: #dadc56 none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 8px;
}

.col-sm-8.sennebr p {
	margin-bottom: 0;
	margin: 0 0 22px;
}

.addressf {
	margin-top: 25px;
}

.addressf p {
	color: #231f20;
	font-family: "MaisonNeueMedium";
	font-size: 25px;
	line-height: 29px;
}

.col-sm-8.sennebr a {
	color: #dadc56;
	display: block;
	font-family: "MaisonNeueBoldCond";
	font-size: 25px;
	margin-top: 10px;
}

#employee-directory-modal {
	margin: 0 auto;
	background: #f9f9f9 none repeat scroll 0 0;
	width: 800px;
	min-height: auto;
	padding: 35px 15px;
}

#employee-directory-modal table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
}

#employee-directory-modal table tbody {
	text-align: left;
}

#employee-directory-modal table tbody tr {
	border-bottom: 1px solid #ededed;
}

#employee-directory-modal table th {
	color: #00355a;
	font-family: "MaisonNeueBoldCond";
	font-size: 22px;
	padding: 10px 0;
}

#employee-directory-modal table td {
	color: #070707;
	font-family: "MaisonNeueBold";
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 10px 0;
}

#employee-directory-modal table td a {
	color: #000;
}

#employee-directory-modal table td a:hover {
	color: #575757;
}

.mfp-auto-cursor .mfp-content {
	cursor: url(/wp-content/uploads/2021/05/icon-zoom-out.png), pointer;
}


/* News popup */

.newspopup {
	width: 50%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}

.newspopup input.tnp-button {
	color: white !important;
	background: #00355a !important;
}

.newspopup input.tnp-button:hover {
	background: #031c2d !important;
}


/* ================================= Common For All mobile definitions #mx ================================= */

@media all and (max-width: 767px) {
	h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.main_header {
		display: none;
	}
	.about_us_band.space {
		padding: 30px 0;
	}
	.about_us_band h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.about_us_band p {
		margin-bottom: 10px;
	}
	.about_us_band span.s1 {
		width: 100%;
		display: block;
		font-size: 18px;
		line-height: 28px;
		padding: 10px;
	}
	.about-content {
		padding: 0px !important;
		margin-top: 15px;
	}
	.right-image {
		display: inline-block;
		width: 150px;
		margin-right: 10px;
	}
	.about_us_band .right-image img {
		margin-bottom: 0px;
		padding: 10px;
	}
	/* Home page */
	.what_is_new_band {
		padding-top: 30px;
	}
	.what_is_new_band .item .col-md-6 {
		width: 50%;
		padding-left: 2px;
		padding-right: 2px;
	}
	.what_is_new_band .current_projects,
	.what_is_new_band .latest_blogs {
		padding: 10px;
	}
	.what_is_new_band .btn,
	.social_media .btn {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.what_is_new_band .latest_blogs a .news_img {
		width: 100%;
		margin-right: 0px;
	}
	.what_is_new_band .latest_blogs a .news_img img {
		width: 100%;
	}
	.what_is_new_band .latest_blogs a .news_content {
		width: 100%;
		text-align: left;
		margin-top: 15px;
	}
	.latest_blogs .date {
		text-align: left;
	}
	.latest_blogs h3,
	.latest_blogs .date {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 6px;
	}
	.social_media {
		padding: 0px 0 50px;
	}
	.social_media_content {
		padding: 10px;
		margin-bottom: 0px;
	}
	.social_media_content .col-md-4:not(:last-child) {
		border: none;
	}
	.social_media_content .social_icon {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.social_media_content .social_content {
		display: block;
		padding-left: 15px;
	}
	.video_wrapper {
		padding-top: 15px;
		text-align: center;
	}
	/* 404 Not found */
	.not-found-page {
		padding: 30px 0;
	}
	.not-found-page h2 {
		font-size: 80px;
		line-height: 80px;
		margin: 15px 0;
	}
	.not-found-page p {
		font-size: 18px;
		line-height: 22px;
	}
	ul.not-found-content {
		display: block;
	}
	ul.not-found-content li a {
		font-size: 18px;
		padding: 8px 22px;
		display: block;
	}
	ul.not-found-content li.round-shape {
		border: none;
	}
	ul.not-found-content li.round-shape span {
		padding: 8px;
		font-size: 15px;
	}
	ul.not-found-content li form input[type='text'] {
		height: 40px;
	}
	/* Vision */
	.vision_statements .s2 {
		font-size: 20px;
		padding: 10px 35px 10px 50px;
	}
	.vision_statements_band .flip_about_box.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.vision_statements_band .flip_about_box.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.vision_statements_band .card p {
		font-size: 6px;
		line-height: 12px;
	}
	.vision_statements_band h6 {
		font-size: 16px;
		padding-top: 12px;
	}
	.vision_statements_band {
		padding-bottom: 40px;
	}
	/* Number section */
	.number-list h3.number-list-title {
		font-size: 18px;
		padding-left: 0px;
		padding: 10px 25px 10px 30px;
	}
	h3.number-list-title:after {
		border-width: 41px 30px 50px 0;
	}
	.number-list-item {
		padding: 30px 0 20px 0px;
	}
	.number-list-item ol {
		column-count: 1;
	}
	.number-list-item ol li {
		padding: 15px 0px 15px 60px;
		font-size: 20px;
		margin-bottom: 0px;
	}
	.number-list .content_row ol>li:before {
		font-size: 20px;
		height: 38px;
		line-height: 42px;
		width: 38px;
	}
	.current_projects,
	.latest_blogs {
		height: auto;
	}
	.what_is_new_band .btn,
	.social_media .btn {
		margin-top: 5px;
	}
	/* culture */
	.culture .culture-img img {
		display: block;
	}
	.culture-content {
		margin: 30px;
		max-width: 100%;
	}
	.culture-content h3 {
		padding-bottom: 10px;
	}
	.culture-content p {
		margin-bottom: 15px;
	}
	.main_page_wrapper {
		margin-bottom: 0px !important;
	}
	.default_page {
		padding: 50px 15px 50px 15px !important;
	}
	.mo_menu {
		display: block;
	}
	footer {
		display: block !important;
		text-align: center;
	}
	.footer {
		padding: 50px 0 30px !important;
	}
	.footer .contact-info {
		max-width: 100%;
		padding-left: 0;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.footer .wpcf7-form {
		text-align: left;
	}
	html * {
		max-height: 1000000px;
	}
	.main_page {
		padding-top: 83px;
	}
	.news-media {
		margin-top: 0px;
		padding: 30px 0 20px;
	}
	.news-media h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.news-media .latest-img {
		min-height: 200px;
		margin-top: 20px;
	}
	.current_projects .row {
		margin: 0 -2px;
	}
	.news-media ul.social-media-list li a.social-icon {
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
	.news-media ul.social-media-list li a.social-icon i {
		font-size: 20px;
	}
	.news-media ul.social-media-list {
		margin-bottom: 30px;
	}
	.news-media ul.social-media-list li a {
		font-size: 15px;
	}
	.news-media ul.social-media-list {
		margin: 20px 0;
	}
	ul.social-media-list li a:last-child {
		width: calc(100% - 55px);
	}
	/* Image Alignment */
	.alignnone,
	a img.alignnone,
	.aligncenter,
	div.aligncenter,
	.alignright,
	a img.alignright,
	.alignleft,
	a img.alignleft {
		margin: 30px auto;
		float: none;
	}
	/* latest posts */
	.latest-posts {
		padding: 40px 0;
	}
	.latest-posts h1 {
		font-size: 30px;
		padding-bottom: 20px;
		margin-bottom: 0px;
	}
	.latest-posts .menu-news-menu-container {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.latest-posts ul.category-list {
		margin-bottom: 0px;
	}
	.latest-posts ul.category-list li a {
		font-size: 14px;
		line-height: 14px;
		padding: 8px 14px;
		margin-bottom: 3px;
	}
	.latest-posts .author-img img {
		width: 25%;
	}
	.latest-posts .content-section span.number-show {
		font-size: 45px;
		line-height: 90px;
		width: 90px;
	}
	.latest-posts .content-section .thumbnail-section img {
		width: 100%;
	}
	.latest-posts .content-section h2.blog-title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.latest-posts .content-section span.below-line {
		margin: 10px;
		width: 60px;
		height: 2px;
		padding: 0 10px;
	}
	.content-section .content {
		padding: 0 10px;
	}
	.content-section .content h2 {
		font-size: 20px;
		line-height: 25px;
	}
	.content-section .content .wp-caption {
		padding: 0px;
	}
	.content-section p {
		margin-bottom: 10px;
	}
	.latest-posts .row {
		margin-bottom: 30px;
	}
	.navigation ul li {
		margin-right: 8px;
		line-height: 20px;
	}
	.navigation ul li a {
		font-size: 20px;
	}
	/* Single post */
	.single-blog-page {
		padding-top: 30px;
	}
	.single .next-previous-project {
		display: none;
	}
	.single .previous-project {
		display: none;
	}
	.single .title h2 {
		font-size: 30px;
		line-height: 35px;
		margin-top: 0px;
		letter-spacing: 2px;
		padding-bottom: 5px;
	}
	.single-blog-page .blog {
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 1px;
	}
	.single-blog-page .blog_image {
		margin: 10px 0px;
	}
	.single-blog-page .content h2 {
		font-size: 16px;
		line-height: 25px;
	}
	.single-blog-page .content p {
		margin: 10px 0 0;
		line-height: 25px;
	}
	.single-blog-page .social-share {
		padding: 0;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.social-share .addtoany_list a {
		margin: 0 10px;
	}
	.comment-box .comments-area {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.comment-box .comments-area h3 {
		margin-bottom: 5px;
	}
	.comment-box .comments-area p {
		margin-bottom: 15px;
	}
	.comment-box input#submit {
		font-size: 12px;
		padding: 0px 10px;
	}
	.latest_post .container h2 {
		padding: 15px 0px;
		font-size: 18px;
	}
	.latest_post .image a {
		display: block;
	}
	.latest_post .col-md-4 .blog_content {
		margin-bottom: 20px;
	}
	.latest_post .col-md-4 .blog-titel a {
		padding-top: 5px;
		margin: 5px 0 5px;
	}
	.latest_post .col-md-4 .blog_content p {
		margin-bottom: 0px;
	}
	.seperator-line {
		margin: 12px 0;
	}
	.about_us_band .right-image {
		padding-left: 0px;
	}
	.vision_statements_band .flip_about_box {
		padding: 0 2px !important;
	}
	.flip_about_box.col-md-3 {
		padding: 0 2px !important;
	}
	.title_space {
		padding-top: 40px;
	}
	.space {
		padding: 50px 0;
	}
	.project_category_list ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.project_category_list.space {
		padding-top: 30px;
	}
	.people .grid .element-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.grid {
		margin-top: 50px !important;
	}
	.award_page .grid.masonry-items li {
		width: 100%;
	}
	.award_page .grid.masonry-items {
		margin: 0;
	}
	.award_page .grid.masonry-items li .col-sm-6 {
		height: auto;
	}
	.award_page .grid.masonry-items li .awrds_info.col-sm-6 {
		padding: 5px 10px 10px;
		height: auto;
	}
	.award_page .awardsinfo {
		display: flex;
	}
	.project_category_image h3 {
		height: auto !important;
	}
	.filters-button-group .item {
		font-size: 15px;
		display: block;
		width: 100%;
	}
	.button-group.filters-button-group {
		display: block;
		padding: 0 15px;
	}
	.news-media .below-link {
		position: relative;
		font-size: 16px;
		line-height: 30px;
		min-width: auto;
	}
	.news-media .news_media_box {
		padding-bottom: 0;
		height: auto;
		margin-bottom: 30px;
	}
	.news-media .row .col-md-4:last-child .news_media_box {
		margin-bottom: 0;
	}
	.get_in_touch {
		padding: 30px 0 10px;
	}
	.get_in_touch .row .col-md-6:last-child {
		margin: 30px 0;
	}
	.get_in_touch h1 {
		font-size: 26px;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.get_in_touch h3 {
		font-size: 18px;
		line-height: 26px;
		padding: 5px 0 5px 10px;
		margin-bottom: 22px;
	}
	.get_in_touch .wpcf7 {
		padding: 0;
	}
	.get_in_touch .wpcf7 textarea {
		height: 150px;
	}
	.get_in_touch .wpcf7 input,
	.get_in_touch .wpcf7 textarea {
		font-size: 16px;
		margin-bottom: 0;
	}
	.get_in_touch .wpcf7 select {
		font-size: 18px;
		height: 32px;
		width: 100%;
	}
	.get_in_touch .contact-section img {
		width: 40%;
	}
	.get_in_touch .contact-section h4 {
		/* text-align: left; */
		font-size: 18px;
		margin-top: 30px;
	}
	.get_in_touch .contact-section ul li {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.get_in_touch .contact-section ul li i {
		font-size: 18px;
		font-size: 18px;
	}
	.project_inquires {
		padding: 30px 0 0;
	}
	.project_inquires h1 {
		font-size: 25px;
	}
	.project_inquires h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
		width: 100%;
		display: block;
	}
	.project_inquires p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.project_inquires_list {
		padding: 30px 0 20px;
	}
	.project_inquires_list .contact-details .col-md-8 {
		border-left: none;
	}
	.project_inquires_list .contact-details h3 {
		padding-right: 0;
		text-align: left;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.contact-details .contact-content {
		padding-bottom: 25px;
		padding-left: 0;
	}
	.contact-details .contact-content p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.employment_opportunities {
		padding: 30px 0;
	}
	.employment_opportunities h1 {
		font-size: 22px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.employment_opportunities p {
		margin-bottom: 0px;
		line-height: 30px;
		font-size: 16px;
	}
	.gallery_page .grid ul li {
		width: 50% !important;
	}
	.joker.single-project header {
		display: none !important;
	}
	.people-single.space {
		padding: 50px 0;
	}
	.people-single .image img {
		display: inline-block;
		margin-bottom: 0;
		padding: 0 18px;
		width: 48%;
	}
	.people-single .image {
		padding-bottom: 20px;
	}
	.top_info h1 {
		font-size: 28px;
		line-height: 33px;
	}
	.people-single .image .quotes {
		margin-top: 25px;
	}
	.people-single .image .quotes p {
		font-size: 16px;
		padding-bottom: 0px;
		text-align: center;
		margin-bottom: 15px;
	}
	.people-single .image p:before {
		font-size: 20px !important;
		padding-top: 0px;
	}
	.people-single .col-md-7 .five_info p {
		font-size: 22px !important;
		line-height: 25px !important;
	}
	.people-single .col-md-7:nth-last-child(1) {
		border-left: none;
	}
	.people-single .col-md-7:nth-last-child(1) {
		width: 100%;
	}
	.people-single .top_info h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.people-single .col-md-7 .contact_info h3 {
		padding-top: 0px;
	}
	.people-single .col-md-7:nth-last-child(1) {
		padding-left: 15px;
	}
	.people-single .top_info h3 {
		font-size: 18px;
	}
	.people-single .top_info>p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.people-single h2 {
		font-size: 21px;
	}
	.people-single .col-md-7 h3 {
		font-size: 21px;
	}
	.people-single .col-md-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
		margin-bottom: 10px;
	}
	.people-single .col-md-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.single-awards .main_page_wrapper {
		padding-top: 50px;
	}
	.single-awards .blog_post .image img {
		margin-bottom: 0;
		height: 250px;
		object-fit: cover;
		width: 100%;
		padding: 0;
	}
	.single-awards .blog_post .row .col-md-4 {
		margin-bottom: 30px;
	}
	.single-awards .blog_post .row .col-md-4:last-child {
		margin-bottom: 0px;
	}
	.single-awards .award_content {
		margin-top: 25px;
	}
	.single-awards .award-single .col-md-6 img {
		display: block;
		margin: 0 auto;
	}
	div#modal-neighborhood {
		width: auto;
	}
	.col-sm-12.neighborhooddtl {
		padding: 15px;
	}
	.col-sm-4.neighimg {
		width: auto;
	}
	.col-sm-4.neighimg img {
		float: none;
	}
	.col-sm-8.sennebr {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.col-sm-8.sennebr h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.col-sm-8.sennebr p {
		font-size: 15px;
		margin: 0 0 15px;
		line-height: 22px;
	}
	.col-sm-8.sennebr .addressf p {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.col-sm-8.sennebr a {
		font-size: 18px;
		margin-top: 0px;
	}
	.project_details .hide_and_show {
		display: block;
	}
	.project_details {
		position: relative;
	}
	/* News popup */
	.newspopup {
		width: 100%;
		padding: 10px;
	}
	.newspopup p {
		font-size: 18px;
		line-height: 25px;
	}
	.newspopup input,
	.newspopup input.tnp-button {
		height: 40px;
	}
	.project_footer .contact-info {
		max-width: 100%;
		padding-left: 0;
		margin-top: 30px;
		margin-bottom: 0;
	}
	#modal-neighborhood .mfp-close {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.project_list .project-img {
		margin-bottom: 15px !important;
	}
	.project_list .row {
		padding-bottom: 50px;
		flex-flow: column-reverse;
	}
  .footer .contact-info .badge_image, .footer .contact-info .custom-logo-link {
    flex: 0 0 100%;
    max-width: 100% !important;
}
	.footer .contact-info .aio_logo {
		margin: 0 auto 25px;
		display: block;
	}
	.footer .contact-info .logs {
		display: block;
	}
  .footer .contact-info .badge_image img, .footer .contact-info .custom-logo-link img{
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
	#employee-directory-modal {
		width: calc(100% + 20px);
		overflow: auto;
		position: relative;
		left: -10px;
	}
	#employee-directory-modal table {
		width: 800px;
		margin: 0 auto;
		overflow: auto;
	}
	#employee-directory-modal .mfp-close,
	.newspopup .mfp-close {
		position: fixed;
		background: #000;
		color: #fff;
		font-size: 35px;
		width: 35px;
		height: 35px;
		top: 0;
		line-height: 35px;
		right: 0px;
		top: 0px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.news-media .latest-img {
		min-height: 270px;
	}
	.news-media ul.social-media-list li a.social-icon {
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
	.news-media ul.social-media-list li a.social-icon i {
		font-size: 20px;
	}
	.news-media ul.social-media-list li a {
		font-size: 15px;
	}
	ul.social-media-list li a:last-child {
		width: calc(100% - 55px);
		word-break: break-all;
	}
	.news-media ul.social-media-list li {
		margin: 6px 0;
	}
	.news-media ul.social-media-list {
		margin-bottom: 40px;
	}
	.about_us_band.space {
		padding: 50px 0 10px;
	}
	.about_us_band h2 {
		font-size: 28px;
		line-height: 28px;
	}
	.about_us_band span.s1 {
		font-size: 20px;
		line-height: 38px;
		padding: 5px 15px 5px 15px;
		display: block;
	}
	.about_us_band .right-image img {
		margin-bottom: 55px;
	}
	.about_us_band .right-image {
		margin-top: 20px;
	}
	.about_us_band .about-content {
		padding: 15px 0;
	}
	h1 {
		font-size: 35px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	/* Home page */
	.what_is_new_band {
		padding-top: 50px;
	}
	.what_is_new_band .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.what_is_new_band .single-owl-slider .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 5px;
	}
	.current_projects,
	.latest_blogs {
		padding: 10px;
	}
	.what_is_new_band .btn,
	.social_media .btn {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.what_is_new_band .latest_blogs a .news_img {
		width: 200px;
	}
	.what_is_new_band .latest_blogs a .news_img img {
		width: 100%;
	}
	.what_is_new_band .latest_blogs a .news_content {
		text-align: left;
		width: calc(100% - 215px);
	}
	.latest_blogs h3,
	.latest_blogs .date {
		font-size: 15px;
		line-height: 18px;
	}
	.social_media_content {
		padding: 10px;
		margin-bottom: 20px;
	}
	.social_media {
		padding: 30px 0 50px;
	}
	.social_media_content .social_icon {
		margin-right: 10px;
	}
	.social_media_content .social_content {
		padding-left: 0px;
	}
	#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
		width: 50%;
	}
	.video_wrapper {
		padding-top: 30px;
		text-align: center;
	}
	/* 404 not found */
	.not-found-page {
		padding: 50px 0;
	}
	.not-found-page h2 {
		font-size: 100px;
		line-height: 100px;
		margin: 30px 0;
	}
	.not-found-page p {
		line-height: 25px;
		font-size: 20px;
	}
	ul.not-found-content li a {
		font-size: 20px;
	}
	ul.not-found-content li.round-shape span {
		padding: 10px;
		font-size: 18px;
	}
	ul.not-found-content li form input[type='text'] {
		height: 45px;
	}
	ul.not-found-content li form input[type='text']::placeholder {
		font-size: 18px;
	}
	/* Vision */
	.vision_statements_band {
		padding-bottom: 50px;
	}
	.vision_statements .s2 {
		font-size: 32px;
		padding: 10px 55px 10px 100px;
	}
	.vision_statements_band h6 {
		font-size: 22px;
		padding-top: 10px;
	}
	.vision_statements_band .card p {
		font-size: 13px;
		line-height: 26px;
	}
	/* Number list */
	.number-list-item {
		padding: 30px 0 20px 15px;
	}
	.number-list-item ol {
		margin-top: 30px;
	}
	.number-list-item ol li {
		padding: 16px 10px 16px 50px;
		font-size: 16px;
	}
	.number-list .content_row ol>li:before {
		font-size: 22px;
		height: 38px;
		line-height: 42px;
		width: 38px;
	}
	.number-list h3.number-list-title {
		font-size: 25px;
		padding: 8px 60px 8px 100px;
	}
	h3.number-list-title:after {
		border-width: 46px 30px 50px 0;
	}
	/* culture */
	.culture-content {
		margin: 30px;
	}
	.culture-content h3 {
		font-size: 22px;
		line-height: 26px;
		padding-bottom: 16px;
	}
	.culture-content p {
		margin: 0 0 15px;
	}
	/* Latest news */
	.latest-posts {
		padding: 50px;
	}
	.latest-posts h1 {
		font-size: 35px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.latest-posts .menu-news-menu-container {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.latest-posts ul.category-list li a {
		font-size: 16px;
		padding: 8px 13px;
		line-height: 16px;
	}
	.latest-posts .content-section span.number-show {
		font-size: 60px;
		line-height: 105px;
		width: 105px;
	}
	.latest-posts .content-section h2.blog-title {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 15px;
	}
	.latest-posts .content-section span.below-line {
		margin: 5px 0 10px;
	}
	.content-section .content h2 {
		font-size: 22px;
	}
	.latest-posts .row {
		margin-bottom: 70px;
	}
	.navigation ul li a {
		font-size: 25px;
	}
	/* Single post */
	.single-blog-page {
		padding-top: 50px;
	}
	.single .next-previous-project {
		display: none;
	}
	.single .previous-project {
		display: none;
	}
	.single .title h2 {
		font-size: 35px;
		line-height: 40px;
		margin-top: 0px;
		letter-spacing: 2px;
		padding-bottom: 5px;
	}
	.single-blog-page .blog {
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 1px;
	}
	.single-blog-page .blog_image {
		margin: 10px 0px;
	}
	.single-blog-page .content h2 {
		font-size: 16px;
		line-height: 25px;
	}
	.single-blog-page .content p {
		margin: 10px 0 0;
		line-height: 25px;
	}
	.single-blog-page .social-share {
		padding: 0;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.social-share .addtoany_list a {
		margin: 0 15px;
	}
	.comment-box .comments-area {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.comment-box .comments-area h3 {
		margin-bottom: 10px;
	}
	.comment-box .comments-area p {
		margin-bottom: 20px;
	}
	.comment-box input#submit {
		font-size: 15px;
		padding: 0px 15px;
	}
	.latest_post .container h2 {
		padding: 20px 0px;
		font-size: 20px;
	}
	.latest_post .image a {
		display: block;
	}
	.latest_post .col-md-4 .blog_content {
		margin-bottom: 20px;
	}
	.latest_post .col-md-4 .blog-titel a {
		padding-top: 5px;
		margin: 5px 0 5px;
	}
	.latest_post .col-md-4 .blog_content p {
		margin-bottom: 0px;
	}
	.seperator-line {
		margin: 12px 0;
	}
	.about_us_band .right-image {
		padding-left: 0px;
	}
	.title_space {
		padding-top: 60px;
	}
	.space {
		padding: 60px 0;
	}
	.main_header {
		display: none;
	}
	.mo_menu {
		display: block;
	}
	.main_page {
		padding-top: 79px;
	}
	.mo_menu .logo {
		max-width: 185px;
	}
	.social_media_content .col-md-4 {
		display: flex;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.social_media_content .col-md-4:not(:last-child) {
		border-bottom: 1px solid #dad955;
		border-right: none !important;
		margin-bottom: 30px;
	}
	.main_page_wrapper {
		margin-bottom: 0 !important;
	}
	.project_category_list ul li {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.project_category_list.space {
		padding-top: 40px;
	}
	.people .grid .element-item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 40px;
	}
	.award_page .grid.masonry-items li {
		width: 50%;
	}
	.project_category_image h3 {
		height: auto !important;
	}
	.news-media .below-link {
		font-size: 12px;
		min-width: auto;
		line-height: 26px;
	}
	.news-media .news_media_box {
		padding-bottom: 80px;
	}
	.get_in_touch {
		padding: 40px 0 25px;
	}
	.get_in_touch h1 {
		font-size: 42px;
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	.get_in_touch h3 {
		font-size: 20px;
		line-height: 30px;
		padding: 5px 5px 5px 5px;
		margin-bottom: 30px;
	}
	.get_in_touch .wpcf7 {
		padding: 0;
	}
	.get_in_touch .wpcf7 input,
	.get_in_touch .wpcf7 textarea {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.get_in_touch .wpcf7 textarea {
		height: 160px;
	}
	.get_in_touch .wpcf7 select {
		font-size: 18px;
		height: 34px;
	}
	.get_in_touch .contact-section ul li {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.get_in_touch .contact-section ul li i {
		font-size: 24px;
		padding-right: 15px;
	}
	.get_in_touch .wpcf7 input[type='submit'] {
		font-size: 18px;
		padding: 8px 15px;
	}
	.project_inquires {
		padding: 35px 0 0;
	}
	.project_inquires h1 {
		font-size: 40px;
		padding-bottom: 20px;
	}
	.project_inquires h3 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 30px;
	}
	.project_inquires p {
		font-size: 18px;
		margin-bottom: 35px;
	}
	.project_inquires_list {
		padding: 35px 0 30px;
	}
	.project_inquires_list .contact-details h3 {
		font-size: 18px;
		padding-right: 10px;
	}
	.contact-details .contact-content {
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.contact-details .contact-content p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.employment_opportunities {
		padding: 40px 0;
	}
	.employment_opportunities h1 {
		font-size: 25px;
		padding-bottom: 22px;
		margin-bottom: 22px;
	}
	.employment_opportunities p {
		margin-bottom: 0px;
		line-height: 35px;
		font-size: 18px;
	}
	.gallery_page .grid ul li {
		width: 33.33% !important;
	}
	.joker.single-project header {
		display: none !important;
	}
	.pimage2 ul {
		margin: 0 -5px !important;
	}
	.pimage2 li {
		padding: 0 5px !important;
	}
	/*.pimage2 a.dtlhoverclass {    height: 75px !important; }*/
	.top_info h1 {
		font-size: 32px;
		line-height: 38px;
	}
	.people-single .col-md-7 h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.people-single .col-md-7 h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.people-single .col-md-7 .five_info p {
		font-size: 22px !important;
		line-height: 25px;
	}
	.people-single .image p {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.people-single .col-md-5 {
		padding-right: 50px;
	}
	div#modal-neighborhood {
		width: 100%;
	}
	.col-sm-12.neighborhooddtl {
		padding: 15px;
	}
	.col-sm-4.neighimg {
		width: 40%;
	}
	.col-sm-8.sennebr h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.col-sm-8.sennebr>ul {
		margin-top: 5px;
	}
	.col-sm-8.sennebr ul li p {
		font-size: 16px;
		line-height: 20px;
	}
	.col-sm-8.sennebr .addressf {
		margin-top: 15px;
	}
	.col-sm-8.sennebr .addressf p {
		font-size: 20px;
		line-height: 22px;
	}
	.col-sm-8.sennebr a {
		font-size: 18px;
	}
	.col-sm-8.sennebr p {
		margin: 0 0 12px;
	}
}


/********************************* End 767 media Query ********************************/


/********************************* ipad landscape #il ********************************/

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.number-list-item ol {
		column-count: 1;
	}
	footer .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	footer .col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	footer .col-md-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 40px;
	}
  .footer .contact-info .aio_logo{
		margin-left: 10px;
	}
  .footer .contact-info .custom-logo{
    padding-right: 10px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
	h1 {
		font-size: 45px;
		padding-bottom: 22px;
		margin-bottom: 30px;
	}
	/* Home page */
	.what_is_new_band {
		padding-top: 60px;
	}
	.current_projects,
	.latest_blogs {
		padding: 15px;
	}
	.what_is_new_band .btn,
	.social_media .btn {
		font-size: 30px;
		line-height: 40px;
	}
	.what_is_new_band .latest_blogs a .news_img {
		width: 130px;
		margin-right: 10px;
	}
	.latest_blogs h3,
	.latest_blogs .date {
		font-size: 14px;
	}
	.space {
		padding: 50px 0;
	}
	.title_space {
		padding-top: 60px;
	}
	.people .grid .element-item {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.news-media .latest-img {
		min-height: 500px;
	}
	.news-media h1 {
		margin-bottom: 50px;
	}
	.news-media ul.social-media-list li a.social-icon {
		margin-right: 20px;
		width: 62px;
		height: 62px;
	}
	.news-media ul.social-media-list li a.social-icon i {
		font-size: 40px;
	}
	ul.social-media-list li a:last-child {
		width: calc(100% - 82px);
		word-break: break-all;
	}
	.get_in_touch h1 {
		font-size: 46px;
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	.get_in_touch h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.get_in_touch .wpcf7 {
		padding: 0 0 0 50px;
	}
	.get_in_touch .wpcf7 textarea {
		height: 200px;
	}
	.get_in_touch .contact-section ul li {
		margin-bottom: 20px;
	}
	.project_inquires {
		padding: 40px 0 0;
	}
	.project_inquires h1 {
		font-size: 42px;
		padding-bottom: 25px;
	}
	.project_inquires h3 {
		margin-bottom: 18px;
		font-size: 25px;
		line-height: 35px;
	}
	.project_inquires p {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.project_inquires_list {
		padding: 40px 0 35px;
	}
	.project_inquires_list .contact-details h3 {
		font-size: 20px;
		padding-right: 15px;
	}
	.contact-details .contact-content {
		padding-bottom: 22px;
		padding-left: 12px;
	}
	.contact-details .contact-content p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	div#modal-neighborhood {
		width: auto;
	}
	.col-sm-8.sennebr h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.project_details .hide_and_show .col-md-2,
	.project_details .hide_and_show .col-md-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.sticky .logo {
		display: inline-block;
		max-width: 150px;
	}
	header .bottom_nav>ul>li a {
		padding: 30px 5px;
		font-size: 12px;
	}
	.latest-posts {
		padding: 70px 0;
	}
	.latest-posts h1 {
		font-size: 45px;
		padding-bottom: 22px;
	}
	.latest-posts .menu-news-menu-container {
		margin-bottom: 65px;
		margin-top: 55px;
	}
	.latest-posts .content-section h2.blog-title {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 15px;
	}
	.latest-posts .content-section span.below-line {
		margin: 10px 0 10px;
	}
	.latest-posts .row {
		margin-bottom: 120px;
	}
	.award_page .grid.masonry-items li {
		width: 33.33% !important;
	}
	.news-media .below-link {
		font-size: 16px;
	}
	.newspopup {
		width: 70%;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
	.sticky .logo {
		display: inline-block;
		max-width: 170px;
	}
	header .bottom_nav>ul>li a {
		padding: 30px 8px;
		font-size: 14px;
	}
	.news-media .below-link {
		font-size: 22px;
	}
	.award_page .grid.masonry-items li {
		width: 25% !important;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
	.sticky .logo {
		display: inline-block;
		max-width: 170px;
	}
	header .bottom_nav>ul>li a {
		padding: 30px 8px;
		font-size: 15px;
	}
	.news-media .below-link {
		font-size: 22px;
	}
	.award_page .grid.masonry-items li {
		width: 25% !important;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.sticky .logo {
		display: inline-block;
		max-width: 180px;
	}
	header .bottom_nav>ul>li a {
		padding: 30px 10px;
		font-size: 18px;
	}
	.news-media .below-link {
		font-size: 25px;
	}
	.award_page .grid.masonry-items li {
		width: 20% !important;
	}
}

@media only screen and (min-width: 1701px) and (max-width: 1850px) {
	header .bottom_nav>ul>li a {
		padding: 30px 10px;
		font-size: 20px;
	}
	.award_page .grid.masonry-items li {
		width: 20% !important;
	}
}

@media all and (min-width: 768px) {
	.site_full {
		padding: 0 30px;
	}
	.container {
		padding: 0 30px;
	}
	.default_page {
		padding: 50px 15px 50px 15px;
	}
	.page-template-page-gallery {
		padding-top: 50px;
	}
}

@media only screen and (min-width: 1025px) and (min-height: 600px) {
	footer {
		position: fixed;
	}
	.main_page_wrapper {
		margin-bottom: 656px;
	}
	.single-project .main_page_wrapper {
		margin-bottom: 270px;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
	.number-list-item ol li {
		font-size: 20px;
		padding: 15px 10px 15px 50px;
	}
	.number-list .content_row ol>li:before {
		font-size: 22px;
		height: 40px;
		line-height: 45px;
		width: 40px;
	}
	.social_icon i {
		font-size: 30px;
		line-height: 50px;
		height: 50px;
		width: 50px;
	}
	.social_content {
		padding-left: 0px;
	}
	#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
		width: 50%;
	}
	.social_media_content .social_content .ctf-tweets .ctf-item:first-child {
		padding-top: 0 !important;
	}
	/*.award_page .grid.masonry-items li{ width: 25%; }*/
}

@media screen and (max-width: 1800px) and (min-width: 1301px) {
	.project_details .hide_and_show .col-md-2,
	.project_details .hide_and_show .col-md-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (min-height: 600px) and (max-height: 900px) {
	footer .copy_right_scetion {
		padding: 15px 0;
	}
	.footer {
		padding: 30px 0 15px !important;
	}
	footer input[type="text"],
	footer input[type="email"],
	footer textarea {
		height: 40px;
		padding: 8px 15px;
	}
	footer textarea {
		height: 160px;
	}
	.footer .contact-info .custom-logo-link {
		max-width: 140px;
	}
	.footer ul li a {
		padding: 5px 0;
	}
	.default_page {
		padding: 50px 15px 50px 15px;
	}
	.main_page_wrapper {
		margin-bottom: 556px;
	}
}
@media only screen and (min-width : 1024px) and (max-width: 1366px) {

  .footer .contact-info .badge_image img{
    padding-left: 10px;
  }
 .footer .contact-info .custom-logo-link img{
  padding-right: 10px;
 }


}
