.banner .carousel {
/*  background:#007aeb;*/
}

/*
Forces image to be 100% width and not max width of 100%
*/
.banner .carousel-item .img-fluid {
  width:100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.banner .carousel-item a {
  display: block;
  width:100%;
}
.banner .carousel-caption{
    position: absolute;
    top: 25%;
    left: 6%;
    text-align: left;
    padding: 30px 60px;
    max-width: 450px;
    height: 270px;
    border: 3px solid #fff;
    border-top: none;
}
.banner .carousel-caption span{
  background: #21b08f;
  border: 2px solid #21b08f !important;
    color: #fff;
    font-style: italic;
    font-weight:700;
    width: 180px;
    
}
.banner .carousel-caption span:hover{
    color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.45);
}

.banner .carousel-caption p{
    font-weight:700;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-align: left;
    padding-bottom: 20px;
}
.banner .carousel-caption:before{
    content: '';
    position: absolute;
     top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background: #fff;
}
.banner .carousel-caption:after{
    content: '';
    position: absolute;
     top: 0;
    right: 0;
    width: 130px;
    height: 3px;
    background: #fff;
}
.banner .carousel-indicators li {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    
}
