.steps{
    position: relative;
}
.steps:before{
    background: rgba(255,255,255,.38);
    content: '';
    height: 1px;
    left: 140px;
    position: absolute;
    right: 130px;
    top: 14px;
}
.step-list .number{
    border-radius: 50%;
    background: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 20px;
    width: 30px;
    color: #fff;
}
.sec-pad-lg {
    padding: 150px 0;
}
.text-center {
    text-align: center;
}
.section-text {
    max-width: 800px;
    margin: 0 0 70px 0;
}
.section-text.text-center {
    margin: 0 auto 70px auto;
}
.light .icon, .light .meta-head, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
    color: #fff;
}

.icon-lg {
    font-size: 3em;
    margin-bottom: 5px;
}
.h6, h6 {
    font-size: 1rem;
}
.bg-dark {
    background: #1f0040;
}

.light {
    color: #fff;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
[class*=icon-bg-], [class*=icon-bg] {
    border-radius: 50%;
    /* color: #fff; */
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-dir-col .icon, .right-dir-col [class*=icon-] {
    float: left;
}
.faq-items [class*="icon-bg"] {
    height: 25px;
    width: 25px;
    font-size: 12px;
}
.right-dir-col .text {
    padding-left: 20px;
    overflow: hidden;
}

.spce.lg {
    height: 60px;
}
.bg-gray {
    background: rgba(227,232,255,1);
}
.sec-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-0 {
    padding-bottom: 0;
}
.footer-wrapper .navbar-brand {
    display: block;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    display: block;
    width: 32px;
    height: 32px;
}
.footer-wrapper li a, .footer-wrapper p {
    opacity: .9;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.footer-wrapper li a, .footer-wrapper p {
    opacity: .9;
}
.spce.md {
    height: 40px;
}
.footer-wrapper .copyright {
    font-size: .9em;
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    opacity: .7;
}
/* p {
    margin: 0 0 10px;
} */


@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-6 {
        float: left;
    }
    .copyright, .footer .banner {
        margin-top: 4.5rem;
    }
}

@media (min-width: 992px){
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-8,.col-md-10,.col-md-4,.col-md-3,.col-md-2{
        float: left;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
}
@media only screen and (max-width: 992px){
    .sec-pad-lg {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px){
    .sec-pad, .sec-pad-lg {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .spce {
        height: 15px;
    }
    .res-margin, .res-margin-sm {
        margin-bottom: 50px;
    }
    .steps:before {
        height: 100%;
        left: 50%;
        right: 50%;
        width: 1px;
    }
    .res-center-sm {
        padding: 50px;
        text-align: center;
        float: none;
    }
    .sec-pad, .sec-pad-lg {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pb-0 {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 480px){
    .res-margin, .res-margin-sm, .res-margin-xs {
        margin-bottom: 25px;
    }
}
.res-margin, .res-margin-sm, .res-margin-xs {
    margin-bottom: 25px;
}