.banner_part {
    height: 85vh;
    position: relative;
    background-image: url(../images/automation-header-banner.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: #070a20
}

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

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

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

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

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

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

.relative-pos {
    position: relative
}

.expertise-section {
    background: #480a8d
}

.expertise-section h2,
.expertise-section h3,
.sucess-stories-section h2,
.sucess-stories-section h3 {
    color: #fff
}

.item .blog-fetured-image:hover {
    background: #fbea5d !important
}

.products-section {
    background: #fff url(../images/line-waves-black.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

section.sucess-stories-section {
    background: #09224b url(../images/background-wavelines.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: soft-light
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    right: -5%
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 40px
}

.owl-carousel .owl-nav button.owl-prev {
    left: -5%;
    right: auto
}

.expertise-section.face {
    background: #0478ef url(../images/connected-line.svg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat
}

.owl-carousel .item {
    min-height: 300px
}

.blog-fetured-image.row {
    background: #fff;
    margin: 0px 0px;
    min-height: 300px;
    align-items: center
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.blog-fetured-image.row h4 {
    font-size: 22px
}

.sucess-stories-section .col img {
    height: 70px;
    margin-bottom: 20px
}

.owl-theme .owl-dots .owl-dot span {
    background: #97d9b7
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #15643c
}

.owl-carousel .owl-item img {
    width: 100px !important;
    margin: 0 auto !important
}

.no-gutters {
    overflow: hidden
}

.hilighted-box h5 {
    line-height: normal;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff
}

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