/*.carousel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    z-index:1;
}*/


.carousel-inner {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    overflow: hidden;
    height: 100%;
    max-height: 100vh;    
    width: 100%;
    /*display: flex;*/
}

    .carousel-inner img {
        width: 100%;
        height: 100%;
        min-height: 100%;
        /*max-height: 700px;*/
        /*object-fit: contain;*/
        /*object-fit: cover;*/
    }

.carousel-control.left {
    background-color: #c52d2f;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 9999991;
}

.carousel-control.right {
    background-color: #c52d2f;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index:9999991;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background-color: #008476;
}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}

    .carousel-control:hover {
        color: #000;
    }






.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

    .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0);
        /*border: 1px solid #FFF;*/
        left: -3px;
        top: -3px;
    }

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    /*border: 1px solid #c52d2f;*/
    position: relative;
}

    .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #c52d2f;
        /*border: 1px solid #c52d2f;*/
        left: -3px;
        top: -3px;
    }





.carousel .carousel-inner .item {
    /*width: 100%;   
    height: 700px;
    min-height: 700px;*/
    /*opacity: 0;*/
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}




.carousel-caption {
    position: absolute;
    bottom: 28%;
    left: 70%;
    float: right;
    display: inline-block;
    background: rgba(0, 66, 44, 0.4);
    padding: 6px;
    height: 170px;
    width: 300px;
    max-width: 500px;
    overflow-y: hidden;
    opacity: 0;
    font-size: unset;
}

/*#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}*/

.carousel .carousel-inner .item.active .carousel-caption {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}



.carousel-caption2 {
    position: absolute;
    top: 20%;
    left: 10%;
    float: right;
    display: inline-block;
    /*background: rgba(0, 66, 44, 0.7);*/
    background: rgba(0, 66, 44, 0.7);
    padding: 6px;
    height: 140px;
    width: 140px;
    max-width: 140px;
    overflow-y: hidden;
    opacity: 0.6;
    font-size: unset;
    border-radius: 50%;
    /*border: 6px solid rgba(224,196,132, 0.7);*/
    border: 6px solid rgba(224,196,132, 0.7);
}


/*#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}*/
.carousel .carousel-inner .item.active .carousel-caption2 {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}



/*.carousel-caption3 {
    position: absolute;
    top: 28%;
    left: 20%;
    float: right;
    display: inline-block;
    background: rgba(0, 66, 44, 0.7);
    padding: 6px;
    height: 100px;
    width: 100px;
    max-width: 100px;
    overflow-y: hidden;
    opacity: 0.6;
    font-size: unset;
    border-radius: 50%;
    border: 6px solid rgba(224,196,132, 0.7);
}*/


.carousel-caption3 {
    position: absolute;
    top: 28%;
    left: 20%;
    float: right;
    display: inline-block;
    background: rgba(0, 66, 44, 0.7);
    padding: 6px;
    height: 100px;
    width: 100px;
    max-width: 100px;
    overflow: hidden;
    opacity: 0.6;
    font-size: unset;
    border-radius: 50%;
    border: 6px solid rgba(224,196,132, 0.7);
}

/*#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}*/

.carousel .carousel-inner .item.active .carousel-caption3 {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}


/*.carousel-caption4 {
    position: absolute;
    top: 15.5%;
    left: 19.5%;
    float: right;
    display: inline-block;
    background: rgba(0, 66, 44, 0.7);
    padding: 6px;
    height: 90px;
    width: 90px;
    max-width: 90px;
    overflow-y: hidden;
    opacity: 0.6;
    font-size: unset;
    border-radius: 50%;
    border: 6px solid rgba(224,196,132, 0.7);
}*/

.carousel-caption4 {
    position: absolute;
    top: 15.5%;
    left: 19.5%;
    float: right;
    display: inline-block;
    background: rgba(0, 66, 44, 0.7);
    padding: 6px;
    height: 90px;
    width: 90px;
    max-width: 90px;
    overflow: hidden;
    opacity: 0.6;
    font-size: unset;
    border-radius: 50%;
    border: 6px solid rgba(224,196,132, 0.7);
}


