@keyframes show-toast{
    0% {bottom: -100%;}
    20% {bottom: 100px;}
    80% {bottom: 100px;}
    100% {bottom: -100%;}
}

.show-notification{
    position: fixed;
    bottom: 100%;
    right: 20px;
    animation-name: show-toast;
    animation-duration: 8s ;
    color: black;
    z-index: 99;
}

/*======================
BREADCRUMB START clients
========================*/
#wsus__breadcrumb1 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  
  .wsus_breadcrumb_overlay1 {
    background: #0b2c3dc9;
    padding: 100px 0px;
  }
  
  #wsus__breadcrumb1 h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
  }
  
  #wsus__breadcrumb1 ul {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  
  #wsus__breadcrumb1 ul li a {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-right: 40px;
  }
  
  #wsus__breadcrumb1 ul li:last-child a {
    margin: 0;
    color: #54b3fd;
  }
  
  #wsus__breadcrumb1 ul li:last-child a::after {
    display: none;
  }
  
  #wsus__breadcrumb1 ul li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f138";
    top: 1px;
    right: -25px;
    color: #fff;
    font-size: 14px;
    border: none;
  }
  



  