.parallax-window {
  min-height: 450px;  
  min-width: auto;
  background: transparent;
}

.content {
  position: relative;
  padding: 50px;
}

.plus, .work, .lid, .klient, .okl, .service {
  background-color: white;
}

img.animate1:hover {
  filter: contrast 130%
}

.bdr {
  border-radius: 6px;
  overflow: hidden;
}

p.hero {
  color: black;
-webkit-text-stroke: 3px white; 
-webkit-text-fill-color: white;
text-shadow:2px 6px 5px;
letter-spacing: 2px;
font-family: arial;
}

p.hero1 {
  color: #0DCAF0;
-webkit-text-stroke: 3px #0DCAF0; 
-webkit-text-fill-color: #0DCAF0;
text-shadow:2px 6px 5px;
letter-spacing: 2px;
font-family: arial;
}

.custom-btn {
  background-color: #007CAD;
  color: white;
}

.bl {
  background-color: #000000;
}

.gor.ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.dropdown-menu-custom-override {
  right: 0;   
  left: auto;
}

.dropdown-toggle {
  color: #0dcaf0;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  right: 3px;
  top: 40%;
}

.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu:focus .dropdown-menu {
  display: block;
  margin-top: -1px;
  margin-left: -1px;
  top: 0px;
  left: 100%;
  min-height: 100%;
}

.dropdown-menu {
  min-height: 100%;
}

.dropdown-item:hover {
  background-color: light;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: lightgray;
text-color: white;
}

.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.2)
}

.dropdown-submenu {
  border-color: rgba(0, 0, 0, 0.2)
}

.table caption {
  font-size: 1.2em;
  color: black;
  caption-side: top;
}

.btn1 {
  background-color: black;
  color: white;
  border: 1px solid black;
  opacity: 0.6;
  padding: 10px 20px;
  width:200px;
  height: auto;
  font-size: 15px;
}

.btn-xl {
  padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
}

.borderColor3 {
  border: 1px solid white;
   -webkit-transition: 0.5s ease;
   border-radius:8px;
}

.borderColor3:hover {
  border: 1px solid grey;
  transition: 0.5s;
  border-radius: 8px;
}

