.mad_banner_hero {
    position: relative;
    padding-top: 160px;
    margin-bottom: 80px;
}

.mad_banner_hero::before{
	position: absolute;
    content: '';
    top: 40px;
    left: 0;
    right: 0;
    width: 40%;
    height: 80%;
    margin: 0 auto;
    background-image: url(../img/home/home_bg-02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mad_banner_hero .row {
    position: relative;
}

.mad_banner_hero h1,
.mad_banner_hero h4,
.mad_banner_hero p {
    color: var(--c3);
}

.mad_banner_hero .text .btn{
	display:none;
}
.mad_banner_hero .img img{
    border-radius:40px;
}


/* --- global_mad_sbs_why_select ---  */

.global_mad_sbs_why_select {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media(max-width:990px) {
    .global_mad_sbs_why_select .txt {
        padding-top: 40px;
    }
}


/* --- global_mad_our_app_services --- */

.global_mad_our_app_services {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.global_mad_our_app_services .col-lg-6 {
    margin-bottom: 40px;
}

.global_mad_our_app_services .col-lg-6:nth-last-child(2),
.global_mad_our_app_services .col-lg-6:nth-last-child(1) {
    margin-bottom: 0px;
}

.global_mad_our_app_services .wrap {
    padding: 40px;
    height: 100%;
    background: var(--cf);
    box-shadow: 0px 12px 40px 0px rgba(22, 27, 34, 0.07);
}

.global_mad_our_app_services .wrap .txt {
    padding-top: 20px;
}

@media(max-width:990px) {
    .global_mad_our_app_services .col-lg-6:nth-last-child(2) {
        margin-bottom: 40px;
    }
}


/* --- global_mad_sbs_why_progressive ---  */

.global_mad_sbs_why_progressive {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_mad_sbs_why_progressive .wrap {
    width: 85%;
}


/* --- global_mad_sbs_uiux_desgin ---  */

.global_mad_sbs_uiux_desgin {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_mad_sbs_uiux_desgin .title {
    margin-bottom: 32px;
}

.global_mad_sbs_uiux_desgin ul li {
    margin-bottom: 12px;
}

@media(max-width:990px) {
    .global_mad_sbs_uiux_desgin .content {
        padding-top: 40px;
    }
}


/* --- global_mad_sbs_why_softite ---  */

.global_mad_sbs_why_softite {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.global_mad_sbs_why_softite .title {
    margin-bottom: 20px;
}

.global_mad_sbs_why_softite .item {
    position: relative;
    padding-left: 54px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid;
}

.global_mad_sbs_why_softite .item:last-of-type {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.global_mad_sbs_why_softite .item .img {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 40px;
}

@media(max-width:990px) {
    .global_mad_sbs_why_softite .content {
        padding-bottom: 40px;
    }
}