/*!
Theme Name: BESCO:20
Theme URI: https://besco-gmbh.de/
Author: zerotonine UG
Author URI: https://besco-gmbh.de/
Description: custom wordpress website for Berliner Steincontor GmbH
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: BESCO
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.

besco:20 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

# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}


.pointer {cursor: pointer;}









/*--------------------------------------------------------------
## THEME SPECIFIC STYLES
--------------------------------------------------------------*/

/* Color Scheme => Easy Black / Simple Black*/
:root {
  --color-dark: #585b62;
  --color-l-gray: #ceced0;
  --color-gry: #efefef;
}
a,
.btn {
  border: none !important;
  outline: none !important;
  font-weight: 600;
}

.btn-a{
  padding: 0;
}
.btn-a button{
  margin: 0;
}

.btn-a:hover{
  margin: 0;
  color: var(--color-dark);
}
a { text-decoration: none; }

.btn {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}
.mp-0{
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.s-btn{
  width: 100% !important;
}
a,
.btn:focus,
a,
.btn:hover {
  outline: none !important;
  border: none !important;
}
a:hover {
    opacity: 0.9;
}
.text-dark a:hover{
  color: var(--color-dark) !important;
}

.text-wht {
  color: white;
}

.text-gry {
  color: var(--color-gry);
}
.bg-gry {
  background: var(--color-gry);
}
.bg-dark {
  transition: background-color 0.8s ease;
  background: var(--color-dark);
  color:white;
}
.bg-white {
  background: white;
}
.bg-b{
  background: #000;
}
.text-dark {
  color: var(--color-dark) !important;
}
.text-l-gray {
  color: var(--color-l-gray) !important;
  letter-spacing: 0.15rem;
  font-family: "Montserrat";
  font-weight: 600 !important;
  font-size: 1.2rem !important;
  
}
.montserrat{
  font-family: "Montserrat" !important;
}

.text-light{
  font-weight: 400;
}
.text-ultra-light{
  font-weight: 200;
  letter-spacing: 0.12rem;
}
.hide{
  display: none; 
  transition:all 1s;

}​

.hide{
  display: none; 
  transition:all 1s;

}​

.parallax {
  /* The image used */
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dark {
  background: var(--color-dark) !important;
}
.bg-l-light {
  background: #fafafa;
}
.bg-l-gray {
  background: var(--color-l-gray) !important;
}
.text-white {
  color: #fff !important;
}
.flex-1 {
  flex: 1;
}
.call-box {
  padding: 1rem 1.5rem;
  border: 1px dotted var(--color-dark);
  /* display: inline-block; */
  margin-bottom: 15px;
  max-width: 438px;
}
.btn-senden {
  border-radius: 0 !important;
}

/* Basic CSS */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
ul,
li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
  color: #000;
}
.link-sans{
  font-family: 'Montserrat';
  font-weight: 300;
}
p {
  font-family: "Montserrat";
  font-size: 1.4rem;

}
.text-p-a{
  color: #585B62;
  line-height:140% !important;
  font-size: 1.42rem;
  letter-spacing: 0.02rem;
}
.text-p-a p {
  line-height:140% !important;
}

.text-p-a li{
  list-style: circle;
}

.text-p-a a{
  padding-bottom: 3px;  
  border-bottom: 2px solid;
}


.spacer-50 {
  height: 5rem;
  display: block;
}
.spacer-30 {
  height: 3rem;
  display: block;
}
b{
  font-weight: 700 ;

}
h1,
h2,
a {
  font-family: "Roboto Slab";
  font-weight: 700 ;
  line-height: 1.4;
}
h1{
  font-size: 3.1rem;
  line-height: 1.4;
}

h2{
  font-size: 2.7rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  padding-bottom: 1.5rem;
}

h3{
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.05rem;

}

h4{
  font-size: 1.0rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.side-head h2 span{
  font-family: "Montserrat", sans-serif;
} 
h3{
  font-family: "Roboto Slab";
  font-weight: 700;
  line-height: 150%;
  margin : 2% 0 3% 0; 
}

.hover:hover{
  background: white;
  opacity: 0.8;
}
.semi-bold{
  font-weight: 500;
}
.w-full {
  width: 100%;
  max-width: 100%;
}
.h-full {
  /* max-height: 100%; */
  min-height: 100%;
}
.sec-heading p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
}
/* .sec-heading {
  line-height: 1.4;
} */
.sec-heading h1 {
  font-size: 3.2rem;
  line-height: 1.2;
}
/* Header */
header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header-caption {
  width: 40%;
  padding-left: 2%;
}
.header-caption-body p {
  font-size: 1.4rem;
}
.header-caption-body a {
  font-size: 1.4rem;
}
.header-caption-body {
  font-size: 1.6rem;
}
.header-slider {
  position: relative;
  /* height: 100%; */
}
.header-slider > div img {
  height: auto;
}
.header-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-caption-body > .btn {
  letter-spacing: 2px;
}
.section-1 {
  background-color: #fafafa;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.underline-btn {
  font-size: 1.4rem;
  margin-top: 2%; 
  padding: 2% 0 5% 0;
}

.underline-btn span{
  padding-bottom: 3px;  
  border-bottom: 2px solid;
}

/* projektdatenbank */

#place{
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;  
}

#aussenOverlay,
#hochbauOverlay {
  border : none;
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}

.frame-overlay-a {
  z-index: 100;
  border: grey solid 2px !important;
  color: white;
  content: "xxx";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;

 }

 .p-b{
  padding: 1.2rem 0 0 0 !important;
 }

 .btn:focus, [type="submit"]:focus {        
  -moz-outline-style: none; 
    webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline:none;
    webkit-box-shadow: none;
    box-shadow: none;
    background:none; 
}

.ctct-btn{
  width:100%; font-size:0.2rem !important; 
  line-height: 200% !important;
  letter-spacing: 0.1rem; text-decoration: uppercase;
  color: black !important;
  font-weight: 600;
  padding: 0 10px 0 10px;
 
}
.ctct-btn btn{
  font-size:0.2rem !important; 
  letter-spacing: 0.1rem; text-decoration: uppercase;
  color: black !important;
 
}

/* blog */

.blog img{
  width: 100%;
  height: auto;
}

.sub-news-btn {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-dark);
  padding: 0.8rem 4rem;
  background: var(--color-l-gray);
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  /* bottom: 0; */
}


/* news-sub-final */