/*#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}*/

.carousel .carousel-inner .item.active .carousel-caption4 {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}




.carousel-caption5 {
    position: absolute;
    top: 30%;
    left: 68%;
    right:20%;
    display: inline-block;
    text-align:center;
    background: none;
    padding: 0px;
    height: 90px;
    width: 90px;
    max-width: 90px;
    overflow: hidden;
    opacity: 0.6;
    /*font-size: unset;*/
    /*border-radius: 50%;*/
    border: none;
}


/*#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}*/

.carousel .carousel-inner .item.active .carousel-caption5 {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}


.carousel .carousel-inner .btn-slide {
    padding: 8px 12px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
}

.carousel .carousel-inner h2 {
    color: white;
    opacity: 0;
    font-size: unset;
}

.carousel .carousel-inner .item.active .carousel-caption2 h2 {
    color: white;
    opacity: 0;
    font-size: unset;
    text-align: center;   
    display: flex;
    align-items: center;
    /*padding:4px;*/
    height: 70px;
    overflow:hidden;
}

.carousel .carousel-inner .item.active .carousel-caption3 h2 {
    color: white;
    opacity: 0;
    font-size: unset;
    text-align: center;
    display: flex;
    align-items: center;
    /*padding: 4px;*/
    height: 38px;
    overflow: hidden;
}

.carousel .carousel-inner .item.active .carousel-caption4 h2 {
    color: white;
    opacity: 0;
    font-size: unset;
    text-align: center;
    display: flex;
    align-items: center;
    height: 30px;
    overflow: hidden;
}


.carousel .carousel-inner .item.active .carousel-caption5 h2 i {
    font-size: 40px;
    position: relative;
    color: rgba(224,196,132, 0.9);
}

    .carousel .carousel-inner .item.active .carousel-caption5 h2 i p {
        font-size:12px;
        position:absolute;
        margin:0px;
        padding:0px;
        top:50px;
        left:-12px;
        letter-spacing: 2px;
    }





/*.carousel-inner .item,
.carousel-inner .item.active,
.carousel-inner .item img {
    margin: auto;
    padding: 0px;
}*/
.active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

.active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

.active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

.active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}


