body {
    background: url('./img/back1.jpg');
    /* #3F51B5 */
    ;
    color: #fff;
    background-size: cover;
}

#Header,
#Footer {
    border-bottom: 1px solid #ffffff;
    background: #fff;
    color: black;
}

.silver {
    color: rgba(255, 255, 255, 0.61);
}


/* Services Section Css Start */

div#services {
    width: 1100px;
    border: 15px solid rgba(255, 255, 255, 0.34);
    background: rgba(63, 81, 181, 0.14);
    height: auto;
}

.service-head {
    font-size: 6em;
    text-transform: uppercase;
    margin: 20px auto;
    font-weight: 600;
}

div#services a.js-next.nextIcon {
    position: absolute;
    bottom: -100px;
    right: 0;
    text-align: right;
}


/* div#services:target .service-head{
    transform: rotate(0deg);
    transform-origin: left;
    transform-style: preserve-3d;
    transition-delay: 1.5s;
} */

table.MM-type span {
    font-size: 2em;
    width: 100%;
    float: left;
    text-align: left;
}

table.MM-type {
    width: 100%;
    float: left;
}

table.MM-type td {
    width: 50%;
    float: left;
}

table.MM-type span:before {
    content: '-';
    font-size: 1.5em;
    margin: 20px;
}


/* Services Section Css End*/

.step.no-step div {
    color: #fff;
}

.step.no-step .massiveText {
    font-size: 52em;
}

.testimonials2 {
    position: absolute;
}


/* Footer Css Start */

#Footer {
    background: transparent!important;
    border: 0;
}

.fa {
    font-size: 3em !important;
    color: #fff;
}

.barBox,
.Share-box,
.Progress {
    border: 0;
}

.Progress-step {
    height: 2px;
    background: #ffffff;
}

a.Start.again {
    background: rgba(0, 0, 0, 0.41);
    padding: 6px;
    border-radius: 10px;
}


/* Footer Css End */
