body {
  color: #121212;
  font-style: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
a {
  color: #285caa;
  text-decoration: none;
}
a:hover {
  color: #112b50;
}
h1, h2, h3 {
  font-weight: 700;
}
h3 {
  font-size: 18px;
}
h6 {
  font-size: 12px;
  color: #053b86;
}
@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.85rem;
  }
}
p {
  font-weight: 400;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.btn {
  border-radius: 25px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-primary {
  background-color: #285caa;
  border-color: #285caa;
}
.btn-outline-primary {
  border-color: #285caa;
  color: #285caa;
}
.btn-outline-primary:hover {
  border-color: #285caa;
  background-color: #285caa;
}
.btn-danger {
  background-color: #c41d8e;
  border-color: #c41d8e;
}
.btn-danger:hover {
  background-color: #a90b76;
  border-color: #a90b76;
}
.btn-outline-danger {
  border-color: #c41d8e;
  color: #c41d8e;
}
.btn-outline-danger:hover {
  border-color: #a90b76;
  background-color: #a90b76;
  color: #fff;
}
.logo {
  height: 60px;
}
.slideshow {
  background-image: url('../images/wave.png');
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 50px;
}
.slideshow__text {
  position: absolute;
  z-index: 10;
}
.slideshow h1 {
  max-width: 60%;
  padding-top: 100px;
  text-shadow: 2px 2px 0px #fff;
}
.slideshow p {
  max-width: 35%;
  text-shadow: 1px 1px 0px #fff;
}
.header {
  position: relative;
  display: inline-block;
  max-width: 650px;
  width: 100%;
  height: 350px;
  background: linear-gradient(0deg, rgb(5 59 134 / 17%), rgb(5 59 134 / 17%)), url(../images/kunagy-header.jpg) no-repeat top right;
  background-size: 100%;
  float: right;
  margin-top: 40px;
}
.header:before, .header:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: solid #053b86;
  border-width: 15px 15px 0 0;
  display: block;
}    
.header:before {
  right: -15px;
  top: -15px;
}
.header:after {
  border-width: 0 0 15px 0;
  bottom: -15px;
  left: 0;
  width: 300px;
}
.about {
  padding: 100px 0 80px;
}
.about__icon {
  padding: 30px 15px 15px;
  background-color: #fff;
  margin-top: 10px;
}
.about__icon:hover {
  background-color: rgb(5 59 134 / 7%);
  border-radius: 6px;
  /*box-shadow: 0px 0px 15px 1px rgb(44 173 124 / 55%);*/
}
.about__icon svg {
  width: 44px;
  max-height: 44px;
  margin: 0 auto 20px;
}
.about__icon:hover svg {
  fill: #053b86;
}
.products {
  padding: 100px 0;
  background-color: #f3f3f3;
}
.products .carousel-indicators {
  bottom: -10%;
}
.products__text {
  width: 70%;
  margin: 30px auto 0px;
}
.products__desc {
  min-height: 60px;
}
.products .carousel-indicators [data-bs-target] {
  height: 6px;
}
.products .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #053b86;
}
.team {
  padding: 100px 0;
}
.team__picture {
  width: 120px;
  margin-bottom: 20px;
}
.team h5 {
  font-size: 16px;
  font-weight: 700;
}
.contact {
  padding: 100px 0;
  background-color: #fff;
}
.contact h5 {
  font-size: 16px;
  font-weight: 700;
}
footer {
  background-color: #f3f3f3;
  padding-top: 20px;
  font-size: 12px;
}
/* For mobile/tablets or screens smaller than 992px */
@media (min-width: 992px) {
  .products .carousel-control-next, .products .carousel-control-prev {
    bottom: 40%;
  } 
}
@media (max-width: 991.98px) {
  .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slideshow {
    padding-top: 20px;
  }
  .slideshow__text {
    position: relative;
  }
  .slideshow h1 {
    padding-top: 50px;
  }
  .slideshow h1, .slideshow p {
    max-width: 100%;
  }
  .header {
    width: 100%;
    height: 240px;
  }
  .carousel-inner {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  
}