@media screen and (max-width: 1364px) {
    .carousel-caption2 {
        position: absolute;
        top: 20%;
        left: 10%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 110px;
        width: 110px;
        max-width: 110px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 11px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 28%;
        left: 18.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 80px;
        width: 80px;
        max-width: 80px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 11px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 17.5%;
        left: 18.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 70px;
        width: 70px;
        max-width: 70px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel .carousel-inner .item.active .carousel-caption2 h2 {
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        /*padding:4px;*/
        height: 50px;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        /*padding: 4px;*/
        height: 26px;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position:absolute;
        top:-5px;
        left:-2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        /*display: flex;
        align-items: center;
        height: 20px;*/
        overflow: hidden;
        /*margin-bottom:20px;*/
        /*line-height:72px;*/
        /*padding-bottom:54px;*/
    }


}


@media screen and (max-width: 1230px) {
    .carousel-caption2 {
        position: absolute;
        top: 20%;
        left: 10%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 110px;
        width: 110px;
        max-width: 110px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 11px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 29.5%;
        left: 19.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 80px;
        width: 80px;
        max-width: 80px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 11px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 17.5%;
        left: 20.2%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 70px;
        width: 70px;
        max-width: 70px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    /*.carousel .carousel-inner .item.active .carousel-caption2 h2 {
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        height: 50px;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        height: 26px;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: -5px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        /*display: flex;
        align-items: center;
        height: 20px;
    }*/
}


@media screen and (max-width: 1092px) {
    .carousel-caption {
        position: absolute;
        bottom: 22%;
        left: 60%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 170px;
        width: 400px;
        max-width: 500px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel-caption2 {
        position: absolute;
        top: 20%;
        left: 10%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 110px;
        width: 110px;
        max-width: 110px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 11px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 32%;
        left: 21.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 80px;
        width: 80px;
        max-width: 80px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 11px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 17.5%;
        left: 22.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 70px;
        width: 70px;
        max-width: 70px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

}


@media screen and (max-width: 1000px) {
    .carousel-caption {
        position: absolute;
        bottom: 17%;
        left: 62%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 150px;
        width: 300px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel-caption5 {
        position: absolute;
        top: 25%;
        left: 68%;
        right: 20%;
        display: inline-block;
        text-align: center;
        background: none;
        padding: 0px;
        height: 90px;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        opacity: 0.6;
        /*font-size: unset;*/
        /*border-radius: 50%;*/
        border: none;
    }


    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 14px;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px 10px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        margin-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 11px;
    }
}


@media screen and (max-width:880px) {
    .carousel-caption {
        position: absolute;
        bottom: 12%;
        left: 60%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 150px;
        width: 200px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 12px;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px 10px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        margin-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 11px;
    }

    .carousel-caption2 {
        position: absolute;
        top: 24%;
        left: 10%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 100px;
        width: 100px;
        max-width: 100px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 40%;
        left: 21.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 75px;
        width: 75px;
        max-width: 75px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 21.5%;
        left: 22.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 65px;
        width: 65px;
        max-width: 65px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 6px solid rgba(224,196,132, 0.7);
    }

    .carousel .carousel-inner .item.active .carousel-caption2 h2 {
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        /*padding:4px;*/
        height: 40px;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: -2px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        /*padding: 4px;*/
        /*height: 26px;*/
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: -8px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        /*display: flex;
        align-items: center;
        height: 20px;*/
        overflow: hidden;
        /*margin-bottom:20px;*/
        /*line-height:72px;*/
        /*padding-bottom:54px;*/
    }
}


@media screen and (max-width: 754px) {
   .carousel-caption2 {
        position: absolute;
        top: 34%;
        left: 11%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 100px;
        width: 100px;
        max-width: 100px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 52%;
        left: 25.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 75px;
        width: 75px;
        max-width: 75px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 32%;
        left: 27%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 65px;
        width: 65px;
        max-width: 65px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption5 {
        position: absolute;
        top: 22%;
        left: 68%;
        right: 20%;
        display: inline-block;
        text-align: center;
        background: none;
        padding: 0px;
        height: 90px;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        opacity: 0.6;
        /*font-size: unset;*/
        /*border-radius: 50%;*/
        border: none;
    }


    .carousel .carousel-inner .item.active .carousel-caption5 h2 i {
        font-size: 30px;
        position: relative;
        color: rgba(224,196,132, 0.9);
    }

        .carousel .carousel-inner .item.active .carousel-caption5 h2 i p {
            font-size: 11px;
            position: absolute;
            margin: 0px;
            padding: 0px;
            top: 37px;
            left: -12px;
            letter-spacing: 2px;
        }



    /*.carousel .carousel-inner .item.active .carousel-caption2 h2 {
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        height: 40px;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: -2px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: -8px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        overflow: hidden;
    }*/
}

/*@media screen and (max-width: 580px) {
    .carousel-caption {
        position: absolute;
        bottom: 5%;
        left: 60%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 120px;
        width: 200px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px 10px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        margin-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 10px;
        margin-top:2px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 11px;
        padding:2px;
        margin:0;
    }

    
}*/



@media screen and (max-width: 580px) {
    .carousel-caption {
        position: absolute;
        bottom: 2%;
        left: 60%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 100px;
        width: 200px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px 10px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        margin-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 10px;
        margin-top: 2px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 11px;
        padding: 2px;
        margin: 0;
    }

    .carousel-caption2 {
        position: absolute;
        top: 34%;
        left: 19.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 75px;
        width: 75px;
        max-width: 90px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 9px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 53%;
        left: 32.1%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 65px;
        width: 65px;
        max-width: 65px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 9px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 32%;
        left: 35%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 60px;
        width: 60px;
        max-width: 60px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 9px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel .carousel-inner .item.active .carousel-caption2 h2 {
        position: absolute;
        top: 10px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        /*height: 40px;*/
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: 16px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: 8px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        overflow: hidden;
    }

    .carousel-indicators {
        position: absolute;
        left: 60px;
        bottom: 4%;
        /*float:left;
        text-align:left;
        max-width: 200px;*/
    }

        .carousel-indicators li {
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 10px 0 0;
            position: relative;
        }

            .carousel-indicators li:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0);
                /*border: 1px solid #FFF;*/
                left: -3px;
                top: -3px;
            }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            background-color: #c52d2f;
            margin: 0 15px 0 0;
            /*border: 1px solid #c52d2f;*/
            position: relative;
        }

            .carousel-indicators .active:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: #c52d2f;
                /*border: 1px solid #c52d2f;*/
                left: -3px;
                top: -3px;
            }
}





@media screen and (max-width: 430px) {
    .carousel-caption {
        position: absolute;
        bottom: 1%;
        left: 60%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 90px;
        width: 150px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel-caption5 {
        position: absolute;
        top: 22%;
        left: 68%;
        right: 20%;
        display: inline-block;
        text-align: center;
        background: none;
        padding: 0px;
        height: 90px;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        opacity: 0.6;
        /*font-size: unset;*/
        /*border-radius: 50%;*/
        border: none;
    }


    .carousel .carousel-inner .item.active .carousel-caption5 h2 i {
        font-size: 20px;
        position: relative;
        color: rgba(224,196,132, 0.9);
    }

        .carousel .carousel-inner .item.active .carousel-caption5 h2 i p {
            font-size: 10px;
            position: absolute;
            margin: 0px;
            padding: 0px;
            top: 30px;
            left: -12px;
            letter-spacing: 2px;
        }

    .carousel .carousel-inner .btn-slide {
        padding: 4px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        font-size: 9px;
        margin-top: 1px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 10px;
        padding: 2px;
        margin: 0;
        font-size: 10px;
    }




    .carousel-indicators {
        position: absolute;
        left: 60px;
        bottom: 4%;
        /*float:left;
        text-align:left;
        max-width: 200px;*/
    }

        .carousel-indicators li {
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 10px 0 0;
            position: relative;
        }

            .carousel-indicators li:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0);
                /*border: 1px solid #FFF;*/
                left: -3px;
                top: -3px;
            }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            background-color: #c52d2f;
            margin: 0 15px 0 0;
            /*border: 1px solid #c52d2f;*/
            position: relative;
        }

            .carousel-indicators .active:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: #c52d2f;
                /*border: 1px solid #c52d2f;*/
                left: -3px;
                top: -3px;
            }

    .carousel-caption2 {
        position: absolute;
        top: 34%;
        left: 22.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 70px;
        width: 70px;
        max-width: 90px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 8px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 53%;
        left: 38.1%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 60px;
        width: 60px;
        max-width: 65px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 8px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 30%;
        left: 42%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 55px;
        width: 55px;
        max-width: 60px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 8px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    /*.carousel .carousel-inner .item.active .carousel-caption2 h2 {
        position: absolute;
        top: 10px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: 16px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: 8px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        overflow: hidden;
    }*/
}