.vertical-t-left {
  position: absolute;
  transform: rotate(-450deg);
  /* top: 10px; */
  left: -32px;
  bottom: 15%;
  z-index: 2;
}
.sub-date {
  font-size: 1.3rem;
  color: var(--color-dark);
}
.timeline-sub p {
  font-size: 1.4rem;
  color: var(--color-l-gray);
}
.timeline {
  position: relative;
  margin-top: 5rem;
}
.timeline::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.2rem;
  background: var(--color-dark);
  left: 0;
  top: 15px;
}
.timeline--heading {
  position: relative;
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.timeline--heading::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--color-dark);
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
ul.timeline > li {
  padding-bottom: 5rem;
}
ul.timeline li:last-child {
  padding-bottom: 0;
}
.details-timeline {
  font-size: 1.5rem;
  padding-top: 3rem;
}
.details-timeline > li {
  padding-bottom: 1.5rem;
  line-height: 1;
}
.sub-news-btn,
.mngr-name {
  font-family: "Montserrat", sans-serif;
}
.sub-news-btn {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-dark);
  padding: 0.8rem 4rem;
  background: var(--color-l-gray);
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  /* bottom: 0; */
}

.sub-news-btn:hover {
  color: inherit;
}

/* section-2 products-cotainer */
.products-cotainer {
  max-width: 1250px;
  margin: 0 auto;
  padding: 25px;
}
.products-cotainer .col-md-6 {
  overflow: hidden;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 720px;
}
.products-cotainer img {
  width: 100%;
}
.products-cotainer .col-md-3 img {
  position: relative;
  max-width: 100%;
}
.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.btn-product {
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  color: var(--color-dark);
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  position: absolute;
  bottom: 10%;
  left: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 4.8rem;
  padding-right: 3.8rem;
  letter-spacing: 0.2rem;
}
.btn-product:hover,
.btn-product:focus {
  color: inherit;
}
/* Section-3 */
.section-3 {
  background-color: #fafafa;
  padding: 50px 0;
}
.line-u {
  height: 1px;
  width: 50px;
}
.brands-logos {
  padding-top: 70px;
  padding-bottom: 50px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
/* section-4 */
.section-4 {
  position: relative;
}
.section-4 > div {
  max-width: 1250px;
  margin: 0 auto;
  /* padding: 25px; */
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.section-4::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #fff;
}
.p-in- {
  max-width: 60%;
  margin: auto;
  line-height: 1.3;
  font-weight: 400;
}
.sub-content {
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
}
.side-head h2 {
  line-height: 1.1;
  font-size: 3rem;
}
.btn-bottowm {
  position: absolute;
  bottom: -20px;
}
/* addr-container */
.addr-container {
  max-width: 1250px;
  margin: 0 auto;
  background: #fafafa;

  padding: 40px 25px;
}
.adr-heading h2 {
  font-size: 2.6rem;
}
.send-section > div {
  font-size: 1.6rem;
}
.send-section ul,
.call-box,
.btn-senden {
  font-size: 1.4rem;
}
.address-section {
  background: #fafafa;
}
/* contact-section */
.contact-section .contact-container {
  max-width: 1250px;
  /* padding: 25px; */
  padding: 40px 25px;
  margin: 0 auto;
}
.contact-form .form-control {
  font-size: 1.4rem;
}
.contact-form .form-control {
  border: 0.2rem solid var(--color-dark) !important;
  border-radius: 0;
  padding: 0.8rem 1rem;
  height: 45px;
}
.form-container h3 {
  position: relative;
  display: inline-block;
}
.contact-form .form-control.text-area {
  height: 200px !important;
/*  resize: none;*/
}
.text-area::placeholder {
  color: var(--color-dark);
}
.text-area {
  color: var(--color-dark);
}
.neu-sub-btn {
  max-width: 250px;
}
.form-container h3::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  right: -40px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-dark);
}
.chose-it a {
  font-size: 1.4rem;
  color: var(--color-dark);
  font-weight: 600;
  background: #fafafa;
  letter-spacing: 0;
}
.chose-it a:hover {
  /* opacity: 0.99; */
  background: var(--color-l-gray);
}
.btn-submit {
  background: var(--color-dark);
  text-align: center;
  color: #fafafa;
  font-size: 1.5rem;
  padding: 8px;
  display: block;
  border-radius: 0;
  width: 100%;
  font-weight: 600;
  opacity: 0.95;
}
.btn-submit:hover {
  opacity: 1;
}
.side-img {
  width: 88%;
  text-align: center;
}
.side-img > img {
  width: 100%;
}
/* Footer section */
footer.footer > .footer-container {
  max-width: 1250px;
  margin: 0 auto;
}
.footer-menu a{
  color: white;
  font-family: "Montserrat";
  letter-spacing: 0.05rem;
}
.footer-nav{
  line-height: 150% !important;
  padding:0 !important;
  margin:0;
}

.contact-a{
  font-size: 1.5rem; font-family: 'Montserrat'; color:white; font-weight: 600; letter-spacing: 0.1rem;
}

.foter {
  border: 2px solid #fff;
}
.ft-inp:focus {
  box-shadow: none !important;
}
.ft-inp::placeholder {
  color: #fff;
  font: 1.6rem;
}

footer ul li {
  font-size: 1.2rem;
}
.flex-2 {
  flex: 2;
}
.logo-footer-div {
  width: 320px;
}
.logo-footer-div img {
  width: 100%;
}
.logo-footer-div ~ p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.myContainer {
  max-width: 1250px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.navbar .navbar-brand {
  width: 180px;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .nav-item .nav-link {
  font-size: 1.5rem;
  font-family: inherit;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
}
.navbar .nav-item {
  margin-left: 2rem;
  position: relative;
}
.navbar .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
  transition: 0.5s ease-in;
}
.top-strp {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
.bottom-toolbar,
.navbar-border {
  border-bottom: 0.1rem solid var(--color-l-gray);
}
.nav-link {
  position: relative;
}
.navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  transform-origin: left;
  bottom: 3px;
  left: 0;
  /* display: none; */
  background: var(--color-dark);
  transition: 0.25s ease-in;
}
.navbar .nav-item.current .nav-link::after,
.navbar .nav-item .nav-link:hover::after {
  width: 100%;
}
.navbar .nav-item .no-affter.nav-link:hover::after {
  display: none;
}
.midle .ft-inp::placeholder {
  color: var(--color-dark);
  /* border: 2px dotted var(--color-dark); */
}
.midle {
  border: 0.2rem solid var(--color-dark);
  max-width: 428px;
}
.cal-email-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--color-dark);
}
/* //////////////////////////Page-2/////////////////////// */
.number-s {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.big-figure {
  font-size: 6.6rem;
  font-family: "Montserrat", sans-serif;
}
.b-b-dark {
  position: relative;
}
.b-b-dark::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  left: 0;
  bottom: 0;
  background: var(--color-dark);
}
.sl-2-item > div:first-child {
  max-width: 75%;
  margin: auto;
}
.imgbg {
  background: url("../img/Mercedes.png");
  background-size: cover;
  height: 500px;
}
.larg-img {
  /* background: url("../img/DJI_0203.png");
  background-size: cover; */
  min-height: 650px;
  position: center;
}
.img-slde {
  position: relative;
}
.para {
  position: absolute;
  bottom: 3rem;
  padding-left: 6rem;
  font-weight: 600;
}
.max-w-70 {
  max-width: 70%;
  margin: auto;
}
.m-swchtin-slider .btn-product {
  bottom: 35px;
}
/*///////////////////////////// Page-3///////////////////// */
.foter,
.page-3-footer .email-footer .foter {
  border: 2px solid var(--color-dark);
  position: relative;
}
.smbl-at {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
}
.ft-inp:focus {
  box-shadow: none !important;
}
.page-3-footer .ft-inp::placeholder {
  color: var(--color-dark);
  font: 1.4rem;
}
.section-4.p-3::after {
  background: var(--color-dark);
}
.banner-section .banner-slider {
  position: relative;
}
.banner-section .slick-pr,
.banner-section .slick-nex {
  top: 50%;
}

