/*!
Theme Name: elta90mgr
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: NotoSans-Regular !important;
	margin: 0;
	color: #212025;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: NotoSans-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/elta90mgr/fonts/NotoSans/NotoSans-Regular.woff2") format("woff2");

}
.NotoSans-Regular{
	font-family:NotoSans-Regular;
}

@font-face {
    font-family: NotoSans-Black;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/elta90mgr/fonts/NotoSans/NotoSans-Black.woff2") format("woff2");

}
.NotoSans-Black{
	font-family:NotoSans-Black;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #212025;
}

.blackBackgroundColor {
	background-color: #212025;
}

.grayFontColor {
	color: #808080 !important;
}

.grayFontColor2 {
	color: #6E6E6E !important;
}

.grayBackgroundColor {
	background-color: #DADADA;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.grecaptcha-badge {
    display: none !important;
}

.kuka_panel p {
    font-size: small;
    line-height: normal !important;
}

#kuka_cookie-categories * {
	color: #000 !important;
}

.copyrights_wrapper_kuka svg {
	width: auto !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
}

.error_wrapper_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error404 {
	width: 100%;
	height: 100vh;
}

.otgs-development-site-front-end {
    display: none !important;
}

.mobile .kuka_modal-content {
	height: 100dvh;
}

.error404 #masthead {
	z-index: 9;
}

.kuka_modal-content, .kuka_accordion, .kuka_panel table {
    background-color: #ffffff;
}

#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

#primary-menu a {
	text-decoration: none;
	color: #212529;
}

.mobile .logo_col img {
	height: 50px;
}

.mobile #masthead {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
}

.mobile #primary-menu a {
	margin-right: 0;
	text-transform: uppercase;
	font-family: NotoSans-Black;
}

.main_btn, .wpcf7-submit {
    background: #212025;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

#masthead .main_btn {
    margin-left: auto;
}

.mobile .main_btn, .wpcf7-submit {
	height: 2.6vw;
	width: 6.4vw;
}

.burger_col button {
	background-color: transparent;
	border: none;
	padding: 0;
}

.burger_col button img {
	height: 40px;
}

.offcanvas-end {
    width: 100vw;
    border-left: none;
}

.mobile #primary-menu {
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.offcanvas-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn-close {
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 6px;
    width: auto;
    height: auto;
}

button.btn-close img {
    width: 30px;
    height: 30px;
}

.btn-close {
	background: none;
	display: none;
}

.btn_ov,
.btn_ov:focus,
.btn_ov:hover,
.btn_ov:active,
.btn_ov:visited,
.btn_ov:focus-visible,
.btn_ov:focus-within {
	outline: 0;
	box-shadow: none;
}

.mobile #primary-menu .menu-item {
    font-size: 25px;
    text-align: center;
    width: max-content;
    margin-bottom: 25px;
    margin-right: 0;
	color: #212025;
}

.mobile .menu_row {
	z-index: 9999;
    position: relative;
}

.modal-open .btn-close {
	display: block;
}

.modal-open #toggler {
	display: none;
}

.modal-backdrop.show {
	display: none;
}

#masthead {
    position: fixed;
    width: 100%;
    z-index: 9999 !important;
    transition: all .5s ease;
    background: #f6f6f65e;
    backdrop-filter: blur(10px);
}

.scrolled #masthead {
    background: #F6F6F6;
	transition: all .5s ease;
}

.header {
	overflow: hidden;
}

.video_hmpg {
    width: 100%;
    height: 100vh;
    position: absolute;
    object-fit: cover;
    transform: scale(1.18);
}

.main_btn,
.main_btn:focus,
.main_btn:hover,
.main_btn:active,
.main_btn:visited,
.main_btn:focus-visible,
.main_btn:focus-within {
	outline: 0;
	box-shadow: none;
	color: #ffffff;
}

.header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    height: 100vh;
}

.header_info, .header_info_img {
    width: 100%;
}

.mobile .cropped {
	padding-left: 24px;
	padding-right: 24px;
}

.zindex1 {
	z-index: 1;
}

.mobile .header_info {
    margin-top: 140px;
}

.mobile .header_info_img {
	margin-bottom: 80px;
}

.mobile .main_btn, .mobile .wpcf7-submit {
    height: 40px;
    width: max-content;
    padding-left: 15px;
    padding-right: 15px;
	border-radius: 13px;
}

.mobile #colophon {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 25px;
}

.newsletter p {
	display: none;
}

.tnp-subscription {
    margin: 0 !important;
}

#tnp-1 {
    background: transparent;
    border-bottom: 1px solid #808080;
}

.tnp-field label {
	display: none !important;
}

.tnp-email, 
.tnp-email:focus,
.tnp-email:hover,
.tnp-email:active,
.tnp-email:focus-visible,
.tnp-email:focus-within,
.tnp-email:visited {
	outline: 0;
	box-shadow: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tnp-field-email {
	margin-bottom: 0 !important;
}

input#tnp-1 {
    width: 100%;
	border-radius: 0 !important;
}

.tnp-field-button {
    width: 10%;
}

.social_wrap {
    background-color: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.mobile .social_wrap {
	margin-right: 1.042vw;
}

.social_wrap:last-child {
    margin-right: 0;
}

ul#menu-footer-menu, ul#menu-legal-footer-menu,
ul#menu-footer-menu-gr, ul#menu-legal-footer-menu-gr {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#menu-footer-menu li a, ul#menu-legal-footer-menu li a,
ul#menu-footer-menu-gr li a, ul#menu-legal-footer-menu-gr li a {
    color: #808080 !important;
    text-decoration: none;
}

.tnp-subscription form {
    display: flex;
    width: 100%;
}

.tnp-field-email {
	width: 100%;
}

input.tnp-submit {
	padding: 0 !important;
}

.main_btn {
    width: max-content;
}

.tnp-field.tnp-field-button {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 0 !important;
}

.tnp-field.tnp-field-button::after {
    content: '';
    background-image: url(/wp-content/themes/elta90mgr/images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    z-index: 1;
    filter: invert(1);
	cursor: pointer;
}

.tnp-field input[type="submit"] {
    position: absolute !important;
}

.social_wrap:first-child img {
    padding-top: 2px;
    margin-bottom: -2px;
}

#kuka_preferences-re-cookies {
	display: none !important;
}

.mobile .social_wrap {
    margin-right: 15px;
}

.mobile .tnp-field.tnp-field-button::after {
	background-size: 23px;
    width: 35px !important;
    height: 35px !important;
	max-height: 35px;
}

.mobile .tnp-field input[type="submit"] {
    width: 35px !important;
    height: 35px !important;
}

.mobile #colophon a .social_icon {
    width: 21px;
}

.mobile .social_wrap {
    border-radius: 8px;
    padding: 5px;
}

.mobile .tnp-field input[type="submit"] {
	border-radius: 8px;
}

.mobile #colophon .mb-3 {
	margin-bottom: 10px !important;
}

.mobile .h512 {
	height: auto;
}

.mobile .pb35 {
	padding-bottom: 25px;
}

.mobile #colophon {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.mobile #colophon h4.whiteFontColor.mb-3 {
	margin-top: 25px;
}

.mobile .copyright_row {
	margin-top: 25px;
}

.mobile .tnp-subscription {
    margin-bottom: 25px !important;
}

.mobile .tnp-field-button {
    width: 35px;
}

.mobile .socials_row {
	margin-top: 25px;
}

.mobile #colophon .logo_col img {
	width: 150px;
	height: auto;
}

.mobile ul#menu-footer-menu li, .mobile ul#menu-legal-footer-menu li,
.mobile ul#menu-footer-menu-gr li, .mobile ul#menu-legal-footer-menu-gr li {
	margin-bottom: 15px;
}

ul#menu-footer-menu li, ul#menu-legal-footer-menu li,
ul#menu-footer-menu-gr li, ul#menu-legal-footer-menu-gr li {
    line-height: normal;
}

.mobile .business_units {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
}

.rounded {
	border: 1px solid #ffffff;
	border-radius: 100px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
}

.mobile .rounded {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.desktop .mw70 {
	max-width: 65%;
}

.box_wrapper {
    background-color: #333237;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .box_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 18px;
    margin-bottom: 15px;
    height: auto;
}

.custom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9E6B2;
	margin-top: 35px;
}

.mobile .custom_btn {
    width: 35px;
    height: 35px;
    border-radius: 8px;
}

.mobile .icon {
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
}

.mobile .custom_btn img {
	width: 20px;
	height: 20px;
}

.opacity08 {
	opacity: 0.8;
}

.icon {
    border-radius: 100px;
    background: #444348;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .icon img {
	width: 20px;
	height: 20px;
}

.custom_btn {
    align-self: flex-end;
    justify-self: flex-end;
}

.tagline_with_image {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mobile .tagline_with_image {
	margin-top: -18px;
}

.tagline_with_image_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.mobile .tagline_with_image {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.opacity_layer {
    background: #00000066;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	z-index: 1;
}

.business_units {
    z-index: 3;
    position: relative;
}

.row_flex {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tagline_with_image_inner .desc {
	max-width: 700px;
	margin: auto;
	text-align: center;
}

.mobile .tagline_with_image {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 70vh;
}

.mobile .tagline_with_image_inner .desc {
    max-width: 85vw;
}

.mobile .faq, .mobile .news_s {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.faq img {
    width: 100%;
}

.mobile .faq img {
    border-radius: 25px;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    height: 420px;
}

.mobile .pt90 {
	padding-top: 40px;
}

.accordion-button {
	background-color: transparent !important;
}

.accordion-button,
.accordion-button:hover,
.accordion-button:focus,
.accordion-button:focus-visible,
.accordion-button:focus-within
.accordion-button:visited {
	outline: 0;
	box-shadow: none;
}

.mobile .accordion-item {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	border-radius: 25px !important;
	margin-bottom: 0;
}

.accordion-item {
	border: none;
}

.accordion-item:not(.open) {
	background-color: transparent !important;
}

.accordion-button, .accordion-body {
    padding: 0;
	box-shadow: none !important;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.faq img {
    height: 100%;
    object-fit: cover;
}

.accordion-button {
	color: #000 !important;
}

.accordion-item.open {
    background-color: #f6f6f6;
}

.mw90 {
	max-width: 90%;
}

.accordion:not(.simple_accordion) .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: '-';
}

.accordion:not(.simple_accordion) .accordion-button.collapsed::after {
    background-image: none;
    transform: none;
    content: '+';
}

.accordion:not(.simple_accordion) .accordion-button::after {
    background-image: none;
    transform: none;
    content: '+';
    background-color: #D9E6B2;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.mobile .accordion:not(.simple_accordion) .accordion-button::after {
	font-size: 20px;
	height: 35px;
	width: 35px;
	border-radius: 8px;
}

.news_s .box_wrapper {
	background-color: #F6F6F6;
	color: #333237;
}

.news_s .box_wrapper * {
	color: #333237;
}

.news_s .rounded {
	border-color: #333237;
}

.news_s .box_wrapper.large_card .rounded {
    background: #fff;
    border-color: #fff;
}

.mobile .video_hmpg {
    transform: scale(1.34);
}

.mobile .business_units {
    margin-top: -20px;
}

#masthead .menu-item a, #masthead .wpml-ls-item a span {
	color: #212025;
}

#masthead .main_btn {
    background: #fff;
    color: #212025;
    font-weight: 500;
}

.offcanvas-body {
	background-color: #F6F6F6;
}

.desktop #primary-menu {
	justify-content: flex-end;
}

.header_image {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
	position: relative;
}

.header_image .opacity_layer {
    background: #0000009c;
}

.rounded.black {
	/* border-color: #000000; */
	border-color: #5A90BE;
}

