/* Generic CSS */
.pointer {
	cursor: pointer;
}
#main-content,
.page #main-content,
.single #main-content {
	padding-bottom: 150px !important;
}
.content-area {
	display: none;
}
.container {
	max-width: 80%;
}
.container,
.container-fluid {
	position: relative;
	z-index: 2;
}
body.no-scroll {
	overflow: hidden;
}
body {
	font-size: 20px;
	line-height: 30px;
	font-family: "tt_norms_proregular";
	font-weight: 400;
	font-style: normal;
}
.oveflow-hidden {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a:hover,
a:focus,
#company_nav li a:hover {
	color: #7c8476;
	text-decoration: none;
	outline: none;
}
strong,
.num_counter {
	font-family: "tt_norms_promedium";
	font-weight: 500;
	font-style: normal;
}

/* Titles */
.xl-title {
	font-size: 120px;
	line-height: 120%;
}
.big-title {
	font-size: 70px;
	line-height: 120%;
}
.medium-title {
	line-height: 120%;
}
.small-title {
	line-height: 120%;
}
.sm-title {
	font-size: 40px;
}

/* Buttons */
.button,
.outline_button {
	position: relative;
	padding: 12px 60px;
	border-radius: 40px;
	margin-top: 50px;
	background-color: #5e5e5e;
}
#wpforms-submit-180 {
	color: #2c2c2c;
	margin-top: 25px;
	padding: 12px 30px 12px 45px;
	border: 1px solid #2c2c2c;
	background-color: transparent;
	color: #fff;
}
#wpforms-submit-180 {
	margin-top: 25px;
	padding: 12px 30px 12px 30px;
	border-radius: 50px;
	background-color: #aaaaaa;
}
.outline_button.white_text {
	border-color: #fff;
}
.outline_button svg {
	height: 30px;
	margin-left: 5px;
	margin-top: -5px;
}

/* Paddings */
.xl-t-padding {
	padding-top: 100px;
}
.t-padding {
	padding-top: 75px;
}
.sm-t-padding {
	padding-top: 50px;
}
.xl-b-padding {
	padding-bottom: 100px;
}
.b-padding {
	padding-bottom: 75px;
}
.sm-b-padding {
	padding-bottom: 50px;
}
.x-padding {
	padding-left: 75px;
	padding-right: 75px;
}
.xl-x-padding {
	padding-left: 100px;
	padding-right: 100px;
}

/* Margins */
.xl-t-margin {
	margin-top: 100px;
}
.t-margin {
	margin-top: 75px;
}
.sm-t-margin {
	margin-top: 50px;
}
.xl-b-margin {
	margin-bottom: 100px;
}
.b-margin {
	margin-bottom: 75px;
}
.sm-b-margin {
	margin-bottom: 50px;
}

/* Text Weights */
.light_weight {
	font-family: "tt_norms_prothin";
	font-weight: 100;
	font-style: normal;
}
.medium_weight {
	font-family: "tt_norms_promedium";
	font-weight: 600;
	font-style: normal;
}
.normal_weight {
	font-family: "tt_norms_proregular";
	font-weight: 400;
	font-style: normal;
}