@media screen and (max-width: 370px) {
    .carousel-caption {
        position: absolute;
        bottom: 1%;
        left: 37%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 90px;
        width: 140px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px 7px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        margin-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 9px;
        margin-top: 1px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 10px;
        padding: 2px;
        margin: 0;
    }

    .carousel-caption2 {
        position: absolute;
        top: 12%;
        left: 12.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 70px;
        width: 70px;
        max-width: 90px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 8px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 33%;
        left: 32%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 60px;
        width: 60px;
        max-width: 65px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 8px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 5%;
        left: 33%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 55px;
        width: 55px;
        max-width: 60px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 8px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    /*.carousel .carousel-inner .item.active .carousel-caption2 h2 {
        position: absolute;
        top: 10px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: 16px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: 8px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        overflow: hidden;
    }*/
}



@media screen and (max-width: 330px) {   
    .carousel-caption2 {
        position: absolute;
        top: 1%;
        left: 1.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 60px;
        width: 60px;
        max-width: 60px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 7px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 30%;
        left: 15%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 50px;
        width: 50px;
        max-width: 50px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 7px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 5%;
        left: 24%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 45px;
        width: 45px;
        max-width: 45px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 7px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel .carousel-inner .item.active .carousel-caption2 h2 {
        position: absolute;
        top: 7px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: 10px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: 2px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        overflow: hidden;
    }

    .carousel-caption5 {
        position: absolute;
        top: 17%;
        left: 68%;
        right: 20%;
        display: inline-block;
        text-align: center;
        background: none;
        padding: 0px;
        height: 90px;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        opacity: 0.6;
        /*font-size: unset;*/
        /*border-radius: 50%;*/
        border: none;
    }


    .carousel .carousel-inner .item.active .carousel-caption5 h2 i {
        font-size: 15px;
        position: relative;
        color: rgba(224,196,132, 0.9);
    }

        .carousel .carousel-inner .item.active .carousel-caption5 h2 i p {
            font-size: 8px;
            position: absolute;
            margin: 0px;
            padding: 0px;
            top: 22px;
            left: -12px;
            letter-spacing: 2px;
        }
}


@media screen and (orientation:landscape) and (max-width: 991px) {
    .carousel-caption {
        position: absolute;
        bottom: 10%;
        left: 60%;
        transform: translate(-50%, 0);
        float: unset;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 140px;
        width: 240px;
        max-width: 340px;
        overflow-y: hidden;
        opacity: 0;
        font-size: 12px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 12px;
    }

    .carousel-indicators {
        position: absolute;
        left: 60px;
        bottom: 4%;
        /*float:left;
        text-align:left;
        max-width: 200px;*/
    }

        .carousel-indicators li {
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 10px 0 0;
            position: relative;
        }

            .carousel-indicators li:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0);
                /*border: 1px solid #FFF;*/
                left: -3px;
                top: -3px;
            }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            background-color: #c52d2f;
            margin: 0 15px 0 0;
            /*border: 1px solid #c52d2f;*/
            position: relative;
        }

            .carousel-indicators .active:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: #c52d2f;
                /*border: 1px solid #c52d2f;*/
                left: -3px;
                top: -3px;
            }
}