.mobile .image_and_text img, .mobile .text_and_image img {
	border-radius: 25px;
	height: 400px;
	object-fit: cover;
	margin-bottom: 50px;
}

.mobile .image_and_text .map iframe {
	border-radius: 25px;
	margin-bottom: 50px;
	height: 250px;
}

.mobile .image_and_text, .mobile .text_and_image {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.custom_color {
	color: #5A90BE;
}

.mobile .box_wrapper.large_card {
    margin-top: 24px;
}

.mobile .counters_wrapper:nth-child(2) {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mobile .clients_section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mobile .view_all {
	margin-top: 50px;
}

.mobile .main_image_wrapper img {
	height: 350px;
	border-radius: 25px;
}

.mobile .white_wrapper {
    padding: 25px;
    border-radius: 25px;
    margin-top: -75px;
    margin-bottom: 50px;
}

.features {
  list-style: none;
  padding-left: 0;
}

.features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 21px;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6875 10.5C19.6875 15.8516 15.3125 20.1875 10 20.1875C4.64844 20.1875 0.3125 15.8516 0.3125 10.5C0.3125 5.1875 4.64844 0.8125 10 0.8125C15.3125 0.8125 19.6875 5.1875 19.6875 10.5ZM8.86719 15.6562L16.0547 8.46875C16.2891 8.23438 16.2891 7.80469 16.0547 7.57031L15.1562 6.71094C14.9219 6.4375 14.5312 6.4375 14.2969 6.71094L8.4375 12.5703L5.66406 9.83594C5.42969 9.5625 5.03906 9.5625 4.80469 9.83594L3.90625 10.6953C3.67188 10.9297 3.67188 11.3594 3.90625 11.5938L7.96875 15.6562C8.20312 15.8906 8.63281 15.8906 8.86719 15.6562Z" fill="%235A90BE"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile .header_image.half_height {
	height: 70vh;
}

.mobile .header_image.half_height .header_info_img {
	margin-bottom: 80px;
}

.desktop .image_and_text.full_width_image {
	padding-left: 0;
}

.desktop .text_and_image.full_width_image {
	padding-right: 0;
}

.desktop .image_and_text.full_width_image img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.desktop .text_and_image.full_width_image img {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.clients_section .col-lg-auto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.mobile .clients_section .col-lg-auto {
	flex-direction: column;
	max-width: 90%;
}

.mobile .clients_section a {
	margin-bottom: 25px;
}

.mobile .clients_section img {
    width: 70%;
    max-width: max-content;
    margin: auto;
    display: block;
    max-height: 150px;
}

.mobile .text_and_image img {
	margin-bottom: 0;
	margin-top: 50px;
}

.mobile .applications:not(.page-template) {
	padding-left: 25px;
	padding-right: 25px;
}

.main_image_wrapper img {
	object-fit: cover;
}

.mobile .white_wrapper {
	max-width: 90%;
}

.white_wrapper {
    background: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	position: relative;
}

.technologies.applications:not(.page-template) a:hover {
	color: inherit !important;
}

.mobile .gx-0mbl {
	--bs-gutter-x: 0;
}

.mobile .contact_form {
	padding-top: 0;
	padding-bottom: 0;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000000;
	border-radius: 0 !important;
}

input.wpcf7-form-control,
input.wpcf7-form-control:hover,
input.wpcf7-form-control:focus,
input.wpcf7-form-control:focus-visible,
input.wpcf7-form-control:focus-within,
input.wpcf7-form-control:active,
input.wpcf7-form-control:visited,
textarea.wpcf7-form-control,
textarea.wpcf7-form-control:hover,
textarea.wpcf7-form-control:focus,
textarea.wpcf7-form-control:focus-visible,
textarea.wpcf7-form-control:focus-within,
textarea.wpcf7-form-control:active,
textarea.wpcf7-form-control:visited {
	outline: 0;
	box-shadow: none;
}

.mobile input.wpcf7-form-control, .mobile textarea.wpcf7-form-control {
	height: 30px;
	margin-bottom: 25px;
}

.mobile textarea.wpcf7-form-control {
	height: 150px;
}

.mobile .contact_form {
	max-width: 85%;
	margin: auto;
}

.desktop .contact_form {
	max-width: 50%;
	margin: auto;
}

.wpcf7-submit {
    width: max-content !important;
    border-bottom: none !important;
}

.wpcf7-submit {
    margin: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: transparent;
    border: navajowhite;
    padding: 0;
    margin: 0;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: indianred;
    font-size: x-small;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.info_wrapper .col-12 {
    border: 1px solid #DADADA;
}

.mobile .info_wrapper .col-12 {
	padding: 25px;
	height: 250px;
	margin-bottom: 25px;
}

.mobile .inner_information {
	min-height: 120px;
}

.image_and_text .map iframe {
    width: 98%;
	filter: grayscale();
}

.mobile .image_and_text .map iframe {
	width: 100%;
}

.error404 {
    background-image: url(/wp-content/uploads/2025/06/julia-koblitz-RlOAwXt2fEA-unsplash-1-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000066;
    background-blend-mode: multiply;
}

.desktop .info_wrapper {
	justify-content: space-between;
}

.desktop .info_wrapper .col-12 {
	width: 49%;
}

.simple_accordion .accordion-item {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #0000003d;
    border-radius: 0 !important;
}

.mobile .simple_accordion .accordion-item {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.simple_accordion .accordion-body {
    padding-bottom: 10px;
}

.simple_accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.wpcf7-submit {
    font-family: NotoSans-Black;
}

#primary-menu a {
    background-image: linear-gradient(transparent 0%, transparent 90%, #212025 80%, #212025 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 48% !important;
    background-position: bottom right !important;
    transition: background-size 0.4s !important;
	width: max-content;
}

#primary-menu a:hover, #primary-menu a:active {
    background-size: 100% 48% !important;
    background-position-x: left !important;
}

#colophon .all_links a {
    background-image: linear-gradient(transparent 0%, transparent 90%, #808080 80%, #808080 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 48% !important;
    background-position: bottom right !important;
    transition: background-size 0.4s !important;
	width: max-content;
}

#colophon .all_links a:hover, #colophon .all_links a:active {
    background-size: 100% 48% !important;
    background-position-x: left !important;
}

.wpml-ls {
    padding: 0 !important;
}

#colophon .menu_additions {
    display: none;
}

#colophon .link_none {
	display: none;
}

.wpml-ls-link {
    padding: 0 !important;
}

.mobile .main_content_paragraph {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.mobile .single-post .news_s {
    margin-bottom: 50px;
}

.mobile .privacy-policy #main, .mobile .cookies-policy #main {
	padding-bottom: 40px;
}

#main {
	overflow: hidden;
}