/* brands-and-pic */
.brands-and-pic {
  padding-left: 15px;
  padding-right: 15px;
  background: #fafafa;
  padding-top: 5rem;
  /* padding-bottom: 5rem; */
}
.brands-and-pic .img-fluid {
  /* max-height: 550px; */
  overflow: hidden;
}
/* .brands-and-pic .brands-logos div div {
  max-width: 100px;
} */
/* .mobile-small {
  max-width: 90%;
} */
.mobile-small div {
  width: 100px;
}
.mobile-small div:last-child {
  width: 150px;
  display: none;
}
.mobile-small div img {
  width: 100%;
}
.sideimg {
  max-height: 720px;
  overflow: hidden;
}
.dost {
  font-size: 10px;
}
/* /////////////////////Page-4///////////////// */
.info-text{
  font-size: 1.35rem;
  color:var(--color-dark);
  letter-spacing: 0.07rem;
  line-height: 150%;
  padding-left: 50px !important;
}

.f-12{
  font-size: 1.1rem !important;
  letter-spacing: 0.25rem;
  font-weight: 600 !important;
  color: var(--color-dark);

}

.info-text p{
  font-size: 1.35rem;
  color: var(--color-dark);
  line-height: 150%;
  font-weight: 600 !important;
}

.info-text p span{
  font-size: 1.35rem;
  color: var(--color-dark);
  line-height: 150%;
  font-weight: 400 !important;
}
.info-text a{
  font-size:  1.35rem;
  color: black;
  letter-spacing: 0.01rem;
  line-height: 150%;
  font-family: "Montserrat";
  font-weight: 600;

}
.info-text a:hover{
  opacity:0.8;

}

.project-img {
  height: auto;
  max-height: 220px;
  overflow: hidden;
}
.project-img:hover > img {
  transform: scale(1.1);
  transition: 0.25s ease-in;
}
.project-img img {
  width: 100%;
  transition: 0.5s ease-in;
}
.dscrptn-box{font-size: 1rem; height:45px; letter-spacing: 0.04rem !important;}

.see-more-btn {
  font-family: "Montserrat", sans-serif;
  display: block;
  height: 3.3rem;
  font-size: 1rem;
  letter-spacing: 2px;
  background: var(--color-dark);
  color: #fff;
  text-transform: uppercase;
  padding: 0.4rem;
  transition: 0.3s ease-in;
  text-align: center;
  
}
.see-more-btn:hover {
  background: #28292a;
  color: #fafafa;
}

.see-more-btn-light {
  width: 100%;
  height: 160px;
  display: block;
  background: #fafafa;
  color: var(--color-dark);
  text-transform: uppercase;
  padding: 1rem;
  transition: 0.3s ease-in;
}
.see-more-btn-light:hover {
  background:var(--color-l-gray);
}

.project-footer a {
  font-size: 1.4rem;
  color: var(--color-dark);
  font-family: "Montserrat", sans-serif;
  text-align: center;
}


/* BROSCHÜRE    The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #585b62 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/* ///////////////////////////Page-5///////////////////// */
.seach-poject-input {
  border: 3px solid #fff;
  font-size: 1.5rem;
  padding-left: 7px;
  width: 350px;
  text-align: left;
}
.seach-poject-input input {
  font-size: 1.4rem;
}
.btn-sear-project {
  display: block;
  font-size: 1.6rem;
  background: #fff;
  color: var(--color-dark);
  font-family: "Montserrat", sans-serif;
  /* height: 100%; */
  padding: 13px;
  width: 100%;
  text-align: center;
}
.btn-sear-project:hover {
  color: inherit;
  box-shadow: inherit;
}
.seach-poject-input input:focus {
  box-shadow: none !important;
}
.counter-div .number {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}
.increment,
.decerement {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  border: 1px solid #fff;
}
.alproject .item-container .img-con {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}
.alproject .item-container .img-con:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 100;
  /* transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
  /* display: none; */
}

.dropdown-icon{
  width: 1.3rem;
  height: auto;
  margin-bottom:3px;
}

.transform-d-90{
transform: rotate(90deg);
}



.selcted{
  content: "ausgewählt";
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
  background-color:#000!important;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 100;
}

