.simple-slider .swiper-slide {
  height:500px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.lang-selector {
      border-right: 1px solid grey;
  }
  
.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width:50px;
  margin-left:20px;
  margin-right:20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display:none;
  }
  #services {
      background: linear-gradient(90deg, #F8F8F8 50%, #F8F8F8 50%)
      
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height:360px;
  }
  .lang-selector {
      border-right: none;
  }
}

@media (min-width:768px) {
  #services {
      background: linear-gradient(90deg, #FFEA7F 50%, #F8F8F8 50%)
      
  }
  
  .lang-selector {
      border-right: 1px solid grey;
  }
}

header.masthead hr {
  border-color:rgb(255,201,10);
}

.light.my-4 {
  border-color:#ffc90a;
}

b, strong {
  font-weight:900;
}

.btn.btn-light:hover {
  background-color:rgb(0,0,0);
  transition:0.5s;
  color:#fff;
}

@media (max-width: 480px) {
  .col-lg-12.text-center {
    padding-left:0px;
  }
}

@media (max-width: 480px) {
  .float-left.my-4 {
  }
}

.masthead.text-center.text-white.d-flex {
}

@media (max-width: 480px) {
  .col-lg-10.mx-auto {
    width:100%;
  }
}