/* Colors */
.white_text {
	color: #fff;
}
.black_text {
	color: #000;
}
/*
grey_text {
	color: #C6C6C6;
}
*/
.light_green_text {
	color: #7c8476;
}
.d_green_bg {
	background-color: #384339;
}
.dark_bg {
	background-color: #212822;
}
.d_gradient_bg {
	background-image: linear-gradient(to bottom, #1a1f1b, #384339);
}
.l_gradient_bg {
	background-image: linear-gradient(to bottom, #f7f7f7, #c9c9c9);
}
.brown_gradient_bg {
	background-image: linear-gradient(to bottom, #645b40, #383426);
}

/* Borders */
.b-border {
	padding-bottom: 2.5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* Plugins */
.grecaptcha-badge {
	z-index: 999;
}
.cn-button.bootstrap {
	color: #000;
	background: #fff;
	border-radius: 0;
	padding: 10px 20px;
}
.cookie-notice-container {
	padding: 22px 30px;
}

/* Masonry & Gallery */
.grid {
	min-width: 100%;
	margin: auto;
}
.grid-sizer,
.grid-item {
	width: calc(25% - 20px);
	float: left;
}
.grid-item {
	float: left;
	margin-bottom: 20px;
}
.grid-gutter {
	margin: 10px;
	float: left;
}
.blocks-gallery-grid {
	min-width: 100%;
}
.blocks-gallery-item {
	width: calc(33.33% - 20px);
	float: left;
}

/* Reveal */
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.reveal {
	visibility: hidden;
}

/* Z-index */
.z-index {
	z-index: 9;
}

/* Languege Switcher */
#lang-switcher {
	right: 200px;
	padding: 0px;
	margin: 0px;
	width: 80px;
	height: 40px;
	top: 60px;
}
.wpml-ls-sidebars-lang-switcher-widget.wpml-ls.wpml-ls-legacy-list-horizontal {
	text-align: center;
	width: 80px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 20px;
}
.midnightHeader.default
	.wpml-ls-sidebars-lang-switcher-widget.wpml-ls.wpml-ls-legacy-list-horizontal {
	border: 1px solid #fff;
}
.wpml-ls-legacy-list-horizontal > ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}
.wpml-ls-legacy-list-horizontal a.wpml-ls-link {
	display: inline-block;
	padding: 0px;
	height: 38px;
	line-height: 38px;
	width: 40px;
	font-size: 14px;
}
.midnightHeader.default li.wpml-ls-current-language a.wpml-ls-link {
	background-color: #fff;
	border-radius: 50%;
}
li.wpml-ls-current-language a.wpml-ls-link {
	background-color: #000;
	border-radius: 50%;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0px;
	clear: both;
}
.wpml-ls-legacy-list-horizontal > ul {
	display: flex;
	justify-content: space-evenly;
}
.midnightHeader.default #lang-switcher ul li a span {
	position: relative;
	top: -2px;
	color: #fff;
}
#lang-switcher ul li a span {
	position: relative;
	top: -2px;
	color: #000;
}
.midnightHeader.default #lang-switcher .wpml-ls-current-language a span {
	font-weight: 900;
	color: #000;
}
#lang-switcher .wpml-ls-current-language a span {
	font-weight: 900;
	color: #fff;
}

.wpml-ls-link {
	position: relative;
}

/* Header */
.midnightHeader.default .midnightInner,
.midnightHeader.black .midnightInner {
	padding-left: 100px;
	padding-right: 100px;
}
.midnightHeader.default #logo img {
	filter: invert(0);
}
.midnightHeader.black #logo img {
	filter: invert(1);
}
.midnightHeader.black #mobile-menu .white_text {
	color: #000;
}
.midnightHeader.black .menu-line {
	background: #000;
}

#header {
	overflow: hidden;
	z-index: 99999;
}
.custom-logo {
	max-height: 80px;
	width: auto;
}
.hero-image-outer {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.hero-image-outer img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-image-outer .big-title {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
}
.hero-image {
	position: absolute;
	top: 0;
	z-index: 0;
	min-width: 100%;
}
#mobile-open,
#logo,
#logo_modal {
	position: relative;
	z-index: 999;
}

/* Menu */
.menu ul {
	padding-left: 0;
	display: flex;
	justify-content: end;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}
.menu a {
	text-transform: uppercase;
	color: #fff;
}

/* Mobile menu - Controls */
#mobile-menu .menu_text {
	right: 85px;
	top: 0px;
	z-index: 2;
}
#mobile-open {
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
}
.menu-line {
	background: #fff;
	width: 40px;
	height: 2px;
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 1px);
}
.menu-line.top-line {
	width: 2px;
	height: 40px;
	left: calc(50% - 1px);
	top: calc(50% - 20px);
}