.go-perent-center {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(0px, 0px);
  opacity: 0;
  transition: 0.25s ease-in;
  z-index: 2;
  opacity: 1;
  font-size:1.35rem;
  font-weight: 400;
  color:#fff;

}
.alproject .item-container .img-con:active > .go-perent-center {
  transform: translate(-30%, 0%);
  cursor: pointer;
  opacity: 1;

}
.btn-heigh-2,
.btn-heigh {
  border: none;
  border-radius: 0;
  height: 74px;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Roboto Slab", serif;
}
.btn-heigh-2:first-child {
  margin-bottom: 8px;
}
.btn-heigh-2 {
  height: 60px !important;
  width: 100% !important;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.btn-heigh-2 a{
  height: 30px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;

  
}

.btn-heigh-2:hover,
.btn-heigh:hover,
.btn-heigh-2.active,
.btn-heigh.active {
  background: var(--color-l-gray);
}
.visits-img {
  position: relative;
  z-index: 1;
}
.vertical-t {
  position: absolute;
  transform: rotate(-450deg);
  /* top: 10px; */
  right: -12px;
  bottom: 70px;
  z-index: 2;
}
.vertical-t p {
  font-size: 1.3rem;
  font-weight: 400;
}

.ul-for-visist li {
  list-style-type: disc;
  font-size: 1.6rem;
  font-weight: 600;
}
.side-btn-visits {
  border: none;
  border-radius: 0;
  height: 74px;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Roboto Slab", serif;
  height: 4rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  max-width: 60%;
  background: var(--color-l-gray);
  margin-left: -3rem;
  margin-top: 18px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--color-dark);
  cursor: pointer;
}
.side-btn-visits:hover {
  background: #585b62;
  color: #fafafa;
}
.visits-ul-div {
  height: 57%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ////////////////////////// Page-6 ////////////////////// */
.full-rounded {
  border-radius: 100px;
  font-size: 1rem !important;

}
.p-6.banner-section .banner-slider .banner {
  max-height: 100vh;
  overflow: hidden;
}

.page-6-footer .email-footer .foter {
  border: 2px solid var(--color-l-gray);
  position: relative;
}
.page-6-footer .ft-inp::placeholder {
  color: var(--color-l-gray);
  font-weight: 600;
}
.ft-inp {
  font-size: 1.6rem;
}
/* //////// Page-7 ///////////*/
.caption-l {
  position: absolute;
  left: 28px;
  bottom: 10px;
  width: 100%;
}
/* /////////////////////// Page-8 //////////////// */
.btn-over-slide {
  max-width: 550px;
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 1.6rem;
  z-index: 2;
  text-align: right;
  border-radius: 0;
  font-family: "Montserrat", serif !important;
}
.b-right {
  left: auto;
  max-width: 550px;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: left;
}
.slid-img {
  padding-left: 15px !important;
}
.p-8-vistis h1 {
  font-size: 2.6rem;
}
/* ///////////////Page-9-&-10/////////// */
.large-text-side {
  font-size: 1.45rem;
}
.p-9-author {
  color: #fff;
}
.site-img-div .col-xs-12 {
  max-height: 425px;
  text-align: center;
}
.site-img-div .col-xs-12 img {
  width: 100%;
}

.projects-slider .slick-nex {
  right: 0;
}
.projects-slider .slick-pr {
  left: 0;
}
.projects-slider {
  padding-left: 4rem !important;
  padding-top: 40px;
  padding-bottom: 2rem;
}
.left-gry-shad {
  position: absolute;
  display: block;
  background: #fafafa;
  right: 0;
  top: 0;
  left: 100%;
  transform: translateX(-100%);
  height: 100%;
  width: 50%;
  z-index: 0;
}

/* /////////////////pop-up///////////// */

.form-pop-up {
  position: relative;
}
.close-button {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 0.1rem solid var(--color-dark);
  border-radius: 50%;
  right: 4rem;
  top: 2rem;
  text-align: center;
  line-height: 25px;
  color: var(--color-dark);
  cursor: pointer;
  z-index: 51;
}
.form-pop-up .row {
  height: 100vh;
}
.form-pop-up {
  font-size: 1.4rem;
}
.form-pop-up .sec-heading h1 {
  font-size: 2.4rem;
}
.form-pop-up .sec-heading p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.linkedlink i {
  font-size: 40px;
  background: #fff;
  color: var(--color-dark);
  text-shadow: none;
}
/* .linkedlink {
  box-shadow: 5px 8px 4px red;
} */
/* //////////////NEU Page///////////// */

.neu-con-info ul li,
.neu-con-info ul li a {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: var(--color-dark);
  font-weight: 600;
}
.neu-con-info ul:first-child {
  margin-bottom: 25px !important;
}
.neu-con-info {
  display: inline-block;
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.NEU_btns button {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.right-background {
  position: absolute;
  width: 60%;
  background: #fafafa;
  height: 100%;
  right: 0;
  top: 0;
}
.NEU_btns ~ form .form-control {
  background: transparent;
}
.NEU_btns button {
  overflow: hidden;
  letter-spacing: 0.5px;
}
.NEU_footer {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.semibold {
  font-weight: 600;
}
.text-nor {
  text-transform: none !important;
}
/* h-over */
.heading-two.h-over {
  position: absolute;
  top: 0em;
  color: #fff;
  padding: 15px;
  background: var(--color-dark);
  padding-left: 80px;
  padding-right: 25px;
  left: 0;
}
/* New Page 3 */
.font-weight-sbold {
  font-weight: 600;
  letter-spacing: 1px;
}
.pag-3 .sec-heading h1 {
  font-size: 2.4rem;
}
.porf-line {
  text-align: left;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
}

.at-s {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color-dark);
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
}
.press-details ul li {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-dark);
  font-weight: normal;
}
.press-details {
  margin-top: -1.5rem;
}
p.at-details {
  font-size: 1.4rem;
}
.down-with {
  font-size: 1.2rem;
}
.dash {
  width: 30px;
  height: 2px;
  background-color: #585b62;
}
.prs-text {
  padding-bottom: 40px;
}
.prs-text a {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: inherit;
}
.btn-pg-3 {
  position: relative;
}
.btn-pg-3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-dark);
  left: -100%;
  top: 0;
}
.for-sid-img {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
}
.contact-section.position-relative {
  overflow: hidden;
}
.godown {
  display: flex;
  justify-content: center;
}
.godown i {
  position: absolute;
  font-size: 2.6rem;
  color: var(--color-dark);
  animation-name: godown;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: ease;
}
@keyframes godown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(7px);
  }
}
.inhert-t {
  font-family: inherit;
  color: var(--color-dark);
}
/* //////// QR CONTACT PAGE //////// */
.profe-imge- {
  width: 30rem;

  overflow: hidden;
}
.profe-imge- img {
  width: 100%;
}
.qr_contact-ul li a {
  font-size: 1.6rem;
  color: var(--color-dark);
  line-height: 1.7;
}
.name-and-d h1 {
  line-height: 1.2;
}
.icons-ul li {
  height: 4rem;
  width: 4rem;
  background: var(--color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
}
.icons-ul li:first-child {
  background: #ea4d55;
}
.icons-ul li a {
  color: #fff;
  font-size: 1.5rem;
  display: block;
  /* line-height: ; */
}
.icons-ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
.QR_footer {
  background: url("../img/QR-footer-bg.jpg");
  background-size: cover;
}
.btn-qr-footer {
  font-size: 1.4rem;
}
.slider-QR-contact {
  padding-top: 15px;
  padding-bottom: 16px;
}
.QR_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.slider-QR-contact div {
  overflow: hidden;
}
.bg-white.QR.navbar-border {
  border-bottom: 1px solid #ceced0;
  background-color: #fff;
}
.bg-white.QR .navbar-brand {
  width: 110px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
/* news-sub-final */

.vertical-t-left {
  position: absolute;
  transform: rotate(-450deg);
  /* top: 10px; */
  left: -32px;
  bottom: 15%;
  z-index: 2;
}
.sub-date {
  font-size: 1.3rem;
  color: var(--color-dark);
}
.timeline-sub p {
  font-size: 1.4rem;
  color: var(--color-l-gray);
}
.timeline {
  position: relative;
  margin-top: 5rem;
}
.timeline::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.2rem;
  background: var(--color-dark);
  left: 0;
  top: 15px;
}
.timeline--heading {
  position: relative;
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.timeline--heading::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--color-dark);
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
ul.timeline > li {
  padding-bottom: 5rem;
}
ul.timeline li:last-child {
  padding-bottom: 0;
}
.details-timeline {
  font-size: 1.5rem;
  padding-top: 3rem;
}
.details-timeline > li {
  padding-bottom: 1.5rem;
  line-height: 1;
}
.sub-news-btn,
.mngr-name {
  font-family: "Montserrat", sans-serif;
}
.sub-news-btn {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-dark);
  padding: 0.8rem 4rem;
  background: var(--color-l-gray);
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  /* bottom: 0; */
}

