/* Add here all your css styles (customizations) */
/* White Gradient */
.g-bg-white-gradient-opacity-v1,
.g-bg-white-gradient-opacity-v1--after::after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.g-bg-gray-light-slider {
    background: rgba(0, 0, 0, 0.5);
}

.g-service-nav-active {
   color: #085ca6 !important;
}

/*------------------------------------
  Sticky Footer
------------------------------------*/
main {
    min-height: 100vh;
}
.flex-grow {
    flex: 1 1 auto;
}

.text-topbar-left-column {
    text-align: right;
}