/*.fixedbg, .fixedbg2 {*/
/*    background-position: center;*/
/*    background-attachment: fixed;*/
/*}*/

.fixedbg2, .fixedbgvid, .overlay, .t-carousel {
    overflow: hidden;
}

* {
    font-family: Roboto, sans-serif;
}

body {
    background: #07244B;
}

/*.fixedbg {*/
/*    height: 100vh;*/
/*    background-image: url("media/disability-care.jpeg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*}*/




.fixedbg_about {
    height: 50vh;
    background-image: url("media/gallery/about-us.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixedbg_about img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.xl{
  font-size:20px;
  line-height:30px;
}
.xl-only{
  font-size:20px;
}

.normal{
    font-weight:400!important;
}

.bold{
    font-weight:600!important;
}
.pb-10{
    padding-bottom:10px;
}
.pb-20{
    padding-bottom:20px;
}
.pt-10{
    padding-top:10px;
}
.pt-20{
    padding-top:20px;
}
.pr-15{
    padding-right:15px;
}
.fixedbg2 {
    background-image: url("media/grid20x20.png");
    background-repeat: repeat;
}

.overlay {
    height: 100vh !important;
    background: url("media/grid10x10.png") center;
}

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

.fixedbgvid video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.tabs {
    color: white;
    font-size: 16px;
    font-weight: 400;
}
.tabs:hover,
.tabs:focus,
.tabs:active {
    color: #ede172 !important;
    outline: none; /* Remove default focus outline */
}

.heading {
    color: #fff;
    text-decoration-line: underline;
    text-decoration-color: #eab51c;
    line-height: 1.5;
}

.t-carousel {
    height: 100vh;
}

.button {
    background: white;
    color: #07244B;
    border:2px solid #07244B;
}

.btn_shine:hover {
    animation: 1.5s infinite shine;
}
.btn_hover:hover {
    color:#ede172;
}

@keyframes shine {
    0%, 100% {
        background-color: #ede172;
    }
    50% {
        background-color: gold;
    }
}