.sub-news-btn:hover {
  color: inherit;
}
/* Here */
/* Slick Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-slide:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.bg-l {
  background: #fafafa;
}
.social-ic {
  display: flex;
}

.social-ic img{
  height: 3.5rem;
  width: 3.5rem;
}
.social-ic li {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: flex;
  margin-right: 15px;
}
.social-ic li i {
  color:#585b62;
  padding: auto;

  font-size: 18px;
  z-index: 100;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

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

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/* slick slider custom */

.slick-nex,
.slick-pr {
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 16px;
  border-radius: 50%;

  z-index: 4;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  cursor: pointer;
  top: 45%;
  transform: translateY(-50%);
}
.slick-nex.sl-2,
.slick-pr.sl-2 {
  background: transparent;
  border: 1px solid var(--color-dark);
}
.slick-pr.sl-2 {
  left: 30px;
}
.slick-nex.sl-2 {
  right: 30px;
}

.slick-pr {
  left: 16px;
}
.slick-nex {
  right: 16px;
}
.slick-nex > i,
.slick-pr i {
  font-size: 22px;
  color: var(--color-dark);
  text-align: center;
}
.slick-pr > i {
  margin-left: -5px;
}
.slick-nex > i {
  margin-right: -5px;
}
.navbar-toggler-icon {
  background: rgba(0, 0, 0, 0.1);
}
.slick-pr.sw {
  left: 35px;
  top: 50%;
}
.slick-nex.sw {
  right: 35px;
  top: 50%;
}
@media (max-height: 912px) {
  .QR_footer {
    position: relative;
  }
}
@media (max-width: 767px) {
  .press-details {
    margin-top: 15px;
  }
  .for-sid-img {
    display: none;
  }
  .neu-con-info {
    position: relative;
    transform: none;
    display: block;
    left: 0;
  }
  .site-img-div .col-xs-12 img {
    width: 170px;
  }
  .projects-slider .slick-pr {
    left: 5px;
  }
  .projects-slider .slick-nex {
    right: 5px;
  }
  .side-btn-visits {
    max-width: 100% !important;
    margin: 0;
  }
  .visits .mbl1 {
    padding-top: 35px;
  }
  .btn-bottowm {
    position: static;
    /* bottom: -20px; */
  }
  .section-4 > .row > div:last-child {
    margin-top: 30px;
  }
  .section-4 > .row > div:last-child .content-body {
    padding-left: 0;
  }
  .p-in- {
    max-width: 80%;
    margin: auto;
    line-height: 1.3;
    font-weight: 400;
  }
  /* .products-cotainer .col-md-6 img {
    width: 300px;
  } */
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sec-heading p {
    font-size: 1.4rem;
  }
  .sec-heading h1 {
    font-size: 2.4rem;
  }
  .side-head h2 {
    font-size: 2.2rem;
  }
  .side-img {
    display: none;
  }
  .dm-none {
    display: none !important;
  }
  .footer div .row > div {
    padding: 3rem !important;
  }
  .header-caption {
    width: 70% !important;
  }

  .top-strp {
    font-size: 1.4rem;
  }
  .section-4::after {
    display: none;
  }
  .max-w-70 {
    padding: 0 !important;
    max-width: 80%;
    padding-top: 25px !important;
  }
  .mbl {
    order: 1;
  }
  .mbl2 {
    order: 2;
  }
  .header-slider > div img {
    height: auto;
  }
  .slick-nex.sl-2 {
    top: 50%;
    right: 20px;
  }
  .slick-pr.sl-2 {
    top: 50%;
    left: 20px;
  }
  .heading-two {
    padding-top: 15px;
    font-size: 16px !important;
  }
  .p-8-vistis .btn-over-slide {
    width: 80%;
  }
  .header-caption.page-9 {
    width: 100% !important;
  }
  .p-8-vistis .btn-over-slide {
    max-width: 100%;
    text-align: center;
    font-size: 1.2rem;
    top: auto;
    bottom: 0;
    left: 0;
    /* padding-left: 0;
    padding-right: 0; */
  }
  /* QR Page */
  .qr_contact-ul {
    display: none;
  }
  .QR_footer {
    position: relative;
  }
  .profe-imge- {
    width: 220px;
    padding-top: 40px;
    margin: auto;
  }
  .save-contact,
  .name-and-d {
    text-align: center;
  }
  .save-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .icons-ul li {
    margin: 25px;
  }
  .slick-pr.QR-s i,
  .slick-nex.QR-s i {
    font-size: 16px;
  }

  .icons-ul {
    justify-content: space-between;
    max-width: 400px;
    justify-content: center;
    margin: auto !important;
  }
}
@media (min-width: 576px) and (max-width: 1000px) {
  .heading-two {
    font-size: 1.5rem;
    padding-left: 20px !important;
  }
}

