/*
Theme Name: Taf Project
Theme URI: http://mindrop.gr
Author: Mindrop digital agency
Author URI: http://umindrop.gr
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "CeraGR-Regular";
  src: url("fonts/CeraGR-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CeraGR-Bold";
  src: url("fonts/CeraGR-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PFBagueSansPro-Light";
  src: url("fonts/PFBagueSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PFBagueSansPro-Medium";
  src: url("fonts/PFBagueSansPro-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "PFBagueSansPro-Light";
  font-family: "CeraGR-Regular";
  font-size: 17px;
  letter-spacing: 0.3px;
}

html,
body {
  width: 100%;
  height: 100%;
}
.site-header {
  width: 100%;
  height: 70%;
}
.home .site-header {
  width: 100%;
  
}
.welcomeimage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.welcomeimageins {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider-caption {
  position: absolute;
  left: 0px;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.slider-caption span {
  font-size: 14px;
  letter-spacing: 7px;
  font-weight: 300;
  font-family: "zonapro-regular";
  color: #fff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: myfadeIn;
  animation-name: myfadeIn;
}
.slider-caption h1 {
  font-size: 126px;
  color: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-top: 0px;
}
.captionanimation {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: myfadeInDown;
  animation-name: myfadeInDown;
}
@keyframes myfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myfadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.header-over-wrap {
  position: absolute;
  width: 100%;
  z-index: 4;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}
h1{
	font-size:2em;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## The menu
--------------------------------------------------------------*/

.button_container {
  position: relative;
  top: 38px;
  left: 20px;
  height: 24px;
  width: 33px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #fff;
  border: none;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  border-radius: 100%;
  overflow: hidden;
}
.button_container span:nth-of-type(2) {
  top: 12px;
}
.button_container span:nth-of-type(3) {
  top: 24px;
}
.home .button_container span {
  background: #000;
}

.overlaymenuz {
	font-size:16px !important;
	
  position: fixed;
  /*background: #2a2a2af7; */
	background: rgba(43, 45, 47, 0.85);
  top: 0;
  left: 0;
  width: 100vw;
  height: 10vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlaymenuz.open {
  opacity: 0.99;
  visibility: visible;
  height: 8vh;
  width: 100vw;
  z-index: 10;
}
.overlaymenuz.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlaymenuz.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlaymenuz.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlaymenuz.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlaymenuz nav {
  position: relative;

  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlaymenuz ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  position: relative;
}
.overlaymenuz ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.overlaymenuz ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size: 22px !important;
  font-family: "CeraGR-Regular";
}
.overlaymenuz ul li a:hover:after,
.overlaymenuz ul li a:focus:after,
.overlaymenuz ul li a:active:after {
  width: 100%;
}
.overlaymenuz ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.home .site-header {
  background-color: #fff;
}
.site-header {
  min-height: 100px;
  box-shadow: 0 2px 4px 0 rgba(43, 43, 43, 0.1);
}
.home .site-header {
  box-shadow: none;
}
.site-branding a img {
  margin-top: 38px;
	padding-left:25px;
	padding-right:25px;
}
.site-branding {
  text-align: center;
}
.site-branding img {
  width: 350px;
  max-width: 100%;
}

