﻿@charset "utf-8";
/* CSS Document */


body, p, li {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: justify;
    /*line-height: 24px;*/
    margin: 0;
    padding: 0;
}

h1 {
    margin-top: 0 !important;
    font-size: 30px !important;
    font-weight: 100 !important;
}
img.img-responsive {
    width: 400px;
}

img {
    width: auto;
}

.event-tabs li {
    width: 25%;
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

    .sticky + .content {
        padding-top: 90px;
    }


.full-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}

.main-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    overflow:hidden;
}

/*.banner {
    background: url(/images/features/bannerbg-4.jpg) no-repeat;
    height: 650px;
    max-width: 100%;
    background-size: 100%;
    background-size: cover;
    overflow: hidden;
    padding:0px;
    margin:0px;
background-size:100% 100%;
}*/
/*.myleft-wrapper {
    height: 400px;
    width: 50%;
    float: left;
    opacity: 0.5;
    background-color: black;
    padding: 5px 5px 5px 5px;
    margin: 20px 20px 20px 20px;
}*/
.qodef_angled_shape.qodef_svg_top {
    top: 530px;
}
    .qodef_angled_shape {
    position: absolute;
    z-index: 20;
   display: block;
}
    .left_wrapper {
    float: left;
    width: 40%;
    margin-top: 10%;
    background: #222; 
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 10px;
    opacity: 0.7;
    position:absolute;
    min-height:100px;
}
    .img-belt{
    height: 100px;
    width: 90px !important;
}
    .left_wrapper h2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        margin-top: 5%;
        position:relative;
    }

    .left_wrapper h3 {
        font-size: 17px;
        font-weight: 300;
        line-height: 20px;
        position:relative;
    }

  /*  .right_wrapper {
        float: right;
        width: 40%;
        margin: 50px 0 10px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px;
    }

        .right_wrapper p {
            font-size: 15px;
            color: #ccc;
        }

         .right_wrapper input {
        width: 100%;
        padding: 2px 10px;
        border: 1px solid #cecdcd;
        border-radius: 10px;
        background: no-repeat;
    }

          .right_wrapper input[type=submit] {
            display: inline-block;
            width: auto;
            height: 52px;
            line-height: 50px;
            padding: 0 35px;
            font-size: 16px;
            font-weight: 500;
            font-family: inherit;
            letter-spacing: 1px;
            background: #fff;
            color: #af301a;
            margin-bottom: 5px;
        }

        .right_wrapper input[type=text], .right_wrapper select, .right_wrapper textarea {
            padding: 2px 10px;
        }

     .right_wrapper label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        width: 100%;
        font-weight: 400;
    }**/

    .img-box.overview {
        margin: 20px 10%;
        text-align: center;
    }
    .banner2 {
        width: 100%;
        margin: 0 auto;
        height: 710px;
        max-height: 586px;
        overflow: hidden;
    }

        input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

        .banner2 img {
            width: 100%;
            height: auto;
            margin: 1%;
            overflow: hidden;
        }

    *::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

    .img-box {
        width: 80%;
        margin: 0 auto;
    }

        .img-box.app-img img {
            margin-bottom: 20px;
            width: 100%;
        }

    .overview-left {
        width: 50%;
        float: left;
        margin: 25px 10px;
    }

        .overview-left iframe {
            width: 100%;
            height: 329px;
            object-fit: contain;
        }

    @media screen and (max-width: 450px) {
        .overview-left iframe {
            width: 100%;
            height: 223px;
            object-fit: contain;
        }
    }

    .overview-right {
        width: 40%;
        float: right;
        margin-bottom: 80px;
    }

    .report-box {
        width: 100%;
       margin:0px;
    }

        .report-box ul {
            width: 100%;
            margin: 20px 0;
            padding: 0;
            overflow: auto;
            float: left;
        }

            .report-box ul li {
                display: block;
                font-size: 14px;
                font-weight: 500;
                color: black;
                margin-bottom: 5px;
                float: left;
                clear: both;
            }

    .easily-box {
        width: 50%;
    }

        .easily-box ul {
            width: 100%;
            margin: 20px 0;
            padding: 0;
            overflow: auto;
        }

            .easily-box ul li {
                display: block;
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 5px;
                float: left;
                color:black;
                clear: both;
            }

        .easily-box img {
            width: 100%;
        }

        .easily-box ul li img {
            width: auto;
        }

    .space-box {
        width: 100%;
        height: 60px;
        background: none;
    }

    .work-container {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .left_box {
        width: 50%;
        margin: 0 auto;
        float: left;
        overflow: hidden;
    }

    /*.right_box {
        width: 50%;
        margin: 0 auto;
        float: right;
        overflow: hidden;
    }*/

    .call-us {
        width: 70%;
        float: left;
    }

        .call-us h2 {
            font-size: 30px;
            padding-top:1%;
            font-weight: 700;
            color: #202020;
            font-family: 'Abel', sans-serif;
            text-align: center;
        }

    .help-me {
        width: 30%;
        float: right;
        margin-top: 30px;
    }

        .help-me a {
            background: #af301a;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 500;
            color: white;
            letter-spacing: 1px;
            border-radius: 5px;
        }

    .bottom-form {
        margin: 10px;
    }

    /*---------------------------------------------------------------------*/
    .cont-box h2 {
        text-align: center;
        font-size: 34px;
        font-weight: 500;
       
    }
   

    .cont-box p {
        text-align: center;
       
    }

    .tab-content {
        margin: 0 10px;
    }

    .tog_tab-left p {
        text-align: justify;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #af301a !important;
    }


.nav-tabs > li > a {
    text-align: center;
    color: black;
    background: white;
}

    .nav-tabs ul li {
        font-family: Raleway,sans-serif !important;
    }

    .tog_tab-left {
        width: 45%;
        float: left;
        margin-top: 50px;
    }

        .tog_tab-left h4 {
            font-size: 18px;
            line-height: 1.508em;
            font-weight: 500;
            font-family: Raleway,sans-serif;
            color: black;
        }

        .tog_tab-left ul li {
            font-size: 14px;
            line-height: 32px;
            font-weight: 500;
            font-family: Raleway,sans-serif;
            color:white;
        }

    .tog_tab-right {
        width: 50%;
        float: right;
        margin-top: 10px;
    }

        .tog_tab-right img {
            width: 100%;
        }

    .img-report img {
        width: 100%;
    }

    /*.heading {
        font-size: 30px;
        font-weight: 100;
        text-align: center;
        color: #333;
        margin: 0 0 10px 0;
        line-height: 40px;
        padding: 40px 0 20px 0;
    }*/

    h2.heading {
        font-size: 30px;
        font-weight: 100;
        text-align: center;
        color: white;
        margin: 0 0 10px 0;
        line-height: 40px;
    }

    .why {
        width: 100%;
        text-align: center;
        padding: 15px;
        border: 2px solid #e6e6e6;
        margin-bottom: 20px;
    }

        .why img {
            width: 100%;
        }

    input[type=text], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }

    input[type=submit] {
        background-color: #af301a;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-bottom: 50px;
        font-size: 16px;
    }

        input[type=submit]:hover {
            background-color: #af301a;
            color: #fff;
        }



    .full-container.down-container {
        background: #af301a;
        color: #fff;
        width: 100%;
    }

    .icon-bx {
        width: 18%;
        float: left;
        margin: 1%;
        text-align: center;
    }

        .icon-bx img.cover-image {
            width: 55px;
        }

        .icon-bx h3 {
            color: black;
        }

        .icon-bx p {
            text-align: center;
        }

    .w3-content.w3-display-container {
        position: relative;
    }

    button.display-left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: #fff;
        color: #333;
        width: 40px;
        height: 40px;
        border: none;
    }

    button.display-right {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #fff;
        color: #333;
        width: 40px;
        height: 40px;
        border: none;
    }

    .howItBox p, address p {
        color: #fff;
    }

    @media screen and (max-width: 992px) {
        .sticky + .content {
            padding-top: 73px;
        }
    }


    @media screen and (max-width: 768px) {
        .sticky {
            padding: 15px 0;
        }

        @media screen and (max-width: 768px) {
            .event-tabs li {
                width: 100%;
            }

            .banner > div:last-child {
                position: relative !important;
            }
        }

        .qodef_angled_shape.qodef_svg_top {
            /* top: 530px; */
            display: none;
        }

      

        .banner2 img {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .left_wrapper {
            float: none;
            width: 90%;
            margin: 0 auto;
            margin-bottom: 50px;
        }

        .right_wrapper {
            float: none;
            width: 90%;
            margin: 0 auto;
        }

        .overview-left {
            width: 96%;
            float: none;
            margin: 0 auto;
        }

        .overview-right {
            width: 96%;
            float: none;
            margin: 0 auto;
            color:black;
        }

        .report-box ul:first-child {
            margin-right: 0;
        }

        .report-box ul {
            width: 90%;
            float: left;
            margin: 0;
            padding: 0;
            color:black;
        }

        .easily-box {
            width: 100%;
        }

        .call-us {
            width: 100%;
            float: none;
        }

        .help-me {
            width: 100%;
            float: none;
            margin-top: 20px;
            text-align: center;
            height: 34px;
        }

        .tog_tab-left {
            margin-left: 2%;
        }

        .icon-bx {
            width: 31%;
        }
    }

    @media screen and (max-width: 480px) {
        .banner {
            height: auto;
        }

        .qodef_angled_shape.qodef_svg_top {
            top: 530px;
            display: none;
        }

        .img-box.overview img {
            width: 100%;
        }

        .left_box {
            width: 100%;
        }

        .right_box {
            width: 100%;
        }

        .nav-tabs {
            border-bottom: 1px solid #ddd;
            float: left;
            width: 84px;
            margin-right: 8px;
        }

        .tab-content {
            width: calc(100% - 120px);
            float: left;
            margin-bottom: 50px;
        }

        .tog_tab-left {
            margin-top: 0;
            width: 100%;
            float: none;
        }

            .tog_tab-left p {
                text-align: justify;
                margin-bottom: 0;
            }

        .tog_tab-right {
            width: 80%;
            float: none;
            margin-top: 10px;
            margin: 0 auto;
        }



        button.display-left {
            width: 20px;
            height: 20px;
        }

        button.display-right {
            width: 20px;
            height: 20px;
        }
        .icon-bx {
            width: 98%;
        }
    }

.browse-by {
    text-align: center;
    margin: 30px 0;
}

        .browse-by a {
            display: inline-block;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            font-weight: 300;
            font-family: inherit;
            letter-spacing: 1px;
            background: #fff;
            color: #af301a;
            border-radius: 5px;
            width: 200px;
            padding-top: 1%;
            float:left;
        }



.browse-by a:hover {
    background: maroon;
    color: #fff;
}

    .centre-container {
        margin: auto;
        width: 500px;
    }

    .event-tabs li img.cover-image-active {
        display: none;
    }

    .event-tabs li.active img.cover-image-active {
        display: block;
    }

    .event-tabs li.active img.cover-image {
        display: none;
    }

    .event-tabs li.active br {
        display: none;
    }

    .event-tabs li.active a, .event-tabs li.active a:active {
        color: #fff !important;
    }

    .lblBox {
        height: 60px;
    }

    #imghover {
        transition: 1s ease;
    }

        #imghover:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            transition: 1s ease;
        }


    .button-arounder {
        background-color: maroon; /* Green */
        border: none;
        color: gray;
        padding: 8px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
    }


        .button-arounder:hover {
            background-color: maroon;
            color: maroon;
        }


    .responsive {
        transition: transform .2s;
    }

        .responsive:hover {
            transform: scale(1.1);
        }

    .venue {
        color: black;
    }

