﻿.min-height-100 {
    min-height: 100px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.min-height-400 {
    min-height: 400px !important;
}

.min-height-500 {
    min-height: 500px !important;
}

.min-height-600 {
    min-height: 600px !important;
}

.min-height-600 {
    min-height: 600px !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}


.swiper-container {
    width: 100%;
    height: 500px;
}

/*!
* Waves v0.7.6
* http://fian.my.id/Waves
*
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
        background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0, 0, 0, 0.2);
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
    }

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

    .waves-button,
    .waves-button:hover,
    .waves-button:visited,
    .waves-button-input {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: none;
        color: inherit;
        background-color: rgba(0, 0, 0, 0);
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1;
    }

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper.waves-button {
        padding: 0;
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .waves-float:active {
        -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    }

.waves-block {
    display: block;
}

.button-list .btn {
    margin-top: 7px;
    margin-right: 5px;
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        -webkit-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0);
    }
}

.bouncingLoader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .bouncingLoader > div {
        width: 13px;
        height: 13px;
        margin: 32px 3px;
        background: #99281E;
        border-radius: 50%;
        -webkit-animation: bouncing-loader 0.6s infinite alternate;
        animation: bouncing-loader 0.6s infinite alternate;
    }

        .bouncingLoader > div:nth-child(2) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
            background: #cc0000;
        }

        .bouncingLoader > div:nth-child(3) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            background: #f1556c;
        }

/* OWL MODIFICATIONS FOR WEB ACCESSIBILITY*/


.owl-prev:focus,
.owl-prev:hover,
.owl-next:focus,
.owl-next:hover {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px !important;
}

.owl-dot:focus, .owl-dot:hover {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

.loader {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

    .loader > div {
        height: 100%;
        width: 8px;
        display: inline-block;
        float: left;
        margin-left: 2px;
        -webkit-animation: delay 0.8s infinite ease-in-out;
        animation: delay 0.8s infinite ease-in-out;
    }

    .loader .bar1 {
        background-color: #970000;
    }

    .loader .bar2 {
        background-color: #b10000;
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .loader .bar3 {
        background-color: #ca0000;
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .loader .bar4 {
        background-color: #e40000;
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .loader .bar5 {
        background-color: #fd0000;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .loader .bar6 {
        background-color: #ff1818;
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

.skip-to-content-link {
    background: #ffffff;
    color: #000000;
    height: 40px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 10000;
}

    .skip-to-content-link:focus {
        transform: translateY(0%);
    }

.overlay-1 {
    position: relative;
    transition: all 1s;
}

    .overlay-1:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        opacity: 1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

    .overlay-1:hover:after {
        opacity: 0;
    }

.tchatt-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/7.png) no-repeat top center fixed;
}

.cpan-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/5.png) no-repeat top center fixed;
}

.about-us-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/about-us.jpg) no-repeat top center fixed;
}

.cpwe-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/13.png) no-repeat top center fixed;
}

.tcmhcc-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/33.png) no-repeat top center fixed;
}

.contact-us-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/31.png) no-repeat top center fixed;
}

.directory-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/28.png) no-repeat top center fixed;
}

.directory-details-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/background-space.jpg) no-repeat top center fixed;
}

.directory-admin-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/admin-sunset.jpg) no-repeat top center fixed;
}

.catalog-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/catalog-background.jpg) no-repeat top center fixed;
}

.el-paso-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/el-paso.jpg) no-repeat top center fixed;
}

.fellowship-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/16.png) no-repeat top center fixed;
}

.cme-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/22.png) no-repeat top center fixed;
}

.news-letters-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/26.png) no-repeat top center fixed;
}

.social-media-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/32.png) no-repeat top center fixed;
}

.videos-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/35.png) no-repeat top center fixed;
}

.depresion-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/depression-banner.png ) no-repeat top center fixed;
}

.trauma-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/trauma-banner.png) no-repeat top center fixed;
}

.events-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/12.png) no-repeat top center fixed;
}

.presentations-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/presentations-banner.png) no-repeat top center fixed;
}

.in-the-news-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/in-the-news-banner.png) no-repeat top center fixed;
}