/* Mobile menu - Modal */
#mobile-menu-modal {
	left: 0;
	width: 100%;
	z-index: 99999999;
	top: 0;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	height: 100vh;
	position: fixed;
}
.vertical_lines {
	width: 44%;
	height: 100vh;
	top: 0;
	z-index: 0;
}
.vertical_lines.left {
	left: 100px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.vertical_lines.right {
	right: 100px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.body_vertical_lines {
	width: 40%;
	height: 100%;
	top: 0;
	z-index: 1;
	mix-blend-mode: difference;
}
.body_vertical_lines.left {
	width: calc(50% - 100px);
	left: 100px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.body_vertical_lines.right {
	right: 200px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile-menu-modal::before {
	content: " ";
	width: 51%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #1e231f, #2a342c);
	z-index: -1;
}
#mobile-menu-modal::after {
	content: " ";
	width: 50%;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	background-attachment: scroll;
	background-image: url("/wp-content/themes/topographers/images/right_menu_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
#mobile-menu-modal ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
#mobile-menu-modal li {
	list-style: none;
	margin: 30px 0;
}
#mobile-menu-modal li:last-child {
	margin-bottom: 0px;
}
#mobile-menu-modal li a {
	position: relative;
}
#mobile-menu-modal li a span {
	color: #7c8476;
}
#mobile-menu-modal li a:hover span,
#mobile-menu-modal li.current-menu-item a span {
	color: #fff;
}
#mobile-menu-modal li.current-menu-item a,
#mobile-menu-modal li a:hover {
	font-weight: 500;
	font-style: normal;
	font-family: "tt_norms_promedium";
}
#mobile-menu-modal li a::before {
	content: " ";
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#mobile-menu-modal li a:hover::before,
#mobile-menu-modal li.current-menu-item a::before {
	width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#mobile-close {
	position: absolute;
	right: 30px;
	top: 70px;
	width: auto;
	cursor: pointer;
}
#mobile-close svg {
	width: 40px;
	stroke-width: 2px;
	stroke: #fff;
}
.menu-item span {
	font-size: 55px;
	line-height: 120%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.site-logo a {
	display: inline-block;
}
.menu_topo_contact_info {
	padding-left: 20px;
}
.menu_topo_contact_icon svg {
	height: 25px;
	margin-right: 10px;
	margin-top: -10px;
}
.top_social_icon svg {
	height: 32px;
	fill: #fff;
}

/* Custom Theme - CSS */

/* Slideshow */
#slideshow {
	z-index: 3;
}
.slideshow_bg,
.slideshow_img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.slideshow_bg {
	z-index: -1;
}
.slideshow_arrow {
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	bottom: 80px;
	stroke: #fff;
	z-index: 2;
}
#slideshow_text h1:lang(el) {
	font-size: 94px;
}
.slideshow_espa {
	width: 350px;
	height: auto;
	bottom: 50px;
	right: 50px;
	z-index: 99;
}
.slideshow_iso{
	height: auto;
	width: 100px;
	bottom: 48px;
	z-index: 99;
	left: 50px;
}
/* Intro */
.bot_image {
	margin-right: -100px;
}
.top_image.mb-lg-4 {
	height: 500px;
	overflow: hidden;
}

