#top_section {
     background-image: url('../images/web-background-v1.png');
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 20vh;
     position: relative;
     height: 100vh;
     background-position: center;
}

#myCarousel .carousel-inner {
     min-height: 500px;
     position: relative;
}

#myCarousel .carousel-indicators {
     position: absolute;
     bottom: -70px;
     margin-left: 11px;
     right: inherit;
     left: 0;
}

#myCarousel .carousel-indicators .active {
     background: #0e0b01;
}

#myCarousel .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     border-radius: 40px;
     width: 22px;
     height: 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 10px;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
}

.banner_main .bluid h1 {
     color: #fff;
     font-size: 1em;
     line-height: 1em;
     font-weight: bold;
     padding-bottom: 0.5em;
}

.banner_main .bluid p {
     color: #fff;
     line-height: 25px;
     font-weight: 500;
     padding-bottom: 50px;
     font-size: 17px;
}

.banner_main .bluid .read_more {
     margin-right: 8px;
     background: #fff;
     color: #000;
}

.banner_main .bluid .read_more:hover {
     color: #fff;
     background: #0e0b01;
}

.carousel-image {
    float: right;
    width: 45vw
}

.carousel-item h1 {
    color: #fff !important;
    text-align: left;
}

.carousel-item p {
    color: #ffffffff;
    text-align: left;
}

.carousel-item ul {
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.carousel-item li {
    color: #ffffffff;
    font-size: 17px;
}

.carousel-item li::before {
    content: "\00a0\00a0\00a0\00a0- ";
}

.read_more {
     display: inline-block;
     background: #001366ff;
     color: #fff;
     max-width: 215px;
     height: 61px;
     line-height: 61px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #0e0b01;
     color: #fff;
     transition: ease-in all 0.5s;
}