.rstFtrGalleryBox {
    height: 150px;
    width: 100%;
    background-color: white;
   
}


@media screen and (max-width: 768px) {
    .rstFtrGalleryBox img
{
    height: 100px;
}
}
/*.container {
    margin-top: 20px;
}*/

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}
@media screen and (max-width: 480px) {
    .banner-caption {
        margin-top: -50px !important;
    }
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

    .carousel-control.left,
    .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
    }

        .carousel-control.left span {
            padding: 15px;
        }

        .carousel-control.right span {
            padding: 15px;
        }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 0;
    }

    .carousel-control.left span,
    .carousel-control.right span {
        background-color: #000;
    }

        .carousel-control.left span:hover,
        .carousel-control.right span:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

    .header-text h2 {
        font-size: 40px;
    }

        .header-text h2 span {
            background-color: #2980b9;
            padding: 10px;
        }

    .header-text h3 span {
        background-color: #000;
        padding: 15px;
    }

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

    .btn-theme:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }
/*.card {
    background-color: white;
}*/

.ItBox {/*
    border-right: 2px solid gray;
*/    height: 200px;
}
.evicon
{
    height:50px;
}

/*______________Perks List ________________*/
h1 {
    font-family: sans-serif;
}

.olcards,
.olcards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.olcards {
    list-style: none;
    counter-reset: cardCount;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    --cardsGap: 1rem;
    gap: var(--cardsGap);
    padding-bottom: var(--cardsGap);
}

    .olcards li {
        counter-increment: cardCount;
        display: flex;
        color: white;
        --labelOffset: 1rem;
        --arrowClipSize: 1.5rem;
        margin-top: var(--labelOffset);
    }

        .olcards li::before {
            content: counter(cardCount, decimal-leading-zero);
            background: white;
            color: var(--cardColor);
            font-size: 2em;
            font-weight: 700;
            transform: translateY(calc(-1 * var(--labelOffset)));
            margin-right: calc(-1 * var(--labelOffset));
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-inline: 0.5em;
        }

        .olcards li .content {
            background-color: var(--cardColor);
            --inlinePadding: 1em;
            --boxPadding: 0.5em;
            display: grid;
            padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
            grid-template-areas:
                "icon title"
                "icon text";
            gap: 0.25em 1em;
            clip-path: polygon( 0 0, calc(100% - var(--arrowClipSize)) 0, 100% 50%, calc(100% - var(--arrowClipSize)) 100%, calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)), 0 calc(100% + var(--cardsGap)) );
            position: relative;
        }

            .olcards li .content::before {
                content: "";
                position: absolute;
                width: var(--labelOffset);
                height: var(--labelOffset);
                background: var(--cardColor);
                left: 0;
                bottom: 0;
                clip-path: polygon(0 0, 100% 0, 0 100%);
                filter: brightness(0.75);
            }

            .olcards li .content::after {
                content: "";
                position: absolute;
                height: var(--cardsGap);
                width: var(--cardsGap);
                background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
                left: 0;
                top: 100%;
            }

        .olcards li .icon {
            grid-area: icon;
            align-self: center;
            font-size: 2em;
        }

        .olcards li .content .title {
            grid-area: title;
            font-size: 1.25em;
            /* font-weight: 700; */
        }

        .olcards li .content .text {
            grid-area: text;
        }

