﻿@import url('bootstrap.min.css');
@import url('font-awesome.css');

body {
    overflow-x: hidden;
    font-family: Roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 60px
}

:root {
    --bs-danger: #dc3545;
    --us-hdr-font-size: 14px;
    --us-border-radius-50: 60px;
    --us-border-light: #d6d8dd;
    --us-nav-bg-maroon: #b71c13;
    --us-bg-yellow1: #ecbe31;
    --us-bg-yellow1-hvr: #ed9a20;
    --us-bg-yellow2: #ebb718;
    --us-bg-yellow2-hvr: #e5af0a;
    --us-font-century: Century;
    --us-bg-marron-btn: #b5271f;
    --us-bg-marron-btn-hvr: #a91810;
    --us-bg-maroon-drk: #8f090c;
    --us-bg-sec-light: #f8f9fa;
    --us-bg-btn-orange: #f49128;
    --us-bg-btn-orange-h: #ed8312;
    --us-bg-donate: #016857;
    --us-bg-mrn2: #a32e38;
}

.hdr {
    /* background-color:var(--bs-white); */
    background-color: var(--us-bg-maroon-drk);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

    .hdr .us-logo img {
        height: 60px;
        width: auto;
        background-color: #fff;
        border-radius: 50px;
    }

    .hdr .dtls {
        font-size: var(--us-hdr-font-size);
    }

        .hdr .dtls .h-icon {
            border: 1px solid var(--us-border-light);
            border-radius: var(--us-border-radius-50);
            width: 26px;
            height: 26px;
            line-height: 24px;
        }

        .hdr .dtls .h-smd-lnk {
            color: #6c757d;
        }

            .hdr .dtls .h-smd-lnk:hover {
                color: #808080;
            }

.nav-bg {
    background-color: var(--us-nav-bg-maroon);
}

    .nav-bg .navbar .dropdown .dropdown-menu {
        background-color: var(--us-bg-maroon-drk);
    }

        .nav-bg .navbar .dropdown .dropdown-menu .dropdown-item {
            color: #f3ecec !important;
        }

            .nav-bg .navbar .dropdown .dropdown-menu .dropdown-item:hover {
                background-color: var(--us-bg-yellow1);
                color: #222 !important;
                font-weight: 500;
            }

.nav-fxd-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 6px 0px rgb(220 128 128 / 0.75);
}

.nav-sm-logo {
    display: none;
}

.nav-logo {
    position: absolute;
    background-color: #fff;
    border-radius: 80px;
    width: 60px;
    height: auto;
    box-shadow: 0px 2px 5px 0px rgba(102,9,9,0.6);
    display: none;
    transition: 0.2s;
}

    .nav-logo:hover {
        width: 80px;
        height: auto;
        box-shadow: 0px 2px 10px 0px rgba(102,9,9,0.6);
    }

.nav-bg .navbar {
    padding: 0
}

    .nav-bg .navbar .nav-link {
        color: #fff;
        font-weight: bold;
        padding: 18px 15px;
        text-align: center;
        font-size: 24px;
        /*text-transform:uppercase;*/
    }

        .nav-bg .navbar .nav-link:hover {
            background-color: var(--us-bg-maroon-drk)
        }

#GaneshNames ol {
    /*list-style-type: none;*/
    overflow: hidden;
}

    #GaneshNames ol li {
        float: left;
        width: 50%;
        padding: 8px 10px;
        font-weight: normal;
    }

/*nav Effect*/
.anim-lines {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .anim-lines span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    .anim-lines span {
        background: #f7f7f7;
    }

        .anim-lines span:nth-child(1) {
            top: 0px;
        }

        .anim-lines span:nth-child(2), .anim-lines span:nth-child(3) {
            top: 10px;
        }

        .anim-lines span:nth-child(4) {
            top: 20px;
        }

    .anim-lines.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .anim-lines.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .anim-lines.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .anim-lines.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }
/* // Naveffct */
.bnr-i {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    left: 48%;
    bottom: -20px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 12px 0px rgba(240,178,34,0.69);
}

    .bnr-i i {
        font-size: 20px;
    }

