
.fs-7 {
	font-size: 0.7rem !important;
}
.fs-8 {
	font-size: 0.8rem !important;
}
.bg-primary {
	background-color: #0078ff !important;
}
.bg-light {
	background-color: #f2f6fa !important;
}
.text-light {
	color: #f2f6fa !important;
}
/** Footer **/
.footer {
	background: #175080;
  position: relative;
  color: #ffffff;
}
.footer .text-foot {
  color: #ffffff;
}
.social-icon.foot-social-icon li a {
  color: #175080;
  background: #fff;
}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1.3rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #6c757d;
        width: 4.5rem;
        position: absolute;
        left: 6.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #6c757d;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 6rem;
    text-align: center;
    color: #8492a6 !important;
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6c757d;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: rgba(108,117,125,.1);
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
.timeline-steps .timeline-content-success .inner-circle {
		background-color: #2eca8b !important;
}
.timeline-steps .timeline-content-danger .inner-circle {
		background-color: #e43f52 !important;
}
.timeline-steps .timeline-content-success .inner-circle:before {
		background-color: rgba(46,202,139,.1) !important;
}
.timeline-steps .timeline-content-danger .inner-circle:before {
		background-color: rgba(228,63,82,.1) !important;
}
.timeline-steps .timeline-content-success h6, .timeline-steps .timeline-content-success p {
		color: #2eca8b;
}
.timeline-steps .timeline-content-danger h6, .timeline-steps .timeline-content-danger p {
		color: #e43f52;
}
.is-footerbar {
  display: grid;
  grid-template-columns: 1fr .5fr .5fr;
}
.is-footerbar-area {
  height: 6px;
  width: 100%;
}
.is-footerbar-start {
  background-color: #0b79ca;
}
.is-footerbar-middle {
  background-color: #0078ff;
}
.is-footerbar-end {
  background-color: #edc817;
}
@media (min-width: 959px) {
  .is-footerbar-area {
    height: 12px;
  }
