
@-moz-keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

/*common*/
* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: sans-serif;
    font-weight: 400;
}

.section-h2{
    font-size: 40px;
    letter-spacing:0.5px;
    margin-bottom: 50px;
}
.section-p{
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}
.title-hr {
    border-bottom:5px solid #FF9635;
    width:70px;
    display:block;
    position: absolute;
    left: -80px;
    top: 16px;
}
.smp-content{
    width: 62%;
    position: relative;
    float: left;
    z-index: 1;
    overflow: visible;
}
.smp-content-hero {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding-top:300px;
}
.green-life {
    color:#62FC48;
}
.smp-content-hero h1 {
    font-family: sans-serif;    
    font-size: 50px;    
    color:#ffffff;
    margin-top:50px;
    font-weight: 100;
}
.smp-img-wrap {
    width: 38%;
    float: left;
}
.smp-img-wrap img {
    width: 100%;
}

.smp-img-wrap-2 {
    width: 60%;
    margin:auto;
}
.smp-img-wrap-2 img {
    width: 100%;
}

.down-arrow {
    width: 21px;
    height: 27px;
    margin: 20px 0 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 1s infinite;
    cursor: pointer;
    cursor: pointer;
}
.img-logo-spider-craft {
    width: 250px;
}

.download_brochure{
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
    background: #ff9635;
    padding: 20px 40px;
    color: #fff;
    margin-bottom: 10px;
}  
.download_brochure:hover{
    background: #FFCC01;
}  
/***HERO***/
.smp-hero {
    width: 100%;
    height: 100vh;
    background: url(img/smp-herox2ziped.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.54);
}
.hero-content{
    text-align: center;
}

/***WHITE SECTION***/
.smp-white {
    width: auto;
    height: auto;
    padding: 100px 250px;
    overflow: hidden;
}
.smp-white .smp-content h2{
    font-family: sans-serif;
    letter-spacing:0.5px;
    opacity: 0.8;
}
.smp-white .smp-content p{
    line-height: 1.4em;
    letter-spacing: 0.5px;
    float: left;
    padding-right: 25px;
}
.smp-img-wrap{
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

/***DARK SECTION***/
.smp-dark{ 
    width: auto;
    min-height: 300px;
    height: auto;
    padding: 100px 250px;
    text-align: center;
    position: relative;
    float: left;
}
.smp-dark .smp-content h2{ 
    font-family: sans-serif;
    letter-spacing:0.5px;
    width: 75%;
    opacity: 0.8;
    color: #FFFFFF;
    text-align: left
}
.smp-dark .smp-content p{ 
    line-height: 1.4em;
    letter-spacing: 0.5px;
    float: left;
    color: #FFFFFF;
    text-align: left
}
/*section 1*/
.s1{
    background: url(img/smp-s1x1ziped.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #ffffff;
}
.s1-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 45, 45, 0.7);
    z-index: 0;
}
/*section 2*/
.s2{
    background: url(img/smp-s2x1ziped.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #ffffff;
}
.s2-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 45, 45, 0.7);
    z-index: 0;
}
/*section 3*/
.s3{
    background: url(img/smp-s3x2ziped.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #ffffff;
}
.s3-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 45, 45, 0.76);
    z-index: 0;
}
/*section 4*/
.s4{
    background: url(img/fintech-digital-banking.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #ffffff;
}
.s4-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:  rgba(0, 0, 0, 0.5);
    z-index: 0;
}
/*section 2*/
.s5{
    background: url(img/istockphoto-888421376-2048x2048.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #ffffff;
}
.s5-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 45, 45, 0.7);
    z-index: 0;
}
/*section 2*/
.s6{
    background: url(img/istockphoto-1075599562-2048x2048.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    color: #ffffff;
}
.s6-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 45, 45, 0.7);
    z-index: 0;
}

/* copyright */
.wr-copy {
    border-top:1px solid #e4e4e4;
    padding:40px 150px;
    text-align: center;
    color:#999;
}

/* */
.wr-download-pb {
    text-align: center;
    margin-top:30px
}

/***OVERRIDES - WHITE SECTION***/
.w1 .smp-content{
    float: none;
    width: 100%;
    text-align: left;
}
.w1 .smp-content h2{
    font-family: sans-serif;
    letter-spacing: 0.5px;
    width: 75%;
    opacity: 0.8;
    text-align: left;
}
.w1 .smp-img-wrap{
    float: none;
    margin: 0 auto;
    padding-top: 60px;
}
.w2 .smp-img-wrap img{
    width: 300px;
}
.w4 .smp-content ul{
    margin-left: 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
}

/* */
.img-logo-spider-craft {
    width:450px;
}
.sec-img-margin {
    margin-left:60px;
}

.wr-download {
    border-top:1px solid #e4e4e4;
}
.wr-footer{
    clear:both;
    padding-top:60px;
}
.wr-footer a:link, .wr-footer a:visited {
    color:#555;
}

/* download section */



/***OVERRIDES - DARK SECTION***/


/***RESPONSIVE***/
@media all and (max-width: 1200px) {
    .smp-content-hero{
        padding-top: 200px;
    }
    .smp-dark,.smp-white{
        padding: 50px 100px;
    }
    .section-h2{
        font-size: 35px;
    }
    .section-p{
        font-size: 18px;
    }
    /*eco system*/
    .smp-img-wrap-2 {
        width: auto;
        margin: auto;
        overflow: hidden;
        text-align: center;
    }
    .smp-img-wrap-2 img {
        width: 500px;
    }
}

@media all and (max-width: 768px) {
    .smp-content-hero img{
        width: 300px;
        margin: 0 15px;
    }
    .smp-content-hero h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .smp-dark, .smp-white {
        padding: 20px 50px;
    }
    .smp-dark .smp-content h2,.smp-white .smp-content h2{
        width: 100%;
    }
    .smp-content,.smp-img-wrap{
        width: 100%;
    }
    .title-hr {
        width: 40px;
        left: -42.5px;
    }
    .smp-img-wrap-2 img {
        width: 100%;
    }
    .smp-img-wrap img {
        width: 100%;
    }
    .w2 .smp-img-wrap img {
        width: 100%;
    }
    .w4 .smp-img-wrap img{
        margin-top: 20px;
    }
    .img-logo-spider-craft {
        width: 200px;
        margin-bottom: 50px;
    }
    .sec-img-margin {
        margin-left: 0px;
    }
}

@media all and (max-width: 425px) {
    .smp-content-hero img{
        width: 250px;
        margin: 0 15px;
    }
}

