        /********** Template CSS **********/
        /*** Button ***/
        /*** Carousel ***/
        
        .btn-primary {
            color: #fff;
            background-color: #D5B981;
            border-color: #D5B981;
        }
        
        .btn-outline-light {
            color: #f8f9fa;
            border-color: #D5B981;
        }
        
        .carousel-caption {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: rgba(9, 30, 62, .7); */
            z-index: 1;
        }
        
        @media (max-width: 576px) {
            .carousel-caption h5 {
                font-size: 14px;
                font-weight: 500 !important;
            }
            .carousel-caption h1 {
                font-size: 30px;
                font-weight: 600 !important;
            }
        }
        
        .carousel-control-next_1 {
            width: 10%;
        }
        
        .carousel-control-next_1 {
            right: 0;
        }
        
        .carousel-control-prev_1,
        .carousel-control-next_1 {
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 10%;
            padding: 0;
            color: #ffffff;
            text-align: center;
            background: none;
            border: 0;
            opacity: .5;
            flex-direction: column;
            align-content: center;
            justify-content: space-evenly;
            align-items: stretch;
        }
        
        .carousel-control-prev_1 {
            left: 0;
        }
        
        .carousel-control-next_1-icon {
            width: 3rem;
            height: 3rem;
        }
        
        .carousel-control-prev_1-icon,
        .carousel-control-next-1-icon {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: 100% 100%;
        }