@media (min-width: 1450px) {
  html {
    font-size: 72% !important;
  }

  .page-3-footer .email-footer .foter {
    border: 3px solid var(--color-dark);
  }
  .side-btn-visits {
    margin: -4rem;
    max-width: 60%;
  }
  .ul-for-visist li {
    list-style-type: disc;
    font-size: 1.7rem;
    font-weight: 600;
  }
  .vertical-t {
    bottom: 8rem;
  }
  .bottom-toolbar,
  .navbar-border {
    border-bottom: 0.1rem solid var(--color-l-gray);
  }
  .mobile-small {
    justify-content: space-around !important;
  }
  .mobile-small div:last-child {
    width: auto;
    display: block;
  }
  .open.search-inp {
    display: block;
    /* width: 170px; */
    max-width: 70px;
    opacity: 1;
    padding-left: 0.4rem;
  }
  .btn-over-slide {
    width: 50% !important;
    font-family: "Roboto Slab"
  }
  .container {
    max-width: 85% !important;
  }
  .section-4 > div,
  .addr-container,
  .contact-container,
  .products-cotainer,
  .myContainer {
    max-width: 92% !important;
  }
  .p-9-visits .mbl2 {
    max-height: 810px;
    overflow: hidden;
  }
  .midle {
    max-width: 500px;
  }

  .header-caption-body a {
    font-size: 1.6rem;
  }
  .header-caption-body p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .header-caption-body h1 {
    font-size: 2.8rem;
  }
  .header-caption-body h2 {
    font-size: 2.6rem;
  }

  .header-caption-body a {
    font-size: 1.4rem;
  }
  .NEU_btns ~ form .form-control {
    height: 60px;
  }
  .NEU_btns button {
    height: 40px;
    overflow: hidden;
  }
  .press-details ul li {
    line-height: 1.5;
  }
  .press-details ul {
    padding-bottom: 50px;
  }
  .at-details-div {
    max-width: 70%;
  }
  .projects-sd {
    padding-bottom: 60px !important;
  }
  .slider-QR-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-height: 812px) {

  .contact-form .form-group{
  }
  .NEU_btns{
    display: none !important;
  }
}


