html {
    scroll-behavior: smooth;
}

.default_linear_gradient_bg {
    background: transparent linear-gradient(180deg, #0C0F40 0%, #DDDEE5 100%) 0% 0% no-repeat padding-box;
}

.herobox_img_opacity {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.herobox_captions {
    letter-spacing: 0;
    color: #DDDEE5;
    text-align: left;
}

.services-div {
    background-color: #32355e;
}

.navbar-custom {
    background-color: transparent;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.navbar-custom-bottom {
    background-color: #32355e;
}
.navbar-custom-bottom .navbar-brand,
.navbar-custom-bottom .navbar-text {
    color: rgba(255,255,255,.8);
}
.navbar-custom-bottom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
.navbar-custom-bottom .nav-item.active .nav-link,
.navbar-custom-bottom .nav-item:hover .nav-link {
    color: #ffffff;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

    border-bottom: 15px solid blue;
}

.scroll-to-top-button {
    background: #32355e;
}