﻿
body {
    margin: 0;
    background-color: white;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.cls_logo {
    background-color: #a20a39;
    text-align: center;
}

.cls_nobrdr {
    border: 1px solid #fff;
}

.third-level-menu {
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

    .third-level-menu > li {
        height: 35px;
        background: #fffcf2;
    }

        .third-level-menu > li:hover {
            background: #fff3c0;
        }

.second-level-menu {
    position: absolute;
    left: 0px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    /*padding: 0px 20px;*/
    z-index: 2;
}

.top-level-menu .second-level-menu a {
    color: black;
}

    .top-level-menu .second-level-menu a:hover {
        color: black;
    }

.second-level-menu > li {
    position: relative;
    /*height: 35px*/;
    background: #fffcf2;
    color: #b72015;
    /*border-bottom:1px dotted black;*/
    padding: 12px 10px;
    background-image: linear-gradient(#f5d9a6,#f1f1c5);
}

    .second-level-menu > li:hover {
        /*background-color: #fff3c0;*/
        background-image: linear-gradient(180deg, #bd9d9d,white);
    }

.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .top-level-menu > li {
        position: relative;
        display: inline-block;
    }

        .top-level-menu > li:hover {
            background: white;
        }

    .top-level-menu li:hover > ul {
        display: inline;
    }

    .top-level-menu a {
        font: bold 16px Arial, Helvetica, sans-serif;
        color: #a20a3a;
        text-decoration: none;
        line-height: 10px;
        margin: 20px;
        display: block;
        line-height: 10px;
        width: auto;
    }

        .top-level-menu a:hover {
            color: #a20a39;
        }

.cls_menu {
    width: 100%;
    height: 49px;
    text-align: center;
    background-image: linear-gradient(orange,yellow);
}

ul.top-level-menu {
    /*width: 50%;*/
    margin: 0 auto;
}

.top-level-menu .second-level-menu li > a {
    color: #a20a3a;
    width: 103px;
    margin: 0 auto;
    /*border-bottom: 1px dotted black;*/
    font-size: 14px;
    line-height: inherit;
}

    .top-level-menu .second-level-menu li > a:hover {
        /*text-decoration: underline;*/
    }

.top-level-menu .second-level-menu .third-level-menu li {
    width: 200px;
}

    .top-level-menu .second-level-menu .third-level-menu li > a {
        width: 120px;
        font-size: 14px;
    }

        .top-level-menu .second-level-menu .third-level-menu li > a:hover {
            text-decoration: underline;
        }

div#id_new {
    background-image: linear-gradient( 357deg,#fffad0, #f7d042);
    height: 30px;
    line-height: 26px;
    font-weight: bold;
}

.scroll-right {
    display: inline-block;
    white-space: nowrap;
    animation: floatText 40s infinite linear;
    padding-left: 100%; /*Initial offset*/
    z-index: 22222;
}

    .scroll-right:hover {
        animation-play-state: paused;
    }

@keyframes floatText {
    to {
        transform: translateX(-100%);
    }
}

.footer {
    background-color: #a20a3a;
    padding: 10px 20px;
    text-align: center;
    color: white;
}

.outer-wrap .tickerv-wrap {
    height: 266px;
}

.cls_updates .tickerv-wrap {
    height: 160px;
}

.tickerv-wrap {
    background: white;
    box-sizing: content-box;
    overflow: hidden; /* Hide scrollbars */
    width: 98%;
    margin: 0 1%;
}

#MainContentPlaceHolder1_errorpage {
    min-height: 45.5vh;
    text-align: center;
}

span#MainContentPlaceHolder1_errlbl {
    color: #a20a39;
    font-weight: bold;
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
}

.outer-wrap {
    background: #efefef;
    box-sizing: content-box;
    height: auto;
    width: 100%;
    overflow: hidden; /* Hide scrollbars */
    float: right;
}

.inner-container {
    width: 25%;
    display: inline-block;
    margin-left: 75%;
}
/* TICKER ANIMATION */
@keyframes tickerv {
    from {
        margin-top: 250px;
    }

    50% {
        margin-top: 50px !important
    }
    /* ignored */
    to {
        margin-top: -73px;
    }
}

@keyframes tickerw {
    from {
        margin-top: 140px;
    }

    50% {
        margin-top: 150px !important
    }
    /* ignored */
    to {
        margin-top: -140px;
    }
}

.tickerv-wrap ul {
    padding: 0;
    margin: 0 3%;
    list-style-type: none;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    width: 94%;
    /* animation-timing-function: cubic-bezier(1, 0, .5, 0); */
}

.outer-wrap .tickerv-wrap ul {
    animation-name: tickerv; /* Loop through items */
}

.cls_updates .tickerv-wrap ul {
    animation-name: tickerw; /* Loop through items */
}

.tickerv-wrap ul:hover {
    /* Pause on mouse hover */
    animation-play-state: paused;
}

/* ITEMS */
.outer-wrap .tickerv-wrap ul li {
    text-align: justify;
    font-size: 18px;
    line-height: 26px /* Same as wrapper height */
}

.cls_updates .tickerv-wrap ul li {
    text-align: justify;
    font-size: 15px;
    color: #a20a39;
    line-height: 20px /* Same as wrapper height */
}

.cls_container {
    width: 70%;
    margin: 0px auto;
    position: absolute;
    left: 16%;
    top: 28%;
    min-height: 650px;
}

.cls_homecontainer {
    width: 54%;
    min-height: 650px;
    margin-top: 20px;
    margin-left: 12.5%;
}

::-webkit-scrollbar {
    width: 0em;
    height: 0em;
}

.cls_heads {
    width: 100%;
    height: auto;
    float: right;
}

.cls_events {
    width: 68%;
    height: auto;
    margin: 0px 10px 0px 0px;
}

.cls_border {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3px #ccc;
}

.cls_outbrdr {
    background-color: #efefef;
    padding: 15px;
    display: inline-block;
}

.cls_notice {
    width: 29%;
    height: 350px;
    background-color: #efefef;
    margin: 0px;
}

.cls_contacts {
    height: auto;
    width: 100%;
    background-color: #efefef;
    float: right;
}

.img_heads {
    height: 215px;
    margin: 0px 20px;
    padding: 0 20px;
}

h4 {
    font-weight: bold;
    font: bold 16px Arial, Helvetica, sans-serif;
    padding: 0px 0 0px;
    color: #b1113e;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
}

.img_events {
    margin: 0 15px;
    width: 91%;
    height: 345px;
}

.cls_notice p {
    text-align: center;
    font-size: 15px;
    margin: 0 10px;
}

#MainContentPlaceHolder1 {
    width: 75%;
}

.cls_imp {
    width: 25%;
    height: auto;
    background-color: #efefef;
    margin-left: 5px;
    float: right;
}

.cls_related {
    margin-top: 20px;
    margin-right: 0px;
   /* width: 96%;
    height: auto;*/
   
}

    .cls_related p {
        display: inline-block;
    }

    .cls_related img.img_important {
        width: 200px;
        display: inline-block;
        padding: 3px 29px;
    }

.cls_qucklnks {
    margin-top: 20px;
    margin-right: 10px;
    width: 68%;
    height: auto;
}

    .cls_qucklnks .cls_border ul li {
        padding: 8px;
        padding-left: 0px;
    }

.img_important {
    width: 90%;
    margin: 13px 0px;
}

.cls_contacts p {
    margin: 2px;
}

.cls_notice.cls_outbrdr p {
    margin: 0px;
}

.cls_updates.cls_outbrdr {
    width: 100%;
    background-color: #efefef;
    float: right;
}

.cls_tollfree.cls_outbrdr {
    height: auto;
    width: 100%;
    background-color: #efefef;
    float: right;
}

    .cls_tollfree.cls_outbrdr p {
        margin: 7px;
        text-align: center;
        font-size: 14px;
    }

.cls_right .cls_outbrdr:first-child {
    padding-top: 18px;
}

.cls_right .cls_outbrdr {
    padding-bottom: 5px;
}

    .cls_right .cls_outbrdr:last-child {
        padding-bottom: 18px;
    }

#id_allbnks {
    background-image: linear-gradient( 357deg,#fffad0, #f7d042);
    height: auto;
    font-weight: bold;
    padding: 10px;
}
/*div#id_allbnks .scroll-right img {
    height: 50px;
    width: auto;
    box-shadow: 0 0 3px #fffdfd;
    padding: 10px;
}*/
.cls_common.cls_events {
    width: 96%;
    height: auto;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    /* overflow: auto; */
}

.cls_outercontainer {
    width: 80%;
    margin: 20px 10%;
}

.cls_home {
    min-height: 650px;
}

p.cls_para {
    line-height: 20px;
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
}

span.cls_spnbld {
    color: #a20a39;
    font-weight: bold;
    line-height: 26px;
}

.cls_background .cls_border {
    min-height: 850px;
}

.cls_background {
    width: 97%;
}

.cls_anchor {
    color: #b1113e;
    font-size: 18px;
    height:25px;
    width:25px;
}

table.cls_memtbl, table.cls_meetingtbl, table.cls_atmtbls, table.cls_bca, table.cls_tblcntrgvt {
    width: 97%;
    border: 1px solid #a20a39;
    margin: 1.5%;
}

.cls_memtbl th, .cls_meetingtbl th, .cls_atmtbls th, .cls_bca th, .cls_tblcntrgvt th {
    background: #a20a39;
    color: white;
    font-size: 16px;
    padding: 7px;
    text-align: left;
}

.cls_meetingtbl th, .cls_atmtbls th, .cls_bca th, .cls_tblcntrgvt th, .cls_memtbl th {
    text-align: center;
}

.cls_memtbl tbody tr td, .cls_meetingtbl tbody tr td, .cls_atmtbls tbody tr td, .cls_bca tbody tr td, .cls_tblcntrgvt tbody tr td {
    border: 1px solid #a20a39;
}

    .cls_memtbl tbody tr td p, .cls_meetingtbl tbody tr td p, .cls_atmtbls tbody tr td p, .cls_bca tbody tr td, .cls_tblcntrgvt tbody tr td {
        padding: 7px;
        margin: 0px;
        font-size: 14px;
    }

    .cls_meetingtbl tbody tr td p {
        text-align: center;
    }

ul {
    list-style-image: url("../images/button.png");
}

.cls_notice .cls_spnbld {
    line-height: 15px;
}

.cls_ullist {
    line-height: 20px;
    padding: 10px;
    margin: 0 12%;
    font-size: 14px;
    text-align: justify;
}

.cls_cntrlgvt ul, .cls_flc ul, .cls_shg ul {
    list-style-image: url("../images/square.png");
}

ul.cls_ullist.cls_banking {
    margin: 5%;
}

table.cls_agritbl p {
    margin: 5px;
    font-size: 14px;
}

table.cls_agritbl {
    width: 56%;
    margin: 0 auto;
}

span.cls_spnbld.cls_lnht {
    line-height: 22px;
}

.cls_cntrlgvt h4 {
    float: left;
    margin-left: 15px
}

.cls_btn {
    background: #a20a39;
    color: #fff;
    width: auto;
    text-align: center;
    font-weight: bold;
    padding: 10px 16px;
    border: none;
    border-radius: 15px;
    outline: none;
    display: inline-block;
}

.cls_algnbtn {
    margin: 30px 10px;
}

.cls_btnoutlne {
    background-color: white;
    color: #a20a39;
    border: 2px solid #a20a39;
    border-radius: 50px;
    padding: 8px 10px;
    font-weight: bold;
}

.cls_flc ul {
    margin: 0px 30px;
}

.cls_shg ul {
    margin: 0px 30px;
}

.cls_imgculture {
    position: absolute;
    right: 0%;
    top: 0%;
    height: 115px;
}

.img_class {
    content: url("../images/logo.png");
}

.cls_right {
    width: 22%;
    float: right;
    margin-right: 3%;
}

.cls_home {
    width: 72%;
}


@media (min-width: 320px) and (max-width: 480px) {
    /* For mobile: */
    .cls_updates.cls_outbrdr, .cls_tollfree.cls_outbrdr {
        width: 94%;
    }

    .cls_related img.img_important {
        padding: 3px 22%;
    }

    .cls_home {
        width: 72%;
    }

    .cls_right {
        margin: 0 1%;
        width: 98%;
        position: absolute;
        right: 0;
        top: 13%;
        background-color: #efefef;
    }

    .cls_memtbl th, .cls_meetingtbl th, .cls_atmtbls th, .cls_bca th, .cls_tblcntrgvt th {
        font-size: 8px;
        padding: 0px;
    }

    .img_class {
        content: url("../images/mbl_logo.png");
    }

    .cls_memtbl tbody tr td p, .cls_meetingtbl tbody tr td p, .cls_atmtbls tbody tr td p, .cls_bca tbody tr td, .cls_tblcntrgvt tbody tr td {
        padding: 3px;
        font-size: 8px;
    }

    .cls_anchor {
        font-size: 8px;
    }

    ul.top-level-menu {
        width: 100%;
        margin: 0px 0px;
        position: absolute;
        z-index: 2;
    }

    .cls_right .cls_outbrdr:first-child {
        padding-top: 10px;
        width: 94%;
    }

    table.cls_memtbl, table.cls_meetingtbl, table.cls_atmtbls, table.cls_bca, table.cls_tblcntrgvt {
        width: 100%;
        margin: 0;
    }

    .cls_right .cls_outbrdr {
        padding-bottom: 10px;
    }

        .cls_right .cls_outbrdr:last-child {
            padding-bottom: 10px;
        }

    .cls_right h4 {
        margin-bottom: 12px;
        font: bold 17px Arial, Helvetica, sans-serif;
    }

    .top-level-menu > li {
        background-color: #a20a3a;
        width: 100%;
    }

    .cls_btn {
        font-sizE: 10px;
        margin: 5px 0px;
        padding: 5px 8px;
    }

    .cls_btnoutlne {
        font-size: 10px;
        padding: 3px 10px;
    }

    .cls_imgculture {
        position: absolute;
        right: 50%;
        top: 0%;
        height: 46px;
    }

    .cls_algnbtn {
        text-align: justify;
    }

    .cls_menu {
        height: 24px;
    }

    .cls_bttn {
        padding: 5px;
        width: 49%;
        display: inline-block;
        border-radius: 0px;
        border: none;
        color: white;
        background-color: #a20a3a;
        margin: 0 auto;
    }

    .top-level-menu .second-level-menu li > a {
        /* border-bottom: 1px dotted black; */
        font-size: 12px;
        width: 100%;
    }

    .second-level-menu > li {
        padding: 5px 5px;
    }

    .second-level-menu {
        width: 100%;
    }

    .top-level-menu a {
        margin: 10px 6.9px;
        font: bold 14px Arial, Helvetica, sans-serif;
        color: white;
    }

    .cls_outercontainer {
        width: 98%;
        margin: 10px 1%;
    }

    .cls_outbrdr {
        padding: 10px;
        height: auto;
        width: 94%;
        margin-top: 10px;
    }

    .cls_events {
        width: 94%;
    }

    .cls_notice, .cls_qucklnks {
        width: 94%;
    }

        .cls_notice.cls_outbrdr p {
            font-size: 13px;
        }

    .cls_notice, .cls_qucklnks {
        margin-top: 5px;
    }

    .img_heads {
        height: auto;
        margin: 0px 0px;
        width: 104px;
        padding: 0px 5px;
    }

    .cls_contacts p {
        margin: 7px;
        font-size: 12px;
    }

    .img_events {
        width: 98%;
        height: auto;
        margin: 0 1%;
    }

    .cls_qucklnks.cls_outbrdr ul {
        padding-left: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .cls_qucklnks .cls_border ul li {
        padding: 0px 0px 5px 0px;
    }

    .cls_home {
        min-height: 1500px;
    }

    .cls_new, .cls_membrbnks {
        overflow-x: hidden;
    }

  /*  .cls_imp, .cls_related {
        width: 94%;
    }*/
}

@media (min-width: 481px) and (max-width: 820px) {

    .img_class {
        content: url("../images/lanscape_logo.png");
    }

    .cls_imgculture {
        height: 81px;
        right: 0%;
    }

    .cls_menu {
        height: 24px;
    }

    .cls_bttn {
        padding: 5px;
        width: 49%;
        display: inline-block;
        border-radius: 0px;
        border: none;
        color: white;
        background-color: #a20a3a;
        margin: 0 auto;
    }

    .cls_home {
        width: 72%;
    }

  /*  .cls_outercontainer {
        width: 90%;
        margin: 20px 5%;
    }*/

   /* .cls_events, .cls_imp, .cls_qucklnks, .cls_related {
        width: 94%;
    }*/

    .cls_imp {
        margin-left: 0px;
        float: none;
    }

    .cls_related img.img_important {
        width: auto;
    }

    .img_important {
        width: auto;
        margin: auto 26%;
    }

    .cls_new, .cls_membrbnks {
        overflow-x: hidden;
    }

    .top-level-menu a {
        margin: 10px 6.9px;
        font: bold 14px Arial, Helvetica, sans-serif;
        color: white;
    }

    .top-level-menu > li {
        background-color: #a20a3a;
        width: 100%;
    }

    ul.top-level-menu {
        width: 100%;
        margin: 0px 0px;
        position: absolute;
        z-index: 2;
    }

    .cls_right {
        margin: 0 1%;
        width: 98%;
        position: absolute;
        right: 0;
        top: 35%;
        background-color: #efefef;
    }

    .outer-wrap, .cls_heads, .cls_contacts, .cls_tollfree.cls_outbrdr {
        width: 95%;
    }

    .mDialog .mBody img {
        max-width: 100%;
    }

    .modal-body h1 {
        font-weight: 900;
        font-size: 2.3em;
        text-transform: uppercase;
    }

    img.popup-image {
        max-width: 100%;
    }

    a.pre-order-btn {
        color: #000;
        background-color: gold;
        border-radius: 1em;
        padding: 1em;
        display: block;
        margin: 2em auto;
        width: 50%;
        font-size: 1.25em;
        font-weight: 600; /* Changed to a valid font weight */
    }

        a.pre-order-btn:hover {
            background-color: #000;
            text-decoration: none;
            color: gold;
        }

    .mySlides {
        display: none; /* Initially hide all images */
        width: 100%; /* Ensure images are responsive */
        height: auto; /* Maintain aspect ratio */
    }
}

@media (min-width: 821px) and (max-width: 1300px) {
	.cls_outercontainer {
		width: 95%;
		margin: 25px 5%;
	}
	.cls_events {
		width: 66%;
		height: auto;
		margin: 0px 4px 0px 0px;
	}
	
	.cls_imp {
		width: 24%;
		height: auto;
		background-color: #efefef;
		margin: 0px 9px 0px 0px;
		float: right;
	}
}