@media screen and (orientation:landscape) and (max-height: 450px) {
    .carousel-caption {
        position: absolute;
        bottom: 60%;
        left: 50%;
        transform: translate(-50%, 0);
        float: unset;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 100px;
        width: 200px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px 10px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        margin-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 10px;
        margin-top: 2px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 11px;
        padding: 2px;
        margin: 0;
    }

    .carousel .carousel-inner .item.active .carousel-caption2 h2 {
        position: absolute;
        top: 24px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: 20px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: 12px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        overflow: hidden;
    }

    .carousel-caption5 {
        position: absolute;
        top: 30%;
        left: 70%;
        right: 10%;
        display: inline-block;
        text-align: center;
        background: none;
        padding: 0px;
        height: 90px;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        opacity: 0.6;
        /*font-size: unset;*/
        /*border-radius: 50%;*/
        border: none;
    }


    .carousel .carousel-inner .item.active .carousel-caption5 h2 i {
        font-size: 40px;
        position: relative;
        color: rgba(224,196,132, 0.9);
    }

        .carousel .carousel-inner .item.active .carousel-caption5 h2 i p {
            font-size: 12px;
            position: absolute;
            margin: 0px;
            padding: 0px;
            top: 50px;
            left: -12px;
            letter-spacing: 2px;
        }


}



