
        .carousel-container {
            width: 90%;
            margin: 0 auto;
        }

        .carousel-item {
            min-height: 300px;
        }

        .carousel-item-birthday {
            min-height: 300px;
        }

        .owl-carousel-birthday {
            min-height: 372px;
        }

        .owl-item {
            background: transparent;
        }

        .btn-animate {
            position: fixed;
            right: 20px;
            z-index: 999;
        }

        .fa,
        .fab,
        .fad,
        .fal,
        .far,
        .fas {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1
        }

        .fa-angle-double-right:before {
            content: "\f101";
            display: block;
        }

        @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
            .r-footer {
                text-align: right;
                padding-left: -29px;
                position: relative;
                left: -97px;
            }
        }

        @media (min-width: 768px) and (max-width: 1080px) {
            .content-area {
                display: block;
            }
        }

        @media screen and (max-width: 640px) {
            h1 br {
                display: none;
            }
        }

        @media (min-width: 320px) and (max-width: 767px) {
            .r-footer {
                display: none;
            }
        }
 