
 body, html {
    height: 100%;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
  }




  .fixed-top {
    
    background-color:#17a2b8 !important/* here */
    
}

.h-100{
  border-top: 2px solid;
  border-color: rgb(7, 95, 228);
  box-shadow: rgb(4, 6, 10);
  padding-top: 15px;
  margin-bottom: auto;
}
.showcase-img1 img{
  padding-bottom: 5px;
}
.click1 {
  background-color: rgb(7, 95, 228);
  border-radius: 15px;
  padding: auto;
  width: 100px;
  height: 100px;
  margin-left: 10px;
}
.click2 {
  width: 100px;
  height: 100px;
  margin-left: 110px;
}
.click3 {
  width: 100px;
  height: 100px;
  margin-left: 10px;
}
.click4 {
  width: 100px;
  height: 100px;
  margin-left: 110px;
}

.custom-toggler{
  background-color: #17a2b8;
}
  .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
  }
  
  .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  margin: 0px auto 0px auto;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
  }
  
  @keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
  }
    .preload{
      position: fixed;
      top: 0;
      width: 100%;
      height: 100vh;
      justify-content: center;
      align-items: center;
      background: rgb(7, 95, 228);
      z-index: 999999;
      transition: opacity 0.5s ease;
    }
  
    .preload-finish{
      opacity: 0;
      pointer-events: none;
    }
  
    .center{
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }

    

.carousal-inner img{
  width: 100%;
  line-height: 1;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.row1{
  background-color: rgb(221, 231, 240) ;
  margin-bottom: 3%;
  
}

.post-entry-1{
  box-shadow: 5px 5px 5px;
}

.my-modal{
  border: none!important;
  padding: none!important;
}
.modal-body > .img-modal {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.schedule{
  width: 100%;
  height: auto;
}