@media screen and (orientation:landscape) and (max-width: 700px) and (max-height: 450px) {

    /*.carousel-caption {
        position: absolute;
        bottom: 20%;
        left: 80%;
        transform: translate(-50%, 0);
        float: unset;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 90px;
        width: 180px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }*/

    .carousel-caption2 {
        position: absolute;
        top: 34%;
        left: 6%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 100px;
        width: 100px;
        max-width: 100px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 52%;
        left: 20.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 75px;
        width: 75px;
        max-width: 75px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 32%;
        left: 22%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 65px;
        width: 65px;
        max-width: 65px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

   

    .carousel .carousel-inner .btn-slide {
        padding: 4px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        font-size: 9px;
        margin-top: 1px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 10px;
        padding: 2px;
        margin: 0;
        font-size: 10px;
    }


    .carousel-indicators {
        position: absolute;
        left: 60px;
        bottom: 4%;
        /*float:left;
        text-align:left;
        max-width: 200px;*/
    }

        .carousel-indicators li {
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 10px 0 0;
            position: relative;
        }

            .carousel-indicators li:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0);
                /*border: 1px solid #FFF;*/
                left: -3px;
                top: -3px;
            }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            background-color: #c52d2f;
            margin: 0 15px 0 0;
            /*border: 1px solid #c52d2f;*/
            position: relative;
        }

            .carousel-indicators .active:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: #c52d2f;
                /*border: 1px solid #c52d2f;*/
                left: -3px;
                top: -3px;
            }


    .carousel .carousel-inner .item.active .carousel-caption2 h2 {
        position: absolute;
        top: 24px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption3 h2 {
        position: absolute;
        top: 20px;
        left: -1px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .carousel .carousel-inner .item.active .carousel-caption4 h2 {
        position: absolute;
        top: 12px;
        left: -2px;
        color: white;
        opacity: 0;
        font-size: unset;
        text-align: center;
        overflow: hidden;
    }

    .carousel-caption5 {
        position: absolute;
        top: 27%;
        left: 72%;
        right: 20%;
        display: inline-block;
        text-align: center;
        background: none;
        padding: 0px;
        height: 90px;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        opacity: 0.6;
        /*font-size: unset;*/
        /*border-radius: 50%;*/
        border: none;
    }


    .carousel .carousel-inner .item.active .carousel-caption5 h2 i {
        font-size: 30px;
        position: relative;
        color: rgba(224,196,132, 0.9);
    }

        .carousel .carousel-inner .item.active .carousel-caption5 h2 i p {
            font-size: 10px;
            position: absolute;
            margin: 0px;
            padding: 0px;
            top: 40px;
            left: -12px;
            letter-spacing: 2px;
        }



 
}

@media screen and (orientation:landscape) and (max-width: 700px) and (max-height: 270px) {

    .carousel-caption {
        position: absolute;
        bottom: 54%;
        left: 50%;
        transform: translate(-50%, 0);
        float: unset;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 90px;
        width: 180px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel-caption2 {
        position: absolute;
        top: 29%;
        left: 6%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 100px;
        width: 100px;
        max-width: 100px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption3 {
        position: absolute;
        top: 47%;
        left: 20.5%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 75px;
        width: 75px;
        max-width: 75px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }

    .carousel-caption4 {
        position: absolute;
        top: 27%;
        left: 22%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 65px;
        width: 65px;
        max-width: 65px;
        overflow-y: hidden;
        opacity: 0.6;
        font-size: 10px;
        border-radius: 50%;
        border: 4px solid rgba(224,196,132, 0.7);
    }


    .carousel .carousel-inner .btn-slide {
        padding: 4px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        font-size: 9px;
        margin-top: 1px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 10px;
        padding: 2px;
        margin: 0;
        font-size: 10px;
    }


    .carousel-indicators {
        position: absolute;
        left: 60px;
        bottom: 4%;
        /*float:left;
        text-align:left;
        max-width: 200px;*/
    }

        .carousel-indicators li {
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 10px 0 0;
            position: relative;
        }

            .carousel-indicators li:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0);
                /*border: 1px solid #FFF;*/
                left: -3px;
                top: -3px;
            }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            background-color: #c52d2f;
            margin: 0 15px 0 0;
            /*border: 1px solid #c52d2f;*/
            position: relative;
        }

            .carousel-indicators .active:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: #c52d2f;
                /*border: 1px solid #c52d2f;*/
                left: -3px;
                top: -3px;
            }
}