/* H istoria mas */
.team .wp-block-image {
	position: relative;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.team .wp-block-image {
	height: 400px;
	width: 400px;
	border-radius: 50%;
}
.team .wp-block-image img,
.top_image video,
.flip-row .wp-block-image img {
	position: absolute;
	left: 70%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-70%, -50%) scale(1);
	-ms-transform: translate(-70%, -50%) scale(1);
	transform: translate(-70%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.team .wp-block-image img {
	width: 100%;
}

/* Our Services */
#services {
	background-attachment: scroll;
	background-image: url("/wp-content/themes/topographers/images/services_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.services_carousel .services-post {
	height: 500px;
	width: 500px;
}
.services-post a.d-block {
	position: relative;
	max-width: 100%;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.service-more {
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services_carousel .swiper-slide-active .service-more {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services_carousel .owl-item .services-post img {
	filter: grayscale(100);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services_carousel .owl-item.active .services-post img {
	filter: grayscale(0);
}

/* Our Services - Swiper */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	display: none;
}
#services .swiper-pagination {
	text-align: left;
}
#services .swiper-pagination-bullet {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 120%;
	font-weight: 500;
	font-style: normal;
	font-family: "tt_norms_promedium";
	border: none;
	border-radius: 0px;
	height: auto;
	opacity: 1;
	width: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	background: transparent none repeat scroll 0 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#services .swiper-pagination-bullet::before {
	content: " ";
	width: 0%;
	height: 2px;
	position: absolute;
	right: 0px;
	top: calc(50% - 1px);
	background-color: #818446;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#services .swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #818446;
}
#services .swiper-pagination-bullet:hover::before,
#services .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	width: 350px;
	right: -330px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.swiper-slide:not(.swiper-slide-active) img {
	filter: grayscale(100);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services-grid-img img,
.swiper-slide img,
.projects_carousel .projects-media img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
/* #services .swiper-slide {
	width: 500px !important;
} */
.serv-grid-title {
	position: relative;
	margin-top: 80px;
}
.serv-grid-title::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 0px;
	bottom: 100%;
	left: calc(50% - 1px);
	background-color: #818446;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services-grid-post-item:hover .serv-grid-title::before {
	height: 150px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services-grid-post-item {
	margin-bottom: 30px;
}

/* Company */
#company {
	background-attachment: scroll;
	background-image: url("/wp-content/themes/topographers/images/about_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.nav-tabs .nav-item .nav-link {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	font-weight: bold;
	background-color: transparent;
}
#company_nav li {
	max-width: 50%;
	width: 100%;
	text-align: center;
}
#company_nav li a {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
#company_nav li a:hover {
	border-top: 2px solid rgba(255, 255, 255, 1);
}

/* Our Projects */
#projects {
	background-attachment: scroll;
	background-image: url("/wp-content/themes/topographers/images/projects_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.projects-media {
	height: 650px;
	margin-bottom: -5%;
	z-index: -1;
}
.projects-content {
	max-width: 55%;
	margin-left: auto;
	margin-right: -5%;
}

/* 3D Depictions */
.grid.depictions .grid-sizer,
.grid.depictions .grid-item {
	width: calc(50% - 70px);
}
.grid.depictions .grid-gutter,
.grid.depictions .grid-item {
	margin: 0px 35px 0px;
}
.grid.depictions .grid-item {
	margin-bottom: 50px;
}
.depictions-media {
	position: relative;
	height: 500px;
	background-color: #000;
}
#depictions .grid-item.grid-item-2 .depictions-media {
	height: 500px;
	overflow: hidden;
}
#depictions .grid-item.grid-item-3 .depictions-media {
	height: 500px;
	overflow: hidden;
}
.depiction-image {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.services-grid-img::before,
.grid.depictions .grid-item .depictions-media a::before,
.depiction-image a::before,
.service-image a::before,
.project-image a::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 2;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services-grid-post-item:hover .services-grid-img::before,
.grid.depictions .grid-item:hover .depictions-media a::before,
.swiper-slide .services-post:hover a::before,
.depiction-image:hover a::before,
.service-image:hover a::before,
.project-image:hover a::before {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.services-grid-img.position-relative {
	height: 350px;
	width: 100%;
}
#depictions a.text-uppercase {
	margin-right: 30px;
	cursor: pointer;
}
/* Numbers */
#num_1 h3,
#num_2 h3,
#num_3 h3 {
	font-size: 25px;
	opacity: 0.75;
}

/* Footer */
#footer {
	background-attachment: scroll;
	background-image: url("/wp-content/themes/topographers/images/footer_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.social_icon svg {
	fill: #fff;
	height: 15px;
	margin-top: -5px;
}