.image-sliderfade {
    position: relative; /* Ensure positioning is set */
    width: 100%; /* Ensure it takes full width */
    height: 100%; /* Set a fixed height to maintain aspect ratio */
}

    .image-sliderfade img {
        width: 100%; /* Make image responsive */
        height: auto; /* Maintain aspect ratio */
        object-fit: cover; /* Ensure the image covers the container */
        filter: brightness(0.9) contrast(1.1); /* Slightly darken and increase contrast for clarity */
        transition: filter 0.3s ease; /* Smooth transition for filter */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); /* Increase shadow for better visibility */
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

        .image-sliderfade img:hover {
            filter: brightness(1) contrast(1.2); /* Brighten and enhance contrast on hover for interaction */
        }


/* Feature Card Styles */
/* Flip Card Container */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px; /* Perspective for the 3D effect */
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d; /* Maintain the 3D effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
    border-radius: 12px;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg); /* Flip the card */
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hide the back side until flip */
    border-radius: 12px; /* Smooth corners */
}

/* Front Side (Image) */
.flip-card-front {
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Ensure the image doesn't overflow */
    border-radius: 12px; /* Match image and card corner rounding */
}

.flip-card-front img {
    /*width: 100% !important;*/ /* Force image to fill the card */
    /*height: 100% !important;*/ /* Make sure image fits card's height */
    object-fit: cover !important; /* Cover the area without stretching the image */
    border-radius: inherit !important; /* Ensure image corners match card corners */
}

/* Back Side (Text) */
.flip-card-back {
    background-color: #333; /* Dark background for text contrast */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    transform: rotateY(180deg); /* Start flipped */
    border-radius: 12px;
}

.flip-card-back h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #f9a825; /* Highlighted title color */
}

.flip-card-back p {
    font-size: 16px;
    color: #ffffff; /* Bright text for readability */
}

/* Force image to fit container responsively */
.img-responsive {
    max-width: 100% !important;
    height: 100% !important; /* Ensure it fits the card’s height */
    object-fit: cover !important; /* Cover the card without stretching */
    border-radius: 12px !important; /* Match the rounded corners */
}