@media screen and (orientation:landscape) and (max-width: 580px) and (max-height: 252px) {

    .carousel-caption {
        position: absolute;
        bottom: 44%;
        left: 60%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 90px;
        width: 180px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        font-size: 9px;
        margin-top: 1px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 10px;
        padding: 2px;
        margin: 0;
        font-size: 10px;
    }


    .carousel-indicators {
        position: absolute;
        left: 60px;
        bottom: 4%;
        /*float:left;
        text-align:left;
        max-width: 200px;*/
    }

        .carousel-indicators li {
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 10px 0 0;
            position: relative;
        }

            .carousel-indicators li:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: rgba(0, 0, 0, 0);
                /*border: 1px solid #FFF;*/
                left: -3px;
                top: -3px;
            }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            background-color: #c52d2f;
            margin: 0 15px 0 0;
            /*border: 1px solid #c52d2f;*/
            position: relative;
        }

            .carousel-indicators .active:after {
                position: absolute;
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background: #c52d2f;
                /*border: 1px solid #c52d2f;*/
                left: -3px;
                top: -3px;
            }

    .carousel-caption5 {
        position: absolute;
        top: 25%;
        left: 75%;
        right: 20%;
        display: inline-block;
        text-align: center;
        background: none;
        padding: 0px;
        height: 90px;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        opacity: 0.6;
        /*font-size: unset;*/
        /*border-radius: 50%;*/
        border: none;
    }


    .carousel .carousel-inner .item.active .carousel-caption5 h2 i {
        font-size: 25px;
        position: relative;
        color: rgba(224,196,132, 0.9);
    }

        .carousel .carousel-inner .item.active .carousel-caption5 h2 i p {
            font-size: 9px;
            position: absolute;
            margin: 0px;
            padding: 0px;
            top: 30px;
            left: -12px;
            letter-spacing: 2px;
        }



    /*.carousel-caption {
        position: absolute;
        bottom: 40%;
        left: 50%;
        transform: translate(-50%, 0);
        float: unset;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        padding-bottom: 10px;
        height: 90px;
        width: 160px;
        max-width: 200px;
        overflow-y: hidden;
        opacity: 0;
    }

    .carousel .carousel-inner .btn-slide {
        padding: 4px 10px;
        background: #c52d2f;
        color: #fff;
        border-radius: 4px;
        margin-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 10px;
        margin-top: 2px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 10px;
        padding: 2px;
        margin: 0;
    }*/
}


/*@media screen and (orientation:landscape) and (max-height: 500px) {
    .carousel-caption {
        position: absolute;
        bottom: 50%;
        left: 67%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 6px;
        height: 170px;
        width: 300px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
        font-size: 12px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 12px;
    }
}


@media screen and (orientation:landscape) and (max-height: 385px) {
    .carousel-caption {
        position: absolute;
        bottom: 68%;
        left: 67%;
        float: right;
        display: inline-block;
        background: rgba(0, 66, 44, 0.7);
        padding: 2px;
        height: 170px;
        width: 300px;
        max-width: 400px;
        overflow-y: hidden;
        opacity: 0;
        font-size: 11px;
    }

    .carousel .carousel-inner h2 {
        color: white;
        opacity: 0;
        font-size: 11px;
    }
}*/

