body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
}
html,
body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	font-weight: 300;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	transition: all 1s;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-weight: 400;
	/*text-transform: uppercase;*/
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 26px;
}
/*
ul,ol{
	list-style: none;
	padding:0;
	margin:0;
}*/
ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
del {
	color: #fff;
}
article {
	margin: 0 0 0px 0;
}
mark {
	background: #b32017;
	color: #fff;
}
blockquote:before {
	content: '\201C';
	color: #999;
	font-size: 1.2em;
}
blockquote:after {
	content: '\201D';
	color: #999;
	font-size: 1.2em;
}
blockquote p {
	display: inline;
}
.entry-content a,
a,
.g a,
a.g,
.g {
}
a {
	text-decoration: none;
	color: #fff;
}
a:active,
a:focus {
	outline-style: none;
	-moz-outline-style: none;
}
input[type='checkbox'] {
	-webkit-appearance: checkbox;
}
input[type='radio'] {
	-webkit-appearance: radio;
}
a:visited {
}
a:active,
a:hover {
	outline: 0;
}
a:hover {
	border-bottom: 1px solid #fff;
}
em {
	font-style: italic;
	font-weight: 400;
}
strong,
b {
	font-weight: 600;
}
span.date,
span.author {
	display: none;
}
*,
input,
textarea {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.entry-content a:hover,
.comment-content a:hover {
	/* color: #ea9629; */
	background: none;
	text-shadow: none;
	color: #000;
	border-bottom: 1px solid #000;
}
.ani_el {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.ts {
	text-shadow: 0px 0px 6px rgba(20, 20, 20, 0.75);
}

.pl {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
}
.pl {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.pl .r1 {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/preloader-r2.png) no-repeat center;
	background-size: contain;
}

.grid-container {
	padding: 0;
}
/*************************************************
structure
*************************************************/
.navbar {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.desktop-navigation-trigger {
	color: #fff;
	position: absolute;
	right: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
	cursor: pointer;
}
.desktop-navigation-trigger > div.l {
	line-height: 1;
	margin-right: 10px;
	vertical-align: top;
	margin-right: -50px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 22px;
}
.desktop-navigation-trigger > div {
	display: inline-block;
}
.desktop-navigation-trigger .rows {
	width: 40px;
}
.desktop-navigation-trigger .rows div {
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 8px;
}
.desktop-navigation-trigger .rows div:last-child {
	margin-bottom: 0px;
}
.site-main,
.main-content,
.content-area,
.site-content,
.home {
	min-height: 100%;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.hentry {
	padding: 0;
}
.site-main {
	display: inline-block;
	width: 100%;
}
.fe-width {
	max-width: 90%;
	/*min-width: 1024px;
	/*display: inline-block;*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
}
.grid-container {
	max-width: none;
}
#page {
	width: 100%;
	max-width: 100%;
}
.site-header {
	background-color: #0099d8;
	background-color: rgba(0, 153, 216, 1);
}
.site-header.scrolled {
	/*border-bottom: 1px solid #A5A5A5;*/
}
.site-header .grid_12:first-child {
	height: 151px;
}
.site-header .home-link {
	min-height: initial;
	position: relative;
}
.site-header .home-link div {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	position: absolute;
	right: -29px;
	bottom: 39px;
	letter-spacing: 0;
}
.site-header.scrolled .home-link div {
	bottom: 30px;
	right: 23px;
	font-size: 12px;
}
.site-header .call {
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.site-header .call div {
	display: inline-block;
	position: relative;
	font-size: 26px;
	font-weight: 700;
	/*color:#fff;*/
	color: #000;
	letter-spacing: -0.05em;
}
.site-header .call div:first-child {
	margin: 0 6px 0 0;
	font-size: 18px;
	font-weight: normal;
	color: #717171;
}
.inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.site-header a,
.site-header a:hover {
	border-bottom: none;
}
.site-header .home-link {
	position: absolute;
	display: inline-block;
	top: 24px;
	left: 0;
	height: auto;
}
header.site-header {
	letter-spacing: -0.035em;
	position: fixed;
	width: 100%;
	height: 110px;
	z-index: 999;
	text-align: center;
	min-height: 70px;
}
header .fe-width {
	display: block;
}
.fe-width .minner {
	margin: 0 2.5%;
}
header .navbar ul li {
	display: inline-block;
	padding: 8px 10px;
	padding-bottom: 4px;
	position: relative;
	margin: 0;
}
header .navbar ul li .bg {
	height: 100%;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	border: 1px solid #fff;
}
header .navbar ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	display: block;
}
header .navbar ul li.current-menu-item {
}
header .navbar ul li:hover > a {
	/*color:#0099d8;*/
}
header .navbar ul li.current-menu-item a {
	/*color:#0099d8;*/
}
header .navbar .sub-menu,
header .navbar .children {
	background-color: #0099d8;
	padding: 0;
	top: 36px;
	padding: 4px;
	left: 0px;
	min-width: 200px;
	position: absolute;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	/*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);*/
}
header .navbar .sub-menu ul,
header .navbar .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.f-menu li:hover > ul,
.f-menu ul li:hover > ul,
ul.f-menu .focus > ul,
nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
header .navbar ul.sub-menu {
	margin-left: -4px;
	display: flex;
	flex-flow: column nowrap;
}
header .navbar ul.sub-menu li {
	/* width: 100%; */
	text-align: left;
	margin-bottom: 6px;
}
header .navbar ul.sub-menu li:last-child {
	margin-bottom: 0px;
}
.mobile-navigation-trigger,
.mobile-navigation {
	display: none;
}
.header.social {
	position: fixed;
	top: 130px;
	left: 10px;
	z-index: 999;
	color: #fff;
	font-size: 30px;
}
.header.social .ss-icon {
	text-shadow: 0px 0px 6px #666;
}
.header.social > div {
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	width: 100px;
}
.header.social .btn_fs {
	display: none;
}
.header.social > div.icon:hover .btn_fs {
	display: block;
}
.header.social .follow {
	width: 110px;
	padding: 6px 8px;
	left: 40px;
	top: -12px;
	background: #fff;
	position: absolute;
	font-size: 14px;
	color: #0099d8;
	text-align: left;
	font-weight: 500;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
	box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
}
.header.social .share {
	width: 110px;
	left: 40px;
	bottom: -12px;
	padding: 6px 8px;
	background: #fff;
	position: absolute;
	font-size: 14px;
	color: #0099d8;
	text-align: left;
	font-weight: 500;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
	box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.75);
}
.header.social .follow div,
.header.social .share div {
	display: inline-block;
	vertical-align: middle;
	text-shadow: none;
}
.header.social .follow:hover,
.header.social .share:hover {
	background: #0099d8;
	color: #fff;
}
.site-content {
	color: #fff;
	float: left;
	width: 100%;
	display: inline-block;
}
.site-footer {
	background-color: #0099d8;
	padding: 0 0 60px 0;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 16px;
}
.site-footer a.fhome-link:hover {
	border-bottom: none;
	text-decoration: none;
}
.site-footer .t {
	padding: 0 0 10px 0;
	color: #b32017;
	width: 100%;
	margin-bottom: 20px;
}
.site-footer .nl .t {
	text-align: center;
}
.site-footer .addy div {
	margin-bottom: 6px;
}
.site-footer .addy > div:first-child {
	font-weight: 400;
	font-size: 20px;
}
.site-footer .nl,
.site-footer .addy,
.site-footer .menu {
	margin-top: 60px;
}
.site-footer .grid-33 {
	padding: 0;
}
.site-footer .footer-menu li {
	margin-bottom: 10px;
}
.site-footer .footer-menu li a {
	padding: 7px 0px;
	text-transform: uppercase;
	color: #fff;
}
.site-footer .footer-menu li:hover a {
	font-weight: 500;
	border-bottom: 1px solid #fff;
}
.site-footer ul.footer-menu {
	margin-bottom: 20px;
}
.site-footer .address {
	top: 0px;
	position: absolute;
}
.site-footer .fmenu {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.site-footer .legal-menu {
	text-align: right;
	margin-top: 32px;
}
.site-footer .legal-menu li {
	padding: 8px 0px;
}
.site-footer .logo {
	text-align: center;
}
.site-footer .cm input[type='text'] {
	border: none;
	background: none;
	text-align: center;
	border-bottom: 1px solid #5a6138;
	width: 100%;
	color: #999;
}
.site-footer .cm input[type='submit'] {
	background: none;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background: url('../images/menu-bg-hov.svg') no-repeat center center;
	background-size: cover;
}
.site-footer .cm input[type='submit']:hover {
	color: #b32017;
	text-transform: uppercase;
	background: url('../images/menu-bg-hov-white.svg') no-repeat center center;
	background-size: cover;
}
.site-footer .cm label {
	display: none;
}
.site-footer input#s {
	border: 1px solid #fff;
	background: #fff;
	width: 50%;
	max-width: 240px;
	color: #0099d8;
	padding: 8px 12px;
}
.site-footer .searchform {
	text-align: right;
	margin-top: 40px;
}
.site-footer .searchform input,
.site-footer .searchform div.ss-search {
	display: inline-block;
}
.site-footer .searchform div.ss-search {
	margin-right: 10px;
}

.site-footer .social {
	width: 100%;
	margin-top: 20px;
	text-align: right;
}
.site-footer .social .t {
	text-transform: uppercase;
	margin: 16px 0;
	color: #fff;
	padding: 0;
	font-size: 18px;
}
.site-footer .social .icon {
	display: inline-block;
	font-size: 30px;
	margin: 0 4px;
}
form.cm_ajax_shortcode_form p {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.site-footer .cright {
	font-size: 12px;
	text-align: center;
	line-height: 2;
}
.reg-num {
	font-size: 12px;
}
.fmenu ul li {
	width: 100%;
	text-align: right;
}
footer .t {
}
footer .logo {
	text-align: center;
	padding: 64px 0;
}
.site-footer .t div {
	background: url('../images/hline-red.svg') no-repeat bottom;
	display: block;
	background-size: contain;
	display: inline-block;
	width: auto;
	padding: 0 0px 10px 0px;
}
.fmenu .t {
	text-align: right;
}
.bgb {
	background: #000;
	background: -moz-linear-gradient(top, rgba(71, 85, 153, 1) 0%, rgba(71, 85, 153, 1) 30%, rgba(71, 85, 153, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(71, 85, 153, 1)),
		color-stop(30%, rgba(71, 85, 153, 1)),
		color-stop(100%, rgba(71, 85, 153, 0))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(71, 85, 153, 1) 0%, rgba(71, 85, 153, 1) 30%, rgba(71, 85, 153, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(71, 85, 153, 1) 0%, rgba(71, 85, 153, 1) 30%, rgba(71, 85, 153, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(71, 85, 153, 1) 0%, rgba(71, 85, 153, 1) 30%, rgba(71, 85, 153, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(71, 85, 153, 1) 0%, rgba(71, 85, 153, 1) 30%, rgba(71, 85, 153, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475599', endColorstr='#00475599',GradientType=0 ); /* IE6-9 */
}

.bgimg {
	width: 100%;
	height: 100%;
}

.nav-menu li a {
	cursor: pointer; /* work around for null links in top nav*/
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	border-bottom: none;
}
.section {
}
.bg-img {
	width: 100%;
	height: 100%;
}
.bg-img img {
	width: 100%;
	height: auto;
}
.home .section.one ul {
	width: 100%;
	height: 100%;
	position: relative;
}
.section.case-studies-all,
.home .section.one {
	height: 3000px;
	width: 100%;
	position: relative;
}
.section.case-studies-all ul.slides,
.home .section.one ul {
	background: #282828;
}
.portfolio-hero-projects ul.slides li picture,
.project ul.slides li picture,
.section.case-studies-all ul.slides li picture,
.home ul.slides li picture {
	width: 100%;
	height: 100%;
}
.portfolio-hero-projects ul.slides li,
.project ul.slides li,
.section.case-studies-all ul.slides li,
.home ul.slides li {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	/*-webkit-opacity: 0.35;
	-moz-opacity: 0.35;
	filter:alpha(opacity=35);
	opacity:0.35;*/
	overflow: hidden;
}
.portfolio-hero-projects ul.slides li img,
.project ul.slides li img,
.section.case-studies-all ul.slides li img,
.home ul.slides li img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.portfolio-hero-projects .slides-pag,
.project .slides-pag {
	position: absolute;
	bottom: 20px;
	left: 50px;
}
.portfolio-hero-projects .slides-pag div,
.project .slides-pag div {
	cursor: pointer;
	display: inline-block;
	margin-right: 6px;
	font-size: 24px;
}
.portfolio-hero-projects .slides-pag div.active,
.project .slides-pag div.active {
	color: #0099d8;
}
.section .c {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	display: table;
}
.section .in {
	display: table-cell;
	vertical-align: middle;
}
.section .in .kl {
	width: 100px;
	height: 1px;
	display: inline-block;
	margin: 16px auto;
	background-color: #0099d8;
}
.home .section.one .in .headline.two {
	width: 75%;
	margin: 0 auto;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.home .section.one .in .headline.two div {
	display: inline-block;
	vertical-align: middle;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.home .section.one .in .headline.two div:after {
	height: 40px;
	content: '';
	margin: 0;
	font-size: 60px;
	font-weight: 300;
	border-left: none;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #999;
	margin: 0 3px 0 9px;
}
.home .section.one .in .headline.two div:last-child:after {
	height: 40px;
	content: ' ';
	margin: 0 0px 0 3px;
	font-size: 60px;
	font-weight: 300;
	border-right: none;
	display: inline-block;
	vertical-align: middle;
}
.section .projects {
	display: inline-block;
	width: 100%;
}
.section.introcopy {
	background-color: #0099d8;
}
.section.introcopy .head {
	padding: 140px 0;
}
.section.projects_cont .head {
	padding: 140px 0;
	background-color: #0099d8;
}
.section.introcopy .fe-width {
	text-align: center;
	z-index: 10;
}
.section.projects_cont .head p {
	margin: 0;
}
.section.blog .head .kl,
.section.projects_cont .head .kl {
	width: 100px;
	height: 1px;
	margin: 12px 0;
	background: #ccc;
}
.home .section.projects_cont .projects {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.section.projects_cont .projects {
	width: 100%;
	display: table;
}
.section.case-studies_cont .case-study .grid-20,
.section.case-studies_cont .case-study .grid-40,
.section.case-studies_cont .case-study .grid-25,
.section.case-studies_cont .case-study .grid-50,
.section.projects_cont .projects .grid-20,
.section.projects_cont .projects .grid-40,
.section.projects_cont .projects .grid-25,
.section.projects_cont .projects .grid-50 {
	padding: 0;
	overflow: hidden;
}
.section.case-studies_cont .case-study a,
.section.projects_cont .projects .project a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
.section.case-studies_cont .case-study .inner,
.section.projects_cont .projects .project .inner {
	overflow: hidden;
}
.section.case-studies_cont .case-study .info_c,
.section.projects_cont .projects .project .info_c {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	display: block;
}
.section.case-studies_cont .case-study .info,
.section.projects_cont .projects .project .info {
	width: 80%;
	height: 80%;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	margin-top: 30px;
	margin-left: 30px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
}
.section.case-studies_cont .case-study .in,
.section.projects_cont .projects .project .in {
	width: 100%;
	height: 100%;
	display: table;
}
.section.case-studies_cont .case-study .b,
.section.projects_cont .projects .project .b {
	display: table-cell;
	vertical-align: middle;
}
.section.case-studies_cont .case-study .n,
.section.projects_cont .projects .project .n {
	color: #0099d8;
	font-weight: 400;
	max-width: 70%;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.section.case-studies_cont .case-study .syn,
.section.projects_cont .projects .project .syn {
	color: #666;
	font-size: 14px;
	max-width: 70%;
	margin: 0 auto;
	margin-bottom: 16px;
}
.section.case-studies_cont .case-study .kl,
.section.projects_cont .projects .project .kl {
	width: 0%;
	height: 1px;
	margin: 12px auto;
	background: #b3b3b3;
}

.section .case-study .pic,
.section .projects .project .pic {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
/* .section .case-study .pic::before,
.section .projects .project .pic::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.5);
	border: 1px solid yellow;
} */
.section .case-study img,
.section .projects .project img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: 50% 53%;
	transform: scale(1.1);

	/*position: absolute;
	z-index:0;*/
}
.section.case-studies_cont .case-study .icon-navigateright,
.section.projects_cont .projects .project .icon-navigateright {
	color: #0099d8;
	font-size: 20px;
}
.section.clients .head {
	padding: 120px 0 60px 0;
	color: #666;
}
.home .section.clients .head h2 {
	color: #0099d8;
}
.section.clients .head h2 a {
	color: #0099d8;
}
.section.clients .head h2 a:hover {
	font-weight: 400;
}
.section.clients .head .kl {
	width: 100px;
	height: 1px;
	margin: 12px 0;
	background: #b3b3b3;
}

.section.awards .pic,
.section.clients .pic {
	width: 100%;
	height: 100%;
	display: table;
	/*position: relative;*/
	text-align: center;
}
.section.awards .pic {
	padding: 16px 0;
}
.section.awards .in,
.section.clients .in {
	width: 100%;
	height: 100%;
	position: relative;
}
.section.awards .pic picture,
.section.clients .pic picture {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.section.awards .pic picture {
	height: 100%;
	vertical-align: middle;
}
.section.awards .pic,
.section.clients .pic {
	height: 100%;
	vertical-align: middle;
}
.section.awards .pic img,
.section.clients .pic img {
	max-width: 70%;
	margin: 0 auto;
	display: inline-block;
}
.section.awards .pic .h,
.section.clients .pic .h {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.section.awards .client_list,
.section.clients .client_list {
	margin: 0 0 60px 0;
}
.section.awards .in .bb,
.section.clients .in .bb {
	position: absolute;
	width: 0px;
	height: 1px;
	bottom: 0;
	left: 50%;
	background: #0099d8;
	z-index: 10;
}
.section.awards_head {
	background: #0099d8;
	overflow: hidden;
}
.section {
	overflow: hidden;
}
.section .bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	-webkit-opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	opacity: 0.25;
	width: 100%;
	height: 100%;
}
.portfolio-hero-projects .bg-img {
	-webkit-opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.section.scrollbg {
	position: relative;
}
video.bgvid {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
.section .bg .video_fallback {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.section .bg .video_fallback img,
.section .bg img {
	width: 100%;
}
.section.white {
	padding: 140px 0;
	color: #666;
}
.section.white.scrollbg {
	padding: 0;
}
.section.scrollbg .minner {
	padding: 140px 0;
}
.section.blue {
	padding: 100px 0;
	color: #fff;
	text-align: center;
	background: #0099d8;
}
.section.blue .kl {
	background: #ddd;
	width: 100px;
	height: 1px;
	display: inline-block;
	margin: 16px auto;
}
.section.blue.services {
}
.section.white a {
	color: #0099d8;
}
.section.white a:hover {
	border-bottom: 1px solid #0099d8;
}
.section.grey {
	padding: 140px 0;
	color: #fff;
	background: #333;
}
.section.awards-head {
	padding: 0;
}
.section .stats .num {
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -0.06em;
	color: #0099d8;
	margin: 0 auto;
}
.section .stats .lbl {
	text-transform: uppercase;
	padding-bottom: 40px;
	font-weight: 300;
	font-size: 40px;
}
.section .stats .kl {
	height: 1px;
	width: 35%;
	margin: 0 auto 24px auto;
	background: #ddd;
}
.section .stats .t {
	width: 50%;
	margin: 0 auto;
}
.section .stats {
	position: relative;
	z-index: 5;
	text-align: center;
}
.section .stats .grid-30:first-child {
	border-right: 1px solid #6f6f6f;
}
.section.white p:last-child {
	margin-bottom: 0;
}
.section.awards_head .head {
	padding: 80px 0;
}
.section .minner {
	position: relative;
	z-index: 10;
}
.section.awards_head .head a:hover {
	text-decoration: none;
	font-weight: 400;
	border-bottom: none;
}
.section.awards_head .head .kl {
	width: 100px;
	height: 1px;
	margin: 12px 0;
	background: #ccc;
}
.section.awards {
	padding: 120px 0;
}
.section.awards .award .kl {
	width: 60px;
	height: 1px;
	margin: 12px auto;
	background: #b3b3b3;
}
.section.awards .award .n {
	text-align: center;
	color: #b3b3b3;
	font-size: 16px;
	height: 80px;
}
.section.awards .award .n div {
	width: 100%;
}
.section.awards .award .n div:first-child {
	font-weight: 400;
	margin-bottom: 6px;
	color: #0099d8;
}
.project .section.one .icon-delete {
	position: absolute;
	z-index: 100;
	top: 120px;
	right: 20px;
	font-size: 40px;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.project .section.two .c,
.project .section.one .c {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 7%;
	left: 0;
	top: auto;
	height: auto;
}
.project .section.two .c {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 30px;
	left: 0;
}
.portfolio-hero-projects .section.one,
.project .section {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.project .section.one .headline {
	display: inline-block;
	vertical-align: middle;
}
.project .section.one .headline.two {
	margin-left: 20px;
}
.project .section.one .headline.two div {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.project .section .fe-width {
	padding: 1.5%;
}
.project .section .fe-width p {
	margin-bottom: 1rem;
}
.project .section .fe-width p:last-child {
	margin-bottom: 0;
}
.project .section.one .headline.two div:after {
	height: 40px;
	content: '';
	margin: 0 9px 0 12px;
	font-size: 60px;
	font-weight: 300;
	border-left: 1px solid #808080;
	display: inline-block;
	vertical-align: middle;
}
.project .section.one .in .headline.two div:last-child:after {
	height: 40px;
	content: none;
	margin: 0;
	font-size: 60px;
	font-weight: 300;
	border: none;
	display: inline-block;
	vertical-align: middle;
}
.project .section.three {
	background: #0099d8;
}
.project .section.three .grid-50 {
	padding: 0;
	overflow: hidden;
}
.project .section.four.clients_awards {
	background: #fff;
	padding: 140px 0;
	color: #0099d8;
	text-align: center;
}
.project .section.four.clients_awards .divider {
	height: 70%;
	width: 1px;
	background: #ddd;
	left: 50.5%;
	top: 15%;
	position: absolute;
	z-index: 997;
}
.project .section.testimonials .t,
.project .section.four.clients_awards .t {
	margin-bottom: 16px;
	color: #808080;
}
.project .section.four.clients_awards .img {
	/* width: 250px;
	height: 250px; */
	margin: 0 auto;
	/* margin-bottom: 16px;
	padding: 16px 0; */
}
.project .section.four.clients_awards .img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.project .section.four.clients_awards .name {
	font-size: 20px;
	color: #0099d8;
}
.project .section.testimonials {
	border-top: 1px solid #dedede;
}
.section.testimonials .kl,
.project .section.testimonials .kl,
.project .section.four.clients_awards .kl {
	height: 1px;
	width: 60px;
	margin: 10px auto;
	background: #ddd;
}
.project .section.four.clients_awards .desc {
	color: #808080;
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
}
.project .section.four.clients_awards .client .name {
}
.project .section.four.clients_awards .client,
.project .section.four.clients_awards .award {
	display: inline-block;
	margin: 0 16px;
	font-size: 16px;
	vertical-align: top;
}
.project .section.four.clients_awards .award .desc div:first-child {
	font-weight: 400;
	margin-bottom: 6px;
	color: #0099d8;
}

.project .section.four.clients_awards .client .img .h,
.project .section.four.clients_awards .award .img .h {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.project .section.four.clients_awards .client .img img,
.project .section.four.clients_awards .award .img img {
	vertical-align: middle;
	/* max-height: 240px;
	max-width: 240px; */
	width: 100%;
	height: auto;
	object-fit: cover;
}
.section.testimonials h2 {
	color: #808080;
}
.section.clients .w,
.section.testimonials .w,
.project .section.testimonials .w,
.project .section.four.clients_awards .w {
	display: inline-block;
	padding: 30px 60px 25px 60px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-transform: uppercase;
}

.section.testimonials .testimonial .t,
.project .section.testimonials .testimonial .t {
	color: #0099d8;
}
.section.testimonials .test,
.project .section.testimonials .test {
	padding-top: 20px;
	font-size: 16px;
}

.project .section.testimonials {
	padding: 120px 0;
	color: #808080;
	text-align: center;
}
.project .section.testimonials .head .t {
	text-transform: uppercase;
}
.project .section.testimonials .head .kl {
	height: 1px;
	background: #ccc;
	width: 100px;
	margin: 16px auto;
}
.section.testimonials .testimonial,
.project .section.testimonials .testimonial {
	margin-top: 60px;
}
.section.testimonials .jcar,
.project .jcar {
	position: relative;
	overflow: hidden;
}
.section.testimonials .jcar ul,
.project .jcar ul {
	width: 20000em;
	position: relative;

	/* Optional, required in this case since it's a <ul> element */
	list-style: none;
	margin: 0;
	padding: 0;
}
.section.testimonials .jcar li,
.project .jcar li {
	/* Required only for block elements like <li>'s */
	float: left;
	list-style: none;
}
.section.testimonials .jcar-pag,
.project .jcar-pag {
	margin-top: 30px;
}
.project .jcar-pag .ss-icon {
	color: #ccc;
}
.section.testimonials .jcar-pag .ss-icon,
.section.testimonials .jcar-pag a,
.project .jcar-pag a {
	display: inline-block;
	color: #ddd;
}
.section.testimonials .jcar-pag .ss-icon.active,
.project .jcar-pag .ss-icon.active {
	color: #0099d8;
}
.project .section.one .headline,
.project .section.one .headline.two div {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.project .section.one .hbg {
	display: inline-block;
	background: rgba(40, 40, 40, 0.5);
	padding: 10px 18px;
}
.section.general .head {
	/*background-color: #0099d8;*/
	padding: 180px 0 60px 0;
}
.sub-company-pages .grid-50,
.sub-company-pages .grid-100,
.services-overview .grid-33,
.services-overview .grid-50,
.services-overview .grid-100 {
	padding: 0;
}
.services-overview .service .grid-50 {
	aspect-ratio: 1/1;
}

.services-overview .inner > .grid-50:last-child {
	transform: translate(50%, 0);
}
.services-overview .inner > .grid-50:last-child .service {
	display: flex;
	flex-direction: row-reverse;
}
.services-overview .inner > .grid-50:last-child .service .grid-50 {
	float: none;
}
.sub-company .grid-50 .c,
.services-overview .grid-50 .c {
	display: table;
	width: 100%;
	height: 100%;
	position: static;
}
.sub-company .grid-50 .c .shead,
.services-overview .grid-50 .c .shead {
	text-align: center;
}
.sub-company .grid-50 .in,
.services-overview .grid-50 .in {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.sub-company .grid-50 .in .title,
.services-overview .grid-50 .in .title {
	text-transform: uppercase;
}
.services-overview .grid-50 .in .kl {
	height: 1px;
	background: #ddd;
	width: 5%;
	margin: 12px auto;
}
.sub-company .grid-50 .in .kl {
	height: 1px;
	background: #ddd;
	width: 5%;
	margin: 0;
	display: none;
}
.sub-company .c .in .b {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border: 1px solid rgba(221, 221, 221, 0.35);
	border-radius: 4px;
}
.sub-company .grid-50 .pic,
.services-overview .grid-50 .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sub-company .grid-50 .content,
.sub-company .grid-50 .bg,
.sub-company .grid-50 .pic,
.services-overview .grid-50 .content,
.services-overview .grid-50 .bg,
.services-overview .grid-50 .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.sub-company .grid-50 .content,
.services-overview .grid-50 .content {
	z-index: 3;
	font-size: 16px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.sub-company .grid-50 .bg,
.services-overview .grid-50 .bg {
	z-index: 2;
	font-size: 16px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.sub-company .content .syn,
.services-overview .service .content .syn {
	max-width: 80%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.services-overview .service {
	cursor: pointer;
}
.services-overview .current_service {
	display: none;
}
.sub-company .service .bg,
.services-overview .service .bg {
	width: 100%;
	height: 100%;
}
.sub-company .content .syn,
.services-overview .service .content .syn {
	padding: 32px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.sub-company .right .content .syn,
.services-overview .service .right .content .syn {
	margin-left: 5%;
	text-align: right;
}
.sub-company .left .content .syn,
.services-overview .service .left .content .syn {
	margin-left: 15%;
	text-align: left;
}
.sub-company .right .content,
.services-overview .service .right .content {
	text-align: right;
}
.sub-company .grid-50 .pic,
.services-overview .grid-50 .pic {
	z-index: 1;
}
.services-overview .grid-50 .shead {
	display: flex;
	align-content: center;
	align-items: center;
	flex-flow: column nowrap;
	row-gap: 0.75rem;
	/* outline: 1px solid yellow; */
	max-width: fit-content;
	margin: 0 auto;
}
.services-overview .grid-50 .shead div.title {
	height: fit-content;
	font-weight: bold;
	font-size: 1.2rem;
	/* outline: 1px solid grey; */
}
.services-overview .grid-50 .shead .icon,
.services-overview .grid-50 .shead .title {
	display: inline-block;
}
.services-overview .grid-50 .shead .icon {
	/* outline: 1px solid red; */
	width: 85px;
	height: 85px;
	opacity: 0.75;
}
.services-overview .grid-50 .shead .icon img {
	width: 100%;
	height: 100%;
	/* outline: 1px solid yellow; */
}
.section.service-single {
	padding-top: 110px;
}
.service-main {
	float: left;
}
.section.service-single .grid-50,
.section.service-single .grid-100 {
	padding: 0;
}
.section.service-single .grid-50 {
	height: 100%;
}
.section.service-single .cinner {
	padding: 42px 15% 80px 0;
}
.section.service-single .cinner .t > div:first-child {
	margin-bottom: 30px;
}
.service-over .cinner .t div div,
.service-over .cinner .t div h1,
.section.service-single .cinner .t div div,
.section.service-single .cinner .t div h1 {
	display: inline-block;
	vertical-align: middle;
	transform: all 0.2s ease;
}
.service-over .service-img-container,
.service-over .service-img-container .img {
	height: 100%;
	transform: all 0.2s ease;
}

.service-over .service-img-container {
	overflow: hidden;
}
.section.service-single .cinner .t .kl {
	height: 1px;
	background: #fff;
	width: 100%;
	margin-bottom: 40px;
}
.section.service-single .cinner .t div:first-child {
	display: flex;
	column-gap: 0.5rem;
}
.service-over .icon {
	/* outline: 1px solid red; */
	width: 50px;
	height: 50px;
}
.service-over .icon img {
	width: 50px;
	height: 50px;
	/* outline: 1px solid yellow; */
}
.section.service-single .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.section.service-single .img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.service-over-bg {
	position: fixed;
	z-index: 9989;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(20, 20, 20, 0.85);
	display: none;
}
.service-over {
	position: fixed;
	z-index: 9999;
	background: #ccc;
	width: 80%;

	top: 5%;
	left: 10%;
	visibility: hidden;
	color: #fff;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.service-over .icon-delete {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 10000;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	height: 30px;
	width: 30px;
	border-radius: 20px;
	border: 2px solid #e3e3e3;
	background: rgb(21, 21, 21, 0.15);
	mix-blend-mode: lighten;
}
.service-over .icon-delete svg {
	width: 100%;
	height: 100%;
	/* mix-blend-mode: difference; */
}
.service-over .icon-delete svg path {
	/* mix-blend-mode: multiply; */
	stroke-width: 4%;
	stroke: #ffffff;
	stroke-opacity: 0.85;
}
.service-over .icon-navigateright,
.service-over .icon-navigateleft {
	height: 50px;
	width: 50px;
}
.service-over .icon-navigateright svg,
.service-over .icon-navigateleft svg {
	width: 100%;
	height: 100%;
}
.service-over .icon-navigateright {
	position: absolute;
	right: 0%;
	top: 50%;
	cursor: pointer;
	z-index: 10000;
	transform: translate(150%, -50%);
	box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}
.service-over .icon-navigateleft {
	position: absolute;
	left: 0%;
	top: 50%;
	cursor: pointer;
	z-index: 10000;
	transform: translate(-150%, -50%);
	box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}
.service-over .grid-100,
.service-over .grid-50 {
	padding: 0;
}
.service-over .cinner .t .kl {
	height: 1px;
	background: #ddd;
	width: 100%;
	margin: 30px 0;
}
.service-over .cinner .t {
	text-transform: uppercase;
}
.service-over .cinner .t div:first-child {
	width: fit-content;
	margin: 0 auto;
	column-gap: 0.75rem;
	display: flex;
	align-items: center;
}
.service-over .cinner {
	padding: 5%;
	min-height: 600px;
}
.section.blog {
	background: #0099d8;
	background: #333;
	padding: 140px 0 100px 0;
}

.section.blog .head {
	padding: 40px 0;
	position: relative;
	z-index: 10;
}
.section.blog .other-posts,
.section.blog .post-content {
	position: relative;
	z-index: 10;
}
.section.blog .blog-content {
	padding-left: 0;
}
.section.blog .post-content h1 {
	padding: 0 0 32px 0;
}
.section.blog .other-posts .p {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #0099d8;
}
.section.blog .other-posts .p a:hover {
	border-bottom: none;
	font-weight: 400;
}
.section.blog .other-posts .other-title h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.section.blog .pag {
	margin-top: 64px;
}

.section.blog .pag > div > div {
	display: inline-block;
	vertical-align: top;
}
.section.blog .other-posts .pag .n-posts div,
.section.blog .other-posts .pag .o-posts div {
	display: inline-block;
	vertical-align: middle;
}
.section.blog .pag > div > div.ss-gizmo {
	margin: 5px 6px 0 6px;
}
.section.blog .other-posts .pag .n-posts div.ss-gizmo,
.section.blog .other-posts .pag .o-posts div.ss-gizmo {
	margin: 5px 0 0 0;
}
.section.blog .pag > div > div.l {
	max-width: 85%;
}
.section.blog .pag .grid-50:last-child {
	text-align: right;
}
.section.blog .pag .grid-50:first-child {
	text-align: left;
}

.section.blog .pag a:hover {
	border-bottom: 1px solid #0099d8;
}

.section.contact h1 {
	text-transform: none;
}
.section.contact {
	padding-top: 180px;
	background-color: #0099d8;
}
.section.contact .head {
	padding-bottom: 60px;
}
.section.contact #gmap {
	width: 100%;
	height: 600px;
	background: #fff;
}
.section.contact .map.grid-100 {
	padding: 0;
}
.section.contact .add .email {
	margin-top: 30px;
}
.section.contact .add .div {
	height: 1px;
	width: 100%;
	background: #ccc;
	margin: 26px 0;
}
.section.contact .add a:hover {
	font-weight: 400;
}
.section.contact .add .n,
.section.contact .add .t {
	font-weight: 400;
	margin-bottom: 8px;
}
.section.contact .add .md span {
	margin-right: 8px;
}
.section.contact .details {
	padding: 160px;
}
.enqf .title {
	margin-bottom: 30px;
}
.enqf input[type='text'],
.enqf input[type='email'],
.enqf textarea {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	border: none;
	background: #fff;
	padding: 12px 8px;
	width: 100%;
}

.enqf p {
	margin-bottom: 8px;
}
.enqf input[type='submit'] {
	color: #fff;
	background: #0099d8;
	border: 1px solid #fff;
	float: right;
	margin-top: 20px;
}
.enqf input[type='submit']:hover {
	border: none;

	color: #0099d8;
	background: #eaeaea;
	float: right;
}
.enqf input.wpcf7-submit {
	padding: 0.5rem 0.75rem;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
	padding: 8px 6px;
	padding: 8px 6px;
    background: #dc3232;
    color: #fff;
    width: 100%;
    margin: 4px auto;
}
}
div.wpcf7-validation-errors {
	margin-top: 50px;
	border: 1px dotted #f00;
}

.section .project {
	background: #0099d8;
}
.section.case-studies,
.section.portfolio {
	background: #282828;
}
.section.portfolio .grid-100 {
	padding: 0;
}
.section.portfolio .head .t {
	margin-right: 16px;
}
.section.portfolio .head .t,
.section.portfolio .head .p-types,
.section.portfolio .head .p-type {
	display: inline-block;
	vertical-align: bottom;
}

.section.portfolio .head .p-types {
	padding: 0 8px;
}
.section.portfolio .head .p-types div.p-type {
	cursor: pointer;
	text-align: center;
}
.section.portfolio .head .p-types div.p-type:last-child {
	border: none;
}
.section.portfolio .head {
	background-color: #0099d8;
	padding: 140px 0 20px 0;
	text-align: center;
}
.section.cs .kl,
.section.portfolio .kl {
	width: 100px;
	height: 1px;
	background: #ccc;
	margin: 32px auto;
}
.section.portfolio .head .p-types div.lbl,
.section.portfolio .head .p-types div.bg {
	position: absolute;
	z-index: 2;
}
.section.portfolio .head .p-types div.bg {
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.section.portfolio .head .p-types div.lbl {
	padding: 8px 12px;
}
.section.portfolio .case-studies,
.section.portfolio .no-projects,
.section.portfolio .projects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	background: #fff;
}
.section.portfolio .projects {
	background: #0099d8;
}
.section.portfolio .projects {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	display: table;
}
.section.portfolio .no-projects {
	z-index: 1;
	text-align: center;
	display: none;
	padding: 180px 0;
	background: #282828;
}
.section.portfolio .no-projects .m {
	display: inline-block;
	color: #eaeaea;
	font-size: 26px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.section.portfolio .no-projects .m .kl {
	height: 1px;
	width: 0%;
	background: #505050;
	margin: 0 auto;
	margin-top: 30px;
}
.section.projects_cont {
	background: #0099d8;
}
.section.portfolio .no-projects .icon-delete {
	font-size: 60px;
	color: #505050;
}
.section.cs .case-studies {
	display: table;
	width: 100%;
}
.section.cs .head {
	background-color: #0099d8;
	padding: 80px 0;
	text-align: center;
}
.section.case-studies_cont {
	background: #fff;
	width: 100%;
}

.section.case-studies-all .head {
	background: #282828;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.section.case-studies-all .head .kl {
	height: 1px;
	width: 100px;
	background: #0099d8;
	margin: 16px auto;
}

.section.case-studies-all .head .w {
	display: inline-block;
	padding: 20px 60px 15px 60px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.section.case-studies-all .head .content {
	margin-top: 50px;
}
.portfolio-hero-projects .down,
.home .down,
.section .head .down,
.section.case-studies-all .head .down {
	width: 46px;
	height: 46px;
	border: none;
	border-radius: 20px;
	position: absolute;
	bottom: 2.5%;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	color: #ccc;
	font-size: 26px;
	line-height: 46px;
	cursor: pointer;
	z-index: 10;
}
.portfolio-hero-projects .down svg,
.home .down svg,
.section .head .down svg,
.section.case-studies-all .head .down svg {
	width: 100%;
	height: 100%;
}
.home .down:hover,
.section .head .down:hover {
	/* border: 1px solid #666; */
}
.home .down .ss-gizmo,
.section .head .down .ss-gizmo,
.section.case-studies-all .head .down .ss-gizmo {
	margin-top: 2px;
}
.case-studies-all .section.projects_cont {
	display: inline-block;
	width: 100%;
}
.section.testimonials {
	display: inline-block;
	text-align: center;
	padding: 140px 0;
	width: 100%;
	color: #808080;
	border-top: 1px solid #dedede;
}
.section.testimonials .head {
	color: #808080;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.cs-over {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(20, 20, 20, 0.9);
	display: none;
}
.cs-full {
	position: absolute;
	top: 40px;
	width: 100%;
	display: none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.cs-full .content {
	width: 100%;
	padding: 8px;
}
.cs-full .content .title {
	text-transform: uppercase;
	font-size: 26px;
}
.cs-full .content .kl {
	width: 100%;
	height: 1px;
	background: #0099d8;
	margin: 16px 0;
	width: 100%;
}
.cs-full .content .desc {
	font-size: 16px;
}
.cs-full .content .more .clients,
.cs-full .content .more .awards {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #666;
}
.cs-full .content .more .clients div:first-child,
.cs-full .content .more .awards div:first-child {
	color: #ccc;
	font-size: 14px;
}
.cs-over .del {
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: -45px;
	z-index: 510;
	border: 1px solid #666;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.cs-over .icon-delete {
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 2px;
}
.cs-over .imgs {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.cs-over .imgs ul.cs-slides {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cs-over .imgs ul.cs-slides li {
	float: left;
}
.cs-jcar-pag {
	position: absolute;
	z-index: 1000;
	bottom: 10px;
	margin: 0 auto;
	left: 50%;
}
.cs-jcar-pag a {
	display: inline-block;
	margin: 0 3px;
}
.cs-jcar-pag a div.active {
	color: #0099d8;
}
.cs-jcar-pag a:hover {
	text-decoration: none;
	border-bottom: none;
}
.portfolio-hero-projects .section.one,
.section.team .head,
.section.careers .head,
.section.company .head {
	background: rgba(21, 21, 21, 255);
	overflow: hidden;
}
.section.careers .head .bg-img,
.section.company .head .bg-img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	-webkit-opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	opacity: 0.25;
	width: 100%;
}
.section.careers {
	width: 100%;
}
.section .positions {
	width: 100%;
	text-align: left;
}
.section .positions.none {
	text-align: center;
}
.section .position {
	width: 100%;
	padding: 80px 0 0 0;
}
.section .position:first-child {
	padding: 0;
}
.positions-head h2 {
	font-size: 40px;
	color: #0099d8;
}
.section .position .title {
	position: relative;
}
.section .position .title div {
	display: inline-block;
	vertical-align: middle;
}
.section .position .title div.ss-gizmo {
	padding: 10px 25px;
	border: 1px solid #dedede;
	border-radius: 4px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.section .position > div {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}
.section .position .info > div > div,
.section .position div > div > div {
	display: inline-block;
	vertical-align: bottom;
}
.section .position .contact,
.section .position .downloads,
.section .position .apply,
.section .position .info {
	font-size: 16px;
	margin: 32px 0 0 0;
}
.section .position .title {
	color: #0099d8;
	font-size: 22px;
	padding-bottom: 32px;
	border-bottom: 1px solid #dedede;
}
.section .position .sal {
}
.section .position .hours {
}
.section .position .type {
}
.section .position .c_date {
}
.section .position .desc {
	margin: 32px 0 0 0;
}
.section .position .apply a > div {
	padding: 20px 40px;
	border: 1px solid #0099d8;
	border-radius: 4px;
	display: inline-block;
}
.section .position .apply a:hover {
	border-bottom: none;
	color: #fff;
}
.section .position .apply a:hover > div {
	background: #0099d8;
}
.section .position .i {
	color: #0099d8;
}
.section .position .lbl {
}
.section .position .kl {
	background: #ccc;
	height: 24px;
	width: 1px;
	margin: 0 12px;
}

.section.people {
	min-height: 300px;
}
.section.people .fe-inner {
	padding: 80px 0;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.people .staff {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
.people .title,
.people .bio {
	color: #000;
	height: 100%;
}
.people .bio p {
	margin: 0;
}
.people .bio {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	margin: 2.5% 5%;
	font-size: 16px;
	display: table;
}
.people .bio > div {
	display: table-cell;
	vertical-align: middle;
}
.people .bio > div > div {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px;
}
.people .bio > div > div:first-child {
	font-weight: 600;
	color: #0099d8;
	font-size: 24px;
}
.people .bio > div > div.p {
	color: #666;
	font-weight: 400;
	font-size: 18px;
}
.people .title {
	display: table;
	width: 100%;
	position: absolute;
	top: 0;
	left: %;
	z-index: 1;
}
.people .right .title {
	left: auto;
	right: 0%;
}
.people .pimg {
	position: absolute;
	top: 0;
	left: 10%;
	width: 90%;
	height: 100%;
	overflow: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.people .right .pimg {
	left: auto;
	right: 10%;
}
.people .title .t_in {
	display: table-cell;
	vertical-align: middle;
}
.people .left .t_in {
	padding-left: 10%;
}
.people .right .t_in {
	padding-right: 10%;
}
.people .title .t {
	font-weight: 600;
	color: #0099d8;
	font-size: 26px;
}
.people .title .p {
	text-transform: uppercase;
	font-weight: 400;
}
.people .right {
	text-align: right;
}
.people .left {
	text-align: left;
}
.people .left img {
	object-fit: cover;
}
.people .kl {
	width: 1px;
	background: #0099d8;
	height: 70%;
	position: absolute;
	top: 50%;
	left: -10px;
}
.people .right .kl {
	right: -10px;
	left: auto;
}
.people .icon-plus {
	color: #000;
	text-align: center;
	position: absolute;
	left: 10%;
	top: 50%;
	color: #0099d8;
	font-size: 60px;
	margin-left: -30px;
	margin-top: -43px;
}
.people .right .icon-plus {
	left: auto;
	right: 10%;
}
.people .staff {
	cursor: pointer;
	min-height: 300px;
}
.people .staff .inner {
	z-index: 10;
}

.people .bg img {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.people .staff-img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
}

#cookie-law-info-bar,
#cookie-law-info-again {
	border: none !important;
	color: #fff !important;
	background: #0099d8 !important;
}
a.cli-plugin-main-link {
	color: #fff !important;
}
.cli-plugin-button,
.cli-plugin-button:visited {
	background: #fff !important;
	color: #0099d8 !important;
	display: inline-block;
	padding: 5px 10px 6px;
	text-decoration: none;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-shadow: none !important;
	border-bottom: none !important;
	position: relative;
	cursor: pointer;
	margin: auto 10px;
}

.search-res {
	background: #282828;
	color: #fff;
	padding-top: 120px;
}
.search-res .page-header {
	background: none;
}
.search-res .page-header .page-title {
	max-width: initial;
	text-align: center;
}
.search-res .page-header .page-title span {
	font-weight: 500;
}
.search-res article {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #333;
}
.search-res h1 a {
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #0099d8;
}
.search-res h1 a div {
	display: inline-block;
}
.search-res h1 a div.ptype {
	font-weight: 300;
	font-style: italic;
	margin-left: 8px;
	font-size: 18px;
	color: #ccc;
}
.search-res h1.page-title {
	font-size: 22px;
	margin-bottom: 16px;
	padding: 60px 0;
}
.search-res .entry-summary {
	margin-top: 16px;
}
.search-res .no-res {
	margin-top: 100px;
	margin-bottom: 200px;
}
.search-res .no-res .ss-icon.ss-search,
.search-res .no-res input#s {
	display: inline-block;
}
.search-res .no-res .ss-icon.ss-search {
	margin-right: 16px;
}
.search-res .no-res input#s {
	border: 1px solid #0099d8;
	color: #fff;
	background: #282828;
}
.search-res .more {
	color: #ccc;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.75rem;
}
.search-res .more a {
	padding: 8px 12px 8px 6px;
	color: #ccc;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #666;
	display: flex;
	align-content: center;
	align-items: center;
	column-gap: 0.5rem;
	flex-wrap: wrap;
	width: fit-content;
	padding: 0.25rem 0.75rem;
	background: #282828;
}
.search-res .more a div {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.search-res .more a div:first-child {
	vertical-align: middle;
}
.search-res .more a:hover {
	border: 1px solid #0099d8;
	color: #fff;
}
ul#search-nav {
	width: 100%;
	margin: 32px 0;
	display: flex;
}
ul#search-nav li {
	width: 50%;
}
ul#search-nav li:last-child {
	text-align: right;
}
ul#search-nav li a {
	color: #999;
	display: flex;
	align-content: center;
	align-items: center;
	column-gap: 0.5rem;
	flex-wrap: wrap;
	width: fit-content;
	padding: 0.25rem;
}
ul#search-nav li a:hover {
	color: #fff;
}
ul#search-nav li.next > div {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
ul#search-nav li a div.ss-gizmo {
	height: 40px;
}
.no-res-content {
	text-align: center;
}
div.edit {
	display: inline-block;
	margin-left: 16px;
}
.gen-page header {
	padding: 80px 0;
}
.gen-page h1 {
	display: inline-block;
}
.gen-page .kl {
	background: #0099d8;
	height: 1px;
	width: 120px;
	margin-top: 16px;
	width: 100%;
}
.gen-page a {
	padding-bottom: 3px;
}
.gen-page a:hover {
	color: #fff;
	border-bottom: 1px solid #0099d8;
}
address {
	margin: 0;
}
.gen-page ul {
	margin-bottom: 64px;
}
.gen-page ul li {
	margin-bottom: 16px;
	margin-left: 16px;
}
