body {
    padding-top: 10rem;
    font-family: Roboto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.btn-stw {
    background: #33CDE5 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 1;
    color: #ffffff;
    padding: 7px 14px;

}

.btn-stw:hover {
    color: #ffffff !important;
}

.text-sttw {
    color: #8640F4;

}

.bg-stw-t {
    background-color: #8640F4;
}


h4 {
    color: #707070;
    font: normal normal bold 48px/56px Roboto;
}

button{
    font: normal normal bold 16px/22px Roboto;
}

h1 {
    /*text-transform: uppercase;*/
    font: normal normal bold 14px/30px Roboto;
}

p {
    color: #707070;
}

a {
    color: #33CDE5;
}


.bg-stw {
    background: #33CDE50D 0% 0% no-repeat padding-box;
}

.card.bg-stw {
    border-radius: 20px;
    border: none;
}

.card-title {
    color: #707070;
}

.card-text {
    color: #707070;
}

.row:not(:first-child) {
    margin-top: 120px;
}

.bg-stwGrad {
    background: transparent linear-gradient(100deg, #33CDE5 0%, #8640F4 100%) 0% 0% no-repeat padding-box;
}
footer ul > li{
    color: #707070;
}
footer ul > li:first-child{
    color: #707070;
}

footer{
    padding-top: 2rem;
    background: #F8F8F8 0% 0% no-repeat padding-box;
}

.fa-twitter{
    color: #00acee;
}

.fa-facebook-square{
    color: #3b5998;
}

.fa-linkedin{
    color: #2867B2;
}

.badge-info{
    background: #33CDE5 0% 0% no-repeat padding-box;
    color: #FFFFFF !important;
    font-weight: bold;
}
.badge-info:focus{
    background-color: #33CDE5 !important;
}
.badge-light{
    background: #F2F2F2 0% 0% no-repeat padding-box;
}
.badge-pill{
    border-radius: 80px;
    width: 145px;
    padding: 15px;
    font-size: 21px;
    font-weight: normal;
    color: #707070;
}

.badge-pill:not(:first-child){
    margin-top: 20px;
}

.tab-pane > p:first-child{
    text-transform: uppercase;
}

.tab-pane > p{

    font-size: 1.2rem;
}

.bg-grey{
    background: #F2F2F2 0% 0% no-repeat padding-box;

    color: #76757A;
}
.carousel-control-prev svg, .carousel-control-next svg{
    color: #33CDE5;
    font-size: 2.5rem;
}

.carousel-inner{
    background: #33CDE50D 0% 0% no-repeat padding-box;
    border-radius: 20px;
    min-height: inherit;
}

.rounded-circle{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 132px;
    height: 132px;
}

.carousel-item h5{
    font: normal normal bold 20px/28px Roboto;
}
h5{
    font: normal normal bold 34px/42px Roboto;
    color: #707070;
}
.carousel{
    min-height: 520px;
}

address{

    color: #707070;
}

input, textarea{
    background: #F8F8F8 0% 0% no-repeat padding-box !important;
    /*border: none !important;*/
    border-radius: 10px !important;
}

.smh{
    font: normal normal bold 20px/28px Roboto;
}

.ur{
    width: 70px;
    border: 2px solid #8640F4;
}

label{
    color: #707070;
}

.nav-item.active > .nav-link{
    color: #33CDE5 !important;
}

h1.text-sttw{
    padding-bottom: 1rem;
}

[disabled]{
    cursor: no-drop;
}

.hidden{
    display: none;
}

.nav-link{
    font: normal normal normal 16px/19px Roboto;
}
