/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 14:11:32 */
.site-banner {
            position: relative;
        }

        .site-banner img {
            width: 100vw;
            height: 100vh;
            object-fit: cover;
        }

        .site-banner .item {
            position: relative;
        }

        .site-banner .item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
        }

        .banner-caption {
            position: relative;
            top: 0;
            left: 0;
            background: -webkit-linear-gradient(rgba(87, 185, 168, 0.8),
                    rgba(13, 45, 98, 0.8));
            background: -moz-linear-gradient(rgba(87, 185, 168, 0.8),
                    rgba(13, 45, 98, 0.8));
            background: -ms-linear-gradient(rgba(87, 185, 168, 0.8),
                    rgba(13, 45, 98, 0.8));
            background: -o-linear-gradient(rgba(87, 185, 168, 0.8),
                    rgba(13, 45, 98, 0.8));
            background: linear-gradient(rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
            width: 100%;
            height: 100vh;
            z-index: 1;
            padding-bottom: 100px;
        }

        .banner-caption::before {
            content: "";
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .banner-caption .container {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-self: center;
            height: 100%;
            flex: 1;
            margin-top: 60px;
        }

        .banner-caption .banner-title {
            margin: 0 auto;
            color: #fff;
            font-size: 4.1667em;
            font-weight: 700;
            line-height: 1.2;
            width: 100%;
        }

        .banner-caption .banner-desc {
            font-weight: 600;
            color: #fff;
            letter-spacing: 0.8px;
            font-size: 1.223em;
            margin: 10px 0 0 0;
        }

        .banner-caption .btn-wrap {
            margin-top: 70px;
        }

        .banner-caption .banner-countdown {
            width: 90%;
            margin: 80px auto 0 auto;
            padding: 0;
            display: flex;
            justify-content: center;
            flex-flow: row wrap;
        }

        .countdown-wrap {
            display: flex;
            width: 130px;
            color: #fff;
            padding: 0 30px;
            position: relative;
            flex: auto;
            flex-direction: column;
            justify-content: center;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 5px;
            min-height: 160px;
            margin-right: 10%;
        }

        .countdown-wrap:last-child {
            margin-right: 0;
        }

        .countdown-wrap::before,
        .countdown-wrap::after {
            content: "";
            background: rgba(255, 255, 255, 0.75);
            width: 8px;
            height: 8px;
            border-radius: 100%;
            position: absolute;
            top: 45%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -50px;
        }

        .countdown-wrap::after {
            top: 55%;
        }

        .countdown-wrap:last-child::before,
        .countdown-wrap:last-child::after {
            display: none;
        }

        .countdown-wrap span {
            font-size: 3.4446em;
            font-weight: 700;
            display: table;
            line-height: 1;
            margin-bottom: 10px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.2);
            padding-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
        }

        .countdown-wrap .smalltext {
            font-size: 1em;
            font-weight: 400;
            line-height: 1.2;
        }