html{
  scroll-behavior: smooth;
}
.navbar
{
  text-align: center;
  margin: auto;
}

.navbar-nav
{
  margin-left: 0;
}

.nav-link
{
 font-weight: bold;
}
#navigation-menu
{
  text-align: center;
}

* {
  -ms-overflow-style: none;
}

ol, li {
  margin: 0;
  padding: 0;
  font-weight: bolder;
}

.cookies li
{
  font-weight: normal;
}

.cookies
{
  margin-top: 140px;
}


.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

hr
{
  margin-top: 0;
  margin-bottom: .5rem;
}


img
{
max-width: 100%;
max-height: 100%;
display: block; /* remove extra space below image */
margin: auto;
}

.slider-bd
{
  background-color: black;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img
 {
  width: 70%;
  margin: auto;
}

.sliderDiv
{
  background-color: black;
  padding-top: 15px;
  margin-top: 100px;
}

.carousel__snapper
{
  border-style: none;
}

.heading-text h2
{
  text-transform: capitalize;
  outline-offset: 5px;
}

.about img
{
  height: 90px;
}

h2
{
  text-align: center;
}
.about-bosch
{
  margin-top: 16px;

}

nav
{
  filter: drop-shadow(0 0 3px #0008);
}

.heading-section
{
  position: relative;
  padding-top: 30px;

}

.heading-section a
{
  position: absolute;
  left: 0px;
  top: -120px;
}

#footer{
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #ffdc72;
  color: #26186a;
  font-weight: 500;
  filter: drop-shadow(0 0 3px #0006);
  position: relative;
  bottom: 0px;
  width: 100%;
}

section
{
  padding-top: 50px;
}

#services-section img
{
  width:60px;
}

section .row
{
  margin-bottom: 25px;
}

#contact-section
{
  margin-top: -90px;
}

.map
{
  text-align: center;
  margin: auto;
}

iframe  {
text-align: center;
margin: 20px 10px;
}

.contact
{
  text-align: center;
}
.contact h5
{
margin-top: 20px;
}
.contact-data
{
  margin-bottom: 40px;
}

.contact-data-phones
{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:block;
  width:100%;
  min-width:1px;

}

.copyright-text2
{
  font-size: 8px;
}

#gallery
{
    margin-top: 100px;
    padding-bottom: 40px;
}

#gallery img{
	object-fit: cover;
      object-position: center;
	  display: block;
	  width: 150;
	  height: 220;
	  aspect-ratio: 4/3;
	  
}

#error-section
{
  margin-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.cursors
{
	display: block;
}

.btn-container
{
	display: inline-block;
	border-radius: 12px;
	text-align: center;
	vertical-align:middle;
	margin-left: .1rem;
}

.btn-container button
{
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0.15rem 0.5rem;
}

.disabled
{
	color: rgba(38, 24, 106, 0.3);
	background-color: rgba(128, 128, 128, 0.418);
	border-radius: 12px;
}