*{
    font-family: 'Roboto', sans-serif;
}
body{
    background: #0b9bcf;
}
.fixedbg{
    height: 100vh;
    background-image: url("media/disability-care.jpeg");
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.fixedbg2{
    height: 100vh;
    background-image: url("media/world-map.jpeg");
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow:hidden;
}
.overlay{
    height: 100vh !important;
    background: url("media/grid10x10.png");
    background-repeat: repeat;
    background-position: center;
    overflow: hidden;
}

.fixedbgvid {
    height: 100vh;
    background: url("media/waves-long.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center;
    overflow: hidden;
    
}

.fixedbgvid video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover; /* Scale the video to cover the entire container */
    z-index: -1; /* Place the video behind other content */
}




.tabs{
    color:#0b9bcf;
    font-size: 18px;
    font-weight: bold;
}

/* a:hover{
    color:#eab51c;
    cursor: pointer;
} */
.title{
    font-weight:bolder;
    text-shadow: black;
    color: black;
}
.heading{
    color:white;
    text-decoration-line: underline;
    text-decoration-color: #eab51c;
    line-height: 1.5;
}
.t-carousel{
    height: 100vh;
    overflow: hidden;
}
.button{
    background: #0b9bcf;
    color: white;
    border-color: #0b9bcf 2px solid;
}

/* Shining animation */
.btn:hover {
    animation: shine 1.5s infinite;
  }
  
@keyframes shine {
  0% {
    background-color: #0b9bcf;
  }
  50% {
    background-color: #a1ccf2;
  }
  100% {
    background-color: #0b9bcf;
  }
}
.core_values{
    background:#0b9bcf !important;
}
.core_values:hover{
    cursor:pointer;
    background:#023442 !important;
    transition: background 0.5s ease;
}




  
  
  
  