@media (min-width: 1690px) {
  html {
    font-size: 75% !important;
  }
  #contact-neu .contact-container {
    height: 92vh;
  }
  #contact-neu .contact-container .row {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .NEU_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .projects-sd {
    padding-bottom: 100px !important;
  }
  .projects-sd .col-xs-12 img {
    width: auto;
  }
  .slider-QR-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact-section .contact-container {
    /* padding: 25px; */
    padding: 65px 25px;
    margin: 0 auto;
  }
  .slick-pr > i {
    margin-left: -5px;
    margin-top: 4px;
  }
  .slick-nex > i {
    margin-top: 4px;
  }
  .page-3-footer .email-footer .foter {
    border: 3px solid var(--color-dark);
  }
}
.email-footer a{
  font-family: "Montserrat";
  font-weight: 300;
}
@media (min-width: 1900px) {
  html {
    font-size: 83% !important;
  }
  .midle {
    max-width: 700px;
  }
  .bottom-toolbar,
  .navbar-border {
    border-bottom: 0.2rem solid var(--color-l-gray);
  }
  .header-caption-body h1 {
    font-size: 3rem;
  }
  .header-caption-body h2 {
    font-size: 2.6rem;
  }

  .header-caption-body a {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  header {
    height: auto;
  }
}
@media (max-width: 1300px) {
  .max-w-70 {
    padding: 0 !important;
    max-width: 95%;
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  .visits .row .col-md-6 {
    height: 350px;
  }

  .visits-img {
    height: 100%;
  }
  .visits .row .col-md-6 {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .p-8-vistis .underline-btn {
    padding-top: 0px !important;
  }
  .p-8-vistis .btn-over-slide {
    font-size: 12px;
  }
  .p-8-vistis h1 {
    font-size: 2.2rem;
  }
  .p-8-vistis .sec-heading p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .p-8-vistis p {
    font-size: 1.4rem;
    /* margin-bottom: 0; */
    line-height: 1.4;
  }
  .p-8-vistis .row .col-md-6 {
    height: auto;
  }
  .sec-heading h1 {
    font-size: 2.2rem;
  }
  .sec-heading p {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .open.search-inp {
    display: block;
    width: 170px;
    max-width: 170px;
    opacity: 1;
    padding-left: 0.4rem;
  }
}

/* //////////////////////////////////////// */
.form-pop-up {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -5;
}
.form-pop-up {
  background-color: #fafafa;
  width: 100%;
}
.form-pop-up span:hover,
.form-pop-up span:focus {
  color: #000;
}
.form-pop-up.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 50;
}
/* HumberGur menu */

/* Icon 3*/

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-dark);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler:focus {
  outline: var(--color-dark);
}
/* #search-li .search-box {
  border: 1px solid var(--color-dark);
  font-size: 1.6rem;
  padding-left: 8px;
  margin: auto;
}
.search-box-icon {
  right: 5px;
  top: 50%;
  transform: ;
  color: var(--color-dark);
  font-size: 14px;
} */
.search-nav-btn {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  height: 2.5rem;
  font-size: 16px;
  line-height: 1;
  padding-top: 0.8rem;
  background: var(--color-l-gray);
  cursor: pointer;
  background: transparent;
}
.search-inp {
  font-size: 1.4rem;
  padding: 0.3rem 0.5rem;
  display: none;
  width: 0;
  opacity: 0;
}
.clicked.search-nav-btn {
  padding: 0.8rem;
  padding-bottom: 2.3rem;
  background: var(--color-dark);
  color: var(--color-l-gray);
}

.open.search-inp {
  display: block;
  width: 70px;
  opacity: 1;
  padding-left: 0.4rem;
}

.DE-lang {
  font-weight: 600;
}
.top-strp div:last-child span {
  font-weight: 600;
  letter-spacing: 0.1rem;


}
.top-strp div:last-child span:first-child {
  position: relative;
}

/**
.top-strp div:last-child span:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.7rem;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
}
**/
@keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 950px) {
  .manger-bio p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .sec-heading h1 {
    font-size: 2rem;
  }
  .manger-bio ~ p {
    font-size: 13px;
    margin-bottom: 0.2rem;
  }
  .linkedlink i {
    font-size: 24px;
  }
}
/* nav-head */

.navbar .nav-item .nav-link {
  /* color: #fff; */

  display: inline-block;
}
@media (max-width: 991px) {
  .nav-head {
    display: flex;
    justify-content: space-between;
    width: auto;
    width: 100%;
  }
  .navbar-nav {
    display: inline-block;
  }
  /* .nav-item {
    display: inherit;
  } */
}
.mobile-manu {
  display: none;
}
.mobile-con {
  display: none;
}
@media (max-width: 550px) {
  .btn-over-slide{
    display:none;
  }
  .at-details {
    font-size: 1.2rem;
  }
  h1{
    line-height: 150% !important;
  }

  p{
    padding-top:3px;
    padding-bottom: 10px;
  }
  .btn{
    max-width: 100%;
    margin-left:20px;
  }

  .project-info p{
    padding-top: 15px;
    max-width: 90%;
    display: block;

  }
  /* Slider Adoptaiton */
  .slick-nex.mbl-ad-sl,
  .slick-pr.mbl-ad-sl {
    top: 75%;
    z-index: 55;
    transform: translateY(-50%);
  }
  .slick-nex.mbl-ad-sl i,
  .slick-pr.mbl-ad-sl i {
    font-size: 20px;
  }
  .btn-product {
    width: 100%;
    text-align: center;
    bottom: 35px !important;
  }

  #mobile-produc-slids h3 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 3;
  }

  #mobile-produc-slids .col-md-6::before {
    position: absolute;
    content: "";
    top: 64%;
    width: 100%;
    height: 120px;
    left: 0;
    background: var(--color-dark);
    z-index: 2;
  }
  .products-cotainer .sec-heading h1 {
    font-size: 24px;
  }
  /* Navbar for mobile */

  .mobile-manu {
    display: block;
  }
  .mobile-con {
    display: block;
  }
  .toobar-top {
    z-index: 10000000 !important;
  }
  .mobile-con > div,
  .mobile-manu > div {
    max-width: 230px;

    margin: auto;
  }
  .mobile-manu > div {
    padding-top: 45px;
    padding-bottom: 33px;
  }
  .mobile-manu > div h5,
  .mobile-con h5,
  .mobile-manu > i {
    color: var(--color-dark);
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
  }
  .mb-con-ul li a,
  .mb-con-ul li a i {
    color: #fff;
    font-size: 14px;
  }
  .mb-con-ul {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .mb-con-ul li {
    width: 40px;
    height: 40px;
    background: var(--color-dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav.navbar {
    /* background-color: var(--color-dark) !important ; */
    /* color: #fff; */
    padding: 0px;
  }
  .mobile-con {
    background-color: #f5f5f5;
    padding-top: 15px;
  }
  .navbar-nav {
    display: inline-block;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 35px;
  }
  .navbar-nav li:nth-child(6),
  .navbar-nav li:nth-child(7) {
    display: none;
  }
  .heading-two.h-over {
    padding-left: 40px;
    padding-right: 15px;
    width: 100%;
  }
  #mang-sin > div .btn-product {
    max-width: 250px;
    text-align: right;
  }
  .open.search-inp {
    width: 90px;
    padding-left: 0.7rem;
  }
  .neu-sub-btn {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }
  .nav-item {
    padding-bottom: 7px;
  }
  .nav-head {
    background-color: var(--color-gry);
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .navbar .nav-item .nav-link {
    /* color: #fff; */
    font-size: 15px;

    display: inline-block;
  }

  .bottom-toolbar,
  .navbar-border {
    border-bottom: none;
  }
  #nav-icon3 span {
    background-color: var(--color-dark);
    height: 2px;
    width: 32px;
  }
  .top-strp div:last-child span:first-child::after {
    right: -0.5rem;
    height: 0.3rem;
    width: 0.3rem;
  }
  .manger-bio p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sec-heading h1 {
    font-size: 2rem;
  }
  .manger-bio ~ p {
    font-size: 13px;
    margin-bottom: 1rem;
  }
  .linkedlink i {
    font-size: 24px;
  }
  .close-button {
    top: 1rem;
    right: 1rem;
  }
  .chose-it {
    display: flex;
    justify-content: space-around;
  }
  .products-cotainer {
    padding: 15px;
  }
  .products-cotainer .sec-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-cotainer .col-md-6 {
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-height: 460px;
    overflow: hidden !important;
  }
  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-3 {
    /* background-color: #fafafa; */
    padding-bottom: 10px;
  }
  .chose-it a {
    font-size: 1.1rem;
    font-weight: 600;
    /* font-weight: 400; */
    background: #fafafa;
    letter-spacing: 0;
  }
  .navbar .nav-item {
    font-weight: 400;
  }
  /* .big-figure h2 {
    font-size: 2rem!important;
    padding-right: 0.5rem;
  } */
  .site-img-div .col-xs-12 img {
    width: 113px;
    margin: auto;
  }
  .projects-slider {
    padding-left: 2rem !important;
    padding-top: 40px;
    padding-bottom: 2rem;
  }
  .myContainer {
    max-width: 1250px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    /* height: 60vh; */
    position: relative;
  }
  .header-slider {
    position: relative;
    height: 100%;
  }
  .header-slider > div img {
    height: auto;
  }
  .header-caption {
    display: none;
  }
  .p-in- {
    max-width: 92%;
  }
  .btn-submit {
    font-size: 12px;
  }
  .send-section {
    flex-direction: column;
  }
  .adr-heading h2 {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .brands-logos div {
    flex-direction: column;
  }
  .brands-logos > div > div {
    margin-bottom: 10px;
  }
  .brands-logos {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .top-strp {
    font-size: 0.8rem;
  }
  .max-w-70 {
    padding: 0 !important;
    max-width: 90%;
    padding-top: 15px !important;
  }
  .slick-nex,
  .slick-pr {
    top: 50%;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
  }
  .slick-nex > i,
  .slick-pr i {
    font-size: 10px;
    color: var(--color-dark);
    text-align: center;
  }
  .slick-pr > i {
    /* margin-top: -1px; */
    margin-left: -1px;
  }
  .slick-nex > i {
    /* margin-top: -1px; */

    margin-right: -1px;
  }
  .slick-nex.sl-2 {
    right: 20px;
  }
  .slick-pr.sl-2 {
    left: 20px;
  }
  .section-1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-4 > div:last-child {
    padding-bottom: 4rem;
  }
  .mobile-small div {
    width: 100px;
  }
  .mobile-small div img {
    width: 100%;
  }
  .send-section ul,
  .call-box,
  .btn-senden {
    font-size: 1.3rem;
  }
  .section-4 > div {
    padding-bottom: 0;
  }
  p {
    font-size: 1.4rem !important;
  }
  .p-8-vistis .btn-over-slide {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    top: auto;
    bottom: 0;
    left: 0;
    /* padding-left: 0;
    padding-right: 0; */
  }
  .btn-heigh {
    height: 50px;
  }
  .p-8-h.sec-heading h1 {
    font-size: 2.1rem;
  }
  .p-8-vistis .mx-auto {
    padding-left: 0;
  }
  h2.big-figure {
    display: none;
  }
  .number-s {
    padding-bottom: 0;
  }
  .b-b-dark {
    font-size: 16px;
  }
  .mblno {
    display: none !important;
  }
  .btn-product {
    bottom: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.4rem;
  }
  .item-container {
    margin-bottom: 20px;
  }
  .larg-img {
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
  }
  .larg-img .img-slde {
    width: 100%;
  }
  .projects-sd .col-xs-12 img {
    width: 200px;
  }

  .at-details {
    font-size: 1.2rem !important;
  }
  .dash {
    display: none;
  }
  .at-s {
    display: inline-block;
    height: 25px;
    width: 25px;

    font-size: 1.2rem;
    line-height: 23px;
  }
  .press-details ul li {
    font-size: 1.4rem;
  }
  .press-details ul {
    padding-bottom: 15px;
  }
  .ft-inp {
    font-size: 1.4rem;
  }
  .qr_contact-ul {
    display: none;
  }
  .QR_footer {
    position: relative;
  }
  .profe-imge- {
    width: 200px;
    padding-top: 40px;
    margin: auto;
  }
  .save-contact,
  .name-and-d {
    text-align: center;
  }
  .save-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .icons-ul li {
    margin: 0;
  }
  .slick-pr.QR-s,
  .slick-nex.QR-s {
    top: 65%;
    border: none !important;
  }
  .slick-pr.QR-s i,
  .slick-nex.QR-s i {
    font-size: 16px;
  }
  .icons-ul {
    justify-content: space-between;
  }
  .btn-qr-footer {
    font-size: 1rem;
  }
  .timeline {
    left: 15px;
  }
  .timeline p {
    text-align: justify;
  }
  .timeline--heading {
    padding-left: 10px;
    font-size: 1.6rem !important;
  }
    .sub-news-btn {
    position: relative;
    bottom: 10px !important;
    margin-bottom: 15px;
    left: 20%;
    transform: translateX(-50%);
  }
    /* Home slider */
    .header-caption.mbl-on {
      position: static;
      display: block;
      width: 100% !important;
    }
    .header-caption.mbl-on .header-caption-body {
      background: transparent !important;
      color: var(--color-dark) !important;
    }
    .header-caption.mbl-on .header-caption-body > div > p:first-child {
      display: none;
    }
    .header-caption.mbl-on .header-caption-body > div > h2 {
      position: relative;
      line-height: 1.3;
      font-size: 22px;
    }
    .header-caption.mbl-on .header-caption-body > div > h2::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background: #707070;
      bottom: 0;
    }
    .header-caption.mbl-on .header-caption-body > div {
      padding-left: 25px !important;
      padding-right: 25px !important;
    }
    .header-caption.mbl-on .header-caption-body > div:first-child > p:last-child {
      margin-bottom: 20px;
      margin-top: 10px;
    }
    #home-slider .slick-pr,
    #home-slider .slick-nex {
      background: var(--color-dark);
      height: 25px;
      width: 25px;
      line-height: 16px;
      border-radius: 0;
      z-index: 4;
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: absolute;
      cursor: pointer;
      top: 130px;
      transform: translateY(0);
    }
  
    #home-slider .slick-pr {
      right: 0px;
    }
    #home-slider .slick-nex {
      right: 0px;
    }
    #home-slider .slick-nex > i,
    .slick-pr i {
      font-size: 10px;
      color: #fff;
      text-align: center;
    }
  
  /* mobile-end */
}
.laoder-box {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
/* //////////////// page-11 /////////////// */
.header-static {
  background: url(../img/header-employe.png);
  background-size: cover;
  height: 83vh;
}
.manager-ul {
  font-size: 1.4rem;
  max-width: 80%;
  margin: auto;
}
.manager-ul li {
  line-height: 1.7;
  list-style: disc;
}
.section-4.no-affter::after {
  display: none;
}
.page-12 .side-head h2 {
  font-size: 2rem;
}
.banner-page-12 {
  max-height: 400px;
  overflow: hidden;
}

.banner-page-12 img {
  width: 100%;
  max-width: 100%;
}
.projects-sd .slick-pr,
.projects-sd .slick-nex {
  top: 50%;
}
@media (min-width: 768px) and (max-width: 1000px) {
  #brand-top .row .sec-heading h1 {
    font-size: 2rem !important;
  }
  #brand-top .max-w-70 {
    padding: 0 !important;
  }
  #brand-top p {
    font-size: 13px;
    line-height: 1.4;
  }
  #brand-top p:first-child {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 930px) and (max-width: 1320px) {
  .for-sid-img img {
    width: 150%;
    max-width: 150%;
  }
}
@media screen and (min-width: 767px) and (max-width: 929px) {
  .for-sid-img img {
    display: none;
  }
  .for-sid-img {
    width: 0px;
  }
  .contact-section.position-relative
    .contact-container
    .row
    .col-md-6:first-child {
    flex: 0 0 70%;
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 1056px) {
  .sub-news-btn {
    bottom: 0;
  }
}
.mb-con-ul li:hover {
  opacity: 0.9;
}
p {
  line-height: 1.2;
}
/* //////////////////////////////////////////////////////////// */
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  border: none;
}

