/*banner*/
.banner_part {
    height: 85vh;
    position: relative;
    background-image: url(../images/products.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    display: flex;
    align-items: center
}

.banner_heading {
    margin-bottom: 1em
}

.banner_text p {
    color: #fff;
    font-weight: 400
}

.cd-words-wrapper b {
    color: #1cf4df;
    font-weight: 900 !important;
    font-size: 34px !important;
    line-height: normal !important;
    text-transform: uppercase
}

/*overview*/
.overview-section {
    background: rgb(1, 18, 33);
    background: linear-gradient(-180deg, rgba(1, 18, 33, 1) 25%, rgba(133, 55, 175, 1) 75%)
}

.main-background-overview {
    background: #05123a url(../images/background-wavelines.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

.main-background-overview.timefrank {
    background: #0478ef url(../images/circle-pattern-bg.svg);
    background-position: top left -10%;
    background-size: 50%;
    background-repeat: no-repeat
}

.main-background-overview.digital {
    background: #30b170 url(../images/connected-line.svg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat
}

.main-background-overview.smart {
    background: #ff9036 url(../images/smarteng-back.svg);
    background-position: left top;
    background-size: 40%;
    background-repeat: no-repeat
}

.spacing-common-3 {
    padding: 6% 0px
}

.spacing-common-4 {
    padding: 8% 0px 10%
}

.overview-section-text {
    padding: 2em;
    color: #fff
}

.overview-section-text h2 {
    font-weight: 600;
    color: #fff;
    font-size: 36px
}

.overview-section-text h3 {
    color: #fff
}

.main-heading {
    margin-bottom: 1.5em
}

.align-center {
    display: flex;
    height: 100%;
    align-items: center
}

span.back-heading {
    color: rgba(255, 255, 255, .4);
    position: absolute;
    right: 4%;
    opacity: .1;
    font-weight: bold;
    font-size: 14em;
    font-family: 'Saira Condensed', sans-serif;
    top: -4%;
    text-transform: uppercase;
    line-height: normal
}

.relative-pos {
    position: relative
}

button.btn.btn-outline-light.btn-sn.custom-read-more {
    font-size: 12px;
    margin-top: 10px
}
.margin-top-19{
    margin-top:19px;
}
.margin-top-10 {
    margin-top:10px;
}
.margin-top-6{
    margin-top:5px;
}