.right-design {
    position: absolute;
    right: 0px;
    top: 20%;
    z-index: -1;
}
section {
    min-height: 100vh;
}
.img-logo {
    height: 80px;
    margin: 20px auto;
}
.menu-nav li {
    color: white;
    background: linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -webkit-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -moz-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -ms-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    background: -o-linear-gradient(to bottom right, #715524 0%, #b3977a 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    }
.carousel-indicators {
    bottom: 25px;
}
.carousel-indicators li {
    border-color: #9F865E;
    margin: 1px 5px;
}
.my-carousel {
    /*margin: 60px 60px;*/
    margin-bottom: 0px;
}
.carousel figure {
    margin: 0px auto;
    padding: 15px;
}
.carousel figure .banner-slider__container {
    background: #242d4a;
    min-height: 350px;
    box-shadow: 0px 0px 30px 5px rgba(74, 74, 74, 0.25);
    display: table;
    width: 100%;
    text-align: center;
}
.banner-slider__content {
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
}
.banner-slider__content img {
    margin: auto;
}
.banner-slider__content h1 {
    font-style: normal !important;
}
.banner-slider__content p {
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 0px 5rem;
}
.banner-slider__content span {
    font-style: normal !important;
}
.first-banner__para {
    font-family: 'Walburn-Italic-2' !important;
    color: #9F865E !important;    
    font-size: 2rem !important;
}
.carousel-item__detail {
    text-align: center;
    padding: 6rem;
    padding-bottom: 0;
    color: #9F865E;
}
.item .member-name {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
}
.carousel-item__detail .member-name {
    text-decoration: underline;
    letter-spacing: 2px;
}
.carousel-indicators .active {
    background-color: #9F865E;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control .carousel-left {
    height: 48px;
    position: absolute;
    top: 32%;
    left: -40px;
}
.carousel-control .carousel-right {
    height: 48px;
    position: absolute;
    top: 32%;
    right: -40px;
}
.quote-type {
    padding: 0 0 4rem;
}
.quote-type a {
    color: #9F865E;
    padding: 0px 10px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    text-decoration: underline;
}
.banner-slider__content span {
    display: block;
}
@media only screen and (max-width: 550px) and (orientation:portrait) {
    .carousel figure {
        margin: 30px 10px;
        padding: 15px;
    }
    .my-carousel {
        margin: 0px;
    }
    .carousel-indicators {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .banner-slider__content p {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 0px 2rem;
    }
    .first-banner__para {
        line-height: 1.6rem !important;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 7px;
        height: 7px;
    }
    .img-logo {
        height: 60px;
    }
    .right-design,
    .left-design,
    .right-design1,
    .left-design1 {
        height: 18rem;
    }
    .banner-slider__content h1 {
        font-size: 2.4rem;
    }
    .first-banner__para {
        font-size: 2rem !important;
    }
    .carousel-item__detail {
        padding: 0rem;
    }
    .carousel-control .carousel-left {
        height: 30px;
        position: absolute;
        top: 35%;
        left: -10px;
    }
    .carousel-control .carousel-right {
        height: 30px;
        position: absolute;
        top: 35%;
        right: -10px;
    }
    .banner-slider__content img {
        width: 70%;
    }
    .banner-slider__content span {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 768px) {
    .banner-slider__content p {
        margin: 0rem;
    }
    .banner-slider__content p>br {
        display: none;
    }
    .banner-slider__content h2 {
        font-size: 22px;
        margin: 5px 0;
    }
    .carousel figure .banner-slider__container {
        padding: 50px 10px;
    }
    .carousel figure .banner-slider__container {
        background: #242d4a;
        height: 60vh;
    }
}