*{
  font: 100 16px/26px Raleway,sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
html {
  scroll-behavior: smooth;
}
a{
  color: #333;
}
a svg path {
  color: #10b55b;
}
a#logo{
  left: 5%;
  top: 5px;
}
.container {
    max-width: 960px;
  }
  
  /*
   * Custom translucent site header
   */
  
   .navbar-toggler{
    outline: none;
  }
  .collapse.navbar-collapse{
    margin-right: 90px;
  }
  .collapse.navbar-collapse ul li a:hover{
    text-decoration: underline;
  }
  .navbar-collapse.collapse.show ul li:hover{
  background-color: #0d2b71;
  }


  .site-header {
    background-color:rgb(6 35 102);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  #home{
    margin-top:15px;
  }
  .site-header a {
    color: #fff;
    transition: ease-in-out color .15s;
    padding-left: 35px;
    font-weight: 400;
  }
  .site-header a:hover {
    color: #efefef;
    text-decoration: none;
  }
  .site-header a#phone{
    margin-top:3px;
  }
  
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }
  
  
  /*
   * Extra utilities
   */
  
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }
  
  .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
  
  .flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
    }
  }
  
  .overflow-hidden { overflow: hidden; }



  /*asdasd*/
  .slider{
    height: 400px;
    width: 100%;
    overflow: hidden;
    float: left;
    background-color: #f8f9fa;
  }
  .slider > button{
    outline: none;
  }
  @media (max-width: 768px) {
    .slider {
      height: 300px;
    }
    .slider > button {
      top: 50% !important;
    }
  }

  .slider-images {
    float: left;
    width: 100%;
  }

  .slider-image {
    width: 100%;
    outline: none;
  }

  .slider-images.image{
       
       background-repeat: no-repeat;
       background-position: center center;
       -webkit-background-size: cover;
       background-size: cover;
  }


  .slider-images.one{
  background-image: url(/assets/images/carousel/1.jpg);
}

.slider-images.two{
  background-image: url(/assets/images/carousel/2.jpg);
}

.slider-images.three {
  background-image: url(/assets/images/carousel/3.jpg);
}

.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;
  z-index: 1;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #6b6d6fa1;
}

.slick-prev{
  left:50px;
}

.slick-next{
  right:50px;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: '←';
}

.slick-next:before {
  content: '→';
}

.slick-dots{
  position: absolute;
  bottom: 15px;
  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;
  font: 400 11px system-ui;

}

.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: .25;
  color: black;
    
  -moz-osx-font-smoothing: grayscale;
}
/*
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}*/
.products {
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 15%);
}
.products p b {
  font-weight: 600;
}
.products .single{
  background-color: #fff;
  border-radius: 10px;
}
.products p img{
  max-width: 100%;
}
.products img#single{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width:100%;
}

.products ul li{
    float: left;
    display: block;
    width: 100%;
    text-align: left;
}

.products ul.tde {
  text-align: center;
}

.products ul.tde li {
  text-align: left;
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}
.products ul.tde li a{
  display: flex;
}
.products ul.tde li a img {
  height: 150px;
  max-width: 300px;
}

.products ul.tde li a {
  float: left;
}

.products ul.tde li a span{
  padding: 10px 20px;
}



.products ul.tde li a:hover{
  text-decoration: none;
}

.products ul.tde li a b {
  font-weight: 800;
}

.products ul.tde li a p {

}

footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}