.mobile .call_us_now_section {
	margin-top: 60px;
	margin-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
	height: 100%;
	padding-bottom: 60px;
}

.top_img img {
    margin-top: -10%;
	object-fit: cover;
}

.bottom_wrap {
    margin-top: -10%;
    z-index: 1;
    position: relative;
    right: 0;
    align-self: anchor-center;
}

.mobile .top_img img {
    border-top-left-radius: 18px;
    width: 100%;
    height: 210px;
}

.mobile .bottom_wrap {
    width: 100%;
    min-height: 210px;
    padding: 25px;
    border-bottom-right-radius: 18px;
}

.mobile .call_us_now_section h2.big {
    letter-spacing: 6px;
    line-height: 30px;
    margin-top: 50px;
}

.mobile .page-template-template-builder .news_s {
    margin-bottom: 35px;
}

.desktop .clients_section {
	max-width: 60%;
    margin: auto;
}

.mobile .clients_section {
	max-width: 90%;
    margin: auto;
}

.desktop .clients_section img {
	margin: auto;
	display: block;
}

.error404 .clients_section {
	display: none;
}

.custom_btn {
	margin-left: auto;
}

.mobile .ext_company {
	margin-bottom: 10px;
}

.ext_company {
    position: relative;
}

.ext_company::after {
    content: '';
    background-image: url(/wp-content/themes/elta90mgr/images/blue_arr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-flex;
    align-items: center;
    position: absolute;
}

.mobile .ext_company::after {
    width: 16px;
    height: 17px;
    margin-left: 10px;
    margin-top: 4px;
}

.mobile .comp_logo {
    width: max-content;
	min-width: 100px;
	min-height: auto;
    height: 40px;
	max-width: 175px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.clients_section .swiper .swiper-slide {
	margin: auto;
}

.clients_section {
	position: relative;
}

.clients_section .swiper-button-prev,
.clients_section .swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 10;
}

.clients_section .swiper-button-next:after,
.clients_section .swiper-button-prev:after {
	filter: grayscale(1);
}

.mobile .clients_section .swiper-button-prev {
	left: 0;
}

.mobile .clients_section .swiper-button-next {
	right: 0;
}

.mobile .clients_section .swiper-button-next:after, .mobile .clients_section .swiper-button-prev:after {
    font-size: 25px;
}

.mobile #map {
	height: 70vh;
}