.mega-dropdown-menu::before,
.mega-dropdown-menu::after {
  content: "";
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
}
.mega-dropdown-menu::before {
  left: -50%;
}
.mega-dropdown-menu::after {
  left: 97%;
}
.mega-dropdown-menu.show {
  display: flex;
}
.mega-dropdown-menu ul li {
  font-size: 1.5rem;
  line-height: 1.7;
}
.mega-dropdown-menu ul li a {
  color: var(--color-dark);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.mega-dropdown .nav-link .fa-angle-down,
.mega-dropdown.show .nav-link .fa-angle-down {
  transition: 0.25s ease-in;
}
.mega-dropdown-menu li.col-sm-4 {
  padding-bottom: 10px;
}

.mega-dropdown.show .nav-link .fa-angle-down {
  transform: rotate(180deg);
}
.slick,
.slick-wrapper {
  width: 100%;
}
.row > .row:first-child {
  width: 100%;
}
@media (max-width: 767px) {
  .slick-adv > .row {
    margin-right: 0;
  }
  .slick-adv .row .col-lg-11 {
    padding-right: 0 !important;
  }

  .slick-adv-left > .row {
    margin-left: 0;
  }
  .slick-adv-left .row .pl-5 {
    padding-left: 1.5rem !important;
  }
  .slide-section .slick-nex,
  .slide-section .slick-pr {
    bottom: 10%;
    top: auto;
  }
}
