@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.carousel-inner  {
    height: 700px;
}

.carousel-item {
    margin-left: auto;
    margin-right: auto;
    height: 700px;
}

.text {
    text-align: center;
    padding: 30px;
}

.border-dash {
    border-bottom: 1px dashed #5fbee7;
}

.padding-cont {
    padding: 45px 15px;
}

.feature-text-box{
    margin-right: 1em;
}

@media (max-width: 768px){
    .col-sm-3 {
        width: 100% !important;
    }
}

.border-software {
    border-top: 1px solid #80b3c9 !important;
}

.border-radius-img {
    border-radius: 10px;
}

.container {
  max-width: 1140px;
}

.container-test {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
  }
  
  .container-test:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
  }
  
   .container-test img{
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .button {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    transform: translate(-50%, -50%);
  }
  
  .button a {
    width: 100%;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
  }
  
  .container-test:hover .button {
    opacity: 3;
  }
  .box-title {
    position: relative;
    width: 100%;
    margin-bottom: 3em;
  }

.line-bottom  {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    width: 60px;
    height: 7px;
    background: #4cadcb;
    border-radius: 20px;
  }
  .no-border{
    border: none !important;
  }
  .line-title {
    margin: 0;
    border-bottom: 1px dashed #4cadcb;
    padding-bottom: 10px;
    line-height: 1.5;
  }

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.carousel-item {
  height: auto;
}

.carousel-inner {
  height: auto;
}

.window_image {
  width: 100%;
}

.other-products-tab {
    padding: 30px 15px;
    background-color: #8adffc;
    position: relative;
    z-index: 1;
    margin-bottom: 30px !important;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #19c460;
}

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

.card-img-top {
  padding: 0 20px;
}

.other {
  margin: 0 20px;
}

.bold {
  font-weight: bold;
}


.navbar-top {
  justify-content: flex-end !important;
}

.fa {
  margin: 0.1em;
  font-size: 25px !important;
  text-decoration: none !important;
  text-align: center !important;;
  padding: 5px;
  width: 30px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}


.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa:hover {
  opacity: 0.7;
}

.navbar-top {
  border-bottom-style: solid;
  border-color: #8adffc;
}

.call-us {
  margin-right: 2em;
  margin-bottom: 0;
}

.navbar-bottom {
  border-top-style: solid;
  border-color: #8adffc;
}

.carousel-indicators {
  position: relative !important;

}

.carousel-indicators [data-bs-target] {
  background-color: black !important;
}