﻿.carousel {
    margin: 0;
    /* padding: 0 40px 0px 25px; */
 
    width: 100%;
    background-color:#fff;
    display:flex;
}
/* Reposition the controls slightly */
.carousel-control {
    left: 550px;
    top: unset;
    background-color: unset;
}

    .carousel-control.right {
        right: 547px;
        background-color: unset;
    }
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
    /* Changes the colour of the indicators */
    .carousel-indicators li {
        background: #c0c0c0;
        /* margin-top: 3px; */
    }

    .carousel-indicators .active {
        background: #333333;
    }

.carousel-control {
    color: #15a2e0;
    text-decoration: none;
    opacity: 0.9;
    border: unset;
    filter: alpha(opacity=90);
}

.dialogue {
    height: 156px;
  
    width: 303px;
    background-repeat: no-repeat;
    margin-left: 12px;
    background-position: 75px 0px;
    background-size: 114px 94px;
    background-image: url('../image/dialogue.png');
}

#dialogueimg {
    width: auto;
}

.div11 img {
    /*height: 27px;
    float: left;
    margin-left: -10px;*/
}

.dialogue p {
    color: #ffffff;
    margin-top: 5px;
    font-size: 37px;
    padding: 17px;
    margin-left: 83px;
    /* text-align: center; */
}

#txtdialogue {
    color: #3d4852;
    margin-top: -48px;
    font-size: 21px;
    /* padding: 21px; */
    /* text-align: center; */
    margin-left: 32%;
    font-weight: 700;
}

.carousel-control:hover, .carousel-control:focus {
    color: unset;
}