/* Inside Pages */
#article-content {
	padding-bottom: 200px;
}
/* Owl Navigation arrow */
.owl-nav svg {
	/* width: 50px; */
	height: 25px;
}
.owl-prev {
	margin-right: 25px;
}
.back-cat svg {
	height: 25px;
}
.back-cat span {
	display: inline-block;
	margin-right: 25px;
}
/* Archive */
.archive .button,
.outline_button {
	margin-top: 15px;
}
/* Projects */
.projects-content h3:lang(el) {
	font-size: 35px;
}
.projects,
.category-projects #main-content,
.normal,
.archive,
#main-content {
	background-image: linear-gradient(to bottom, #1a1f1b, #384339);
	color: #fff;
}
#inside_nav {
	background-image: linear-gradient(to top, #1a1f1b, #384339);
}
.projects-title,
.depiction-title,
.con-title,
.normal-title {
	padding-bottom: 50px;
}
.underline {
	text-decoration: underline #fff;
}
.projects-title h1 {
	font-weight: bold;
	color: #fff;
}
.tech-title {
	padding-bottom: 20px;
}
.technical-data li,
.proj-2 li {
	padding-bottom: 10px;
}
.proj-1 {
	padding-bottom: 70px;
}
.proj-3.technical-data {
	margin-left: 150px;
}
.project-desc .small-title {
	font-size: 30px;
}
.project-desc {
	padding-bottom: 200px;
	font-size: 20px;
	color: #fff;
}
.project-desc ul li::marker {
	content: "- ";
	color: #fff;
}
.project-desc ul {
	padding-left: 1rem;
}
/* Project Slide Images */
.project_img {
	max-height: 800px;
	height: 800px;
}
.depiction-image img,
.right-service-image img,
.left-service-image img,
.depictions-media img
/* .post-item .post-image img */ {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-gallery {
	padding-top: 150px;
}
.project-gallery .owl-nav {
	margin-top: 0px;
	position: absolute;
	right: 0;
	bottom: -70px;
}
.project-gallery .owl-prev,
.project-gallery .owl-next {
	width: 75px;
	height: 75px;
}
/* Related Projects */
.related-projects {
	padding-top: 100px;
	padding-bottom: 100px;
}
#article_content .projects-media {
	margin-bottom: 0%;
}
#article_content .projects-media {
	max-height: 350px;
}
#article_content .projects-content p,
#article_content .projects-content .project_specs {
	display: none;
}
#article_content .projects-content {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0px 0px 0px 0px !important;
	margin-top: 10px;
}
#article_content .l_gradient_bg {
	background-image: none;
}
#article_content .projects-content h3 a {
	color: #fff;
	font-size: 25px;
}
/* Service Category Layout */
.service-content {
	padding-bottom: 50px;
}
.serv-1-left {
	margin-right: 100px;
}
.serv-right li,
.serv-left li {
	padding-bottom: 10px;
}
.serv-right {
	margin-left: 50px;
}
.right-service-image {
	height: 850px;
	overflow: hidden;
	margin-top: 70px;
}
.right-service-image img {
	max-height: 100%;
	width: auto;
}
.left-service-image {
	height: 550px;
	overflow: hidden;
}
.archive-title {
	padding-bottom: 100px;
}
/* Services Category */
.blog-services {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
/* Back to gategory button */
.depiction .back-cat {
	margin-top: 0px;
}
.back-cat a {
	color: #fff;
	z-index: 99999;
	position: relative;
	top: 20px;
}
/* Blog Layout */
.post-item {
	padding-bottom: 40px;
}
.post-item .post-image {
	position: relative;
	overflow: hidden;
}
.blog-services .post-item {
	padding-bottom: 0px;
}
.blog-services .button,
.outline_button {
	position: relative;
	padding: 12px 30px;
	border-radius: 40px;
	margin-top: 50px;
	background-color: #aaaaaa;
	font-weight: bold;
}
#main-content {
	padding-top: 200px;
}
.posti-item .button,
.outline_button {
	margin-top: 2rem;
}
/* Contact - Page */
.right-contact {
	margin-left: 50px;
}
.page-id-227 .menu_topo_contact_icon svg {
	height: 20px;
	margin-right: 10px;
	margin-top: -10px;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
	font-size: 20px;
	color: #ff3b3b;
}
/* Form */
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 280px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 20px 0px !important;
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
	background-color: transparent;
	box-sizing: border-box;
	border-radius: 2px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	float: none;
	font-size: 16px;
	border: 1px solid gray;
	padding: 6px 10px;
	height: 50px;
	width: 100%;
	line-height: 1.3;
}

/* Map */
.mapouter {
	-webkit-filter: grayscale(99%);
}
/* 404 */
.error-menu a {
	padding-right: 50px;
	color: #fff;
}
.error-menu {
	display: flex;
	justify-content: space-between;
}
/* Iframe */
iframe {
	max-width: 100%;
}
/* Owl carousel Logo */
#article_content .owl-carousel .owl-item .client_logo img {
	display: block;
	width: auto !important;
}
.grey-img img {
	filter: grayscale(100%);
}
/* Customer grid */
.customer-grid .grid-item-customer,
.customer-grid .grid-sizer-customer {
	width: 33%;
}
.customer-grid .grid-item-customer {
	height: 150px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	float: left;
}
/* Customeres Page */
.cooperation_logos {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.coop-title {
	width: 100%;
	display: flex;
	justify-content: start;
	margin-bottom: 40px;
}
/* Project gallery Page */
.customer-grid {
	width: 100%;
}
.service-sizer,
.project_img_item,
.grid-item-projects,
.grid-sizer-projects {
	width: calc(50% - 20px);
	float: left;
}
.project_img_inner,
.project-item-inner {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.grid::after,
.customer-grid::after,
.projects-grid::after {
	content: "";
	display: table;
	clear: both;
}
