/*html {
  padding: 50px;
  font-family: sans-serif;
}*/
html h1 {
  text-align: center;
}
html h2 {
  text-align: center;
  color: grey;
}
#exampleSlider {
  position: relative;
  width: 100% !important;
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid transparent;
  border-right: none;
  width: 100%;
  padding-left: 0px !important;
    padding-right: 0px !important;
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 40px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: ;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 0;
  color: #9fa1a3;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
    color: #9fa1a3;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
  color: #9fa1a3;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
    color: #9fa1a3;
  }
}
#exampleSlider .item img{
 object-fit: cover;
    height: 100px;
    width: 100%;
     -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;

}
#exampleSlider .item:hover img{
}
.item a:hover{
text-decoration: none;
}


#exampleSlider1 {
  position: relative;
  width: 100% !important;
}
@media (max-width: 767px) {
  #exampleSlider1 {
    border-color: transparent;
  }
}
#exampleSlider1 .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #exampleSlider1 .MS-content {
    margin: 0;
  }
}
#exampleSlider1 .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid transparent;
  border-right: none;
  width: 100%;
  padding-left: 0px !important;
    padding-right: 0px !important;
}
@media (max-width: 1200px) {
  #exampleSlider1 .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider1 .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider1 .MS-content .item {
    width: 50%;
  }
}
#exampleSlider1 .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider1 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 60px;
}
@media (max-width: 767px) {
  #exampleSlider1 .MS-controls button {
    display: ;
  }
}
#exampleSlider1 .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider1 .MS-controls .MS-left {
  left: 0;
  color: #9fa1a3;
}
@media (max-width: 992px) {
  #exampleSlider1 .MS-controls .MS-left {
    left: -2px;
    color: #9fa1a3;
  }
}
#exampleSlider1 .MS-controls .MS-right {
  right: 10px;
  color: #9fa1a3;
}
@media (max-width: 992px) {
  #exampleSlider1 .MS-controls .MS-right {
    right: -2px;
    color: #9fa1a3;
  }
}
.item img{
 object-fit: cover;
    height: 150px;
    width: 100%;
     -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;

}

#exampleSlider1 .item:hover img{
 -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.item a:hover{
text-decoration: none;
}
