.d0bluebox{background-color: #0097BA; color: #222; margin-top: 1em; margin-bottom: 1em; padding:30px; min-height:0px; display:block;}
.d0lightbluebox{background-color: #95d6d6; color: #222; margin-top: 1em; margin-bottom: 1em; padding:30px; min-height:0px; display:block;}
.d0blackbox{background-color: #222; color: #222; margin-top: 1em; margin-bottom: 1em; padding:30px; min-height:0px; display:block;}
.d0whitebox{background-color: #fff; color: #222; margin-top: 1em; margin-bottom: 1em; padding:30px; min-height:0px; display:block;}
.d0whiteborder {border: 1px solid #222222; padding:30px; margin-top: 1em; margin-bottom: 1em; min-height:0px; display:block;}
.d0faqbox{background-color: #fff; margin-top: 1em; margin-bottom: 1em; padding:30px; min-height:0px; box-shadow: 0 10px 50px rgba(0, 0, 0, .08), 0 13px 45px rgba(0, 0, 0, .08); display:block;}
.d0faqhover:hover{color: #0097BA !important; -moz-transition: all .35s ease-in; -o-transition: all .35s ease-in; -webkit-transition: all .35s ease-in; transition: all .35s ease-in;}

.d0pagenamefont {font-family: 'Poppins', sans-serif; font-size: 55px; color: #95D6D6 !important; line-height: 55px;}
@media only screen and (min-width: 800px) {.d0separatorline {background-color: #fff; align-self: auto;width: 64px; height: 2px; margin-bottom: 40px; margin-top: 30px; margin-left: 0; margin-right: 0;}}
@media only screen and (max-width: 799px) {.d0separatorline {background-color: #fff; align-self: auto;width: 64px; height: 2px; margin-bottom: 40px; margin-top: 30px; margin-left: auto; margin-right: auto;}}

.r8_form {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    border: 0px solid rgba(0, 0, 0, .0001);
    border-radius: 4px;
    padding: 0px;
    display: table;}

.r8_gallery .gallery-gradBox .overlayText .textWrapper2.dark {background-color: rgba(0, 0, 0, 0);}

@media (max-width : 767px) 
{
#body h1, 
#body h2, 
#body h3,
#body p
{text-align: center;}
}

h4 {color: #0097BA;}


.d0scrolling-text-container {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.d0scrolling-text-inner {
    display: flex;
    width: max-content;
    animation: scroll-left 60s linear infinite;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
}

.d0scrolling-text {
    display: flex;
}

.d0scrolling-text-item {
    padding: 0 30px;
}

/* Responsive font adjustment for mobile */
@media (max-width: 600px) {
    .d0scrolling-text-inner {
        font-size: 14px;
        padding: 6px 0;
    }

    .d0scrolling-text-item {
        padding: 0 20px;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