.us-hm-bnr {
    background-color: #ec8a1a;
    position: relative;
    /*height: 79vh;*/
}

    .us-hm-bnr .carousel-caption {
        top: 92%;
        left: 5%;
        right: 5%;
        text-align: left;
    }

        .us-hm-bnr .carousel-caption h4 {
            font-size: 20px;
            font-family: 'Great Vibes';
            line-height: 18px;
        }

    .us-hm-bnr .carousel-inner {
        height: 720px;
    }

    .us-hm-bnr .carousel-caption h2, .us-hm-bnr .carousel-caption h6, .us-hm-bnr .carousel-caption p {
        font-family: var(--us-font-century);
    }

    .us-hm-bnr .carousel-caption h2 {
        font-size: 40px;
        line-height: 42px;
        text-shadow: 1px 3px 1px rgba(184,91,0,0.6);
    }

    .us-hm-bnr .carousel-caption h3 {
        font-family: var(--us-font-century);
        font-size: 17px;
        color: #fff;
    }

    .us-hm-bnr .carousel-caption h6 {
        font-size: 18px;
        line-height: 20px;
    }

    .us-hm-bnr .carousel-caption p {
        font-size: 18px;
        line-height: 30px;
    }

    .us-hm-bnr .carousel-caption .rbn {
        background-color: #8d1838;
    }

    .us-hm-bnr .carousel-caption .rbn {
        --s: 1.8em; /* the ribbon size */
        --d: .8em; /* the depth */
        --c: .8em; /* the cutout part */

        padding: 0 calc(var(--s) + .5em) var(--d);
        line-height: 1.5;
        background: conic-gradient(at left var(--s) bottom var(--d), #0000 25%,#0008 0 37.5%,#0004 0) 0 /50% 100% no-repeat, conic-gradient(at right var(--s) bottom var(--d), #0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
        clip-path: polygon(0 var(--d), var(--s) var(--d),var(--s) 0,calc(100% - var(--s)) 0,calc(100% - var(--s)) var(--d),100% var(--d),calc(100% - var(--c)) calc(50% + var(--d)/2),100% 100%,calc(100% - var(--s) - var(--d)) 100%,calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) 100%,0 100%,var(--c) calc(50% + var(--d)/2));
        background-color: #751630;
        background: linear-gradient(to right, rgba(113,17,42,1) 0%, rgba(182,22,65,1) 31%, rgba(182,22,65,1) 64%, rgba(113,17,42,1) 100%) !important;
        width: fit-content;
    }

        .us-hm-bnr .carousel-caption .rbn .txt {
            font-size: 20px;
            color: #ffba00;
            width: fit-content;
            padding: 6px 15px;
            font-weight: bold;
            text-align: center;
        }

    .us-hm-bnr .carousel-caption .bnr-hltr {
        background: linear-gradient(to right, rgba(244,179,50,1) 0%, rgba(249,190,73,1) 49%, rgba(244,179,50,1) 100%) !important;
        background-color: #f8bb45;
        padding: 10px;
        color: #8f090c;
        font-size: 18px;
        font-weight: bold;
        max-width: 560px;
    }

        .us-hm-bnr .carousel-caption .bnr-hltr.txt2 {
            font-size: 18px;
            line-height: 20px;
        }

        .us-hm-bnr .carousel-caption .bnr-hltr .small {
            color: #8f090c;
            font-size: 12px;
            font-weight: bold;
            vertical-align: super
        }

        .us-hm-bnr .carousel-caption .bnr-hltr img {
            height: 24px;
            width: auto;
        }




    .us-hm-bnr .venue-img {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9;
        max-width: 340px;
        height: auto;
        border: 5px solid #fff;
        border-bottom: 0;
        border-right: 0;
        display: none;
    }

.fre-ev-txt {
    background-color: rgb(138 23 54 / 1);
    font-size: 13px;
    font-family: Lucida Handwriting,Great Vibes;
    color: #ffba00;
    padding: 10px;
    max-width: 560px;
    text-align: center;
    --r: .8em;
    padding-inline: calc(var(--r) + .3em);
    line-height: 1.2;
    clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
}


.bg-yellow {
    background-color: var(--us-bg-yellow2);
}

.g-card {
    background-color: #f7f7f7;
    position: relative;
    text-align: center;
    transition: .3s
}

    .g-card .yr {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 5%;
        content: '';
        background-color: #b71c13;
        width: 90px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        font-family: var(--us-font-century);
        transition: .3s
    }

    .g-card .cont {
        padding: 15px;
        background-color: #8f090c
    }

        .g-card .cont a {
            text-decoration: none;
            color: #fff
        }

        .g-card .cont h4 {
            font-size: 24px;
        }

    .g-card:hover {
        transform: scale(1.1) !important;
        padding: 10px;
        box-shadow: 0px 0px 14px 0px rgba(184,13,13,.7);
    }

        .g-card:hover.g-card .yr {
            left: 40%;
        }

