﻿body {
    /*background: #F8F3F0;*/
    font-family: "Open Sans", sans-serif;
}
.step-card {
    width: 230px;
    margin: 20px auto;
    border-radius: 6px;
    /* box-shadow: 0px 3px 8px rgba(0,0,0,0.15); */
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.step-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;/* box-shadow: 2px 0 3px rgba(0,0,0,0.1); */
}
.step-top {
    display: flex;
}
.step-box {
    background: #59A0DB; /* Default purple */
    color: #fff;
    width: 80px;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 10px 10px 0px;
    border-radius: 5px;
    width: 125px;
    height: 126px;
}
.step-box.orange {
    background: #59A0DB;
} /* Step 1 orange */
.step-box strong {
    display: block;
    font-size: 48px;
    margin-top: 5px;
    font-weight: 500;
}
.icon-box {
    background: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
}
.desc-box {
    background: #fff;
    padding: 12px;
    font-size: 13px;
    text-align: left;
}
.desc-box h6 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.desc-box p {
    margin: 0;
    font-size: 12px;
}
.desc-box strong {
    font-weight: bold;
}
.navbar {
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 105px;
}
.navbar-brand img {
    height: 30px;
}
.btn-nav {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 5px 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.btn-nav:hover {
    background: #f7f7f7;
}
.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
}
.topic-head {
    margin-top: 38px;
    font-size: 24px !important;
}
.purpose {
    margin-top: 100px;
}
.hero-section {
    position: relative;
    background: url(../img/nid-pics.png) no-repeat center center;
    background-size: cover;
    /*height: 100vh;*/
    color: #000;
}
.hero-content {
    position: absolute;
    top: 20%;
    left: 10%;
    background: rgba(255, 255, 255, 0.7); /* subtle white bg */
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
}
.hero-text {
    padding-top: 40px;
}

@media (max-width: 768px) {
.hero-section {
    height: auto;
}
.hero-content {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px;
    max-width: 100%;
}
.step-card::after {
    right: 38px;
}
}
.content {
    flex: 1; /* pushes footer down */
}
.footer {
    background-color: #59A0DB; /* similar to screenshot */
    padding: 30px 0;
    font-size: 14px;
    color: #ffffff;
    margin-top: 50px !important;
}
.footer h6 {
    font-weight: bold;
    margin-bottom: 15px;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footerheadertext {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans';
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.gv {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-header {
    background: #94d3e4 !important;
}

nav.side-navbar ul a:hover {
    background: #f8f3f0 !important;
    border-left: 4px solid #94d3e4 !important;
    color: #000;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width: 0px;
	box-shadow: none;
	background: #21d91d !important;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after{
    background: #1fc356 !important;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot{
    background: #1fc356 !important;
}
.progress {
    background-color: #B9DFA9 !important;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #B9DFA9 !important;
}