.forms-background {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../Images/full/forms-banner.png) no-repeat top center fixed;
}


.carousel-buttons {
    position: absolute;
    bottom: 9px;
    right: 0;
    left: -230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.text-orange {
    color: #ff5000;
}

.btn-index-20 {
    z-index: 20;
}

/* --------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------SCROLLS-------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------------------*/
.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1005;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .scrollToTop.fadeToTop {
        -webkit-animation-name: fadeToTop;
        animation-name: fadeToTop;
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .scrollToTop i {
        line-height: 50px;
        font-size: 24px;
    }

    .scrollToTop:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.4);
    }

        .scrollToTop i {
            line-height: 40px;
            font-size: 20px;
        }
}

.scrollToTop.fadeToBottom {
    -webkit-animation-name: fadeToBottom;
    animation-name: fadeToBottom;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fixed-header-on .header.fixed.object-visible {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header.fixed.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

#divNcBrochure {
    height: 650px;
}

.div-circled {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.opening-hours .days {
    margin-top: 30px
}

.opening-hours .day {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

    .opening-hours .day strong {
        text-decoration: none;
        font-family: "Vidaloka",serif;
        font-weight: 500;
        font-size: 1.05em;
        color: #555
    }

    .opening-hours .day span {
        color: #656565;
        font-weight: 300;
        font-size: 0.9em
    }

    .opening-hours .day:last-of-type {
        border-bottom: none
    }

.parsley-errors-list {
    margin: 0;
    padding: 0;
}

    .parsley-errors-list > li {
        list-style: none;
        color: #99281E;
        margin-top: 5px;
        padding-left: 20px;
        position: relative;
    }

        .parsley-errors-list > li:before {
            content: "\F159";
            font-family: "Material Design Icons";
            position: absolute;
            left: 2px;
            top: -1px;
        }

.parsley-error {
    border-color: #99281E;
}

.parsley-success {
    border-color: #107763;
}

.text-error {
    color: #99281E;
    text-shadow: rgba(150, 40, 30, 0.3) 5px 1px, rgba(150, 40, 30, 0.2) 10px 3px;
    font-size: 84px;
    line-height: 90px;
    font-family: "Roboto", sans-serif;
}

.underline {
    text-decoration: underline !important;
}

.pt-6, .py-6 {
    padding-top: 5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 5rem !important
}

.text-magenta {
    color: #c536a4 !important
}

a.text-magenta:focus, a.text-magenta:hover {
    color: #d053b3 !important
}

.img-sm-responsive {
    height: 4.8rem;
}

.icon-responsive-4x {
    font-size: 4em;
}

@media(min-height: 992px) {
    .min-height-navbar {
        min-height: 70px;
    }
}

@media (max-width: 576px) {
    .img-sm-responsive {
        height: 3rem;
    }

    .img-sm-logo {
        height: 3rem;
    }

    .breadcrumb-div {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0
    }

    .icon-responsive-4x {
        font-size: 1.5em;
    }

    .text-xsm-left {
        text-align: left !important
    }

    .text-xsm-right {
        text-align: right !important
    }

    .text-xsm-center {
        text-align: center !important
    }

    .forms-background {
        background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ) no-repeat top center fixed;
    }
}

@media (min-width: 768px) {
    .img-sm-responsive {
        height: 4rem;
    }
}

@media (max-width: 991px) {
    .forms-background {
        background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ) no-repeat top center fixed;
    }
}

.img-sm-logo {
    height: 6rem;
}

.banner-height-25 {
    height: 25vh !important;
    -webkit-background-size: 100% 50%;
    -moz-background-size: 100% 50%;
    -ms-background-size: 100% 50%;
    -o-background-size: 100% 50%;
    background-size: 100% 50%;
}

.banner-height-75 {
    height: 50vh !important;
    -webkit-background-size: 100% 50%;
    -moz-background-size: 100% 50%;
    -ms-background-size: 100% 50%;
    background-size: 100% 50%;
    -o-background-size: 100% 50%;
}

.banner-height-100 {
    height: 50vh !important;
    -webkit-background-size: 100% 50%;
    -moz-background-size: 100% 50%;
    -ms-background-size: 100% 50%;
    -o-background-size: 100% 50%;
    background-size: 100% 50%;
}


@supports ( -webkit-touch-callout : none) {
    .banner-height-75, .banner-height-100 {
        background-attachment: scroll;
        background-size: 100% 100%;
    }
}

@supports not ( -webkit-touch-callout : none) {
    .banner-height-75, .banner-height-100 {
        background-attachment: fixed;
    }
}

@media (min-width:576px) {
    .img-sm-logo {
        height: 4rem;
    }

    .banner-height-75 {
        height: 50vh !important;
        -webkit-background-size: 100% 50%;
        -moz-background-size: 100% 50%;
        -ms-background-size: 100% 50%;
        background-size: 100% 50%;
        -o-background-size: 100% 50%;
    }

    .banner-height-100 {
        height: 50vh !important;
        -webkit-background-size: 100% 50%;
        -moz-background-size: 100% 50%;
        -ms-background-size: 100% 50%;
        background-size: 100% 50%;
        -o-background-size: 100% 50%;
    }
}

@media (min-width:768px) {
    .img-sm-logo {
        height: 4rem;
    }

    .banner-height-75 {
        height: 50vh !important;
        -webkit-background-size: 100% 50%;
        -moz-background-size: 100% 50%;
        -ms-background-size: 100% 50%;
        background-size: 100% 50%;
        -o-background-size: 100% 50%;
    }

    .banner-height-100 {
        height: 50vh !important;
        -webkit-background-size: 100% 50%;
        -moz-background-size: 100% 50%;
        -ms-background-size: 100% 50%;
        background-size: 100% 50%;
        -o-background-size: 100% 50%;
    }
}

@media (min-width:992px) {
    .img-sm-logo {
        height: 6rem;
    }

    .banner-height-75 {
        height: 75vh !important;
        -webkit-background-size: 100% 75%;
        -moz-background-size: 100% 75%;
        -ms-background-size: 100% 75%;
        background-size: 100% 75%;
        -o-background-size: 100% 75%;
    }

    .banner-height-100 {
        height: 100vh !important;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        background-size: 100% 100%;
        -o-background-size: 100% 100%;
    }
}

@media (min-width:1200px) {
    .img-sm-logo {
        height: 6rem;
    }

    .banner-height-75 {
        height: 75vh !important;
        -webkit-background-size: 100% 75%;
        -moz-background-size: 100% 75%;
        -ms-background-size: 100% 75%;
        background-size: 100% 75%;
        -o-background-size: 100% 75%;
    }

    .banner-height-100 {
        height: 100vh !important;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        background-size: 100% 100%;
        -o-background-size: 100% 100%;
    }
}

.embed-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .embed-youtube img {
        width: 100%;
        top: -16.84%;
        left: 0;
        opacity: 0.7;
    }

    .embed-youtube .embed-youtube-play {
        width: 68px;
        height: 48px;
        background-color: #333;
        box-shadow: 0 0 30px #000000;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .embed-youtube .embed-youtube-play:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .embed-youtube img,
    .embed-youtube .embed-youtube-play {
        cursor: pointer;
    }

        .embed-youtube img,
        .embed-youtube iframe,
        .embed-youtube .embed-youtube-play,
        .embed-youtube .embed-youtube-play:before {
            position: absolute;
        }

            .embed-youtube .embed-youtube-play,
            .embed-youtube .embed-youtube-play:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .embed-youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .embed-youtube .embed-youtube-play:hover {
        background-color: #f00;
    }

.box-color {
    height: 30px;
    width: 30px;
}

.bg-light-blue {
    background-color: #92d3eb;
}

#scroll-to-top {
    display: inline-block;
    background-color: #006abb;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50% !important;
    position: fixed;
    bottom: 13px;
    right: 14px;
    opacity: 0;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    z-index: 1000;
}

    #scroll-to-top::after {
        font-family: "Material Icons";
        content: "\e5d8";
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 46px;
        color: #fff;
    }

    #scroll-to-top:hover {
        cursor: pointer;
        background-color: #0078d3;
    }

    #scroll-to-top:active {
        background-color: #0078d3;
    }

    #scroll-to-top.show {
        opacity: 1;
        visibility: visible;
    }