/*Buttons*/
/*button Slide */
.btn {
    -webkit-transition: ease-out 1s;
    -moz-transition: ease-out 1s;
    transition: ease-out 1s;
}
/* .btn:hover {
        box-shadow: inset 400px 0 0 0 var(--us-bg-maroon-drk);
        border:1px solid #8f090c;
        color:#fff;
    }*/

.btn-us {
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 18px;
    font-weight: 500;
    font-size: 16px;
}

.btn-us-w2 {
    padding: 9px 50px;
}

.btn-nav-dnt {
    background-color: var(--us-bg-yellow1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: bold;
    font-style: italic;
}

    .btn-nav-dnt:hover {
        color: #fff;
        box-shadow: inset 400px 0 0 0 var(--us-bg-yellow1-hvr);
    }

.btn-bg-mrn2 {
    background-color: var(--us-bg-marron-btn);
    color: #fff;
    font-size: 14px;
}

    .btn-bg-mrn2:hover {
        box-shadow: inset 400px 0 0 0 var(--us-bg-maroon-drk);
        border: 1px solid #fa9809;
        background-color: #fa9809;
        color: #fff;
    }

.btn-w {
    background-color: #f1ebeb;
    color: #8f090c;
    font-size: 14px;
}

.bgimg {
    background: url() no-repeat center center;
    background-size: cover;
}

.btn-orange {
    background-color: var(--us-bg-btn-orange);
    padding: 9px 50px;
    border-radius: var(--us-border-radius-50);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

    .btn-orange:hover {
        box-shadow: inset 400px 0 0 0 var(--us-bg-maroon-drk);
        border: 1px solid #8f090c;
        background-color: var(--us-bg-btn-orange-h);
        color: #fff;
    }

.btn-ylw {
    background-color: var(--us-bg-yellow2);
    color: #fff;
    border: 1px solid var(--us-bg-yellow2)
}

    .btn-ylw:hover {
        box-shadow: inset 400px 0 0 0 var(--us-bg-maroon-drk);
        border: 1px solid #8f090c;
        background-color: #8f090c;
        color: #fff;
    }

.bg-mrn1 {
    background-color: var(--us-bg-maroon-drk);
}

.cntct-v {
    position: relative
}

    .cntct-v h3 {
        font-size: 36px;
    }

    .cntct-v p {
        font-size: 18px;
        color: #fff !important;
    }

    .cntct-v .cir-i-48 {
        position: absolute;
        top: -24px;
        left: 45%;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 46px;
        text-align: center;
        background-color: #fff;
    }

        .cntct-v .cir-i-48 i {
            font-size: 32px;
            color: #8f090c;
        }

.bnr-intro {
    background-color: var(--us-bg-maroon-drk);
    text-align: center;
    color: #fff;
    padding: 20px 20px 15px 20px !important;
}

    .bnr-intro h4 {
        font-family: var(--us-font-century);
        color: #fff;
        font-size: 20px;
        line-height: 28px;
    }

    .bnr-intro p {
        font-size: 14px;
    }

.btn-mob-nav {
    position: fixed;
    z-index: 999;
    right: 15px;
    top: 8px;
}

    .btn-mob-nav .navbar-toggler {
        background-color: rgb(255 255 255 / 0.9);
        padding: 7px 7px;
        font-size: 24px;
        transition: 1s;
        border-radius: 60px;
    }


.us-sec {
    padding: 1.5rem 0;
}

    .us-sec h2 {
        font-family: var(--us-font-century);
        font-size: 32px;
    }

    .us-sec h3 {
        font-family: var(--us-font-century);
        font-size: 24px;
    }

    .us-sec h4 {
        font-family: var(--us-font-century);
        font-size: 18px;
    }

    .us-sec p {
        font-size: 14px;
        color: #6a6a6a;
        font-weight: 500;
    }

    .us-sec .txt1 {
        font-size: 14px;
        color: #393939;
    }

.us-sec-bg-lgt {
    background-color: var(--us-bg-sec-light);
}

.us-sec h4 {
    font-family: var(--us-font-century);
    font-size: 20px;
}

/*.bnr-mask {   
    -webkit-mask-image: url('dist/images/imgMask.png');
    mask-image: url('dist/images/imgMask.png');
}*/

.pg-ttl-bnr {
    background-color: #f0971d;
    padding: 8px;
    /* position:relative;*/
}
/*.pg-ttl-bnr:before{}*/
.anim1 {
    position: absolute;
    animation: anim1 25s linear infinite;
    margin: 30px;
    top: 50px;
    left: 10%;
    opacity: 1;
    z-index: -1
}

.anim2 {
    position: absolute;
    animation: anim2 25s linear infinite;
    width: 160px;
    height: 120px;
    margin: 30px;
    top: 28%;
    right: 8%;
    opacity: 1
}

.anim3 {
    position: absolute;
    animation: anim2 15s linear infinite;
    width: 160px;
    height: 120px;
    margin: 30px;
    top: 110px;
    right: 8%;
    opacity: .75
}

@keyframes anim1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes anim2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes anim3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pg-ttl-bnr h2 {
    font-size: 32px;
    font-family: var(--us-font-century);
    text-shadow: 1px 3px 1px rgba(184,91,0,0.6);
}

.uce-pnl {
    background-color: #fff;
}

    .uce-pnl .e-img {
        position: relative;
    }

/*    .uce-pnl:hover.uce-pnl .e-cont .ftr {
        background-color: #cf2114 !important;
    }
    .uce-pnl:hover .fest-t-r ul li .count {
        color: #fff;
    }*/

/*Falling Flowers*/

#fallFlower {
}

.dot {
    top: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(../images/flower3.png);
    background-size: 100% 100%;
}

.dot2 {
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/flower1.png);
    background-size: 100% 100%;
}

