﻿
        @import url('https://fonts.googleapis.com/css?family=Raleway:400,700,800,900&display=swap');
        @import url('https://fonts.googleapis.com/css?family=Raleway:100,400,700,800,900|Roboto+Slab&display=swap');

        * {
            margin: 0;
            padding: 0;
            font-size: 15px;
            font-family: 'Raleway', sans-serif;
        }

        h2 {
            font-family: 'Roboto Slab', serif;
            font-weight: bold;
            font-size: 38px;
            line-height: 60px;
        }

        .dropdown-menu.show {
            right: 0 !important;
            left: auto !important;
        }

        .dropdown-item {
            white-space: pre-wrap !important;
        }

        .navv {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
            background: #fff;
            box-shadow: #555 2px 2px 6px;
        }

        ul {
            margin: 0;
            padding: 0;
        }

            ul li {
                list-style: none;
                text-align: left;
            }

        a {
            text-decoration: none;
        }

            a:hover {
                text-decoration: none;
            }

        img {
            max-width: 100%;
        }

        header {
            display: flex;
            justify-content: space-between;
            padding: 15px 40px;
            background: #fff;
            align-items: center;
        }

        .logo a {
            color: #21ab64;
            font-size: 30px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .main-nav ul {
            display: flex;
            justify-content: space-between;
        }

            .main-nav ul li {
                padding: 0 15px;
            }

                .main-nav ul li a {
                    color: #000;
                    font-size: 15px;
                    text-transform: capitalize;
                    position: relative;
                    padding: 10px 0;
                    display: block;
                    transition: all 0.3s ease-in-out;
                }

                    .main-nav ul li a:after {
                        position: absolute;
                        content: "";
                        height: 4px;
                        width: 0;
                        background: #21ab64;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        bottom: -16px;
                        transition: all 0.3s ease-in-out;
                    }

                    .main-nav ul li a:hover:after {
                        width: 100%;
                        transition: all 0.3s ease-in-out;
                    }

                    .main-nav ul li a:hover {
                        color: #21ab64;
                        transition: all 0.3s ease-in-out;
                    }

        #search-form {
            position: absolute;
            top: -5px;
            right: 0;
            width: 100%;
            display: none;
        }

        .search-li {
            position: relative;
        }

        #search-form input {
            width: 0;
            border: none;
        }

        .opensearch #search-form input {
            width: 100%;
            right: 0;
            padding: 7px;
            border-radius: 3px;
            border: 1px solid#eaeaea;
        }

        .search-li button {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 18px;
            color: #fff;
            vertical-align: middle;
            display: none;
        }

            .search-li button i {
                cursor: pointer;
            }

        .opensearch #search-form {
            width: 560px;
            transition: all 0.4s ease-in-out;
        }

        #s-btn {
            position: absolute;
            top: 0px;
            right: 0;
            color: #000;
        }

        #s-btn {
            position: absolute;
            top: 4px;
            right: 10px;
            color: #21ab64;
            display: none;
        }

        li.login-si-li a {
            border: 1px solid #21ab64;
            color: #21ab64 !important;
            padding: 7px 15px !important;
            border-radius: 20px;
            font-size: 14px !important;
            vertical-align: middle;
        }

            li.login-si-li a i {
                margin-right: 5px;
            }

        .first-li {
            margin-left: 20px;
        }

        li.login-si-li {
            padding: 0 5px !important;
        }

            li.login-si-li a:after {
                display: none;
            }

        .login-si-li a:hover {
            background: #21ab64;
            transition: all 0.3s ease-in-out;
            color: #fff !important;
        }


        #parallax-window {
            height: 350px;
            position: relative;
            display: flex;
            align-items: center;
        }

            #parallax-window .container {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            #parallax-window:after {
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                background: #000;
                top: 0;
                left: 0;
                opacity: 0.5;
                z-index: -1;
            }

        .banner-holder {
            width: 100%;
        }

        .right-form {
            display: none;
            float: right;
            width: 350px;
            background: #FFFFFE;
            padding: 30px;
            border-radius: 5px;
        }

            .right-form.active {
                display: block;
            }

        .form-control {
            height: 44px;
            padding-left: 20px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #21ab64;
        }

        .btn-default {
            background: #21ab64;
            padding: 10px 20px;
            color: #fff;
            width: 100%;
        }

            .btn-default:hover {
                color: #fff;
            }

        .left-box {
            color: #fff;
        }

            .left-box p {
                margin: 40px 0;
                font-size: 18px;
                color: #fff;
            }

.benn-btn {
    display: inline-block;
    background: #f48534;
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    letter-spacing: 1px;
}
    .benn-btn:hover {
        display: inline-block;
        background: #fb6e06;
        color: #fff !important;
        border: none;
        padding: 10px 30px;
        border-radius: 20px;
        letter-spacing: 1px;
        text-decoration:none;
    }

        .left-box a i {
            margin-left: 5px;
            transition: all 0.3s ease-in-out;
        }

        .left-box a:hover i {
            margin-left: 10px;
            transition: all 0.3s ease-in-out;
        }


        .popular-events {
            margin: 50px 0;
        }

        .main-heading {
            text-transform: capitalize;
            padding-bottom: 10px;
            margin-bottom: 50px;
            position: relative;
        }

            .main-heading span {
                font-family: 'Roboto Slab', serif;
                font-weight: bold;
                font-size: 38px;
                line-height: 60px;
                color: #f48534;
            }

h2.main-heading:after {
    position: absolute;
    content: "";
    height: 5px;
    bottom: 0;
    width: 100px;
    background: #000;
    left: 0;
}


        .events-box {
            box-shadow: 0px 0px 10px #eaeaea;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
            border-radius: 5px;
            margin-bottom: 15px;
        }

        .down-sec {
            padding: 0 15px 15px 15px;
           
        }
            .down-sec h4 {
                color: #fff;
            }

        figure {
            margin: 0;
        }

        h3 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 15px;
        }

p.location-time {
    color: #000;
}

            p.location-time span {
                font-size: 13px;
                color:#fff;
                display: block;
                margin-bottom: 5px;
            }

                p.location-time span i {
                    color: #f48534;
                    margin-right: 8px;
                }

        .bottom-sec {
            padding: 0px 0 10px 0;
           
        }

.small-btn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 6px 20px;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.events-box:hover .small-btn {
    background: #fb6e06;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
}

        .events-box:hover img {
            transform: scale(1.1, 1.1);
            transition: all 0.3s ease-in-out;
        }

        .events-box img {
            transition: all 0.3s ease-in-out;
        }

        .bottom-sec strong {
            display: block;
            font-size: 20px;
        }

            .bottom-sec strong span {
                color: #f48534;
                font-size: 24px;
            }

        .bottom-btn {
            margin-top: 40px;
        }

        .open-nav,
        .close-nav {
            display: none;
        }





        /* media css start here */

        @media (max-width: 992px) {

            .open-nav,
            .close-nav {
                display: block;
            }

            nav.main-nav {
                position: fixed;
                background: #ccc;
                height: 100vh;
                top: 0;
                z-index: 99;
                left: 0;
            }
        }

        .overlay {
            position: fixed;
            background: #4646462b;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 100;
        }

        .dot {
            background: tomato;
        }

            .dot, .dot:after {
                display: inline-block;
                width: 2em;
                height: 2em;
                border-radius: 50%;
                animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
            }

                .dot:after {
                    --o: 1;
                    background: currentcolor;
                    content: '';
                }

        @keyframes a {
            0%, 50% {
                transform: scale(0);
            }
        }
