button:focus {
  outline:none;
  box-shadow: none;
}
.modal-open {

  padding-right: 0 !important;

}

    .container.fade-in {
        opacity: 0;
        animation: fadeIn 1.5s ease-in forwards;
    }
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

.box {
  position: relative;
  width: 100%;
}

.image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
  background-color: #fff;
}

.box:hover .overlay1 {
  opacity: 0.6;
}

.txt {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.content ul.searchlist { padding-left : 0; }
.content ul.searchlist li { padding : 10px 0; }
.card-img-top {
    width: 100%;
    height:15rem;
    object-fit: cover;
}

.center-screen {
position: absolute;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -125px;
width: 250px;
height: 50px;
-webkit-box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
-moz-box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
border-radius: 23px 23px 23px 23px;
-moz-border-radius: 23px 23px 23px 23px;
-webkit-border-radius: 23px 23px 23px 23px;
border: 0px solid #000000;
background-color: #c2c2c2;
}

.left-top-screen {
position: absolute;
top: 25%;
left: 25%;
margin-top: -250px;
margin-left: -350px;
width: 100px;
height: 20px;
-webkit-box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
-moz-box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
border-radius: 23px 23px 23px 23px;
-moz-border-radius: 23px 23px 23px 23px;
-webkit-border-radius: 23px 23px 23px 23px;
border: 0px solid #000000;
background-color: #c2c2c2;
}


.hovertext {
  position: relative;
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 400px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;

  position: absolute;
  z-index: 1;
  left: 200px;
  top: 180px;
  margin-top: -250px;
  
  margin: 0;
  -webkit-box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
-moz-box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
box-shadow: 0px 0px 35px 13px rgba(0,0,0,0.83);
border-radius: 23px 23px 23px 23px;
-moz-border-radius: 23px 23px 23px 23px;
-webkit-border-radius: 23px 23px 23px 23px;
border: 0px solid #000000;
}

.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}