.dot3 {
    top: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/flower2.png);
    background-size: 100% 100%;
}


.uce-pnl .e-img .dt-t {
    background-color: rgba(205, 31, 20, 0.9);
    padding: 6px;
    position: absolute;
    bottom: -35px;
    width: 90px;
    height: fit-content;
    left: 10px;
    text-align: center;
}

    .uce-pnl .e-img .dt-t .dt-m {
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        line-height: 16px;
    }

    .uce-pnl .e-img .dt-t .dt {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        line-height: 38px;
    }

.uce-pnl .e-cont {
    padding: 6px 15px;
}

    .uce-pnl .e-cont .t {
        font-size: 22px;
        font-weight: bold;
    }

    .uce-pnl .e-cont .info {
        font-size: 13px;
        color: #656565
    }

    .uce-pnl .e-cont .ftr {
        border-top: 1px solid #ddddde;
        justify-content: space-between;
    }

        .uce-pnl .e-cont .ftr .time-r {
            font-size: 13px;
            font-weight: 500;
        }

        .uce-pnl .e-cont .ftr .share {
            display: flex;
        }

            .uce-pnl .e-cont .ftr .share a {
                color: #656565;
                width: 30px;
                height: 30px;
                text-align: center;
                border-radius: var(--us-border-radius-50);
                line-height: 30px;
                border: 1px solid #fff;
            }

                .uce-pnl .e-cont .ftr .share a:hover {
                    background-color: #eee;
                    border: 1px solid #eee;
                }

                .uce-pnl .e-cont .ftr .share a i {
                    color: #777777
                }

.ml-110 {
    margin-left: 100px;
}

.fest-t-r {
    position: relative;
}


.live-fest {
    background-color: #e5f5d1;
    color: #27a001;
    font-size: 20px;
    font-family: var(--us-font-century)
}

.fest-t-r ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

    .fest-t-r ul li {
        text-align: center;
    }

        .fest-t-r ul li .count {
            /* background-color:var(--us-bg-maroon-drk);*/
            background-color: #f9f9f9;
            border-radius: 50px;
            width: 32px;
            height: 32px;
            text-align: center;
            color: #8f090c;
            line-height: 30px;
            font-size: 15px;
            font-weight: bold;
        }

        .fest-t-r ul li .count-s {
            width: 32px;
            height: 32px;
            background-color: #f4f4f4;
            border-radius: 50px;
            line-height: 30px;
            font-size: 15px;
            color: #8d8d8d;
            font-weight: bold;
        }

        .fest-t-r ul li label {
            font-size: 11px;
            color: #6c6c6c;
            font-weight: normal;
        }

