.slide-container {
  /*margin: 50vh auto 0 auto;*/
  /*transform: translateY(-50%);*/
  width: 600px;
  height: 450px;
  overflow: hidden;
}
.image-container img {
  width: 20%;
}

.image-container {
  display: inline-block;
  width: 3000px;
  height: 400px;
  position: relative;
  transition: left 1s;
  
  animation: slide 15s infinite;
}
.slider-image {
  float: left;
}

.button-container {
  position: relative;
  top: 10px;
}

.service-card {
    background-color: #eee;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding:20px;
    text-align: center;
    height:300px;
    margin-bottom:25px;
}

.icon-header img {
    margin-bottom: 15px;
    width:150px;
    border-radius:50%;
}

.service-title {
    font-size: var(--font-size-title);
    color: var(--color-title);
    margin: 10px 0;
}

.service-subtitle {
    font-size: var(--font-size-subtitle);
    color: var(--color-subtitle);
    margin: 5px 0;
}

.service-description {
    font-size: var(--font-size-description);
    color: var(--color-description);
    margin-top: 15px;
}

.contact-wrap .form {
    background: #fff;
}

.contact-wrap .form h3 {
    color: #265277;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-wrap .contact-info {
    background: #265277;
    color: #fff;
}

.contact-wrap .form, .contact-wrap .contact-info {
    padding: 10px;
}

.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: #fff;
}

.h-100 {
    height: 100% !important;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

.col-form-label {
    color: #000;
    font-size: 13px;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.slider-button {
  height: 10px;
  width: 10px;
  margin: 4px;
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(white, 0.5);
}
.slider-button:hover {
  background-color: rgba(white, 0.7);
}

#slider1:target ~ .image-container {
  left: 0px;
}
#slider2:target ~ .image-container {
  left: -600px;
}
#slider3:target ~ .image-container {
  left: -1200px;
}
.image-container:hover {
   /*animation: slide 10s infinite;*/
}

@keyframes slide {
  0% {
      left: 0;
  }
  20% {
      left: -600px;
  }
  40% {
      left: -1200px;
  }
  60% {
      left: -1800px;
  }
}

@media only screen and (min-width: 266px) and (max-width: 767px){
  .bg-carousel .slide {
    height: 150px;
  }
}

@media only screen and (min-width: 266px) and (max-width: 767px){
  .slide-container {
    width: 100%;
    height: 90%;
  }
}


@media only screen and (min-width: 266px) and (max-width: 767px){
  .slide-container {
    width: 100%;
    height: 90%;
  }
}

@media only screen and (min-width: 266px) and (max-width: 767px){
  .col-lg-6 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 266px) and (max-width: 767px){
  .col-lg-3 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 266px) and (max-width: 767px){
  .table {
    font-size: 10px !important;
  }
}