#ourprojects {
  padding: 100px 0px 60px;
}
.post-type-archive-projects .arthro-thumb img {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.project-home-thumb img {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.post-type-archive-projects .arthro-thumb {
  overflow: hidden;
  background-color: #000;
  max-height: 300px;
}
.post-type-archive-projects .arthro-thumb img:hover {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -khtml-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.projectcard {
  position: relative;
}
.post-content h3 {
  color: #000;
}
.team-member-details {
  text-align: center;
  margin-top: 30px;
}
.team-member-details h5 {
  color: #3e4555;
  line-height: 22px;
  font-size: 18px;
}
.team-member-details h6 {
  color: #515356;
  line-height: 17px;
  font-size: 16px;
}
.team-member-image img {
  overflow: hidden;
  width: 100%;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-member-image::after {
  background: #4b4b4b none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-member-card:hover .team-member-image::after {
  opacity: 0.8;
}

.team-member-card {
  pointer-events: none !important;
}
.team-member-image .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-member-card:hover .team-member-image .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-member-image .overlay p {
  color: #ffffff;
}

.team-member-image .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-member-image img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-member-car:hover .team-member-image img {
  opacity: 0.6;
}
.team-member-image {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.team-member-image .social ul {
  padding-left: 0px;
}
.team-member-image .social li {
  display: inline-block;
}
.team-member-image .social li a {
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}
.team-member-image .social li a img {
  width: 100%;
}
.listings-filter-title {
  color: #000 !important;
  margin-top: 40px;
  border-radius: 26px;
  color: #fff !important;
  background-color: #2a2a2af7;
  padding: 13px 25px;
  padding-bottom: 15px;
}
.listings-filter {
  color: #2a2a2af7 !important;
  padding: 10px;
  margin-right: 0px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 700;
}
.listings-filter:hover {
  border-radius: 26px;
  color: #fff !important;
  background-color: #2a2a2af7;
}
.list-filters {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.post-type-archive-listings .page-header h1 {
  margin-bottom: 30px;
}

.entry-header
{
	padding-top:20px;
	display:flex;
	justify-content:center;
}


.projects > .entry-header > .entry-title {
  text-align: center;
	position:relative;
	width:max-content;
	
	border-left:0;
	border-right:0;
	padding:5px;
	padding-left:0.2em;
	letter-spacing: 0.2em;
}

/*
.projects > .entry-header > .entry-title:before {
  content: "";
background: black;
width: 20px;
height: 2px;
display: block;
margin: auto;
  margin-bottom: auto;
z-index: 4;
margin-bottom: 5px;
}
*/

.projects > .entry-header > .entry-title:before {
  content: "";
width: 20px;
height: 20px;
display: block;
	position:absolute;

z-index: -1;
	border-left: 2px solid #FFDB58;
	border-top: 2px solid #FFDB58;
	top:5px;
	left:-5px;
}
.projects > .entry-header > .entry-title:after {
  content: "";
width: 20px;
height: 20px;
display: block;
	position:absolute;

z-index: -1;
	border-bottom: 2px solid #FFDB58;
	border-right: 2px solid #FFDB58;
	bottom:0;
	right:0;
}
/*
.projects > .entry-header > .entry-title:after{
  content: "";
  background: black;
  width: 70px;
  height: 2px;
  display: block;
  margin: auto;
    margin-top: auto;
  z-index: 4;
  margin-top: 5px;
}
*/
}
.panel-heading {
  padding: 20px 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-defaultz > .panel-heading {
  background-color: #fffffff7;
  color: #191919;
}
.panel {
  margin-bottom: 20px;
  background-color: #d9d9d9;
  border: 0px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading a:hover {
  color: #000;
}
.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading a:active {
  color: #000;
}
.panel-title {
  font-family: "PFBagueSansPro-Medium";
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  font-size: 16px;
  background-color: #565454;
  color: #fff;
  border-radius: 8px;
  border-top: 0px solid #ddd;
}
.header-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6741071428571428) 22%,
    rgba(255, 255, 255, 0) 100%
  );
  min-height: 150px;
}
.home .header-gradient {
  background: none;
}
.projectshero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.post-type-archive-projects .page-header h1 {
  display: none;
}

.home .site-branding img {
  display: none;
}
.gallery-item img {
  width: 100%;
  height: auto;
  padding: 4px;
}
.backtoprojects {
  position: fixed;
  top: 90px;
  left: -10px;
  padding: 24px;
	z-index:100;
}

.wow-fade-in {
  animation: wowfadeIn ease 5s;
  -webkit-animation: wowfadeIn ease 5s;
  -moz-animation: wowfadeIn ease 5s;
  -o-animation: wowfadeIn ease 5s;
  -ms-animation: wowfadeIn ease 5s;
}

.wow-fade-in-bar {
  animation: wowfadeInBar ease 10s;
  -webkit-animation: wowfadeInBar ease 10s;
  -moz-animation: wowfadeInBar ease 10s;
  -o-animation: wowfadeInBar ease 10s;
  -ms-animation: wowfadeInBar ease 10s;
  animation-delay: 0s;
}

@keyframes wowfadeInBar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wowfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes wowfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wowfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes wowfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.full-width2 {
  width: 100vw;
  position: relative;
}
.container-full {
  width: 100%;
}
.homehalfgrid {
  margin-top: 0px;
}
.container-full .halfgrid-text {
  padding: 0 10%;
}
.halfgrid-text-bg {
  background-color: #fff;
}
.valign-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.valign {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-id-14 .valign {
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact-title {
  font-size: 30px;
  color: #000;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  margin-bottom: 27px;
  margin-top: 0px;
}
.contact-address {
  -webkit-padding-start: 0px;
  list-style: none;
}
.contact-list-mt40 {
  margin-top: 40px;
}
.contact-address strong,
.contact-address li {
  font-size: 1.2em;
  line-height: 2em;
  color: #000;
}
.contact-address a {
  color: #000;
}
.page-id-14 .slider-caption h1 {
  color: #000;
}
.page-id-14 .site-header {
  min-height: 100px;
  box-shadow: 0 0px 0px 0 rgba(43, 43, 43, 0);
}
.page-id-18 .slider-caption h1 {
  color: #000;
}
.page-id-18 .site-header {
  min-height: 100px;
  box-shadow: 0 0px 0px 0 rgba(43, 43, 43, 0);
}
.post-type-archive-projects .site-header {
  min-height: 100px;
  box-shadow: 0 0px 0px 0 rgba(43, 43, 43, 0);
}
.post-type-archive-projects .button_container span {
  background: #000;
}
.post-type-archive-projects .header-gradient {
  background: none;
  min-height: 150px;
}
.page-id-14 .header-gradient {
  background: none;
  min-height: 150px;
}
.page-id-14 .button_container span {
  background: #000;
}

.page-id-18 .header-gradient {
  background: none;
  min-height: 150px;
}
.page-id-18 .button_container span {
  background: #000;
}
.post-type-archive-projects .site-header {
  height: 50%;
  position: relative;
}
.post-type-archive-projects .slider-caption {
  position: absolute;
  left: 0px;
  top: 70%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}

.homelogoanimation {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: myfadeInLogo;
  animation-name: myfadeInLogo;
}
#tanim {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: myfadeInLogo;
  animation-name: myfadeInLogo;
}
#pranim {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: myfadeInLogo;
  animation-name: myfadeInLogo;
}
#subanim {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-name: myfadeInLogo;
  animation-name: myfadeInLogo;
}
@keyframes myfadeInLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .slider-caption svg {
  width: 800px;
  max-width: 100%;
}
.button_container.scrolled {
  position: fixed;
  top: 52px;
  left: 35px;
  height: 43px;
  width: 40px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
}
.button_container.scrolled span {
  background: #000;
}
.page-id-14 .site-header {
  height: 50%;
  position: relative;
}
.page-id-14 .slider-caption {
  position: absolute;
  left: 0px;
  top: 70%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.page-id-14 .slider-caption h1 {
  font-size: 80px;
}
.page-id-18 .site-header {
  height: 50%;
  position: relative;
}
.page-id-18 .slider-caption {
  position: absolute;
  left: 0px;
  top: 70%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.page-id-18 .slider-caption h1 {
  font-size: 80px;
}
.projectcard h2 {
  color: #000 !important;
  font-size: 17px;
  margin: 0px;
  text-align: center;
}
.projectcard h3 {
  color: #000 !important;
  font-family: "CeraGR-Bold";
  font-size: 18px;
  text-align: center;
}
.post-type-archive-projects .arthro-thumb img {
  width: 100%;
}
.single-projects .entry-title {
  padding-bottom: 10px;
  margin-top: 20px;
  font-family: "CeraGR-Regular";
  font-size: 30px;
}
.single-projects strong {
  font-family: "CeraGR-Bold";
}
.single-projects article {
  font-family: "CeraGR-Regular";
  font-size: 18px;
}

.socialslist {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
}
.socialslist li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.post-type-archive-listings .page-header h1 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-top: 20px;
  font-family: "CeraGR-Regular";
  font-size: 40px;
  text-align: center;
}
.post-type-archive-listings .page-header {
  padding-bottom: 9px;
  margin: 37px 0 5px;
  border-bottom: 0px solid #eee;
}

/*
 -----------------------------------------------------
   jQuery Custom Cursor v1.0   	 
 Β© 2020 Boom Apps

 This is licenced software, you can purchase licence here: https://codecanyon.net/user/boom-apps/portfolio
 
 -----------------------------------------------------
*/

body.CustomCursor,
body.CustomCursor * {
  cursor: none !important;
}
.slb_overlay body.CustomCursor {
  cursor: pointer !important;
}
@media (max-width: 1024px) {
  body.CustomCursor,
  body.CustomCursor * {
    cursor: auto !important;
  }
  body.CustomCursor .Cursor {
    display: none !important;
  }
}

body.CustomCursor .Cursor {
  display: none;
  pointer-events: none;
}
body.CustomCursor .Cursor.MouseMove {
  display: block;
}
body.CustomCursor .Cursor > span.First {
  z-index: 1000000;
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
body.CustomCursor .Cursor > span.First i {
  display: block;
  transition: 0.3s background ease,
    0.6s transform cubic-bezier(0.75, -1.27, 0.3, 2.33), 0.3s border ease;
  width: 6px;
  height: 6px;
  margin: 12px;
  pointer-events: none;
  border-radius: 100%;
  background: #000;
  box-sizing: border-box;
  border-radius: 100%;
  opacity: 1;
}
body.CustomCursor .Cursor > span.Second {
  z-index: 1000000;
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
body.CustomCursor .Cursor > span.Second i {
  display: block;
  transition: 0.3s background ease,
    0.6s transform cubic-bezier(0.75, -1.27, 0.3, 2.33), 0.3s border ease,
    0.3s opacity ease;
  width: 30px;
  height: 30px;
  pointer-events: none;
  border-radius: 100%;
  border: 1px solid black;
	  opacity:1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  /*opacity: 0.15;
	background: #164843;*/
}

body.CustomCursor .Cursor.Hover > span.Second i {
  /*opacity: 0.25; */
	opacity:1;
  transform: scale(1.8);
  border-width: 1px;
}
body.menu-open.CustomCursor .Cursor > span.First i {
  display: block;
  transition: 0.3s background ease,
    0.6s transform cubic-bezier(0.75, -1.27, 0.3, 2.33), 0.3s border ease;
  width: 6px;
  height: 6px;
  margin: 12px;
  pointer-events: none;
  border-radius: 100%;
  background: white;
  box-sizing: border-box;
  border-radius: 100%;
  opacity: 1;
}




body.menu-open.CustomCursor .Cursor > span.Second i {
  display: block;
  transition: 0.3s background ease,
    0.6s transform cubic-bezier(0.75, -1.27, 0.3, 2.33), 0.3s border ease,
    0.3s opacity ease;
  width: 30px;
  height: 30px;
  pointer-events: none;
  border-radius: 100%;
  background:none;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid white;
	opacity:1;
/*opacity: 0.15;
	background: #fff;
	*/
}

.pswp {
  z-index: 99;
}

.col-md-4.project-card-new {
  padding: 5px;
}
.project-card-new img {
  min-height: 248px;
  width: auto;
  max-width: 100%;
  opacity: 0.8;
  height: 349px;
  width: 100%;
}
.project-card-new {
  position: relative;
  overflow: hidden;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.project-card-content-new {
  position: absolute;
  left: 0px;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.project-card-new-wrapper {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.project-card-new-wrapper p {
  transition: all 0.85s ease;
  height: 0px;
  color: #fff;
  white-space: pre-line;
  text-align: center;
  overflow: hidden;
  z-index: 4;
}
.project-card-new-wrapper:hover p {
  transition: all 0.85s ease;
  height: 130px;
  z-index: 4;
}
.project-card-content-new h2:before {
  content: "";
  background: white;
  width: 70px;
  height: 1px;
  display: block;
  margin: auto;
  z-index: 4;
  margin-bottom: 5px;
}
.project-card-content-new h2:after {
  content: "";
  background: white;
  width: 70px;
  height: 1px;
  display: block;
  margin: auto;
  z-index: 4;
  margin-top: 5px;
}
.project-card-content-new h2 {
  color: #fff !important;
  font-size: 26px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 4;
}
.project-card-content-new h3 {
  color: #fff !important;
  font-size: 16px;
  z-index: 4;
}
.project-card-new-wrapper:hover:before {
  pointer-events: none;
  content: "";
  background: rgba(0,0,0,0.4) !important;
  width: calc(100% - 0px);
  display: block;
  height: calc(100% - 0px);
  position: absolute;
  z-index: 3;
}
.project-card-new-wrapper:before {
  pointer-events: none;
  content: "";
  background: rgba(0,0,0,0.4) !important;
  width: calc(100% - 0px);
  display: block;
  height: 0px;
  position: absolute;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  z-index: 3;
}

.contact-listings {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px 21px;
  color: #000;
  padding-bottom: 12px;
}
.contact-block {
  width: 100%;
  display: block;
}
.post-type-archive-listings .site-header {
  width: 100%;
  height: 50%;
}

.availability-live:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 7px 8px 0 0;
  box-shadow: 0 0 0 7px rgb(254 81 81 / 34%);
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
  background: #fe5151;
}
.availability-banner {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  color: #484848;
  border: 1px solid #000;
}
.availability-live {
  display: inline-block;
  width: 15%;
  float: left;
  margin-right: 20px;
}
.availability-text {
  display: inline-block;
  width: 80%;
  float: left;
}
@-webkit-keyframes pulse {
  50% {
    box-shadow: 0 0 0 2px rgb(254 81 81 / 34%);
  }
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 2px rgb(254 81 81 / 34%);
  }
}

.contact-listings {
  margin-bottom: 10px;
  background-color: #434543;
  padding: 10px 21px;
  color: #fff;
  padding-bottom: 12px;
}
.contact-listings {
  color: #fff !important;
}
.project-card-content-new .contact-listings:hover {
  text-decoration: underline;
}
.contact-listings:visited {
  color: #fff !important;
}
.project-card-content-new a:hover {
  text-decoration: none;
}
.contact-listings {
  border-radius: 5px;
}

.full-width {
  width: 100vw;
  position: relative;
}
.forms {
  padding: 20px;
}

.inputs input {
  margin-bottom: 13px;
  border: none;
  border-bottom: 2px solid #eee;
}

.inputs input:focus {
  margin-bottom: 13px;
  border-bottom: 2px solid black;
  box-shadow: none;
}

.inputs textarea {
  margin-bottom: 13px;
  border: none;
  border-bottom: 2px solid #eee;
  width: 100%;
  resize: none;
}

.inputs textarea:focus {
  margin-bottom: 13px;
  border: none;
  border-bottom: 2px solid black;
  box-shadow: none;
  resize: none;
}

.form-control {
  padding: 0.375rem 0.25rem;
  box-shadow: none !important;
}

.mybutton {
  background-color:rgba(43, 45, 47, 0.85);
  color: white;
}
.mybutton:hover {
  background-color: rgba(43, 45, 47, 1);
  color: white;
  border-color: #1d2124;
}

.mybutton:focus {
  color: white;
}
.wpcf7-response-output {
  border-color: #23272b !important;
}
.address {
  padding-top: 10px;
  padding-right: 20px;
}

.contact-form-settings {
  font-size: medium;
  font-weight: 400;
  line-height: 1.5;
}

.contact-form-settings h2 {
  font-size: 22px !important;
  font-weight: 400;
  line-height: 1.5;
}

.col-md-2 .col-xs-2 img {
  align-items: center;
}

.py-4 {
  padding-top: 40px;
}

.contact-info-labels {
  font-weight: 700;
  font-size: 18px;
}
.contact-card {
  display: flex;
  align-items: center;

  padding-top: 50px;
  font-family: "CeraGR-Regular";
}

.expertise-title .full-name {
  font-weight: bold;
  font-size: 130%;
}

.collaborators {
  padding-top: 200px;
  padding-bottom: 50px;
}

.expertise-title-right .full-name {
  font-weight: bold;
  font-size: 130%;
}

.expertise-title-right {
  text-align: right;
}

.email-address p a,
.address p a,
.telephone p a {
  color: black;
  text-decoration: none;
}

.wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .wrapper {
    width: 100%;
  }
}
.panel-heading {
  padding: 0;
  border: 0;
}
.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.panel-heading a:before {
  font-family: "Glyphicons Halflings";
  content: "\1f783";
  float: right;
  transition: all 0.5s;
}

.taf-panel-body {
  background-color: inherit !important;
  color: black !important;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-block {
  padding-top: 60px;
}

@media only screen and (max-width: 900px) {
	.slider-caption{
		padding-left:1px;
		padding-right:1px;
	}
	.team-card-new-dummy
	{
		padding:0;
	}
	.site-branding a img {
		padding-left: 0px;
		padding-right: 0px;
	}
  .page-id-14 .slider-caption h1 {
    font-size: 70px;
  }
  .page-id-18 .slider-caption h1 {
    font-size: 70px;
  }

  .projects-header {
    font-size: 65px !important;
    font-family: "Work Sans", sans-serif;
  }
  .overlaymenuz {
    position: fixed;
    background: #2a2a2af7;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .overlaymenuz.open {
    opacity: 0.99;
    visibility: visible;
    height: 100vh;
    width: 100vw;
    z-index: 10;
  }

  .overlaymenuz ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 80vw;
    position: relative;
  }
  .overlaymenuz ul li {
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0;
  }
  .overlaymenuz ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 27px;
    font-family: "CeraGR-Regular";
  }
  .overlaymenuz ul li a:hover:after,
  .overlaymenuz ul li a:focus:after,
  .overlaymenuz ul li a:active:after {
    width: 100%;
  }
  .overlaymenuz ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-right: 40px;
}

.main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.contact-box {
  text-align: right;
}

.contact-info2 {
  display: flex;
}

.icon-con {
  display: flex;
  flex-direction: row-reverse;
  align-content: right;
  padding-top: 10px;
}

.col-md-3-5 {
  width: 29.16655%;
}

.projects-header {
  font-size: 80px;
  font-family: "Work Sans", sans-serif;
  
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.equal .col-md-2 {
  display: flex;
  align-items: center;
}

.equal .col-md-10 h4 {
  font-weight: bold;
  text-decoration: underline solid black;
}

.top-right {
   position: absolute;
  top: 8px;
  right: 16px;
}

.block {
  position: relative;
  text-align: center;
  color: white;
}

.text-over-services {
  position: absolute;
  top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
	padding:inherit;
}
.services-icon {
	padding-bottom:5px;
}
.services-up {
     padding-top:5px;
      padding-bottom: 5px;
 }

.phone-icon {
	align-self:center;
	height:30px;
}

.address-icon {
	align-self:center;
	height:34px;
}

.social-icon {
	align-self:center;
	width:30px;
}

.email-icon {
	align-self:center;
	width:30px;
}
.address-click:hover {
	text-decoration: underline;
}

.menu-project {
	font-size:22px;
	 display: inline-block;
}

.menu-project2 {
	font-size:29px;
	 display: inline-block;
}
.project-info {
	display:flex;
	padding:20px;
	
}

.project-info img
{
	margin-left:20px;
}

.project-info3 {
	display:flex;
	padding:20px;
}

.project-info3 img
{
	margin-right:20px;
}
#line {
	animation-delay:1s !important;
  -webkit-animation: expand-from-centre 2.5s linear forwards;
  animation: expand-from-centre 2.5s linear forwards;
	opacity:0;
}

@-webkit-keyframes expand-from-centre
{
  from {
    stroke-dasharray: 0 773;
    stroke-dashoffset: -386;
	  
  }
  
  to {
    stroke-dasharray: 773 773;
    stroke-dashoffset: 0;
	  opacity:1;
  }
}

@keyframes expand-from-centre
{
  from {
    stroke-dasharray: 0 773;
    stroke-dashoffset: -386;
  }
  
  to {
    stroke-dasharray: 773 773;
    stroke-dashoffset: 0;
	  opacity:1;
  }
}

/* (A) WRAPPER */
.fullwrap {
  position: relative; /* required for (c2) */
}
 
/* (B) RESPONSIVE IMAGE */
.fullwrap img { width: 100%; border-radius:50%; }
 
/* (C) CAPTION */
.fullcap {
  /* (C1) DIMENSIONS */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
 
  /* (C2) POSITION */
  position: absolute;
  top: 0; left: 0;
  text-align: center;
  padding-top: 40%;
 
   /* (C3) COLORS */
  background-color: rgba(0, 0, 0, 0.4);
  color: white;

}
 
/* (D) SHOW/HIDE */
.fullcap {
  visibility: none; opacity: 0;
  transition: opacity 0.3s;
		border-radius:50%;
}
.fullwrap:hover .fullcap {
  visibility: visible; opacity: 1;
		border-radius:50%;
}

.small-header-projects {
	font-weight:bold;
	text-align:center;
}
.info {
	text-align:center;
}


.project-border{
  position: relative;
	padding:0;
}
.project-border:after {
	content: "";
    display: block;
    margin: 0 auto; /* This will center the border. */
    width: 90%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
}

@media only screen and (max-width: 990px) {
	.fullcap
	{
		padding-top:40%;
	}
	.project-border{
		border-right: 0px;
	}
}

.services-icon img
{
	display:block;
	margin:auto;
}

.name-team
{
	font-size:17px;
	
	
}
.profession
{
	font-size:16px !important;
}

.team-card-new
{
	padding:15px;
}
.custom-line
{
	border:1px solid #d3d3d3;
}

/* (A) WRAPPER */
.fullwrap2 {
  position: relative; /* required for (c2) */
	overflow:hidden;
}
 
/* (B) RESPONSIVE IMAGE */
.fullwrap2 img { width: 100%; border-radius:50%; }
 
/* (C) CAPTION */
.fullcap2 {
  /* (C1) DIMENSIONS */
  box-sizing: border-box;
  width: 100%;
  /* (C2) POSITION */
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
 
   /* (C3) COLORS */
  color: white;

}
 
/* (D) SHOW/HIDE */
.fullcap2 {
  visibility: none; opacity: 0;

		border-radius:50%;
}
.fullwrap2:hover .fullcap2 {
  top: 60%;
  left: 50%;
  opacity: 1;
	pointer-events: none;
}
.fadeInBottom{
  top: 50%;
}

.content-overlay {
  background: rgba(0,0,0,0.4);
  border-radius:50%;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-overlay:hover{
  opacity: 1;
}

/* (A) WRAPPER */
.fullwrap3 {
  position: relative; /* required for (c2) */
	overflow:hidden;
	border:1px solid black;
	border:none;
	border-radius:15px 15px 15px 15px ;
	
}

.fullwrap3:hover 
{
	
}

	
/* (B) RESPONSIVE IMAGE */
.fullwrap3 img { width: 100%; height:200px;}
 
/* (C) CAPTION */
.fullcap3 {
  /* (C1) DIMENSIONS */
  box-sizing: border-box;
  width: 100%;
  /* (C2) POSITION */
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
 
   /* (C3) COLORS */
  color: white;

}
 
/* (D) SHOW/HIDE */
.fullcap3 {
  visibility: none; opacity: 0;
	
	

}
.fullwrap3:hover .fullcap3 {
  top: 50%;
  left: 50%;
  opacity: 1;
	pointer-events: none;
}

.content-overlay3 {
  background: rgba(43, 45, 47, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;

  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-overlay3:hover{
  opacity: 1;
}

.title-services
{
  text-align:center;
  z-index:-10;
  color:black;
  font-size:1.9rem;
	border-radius: 0px 0px 0 0;
	border:1.5px solid black;
	border-right:none;
	border-left:none;
	border-bottom: none;
	margin-bottom:5px;

}

.name-team2
{
  font-size:17px;
}

.small-header-projects3 {
	font-weight:bold;
	text-align:right;
}
.info3 {
	text-align:right;
}

.small-header-projects2 {
	font-weight:bold;
	
}
.info2 {
	
}

.project-border2{
  position: relative;
	padding:0;
padding-left:10px;
}

.project-border3{
  position: relative;
	padding:0;
padding-right:10px;
}

.project-title-custom
{
	position:relative;_
	width:25%;
	left: 38%;
	border: 2px solid black;
	border-radius: 5px;
}

.reverse-project
{
	flex-direction:row-reverse;
}

.services-row
{
	margin-left:-35px;
	margin-right:-35px;
	justify-content:center;
}

.title-services-test
{
	position: absolute;

color: white;


background: rgba(0,0,0,0.6);
width: 100%;
text-align: center;
height: 20%;

margin: auto;
padding: 3%;
}

.entry-title
{
	font-size:29px;
	
	padding-left: 12px;
	padding-right:12px;
}
/*
.title-services:before {
  content: "";
background: black;
width: 360px;
height: 1px;
display: block;
margin: auto;
  margin-bottom: auto;
z-index: 4;
margin-bottom: 5px;
}
.title-services:after{
  content: "";
  background: black;
  width: 360px;
  height: 0px;
  display: block;
  margin: auto;
    margin-top: auto;
  z-index: 4;
  margin-top: 5px;
}
*/

.menu-object
{
	display:flex !important;
	align-items:center;
}

.my-paragraph
{
	text-align: justify;
    text-align-last: center;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container
{
box-shadow:none !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container
{
	background-color:black !important;
	padding: 0 !important;
}

.john-icon
{
	height:50px !important;
	width:50px !important;
	border-radius:5px !important;
	margin-top:10px;
}

.services-header
{
  	font-size:60px;
    font-family: "CeraGR-Regular"!important;
}