button.gm-ui-hover-effect {
    outline: 0 !important;
    box-shadow: none !important;
	display: none !important;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    box-shadow: none;
    border: 1.5px solid #1B1B1B;
    background: #DCDCDC;
}

.mobile .gm-style .gm-style-iw-c {
	padding-top: 17px !important;
	padding-left: 17px !important;
	padding-right: 17px !important;
	padding-bottom: 17px !important;
}

.mobile .gm-style-iw.gm-style-iw-c {
	width: 223.22px;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style-iw-tc, .gm-style-iw-chr {
	display: none !important;
}

.mobile .video_hmpg {
    transform: none;
    height: 56.3vw;
    max-height: max-content;
    margin-top: 81px;
}

.mobile .svg_arr svg {
	max-width: 45px;
	height: 30px;
}

.mobile .map_section_interactive {
	margin-top: 0;
	padding-top: 6rem;
}

.apps_section_wrapper .swiper-button-next:after, .apps_section_wrapper .swiper-button-prev:after {
    filter: grayscale(1);
}

.flex_wrap {
	display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .apps_section_wrapper .swiper-button-prev {
	left: 0;
}

.mobile .apps_section_wrapper .swiper-button-next {
	right: 0;
}

.mobile .apps_section_wrapper .swiper-button-next:after, .mobile .apps_section_wrapper .swiper-button-prev:after {
    font-size: 25px;
}

.mobile .apps_section_wrapper .swiper_apps {
	max-width: 80%;
	margin: auto;
}

.mobile .apps_section_wrapper .view_all {
    margin-top: 0;
}

.mobile .apps_section_wrapper .white_wrapper {
	margin-bottom: 0;
}

.desktop .apps_section_wrapper .view_all {
	margin-bottom: 3rem;
}

.apps_section_wrapper .swiper-slide .main_image_wrapper img {
	filter: grayscale(1);
}

.mobile .mb90 {
	margin-bottom: 40px;
}

.svg_arr svg {
	margin-top: 0;
}

.map_section_interactive {
	height: 100% !important;
}

button.gm-control-active.gm-fullscreen-control, .gmnoprint, a[title="Open this area in Google Maps (opens a new window)"], .gmnoscreen, button.gm-style-cc, button[aria-label="Keyboard shortcuts"], button[aria-label="Toggle fullscreen view"], .gm-style .gm-style-cc a, a[aria-label="Open this area in Google Maps (opens a new window)"], .gm-style-cc {
    display: none !important;
}

.map_section_interactive {
	border-radius: 0;
}

.mobile .page-id-155 .header_image.half_height {
    background-position: 38%;
}

.comp_logo {
	object-fit: contain;
	object-position: left;
}

.desktop #primary-menu {
	align-items: center;
}

.mobile #kuka_cookie-preferences-modal {
	height: 100dvh;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
	h1, h1 p {
		font-size: 30px;
		line-height: 30px;
	}

	h1.big, h1.big p {
		font-size: 50px;
		line-height: 50px;
	}

	h2.big, h2.big p {
		font-size: 30px;
		line-height: 30px;
	}

	h2, h2 p {
		font-size: 25px;
	}

	h3, h3 p, input#tnp-1 {
		font-size: 18px;
	}

	h4, h4 p, ul#menu-footer-menu li, ul#menu-legal-footer-menu li, .fs18, ul#menu-footer-menu-gr li, ul#menu-legal-footer-menu-gr li {
		font-size: 16px;
	}

	p, .main_btn, .wpcf7-submit, .image_and_text ul {
		font-size: 16px;
	}

	#masthead .menu-item a, #masthead .wpml-ls-item a span {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	h1, h1 p {
		font-size: 2.604vw;
		line-height: 2.604vw;
	}

	h1.big, h1.big p {
		font-size: 7.813vw;
		line-height: 7.813vw;
	}

	h2.big, h2.big p {
		font-size: 2.604vw;
		line-height: 2.604vw;
	}

	h2, h2 p {
		font-size: 1.667vw;
	}

	h2.small, h2.small p {
		font-size: 1.4vw;
	}

	h3, h3 p, input#tnp-1 {
		font-size: 1.146vw;
	}

	h4, h4 p, ul#menu-footer-menu li, ul#menu-legal-footer-menu li, .fs18, ul#menu-footer-menu-gr li, ul#menu-legal-footer-menu-gr li {
		font-size: 0.938vw;
	}

	p, .main_btn, .wpcf7-submit, .image_and_text ul {
		font-size: max(0.833vw, 12px);
	}

	#masthead .menu-item a, #masthead .wpml-ls-item a span {
		font-size: 1.042vw;
	}
	
	.logo_col img {
		height: 3.8vw;
	}

	#masthead {
		padding-left: 2.6vw;
		padding-top: 0.521vw;
		padding-bottom: 0.521vw;
		padding-right: 2.6vw;
	}

	#primary-menu a {
		margin-right: 2.6vw;
	}

	.main_btn, .wpcf7-submit {
		height: 2.6vw;
		padding-left: 1.042vw;
		padding-right: 1.042vw;
	}

	.cropped {
		padding-left: 2.96vw;
		padding-right: 2.96vw;
	}

	.header_info {
		margin-top: 11.97vw;
	}

	.header_info_img {
		margin-bottom: 8.75vw;
	}

	#colophon {
		height: 35vw;
		padding-left: 4.167vw;
		padding-right: 4.167vw;
		padding-top: 5.469vw;
		padding-bottom: 2.865vw;
	}

	.social_wrap {
		margin-right: 1.042vw;
	}

	.tnp-field.tnp-field-button {
		height: 3.177vw;
	}

	.tnp-field.tnp-field-button::after {
		background-size: 1.042vw;
		width: 1.823vw;
		height: 1.823vw !important;
		max-height: 1.823vw;
	}

	.tnp-field input[type="submit"] {
		width: 1.823vw !important;
		height: 1.823vw !important;
	}

	#colophon a .social_icon {
		width: 1.563vw;
	}

	.social_wrap {
		border-radius: 0.417vw;
		padding: 0.417vw;
	}

	.tnp-field input[type="submit"] {
		border-radius: 0.521vw;
	}

	#colophon .mb-3 {
		margin-bottom: 0.833vw !important;
	}

	.h512 {
		height: 26.667vw;
	}

	.pb35 {
		padding-bottom: 1.823vw;
	}

	#colophon {
		border-top-left-radius: 2.083vw;
		border-top-right-radius: 2.083vw;
	}

	.main_btn, .wpcf7-submit {
		border-radius: 0.781vw;
	}

	ul#menu-footer-menu li, ul#menu-legal-footer-menu li,
	ul#menu-footer-menu-gr li, ul#menu-legal-footer-menu-gr li {
		margin-bottom: 0.833vw;
	}

	.business_units {
		padding-top: 5.469vw;
		padding-bottom: 5.469vw;
		padding-left: 4.167vw;
		padding-right: 4.167vw;
		border-radius: 2.083vw;
	}

	.rounded {
		height: 1.563vw;
		padding-left: 0.781vw;
		padding-right: 0.781vw;
	}

	.box_wrapper {
		padding-top: 1.302vw;
		padding-bottom: 1.563vw;
		padding-left: 1.563vw;
		padding-right: 1.042vw;
		border-radius: 0.781vw;
		margin-bottom: 1.25vw;
		height: 19.792vw;
	}

	.custom_btn {
		width: 2.604vw;
		height: 2.604vw;
		border-radius: 0.625vw;
		margin-top: 2.344vw;
	}

	.custom_btn img {
		width: 1.563vw;
		height: 1.563vw;
	}

	.icon {
		min-width: 2.604vw;
		min-height: 2.604vw;
		margin-bottom: 0.521vw;
		max-width: max-content;
	}
	

	.icon img {
		width: 1.302vw;
		height: 1.302vw;
	}

	.tagline_with_image {
		border-bottom-left-radius: 2.083vw;
		border-bottom-right-radius: 2.083vw;
		height: 43.594vw;
		margin-top: -1.719vw;
	}

	.faq, .news_s {
		padding-top: 2.865vw;
		padding-bottom: 2.865vw;
		padding-left: 4.167vw;
		padding-right: 4.167vw;
	}

	.faq img {
		border-radius: 1.302vw;
		max-height: 39.063vw;
	}

	.pt90 {
		padding-top: 4.688vw;
	}

	.accordion-item {
		padding-top: 2.083vw;
		padding-left: 2.083vw;
		padding-right: 2.604vw;
		padding-bottom: 2.083vw;
		border-radius: 1.302vw !important;
		margin-bottom: 0;
	}

	.accordion:not(.simple_accordion) .accordion-button::after {
		font-size: 1.563vw;
		height: 2.604vw;
		width: 2.604vw;
		border-radius: 0.625vw;
	}

	.business_units {
		margin-top: -1.823vw;
	}

	.image_and_text img, .text_and_image img {
		border-radius: 1.302vw;
		height: 33.594vw;
        object-fit: cover;
	}

	.image_and_text .map iframe {
		border-radius: 1.302vw;
		height: 26.615vw;
	}

	.image_and_text, .text_and_image {
		padding-left: 4.167vw;
        padding-right: 4.167vw;
		padding-top: 4.167vw;
		padding-bottom: 5.208vw;
	}

	.clients_section {
		padding-top: 3.125vw;
		padding-bottom: 3.125vw;
	}

	.view_all {
		margin-top: 2.083vw;
	}

	.main_image_wrapper img {
		height: 23.438vw;
		border-radius: 1.302vw;
	}

	.white_wrapper {
		padding: 1.563vw;
		border-radius: 1.302vw;
		margin-top: -5.208vw;
	}

	.header_image.half_height {
		height: 32.031vw;
	}

	.header_image.half_height .header_info_img {
		margin-bottom: 6.25vw;
	}

	.clients_section img {
		width: 10.417vw;
		max-height: 6.25vw;
	}
	
	.applications:not(.page-template) {
		padding-left: 4.167vw;
		padding-right: 4.167vw;
	}

	.contact_form {
		padding-top: 2.604vw;
		padding-bottom: 3.906vw;
	}

	input.wpcf7-form-control, textarea.wpcf7-form-control {
		height: 2.083vw;
		margin-bottom: 1.302vw;
	}

	textarea.wpcf7-form-control {
		height: 7.813vw;
		margin-bottom: 1.302vw;
	}

	.info_wrapper .col-12 {
		padding: 1.302vw;
		min-height: 14.271vw;
	}

	.info_wrapper .col-12 {
		padding: 1.302vw;
	}

	.inner_information {
		min-height: 6.25vw;
	}
	
	.simple_accordion .accordion-item {
		padding-top: 0.521vw;
		padding-bottom: 0.521vw;
		margin-bottom: 1.042vw;
	}

	.simple_accordion .accordion-body {
		padding-bottom: 0.521vw;
	}

	#masthead .wpml-ls-item a span {
		line-height: 1.563vw;
	}

	.main_content_paragraph {
		margin-top: 4.167vw;
		margin-bottom: 2.083vw;
	}

	.privacy-policy #main, .cookies-policy #main {
		padding-bottom: 2.6vw;
	}

	.call_us_now_section {
		margin-top: 4.68vw;
		margin-bottom: 2.6vw;
		padding-left: 4.16vw;
		padding-right: 4.16vw;
		height: 24.47vw;
	}

	.top_img img {
		border-top-left-radius: 1.3vw;
		width: 22.2vw;
		height: 15.6vw;
	}

	.bottom_wrap {
		width: 22.2vw;
		min-height: 11.5vw;
		padding: 1.3vw;
		border-bottom-right-radius: 1.3vw;
	}

	.call_us_now_section h2.big {
		letter-spacing: 0.88vw;
		line-height: 3.64vw;
	}

	.applications:not(.page-template) .col-lg-4 {
		margin-bottom: 4.68vw;
		display: block;
	}

	.ext_company {
		margin-bottom: 0.52vw;
	}

	.ext_company::after {
		width: 0.93vw;
		height: 1.56vw;
		margin-left: 0.52vw;
		margin-top: 0.156vw;
	}

	.comp_logo {
		width: max-content;
		height: 2.604vw;
		min-width: 5.208vw;
		min-height: auto;
		max-width: 9.115vw;
		margin-top: 1.302vw;
		margin-bottom: 1.302vw;
	}

	.clients_section .swiper-button-prev {
		left: -5.208vw;
	}

	.clients_section .swiper-button-next {
		right: -5.208vw;
	}

	#map {
		height: 43.594vw;
	}
	
	.gm-style .gm-style-iw-c {
		padding-top: 0.885vw !important;
		padding-left: 0.885vw !important;
		padding-right: 0.885vw !important;
		padding-bottom: 0.885vw !important;
	}

	.gm-style-iw.gm-style-iw-c {
		width: 11.626vw;
	}

	.svg_arr svg {
		max-width: 2.344vw;
		height: 1.563vw;
	}

	.map_section_interactive {
		margin-top: 0;
		padding-top: 5.729vw;
	}

	.apps_section_wrapper .swiper-button-prev {
		left: -2.604vw;
	}

	.apps_section_wrapper .swiper-button-next {
		right: -2.604vw;
	}

	.mb90 {
		margin-bottom: 4.688vw;
	}
}

