.tp-banner-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height:500px;
    padding-bottom:70px;
}

.tp-banner{
    width: 600px;
    left:50%;
    text-align: center;
    color:#fff;
}

.tp-banner h1{
    color:inherit;
    font-size:50px !important
}

.tp-banner p{
    color:inherit
}

.btn-default{
    border-radius: 50px;
    color:#fff;
    margin-top: 20px;
    border:1px solid #fff;
    background:#ff7149
}

.btn-border{
    border:1px solid #44177a;
}

.btn-default:hover{
    background:transparent;
    color:#fff;
}

.btn-default.btn-border:hover{
    color:#44177a;
    border-color: #ff7149;
}

.icon{
    margin-bottom: 15px;
    color:#43286d
}

.text-orange{
    color:#ff7149
}

.text-purple{
    color:#43286d
}

/* testemonilas */
.testimonial-body h5{
    text-decoration: underline;
}

.testimonial-body ul li p{
    margin-bottom:3px !important
}

.static-header__rocket {
    right: 81px;
    top: 70px;
    z-index: -1;
}

.d-block{
    display: block;
}

.text-center{
    text-align: center;
}