.video-cont {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

    .video-cont .video {
        position: absolute;
        width: 95% !important;
        height: 95% !important;
        left: 0;
    }

.form-sucs {
    background-color: #f1fae3;
    padding: 10px;
    text-align: center;
    height: 300px;
    border: 1px solid #568b04
}

    .form-sucs img {
        width: 120px;
        height: auto;
        margin: 0 auto;
    }

    .form-sucs h3 {
        font-size: 50px !important;
        color: #568b04;
        min-height: 300px;
    }

    .form-sucs h3 {
        font-size: 50px !important;
        color: #568b04;
        min-height: 300px;
    }

        .form-sucs h3 img {
            width: 60px;
            height: auto;
            margin-bottom: 3px;
        }

/*Tabs*/
.us-g-c-tbs {
}

    .us-g-c-tbs .nav {
        background-color: #b71c13;
        padding: 10px
    }

    .us-g-c-tbs .nav-pills .nav-link {
        background-color: rgb(255, 255, 255, 0.25);
        border-radius: 50px;
        padding: 6px 6px;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        transition: -.3s
    }

        .us-g-c-tbs .nav-pills .nav-link:hover {
            background-color: rgb(255, 255, 255, 0.35);
        }

    .us-g-c-tbs .nav-pills .nav-item {
        margin: 0 1px;
    }

    .us-g-c-tbs .nav-pills .nav-link.active {
        background-color: #ebb718;
        font-weight: bold;
    }

    .us-g-c-tbs .tab-content > .tab-pane h4 {
        font-size: 26px;
        color: #b71c13
    }

    .us-g-c-tbs .tab-content > .tab-pane {
        font-size: 14px;
        font-weight: 500;
        padding: 15px;
        line-height: 24px;
        color: #393939
    }


/*Gallary*/
.g-wrapper .gallery a img {
    float: left;
    width: 25%;
    height: auto;
    border: 1px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
    transition: transform .3s;
}

    .g-wrapper .gallery a img:hover {
        opacity: .9;
        transform: scale(1.1);
        z-index: 999;
    }

.clear {
    clear: both;
}

.overlay-d {
    position: relative
}

    .overlay-d:after {
        background-color: rgb(6 78 38 / 0.60);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        z-index: 0;
    }

.h-600 {
    padding: 80px 0;
}

.bg-dnt {
    background-color: var(--us-bg-donate);
}

.bg-hm-cont-dtls {
    background-color: var(--us-bg-mrn2);
}

    .bg-hm-cont-dtls h4 {
        font-size: 24px;
        font-family: var(--us-font-century);
    }

    .bg-hm-cont-dtls .dtls {
    }

        .bg-hm-cont-dtls .dtls p {
            font-size: 14px;
            color: #fff;
            font-weight: normal;
        }

.h-sec-mw {
    max-width: 600px;
}

.h-sec-desc {
    font-size: 18px;
}

.hm-contact-form {
    position: relative;
}

    .hm-contact-form .form-control {
        padding: 10px 12px;
    }

.contact-form {
    position: relative;
}

    .contact-form .form-control {
        padding: 10px 12px;
        border: 1px solid rgb(164 46 46 / 0.42)
    }

footer .bg-hm-social-m {
    background-color: #f8f8f8;
    padding: 1rem 0
}

    footer .bg-hm-social-m h4 {
        font-family: var(--us-font-century);
    }

footer .social-m {
    display: flex;
}


    footer .social-m .s-link {
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 29px;
        border: 1px solid #878787 !important;
        border-radius: 50px;
        display: block;
        color: red !important;
    }

        footer .social-m .s-link:hover {
            background-color: #f7f7f7;
            border: 1px solid #666 !important;
        }

footer .ftr-logo {
    position: relative;
}

    footer .ftr-logo img {
        background-color: #fff;
        border-radius: 60px;
        width: 150px;
        height: auto;
    }

footer .ftr-cont {
    color: #ccc;
}

    footer .ftr-cont h4 {
        font-size: 20px;
        font-family: var(--us-font-century);
    }

    footer .ftr-cont p {
        font-size: 14px;
    }

    footer .ftr-cont .nav {
        position: relative;
    }

        footer .ftr-cont .nav .nav-link {
            color: #ccc;
            font-size: 13px;
            padding: 6px 0 !important
        }

            footer .ftr-cont .nav .nav-link:hover {
                color: #bbb;
            }


.cls-ovrlp {
    margin-right: 0;
}

/*Bootstrap*/
.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

iframe {
    border: 0
}

    iframe:focus, iframe:active {
        outline: none;
        border: none;
        box-shadow: none;
        outline: none;
    }

#go-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(235, 193, 24, 0.9);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid rgba(235, 193, 24, 0.9);
}

    #go-top i {
        position: relative;
        color: rgba(225, 255, 255, 1);
        margin: 0;
        position: relative;
        left: 11px;
        top: 6px;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #go-top:hover {
        background: rgba(220, 167, 3, 1);
    }

        #go-top:hover#go-top i {
            color: #fff;
            top: 0px;
        }