@media (min-width: 993px) and (max-width: 1100px) {
	.box_wrapper .whiteFontColor.pe-lg-4.opacity08 {
		font-size: 10px;
	}

	.rounded {
		padding-top: 10px;
		padding-bottom: 11px;
	}

	.gm-style-iw.gm-style-iw-c h6 {
		font-size: 12px !important;
	}

	.gm-style-iw.gm-style-iw-c {
		width: 16.626vw;
	}

	.gm-style-iw.gm-style-iw-c span {
		font-size: 12px;
	}

	.copyright_row p {
		font-size: 11px;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		font-size: 50px;
		line-height: 50px;
	}

	h1.big, h1.big p {
		font-size: 150px;
		line-height: 150px;
	}

	h2.big, h2.big p {
		font-size: 50px;
		line-height: 50px;
	}

	h2, h2 p {
		font-size: 32px;
	}

	h2.small, h2.small p {
		font-size: 27px;
	}

	h3, h3 p, input#tnp-1 {
		font-size: 22px;
	}

	h4, h4 p, ul#menu-footer-menu li, ul#menu-legal-footer-menu li, .fs18, ul#menu-footer-menu-gr li, ul#menu-legal-footer-menu-gr li {
		font-size: 18px;
	}

	p, .main_btn, .wpcf7-submit, .image_and_text ul {
		font-size: 16px;
	}

	#masthead .menu-item a, #masthead .wpml-ls-item a span {
		font-size: 20px
	}

	.logo_col img {
		height: 73px;
	}

	#masthead {
		padding-left: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 50px;
	}

	#primary-menu a {
		margin-right: 50px;
	}

	.main_btn, .wpcf7-submit {
		height: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.cropped {
		padding-left: 57px;
		padding-right: 57px;
	}

	.header_info {
		margin-top: 230px;
	}

	.header_info_img {
		margin-bottom: 168px;
	}

	#colophon {
		height: 672px;
		padding-left: 80px;
		padding-right: 80px;
		padding-top: 105px;
		padding-bottom: 55px;
	}

	.social_wrap {
		margin-right: 20px;
	}

	.tnp-field.tnp-field-button {
		height: 61px;
	}

	.tnp-field.tnp-field-button::after {
		background-size: 20px;
		width: 35px;
		height: 35px !important;
		max-height: 35px;
	}

	.tnp-field input[type="submit"] {
		width: 35px !important;
		height: 35px !important;
	}
	
	#colophon a .social_icon {
		width: 30px;
	}

	.social_wrap {
		border-radius: 8px;
		padding: 8px;
	}
	
	.tnp-field input[type="submit"] {
		border-radius: 10px;
	}

	#colophon .mb-3 {
		margin-bottom: 16px !important;
	}
	
	.h512 {
		height: 512px;
	}

	.pb35 {
		padding-bottom: 35px;
	}

	#colophon {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}

	.main_btn, .wpcf7-submit {
		border-radius: 15px;
	}

	ul#menu-footer-menu li, ul#menu-legal-footer-menu li,
	ul#menu-footer-menu-gr li, ul#menu-legal-footer-menu-gr li {
		margin-bottom: 16px;
	}

	.business_units {
		padding-top: 105px;
		padding-bottom: 105px;
		padding-left: 80px;
		padding-right: 80px;
		border-radius: 40px;
	}

	.rounded {
		height: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.box_wrapper {
		padding-top: 25px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 20px;
		border-radius: 15px;
		margin-bottom: 24px;
		height: 380px;
	}

	.custom_btn {
		width: 50px;
		height: 50px;
		border-radius: 12px;
		margin-top: 45px;
	}

	.custom_btn img {
		width: 30px;
		height: 30px;
	}

	.icon {
		min-width: 50px;
		min-height: 50px;
		margin-bottom: 10px;
		max-width: max-content;
	}

	.icon img {
		width: 25px;
		height: 25px;
	}

	.tagline_with_image {
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
		height: 837px;
		margin-top: -33px;
	}

	.faq, .news_s {
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 80px;
		padding-right: 80px;
	}

	.faq img {
		border-radius: 25px;
		max-height: 750px;
	}

	.pt90 {
		padding-top: 90px;
	}

	.accordion-item {
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 50px;
		padding-bottom: 40px;
		border-radius: 25px !important;
		margin-bottom: 0;
	}

	.accordion:not(.simple_accordion) .accordion-button::after {
		font-size: 30px;
		height: 50px;
		width: 50px;
		border-radius: 12px;
	}

	.business_units {
		margin-top: -35px;
	}

	.image_and_text img, .text_and_image img {
		border-radius: 25px;
		height: 645px;
        object-fit: cover;
	}

	.image_and_text .map iframe {
		border-radius: 25px;
		height: 511px;
	}

	.image_and_text, .text_and_image {
		padding-left: 80px;
        padding-right: 80px;
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.clients_section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.view_all {
		margin-top: 40px;
	}

	.main_image_wrapper img {
		height: 450px;
		border-radius: 25px;
	}

	.white_wrapper {
		padding: 30px;
		border-radius: 25px;
		margin-top: -100px;
	}

	.header_image.half_height {
		height: 615px;
	}

	.header_image.half_height .header_info_img {
		margin-bottom: 120px;
	}

	.clients_section img {
		width: 200px;
		max-height: 120px;
	}

	.applications:not(.page-template) {
		padding-left: 80px;
		padding-right: 80px;
	}

	.contact_form {
		padding-top: 50px;
		padding-bottom: 75px;
	}

	input.wpcf7-form-control, textarea.wpcf7-form-control {
		height: 40px;
		margin-bottom: 25px;
	}

	textarea.wpcf7-form-control {
		height: 150px;
	}

	.info_wrapper .col-12 {
		padding: 25px;
		min-height: 274px;
	}

	.inner_information {
		min-height: 120px;
	}

	.simple_accordion .accordion-item {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.simple_accordion .accordion-body {
		padding-bottom: 10px;
	}

	#masthead .wpml-ls-item a span {
		line-height: 30px;
	}

	.main_content_paragraph {
		margin-top: 80px;
		margin-bottom: 40px;
	}

	.privacy-policy #main, .cookies-policy #main {
		padding-bottom: 50px;
	}

	.call_us_now_section {
		margin-top: 90px;
		margin-bottom: 50px;
		padding-left: 80px;
		padding-right: 80px;
		height: 470px;
	}

	.top_img img {
		border-top-left-radius: 25px;
		width: 427px;
		height: 300px;
	}

	.bottom_wrap {
		width: 427px;
		min-height: 221px;
		padding: 25px;
		border-bottom-right-radius: 25px;
	}

	.call_us_now_section h2.big {
		letter-spacing: 17px;
		line-height: 70px;
	}

	.applications:not(.page-template) .col-lg-4 {
		margin-bottom: 90px;
		display: block;
	}

	.ext_company {
		margin-bottom: 10px;
	}

	.ext_company::after {
		width: 18px;
		height: 30px;
		margin-left: 10px;
		margin-top: 3px;
	}

	.comp_logo {
		width: max-content;
		min-width: 100px;
		min-height: auto;
		height: 50px;
		max-width: 175px;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.clients_section .swiper-button-prev {
		left: -100px;
	}

	.clients_section .swiper-button-next {
		right: -100px;
	}

	#map {
		height: 837px;
	}

	.gm-style .gm-style-iw-c {
		padding-top: 17px !important;
		padding-left: 17px !important;
		padding-right: 17px !important;
		padding-bottom: 17px !important;
	}

	.gm-style-iw.gm-style-iw-c {
		width: 223.22px;
	}

	.svg_arr svg {
		max-width: 45px;
		height: 30px;
	}

	.map_section_interactive {
		margin-top: 0;
		padding-top: 110px;
	}

	.apps_section_wrapper .swiper-button-prev {
		left: -50px;
	}

	.apps_section_wrapper .swiper-button-next {
		right: -50px;
	}

	.mb90 {
		margin-bottom: 90px;
	}
}

@media (min-width: 1921px) {
	.faq img {
		max-height: 39.063vw;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/