/*Newly Added*/
@font-face {
    font-family: 'GreatVibes-Regular';
    src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
}
/*OffCanvas Nav*/
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: var(--us-bg-maroon-drk);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        z-index: 2;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            transform: translateX(-100%);
        }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.h-m-300 {
    height: 300px;
}

/* //// OffCanvas Nav*/
/*@media (min-width:991.1px) {
}
  */ @media (min-width:767px) {
    .hdr .us-logo img {
        height: 140px;
        width: auto;
    }

    .us-sec h2 {
        font-size: 48px;
        padding-bottom: 12px;
    }

    .us-sec h3 {
        font-size: 32px;
    }

    .us-sec h4 {
        font-size: 28px;
    }

    .us-sec p {
        padding: 10px 0;
        font-size: 16px;
    }

    .b-b-d {
        position: relative;
        text-align: center;
    }

        .b-b-d:after {
            position: absolute;
            content: '';
            width: 220px;
            height: 3px;
            left: calc(42.5% - 10px);
            text-align: center;
            bottom: -6px;
            background-color: #ebb718;
        }

    .bnr-i {
        width: 72px;
        height: 72px;
        left: 48%;
        bottom: -30px;
        line-height: 74px;
    }

        .bnr-i i {
            font-size: 34px;
            color: #eb8519
        }

    .bg-hm-cont-dtls h4 {
        font-size: 32px;
    }

    .bnr-intro {
        padding: 60px 0 40px 0 !important;
    }

        .bnr-intro h4 {
            font-size: 32px;
            line-height: 30px;
        }

        .bnr-intro p {
            font-size: 16px;
        }

    .hdr {
        background-color: var(--bs-white);
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    body {
        padding-top: 0;
    }

    .pg-ttl-bnr {
        padding: 60px;
    }

        .pg-ttl-bnr h2 {
            font-size: 72px;
        }


    footer .bg-hm-social-m {
        padding: 3rem 0
    }

    .us-sec {
        padding: 3rem 0;
    }

    .cls-ovrlp {
        margin-left: -60px;
        z-index: 9;
    }

    .nav-bg .navbar .nav-link {
        color: #fff;
        font-weight: 500;
        padding: 12px 15px;
        text-align: left;
        font-size: 16px;
    }

    .us-g-c-tbs .nav-pills .nav-item {
        margin: 0 5px;
    }

    .us-g-c-tbs .nav-pills .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }

    .us-g-c-tbs .tab-content > .tab-pane h4 {
        font-size: 28px;
    }

    .us-g-c-tbs .tab-content > .tab-pane {
        font-size: 16px;
        line-height: 20px;
    }

    .us-sec .txt1 {
        font-size: 18px;
    }

    .nav-logo {
        display: block;
    }

    .h-m-300 {
        height: 600px;
    }

    .us-hm-bnr .carousel-caption {
        top: 12%;
        left: 48%;
        text-align: left;
    }

        .us-hm-bnr .carousel-caption h6 {
            font-size: 28px;
            line-height: 24px;
        }

        .us-hm-bnr .carousel-caption h4 {
            font-size: 48px;
            line-height: 48px;
        }

        .us-hm-bnr .carousel-caption h2 {
            font-size: 76px;
            line-height: 80px;
            text-shadow: 1px 3px 1px rgba(184,91,0,0.6);
        }

        .us-hm-bnr .carousel-caption h3 {
            font-size: 36px;
            color: #fff;
        }

    .us-hm-bnr .carousel-inner {
        height: fit-content;
    }

    .us-hm-bnr .carousel-caption .rbn .txt {
        font-size: 26px;
        padding: 10px 30px;
    }

    .us-hm-bnr .carousel-caption .bnr-hltr {
        padding: 10px;
        font-size: 24px;
    }

        .us-hm-bnr .carousel-caption .bnr-hltr.txt2 {
            font-size: 24px;
            line-height: 26px
        }

        .us-hm-bnr .carousel-caption .bnr-hltr img {
            height: 32px;
            width: auto;
        }

    .fre-ev-txt {
        font-size: 18px;
    }

    .us-hm-bnr .venue-img {
        display: block;
    }

    .btn-w {
        font-size: 18px;
    }

    .btn-bg-mrn2 {
        font-size: 18px;
    }
}
