@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
	background-color: var(--clr-yellow-ltr);
}
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:focus, input, select, textarea {
    outline: 0;
    border: none;
	text-decoration: none;
}
select, select option, input, input placeholder {
    color: #666;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
textarea {
    font-family: Poppins, sans-serif;
}
:root {
    --clr-white: #fff;
    --clr-red-light: #FFFAFA;
    --clr-red: #FF7171;
    --clr-blue: #15173D;
    --clr-green: #3DB963;
    --clr-border: #e8dac6;
    --clr-black: #000;
    --clr-black3: #333;
    --clr-black6: #666;
    --clr-black9: #999;
    --clr-grey: #f2f2f2;
    --clr-grey-md: #eeedf1;
    --clr-grey-light: #f9f9f9;
    --clr-primary: #bc6300;
	--clr-primary-dk: #613600;
    --clr-primary-md: #9e89a7;
    --clr-primary-lt: #b25530;
    --clr-primary-ltr: #db8e64;
    --clr-secondary: #2d3236;
    --clr-yellow: #bd9225;
    --clr-yellow-md: #e5caab;
    --clr-yellow-lt: #f0dbc1;
    --clr-yellow-ltr: #f7eee2;
}
body {
    overflow: hidden;
    overflow-y: auto;
}
*:before, *:after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
}
.content-ml {
    font-family: PanchariUni;
    font-weight: 400;
    font-size: 19px;
}
.title-ml {
    font-family: EggindulekhaUni;
    font-weight: normal;
    font-size: 22px;
}
.font-en, .title-font, .content {
    font-family: 'Poppins', sans-serif;
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
*/
}
.d-inline-block {
    display: inline-block;
}
.fullwidth {
    width: 100%;
}
.clearfix, .clear {
    clear: both;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-center {
    text-align: center;
}
.py15 {
    padding: 10px 0;
}
.site-container-outer {
    width: 100%;
    overflow: visible;
    max-width: 100vw;
}
.header-container {
    width: 100%;
    padding: 0 15px;
    background-image: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    /*	background-size: contain;*/
    background-position: center;
/*    overflow: hidden;*/
    margin: 0;
    /*    height: 100vh;*/
    position: relative;
    width: 100%;
    animation: scaleBackground 10s infinite alternate; /* Apply the scale animation */
    background-color: #623416;
    padding-bottom: 0px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.header-navbar-outer {
    width: 100%;
    padding: 0 15px;
}
.NavWidthLimit {
    width: 100%;
    max-width: 950px;
    margin: auto;
}
.header-navbar-In.d-flex {
    height: 70px;
    align-items: center;
    justify-content: center !important;
}
.logo-col-nav {
    /*    max-width: 40px;*/
    width: auto;
    margin-right: 10px;
}
.header-nav-Ul {
    width: auto;
    padding: 0;
}
.header-navbar-outer {
    background-color: transparent;
}
.header-navbar-In .logo {
    display: none;
}
.header-navbar-outer.scrolled {
    /*        background-color: black;*/
    background: rgba(0, 0, 0, 0.8);
}
.header-navbar-outer.scrolled .header-navbar-In .logo {
    display: block;
}
.header-navbar-outer.scrolled .header-navbar-In.d-flex {
    justify-content: space-between !important;
}
.header-nav-Li {
    list-style-type: none;
    font-size: 14px;
    display: inline-block;
}
.header-nav-Li a {
    display: block;
    padding: 8px 12px;
    color: var(--clr-white);
    text-decoration: none;
}
.main-galleryOuter {
	background-color: #000;
}
.header-In, .main-galleryIn {
    min-height: 500px;
    width: 100%;
    margin: auto;
    max-width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    padding-top: 80px;
    justify-content: center;
}
.main-galleryIn {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(0,0,0,0.3);
	padding-top: 20px;
}
.title-content-outer {
    width: 100%;
    max-width: 420px;
    padding-bottom: 25px;
    position: relative;
    padding-bottom: 110px;
}
.fixed-title-blk {
	width: 30%;
	padding: 10px;
}
.gallerySlider-sec {
	text-align: center;
    margin: 0 auto;
    max-width: 930px;
    width: 100%;
}
.gallerySliderOuter {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	max-width: 1100px;
	
}
.gallerySlider {
	width: 100%;
}

.title-blk {
	margin-bottom: 30px;
}
.subtile-blk {
    color: var(--clr-primary);
    font-size: 16px;
}
.header-In .content-blk, .header-In .subtile-blk {
    color: var(--clr-white);
	text-shadow: 0 0 10px #bb7318, 0 0 20px #bc6504, 0 0 40px #bc6908;
	-webkit-text-shadow: 0 0 10px #bb7318, 0 0 20px #bc6504, 0 0 40px #bc6908;
	-moz-text-shadow: 0 0 10px #bb7318, 0 0 20px #bc6504, 0 0 40px #bc6908;
}
.content-blk {
    font-size: 14px;
    line-height: 23px;
}
.subtile-blk {}
.title-image {}
.menu-icon {
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    display: none;
}
.menu-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.15px;
    opacity: 1;
    rotate: 0deg;
    border-radius: 0.15rem;
    background-color: #fff;
    transition: all 0.3s ease;
}
.menu-line:nth-child(1) {
    top: 0px;
}
.menu-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}
.menu-line:nth-child(3) {
    top: 1rem;
}
.reg-btn-top {
    background-color: var(--clr-black) !important;
    border-radius: 5px;
}
.fixed-top.scrolled .reg-btn-top {
	background-color: var(--clr-primary) !important;
}

.sectionOuter {
    width: 100%;
    font-family: var(--font-en);
    overflow: hidden;
	background-color: var(--clr-yellow-ltr);
}
.sectionIn, .sectionIn-voting {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 15px;
}
.sectionIn-voting {
    max-width: 1200px;
	padding: 0 15px;
}
.py3 {
    padding: 30px 0;
}
.pt3 {
    padding-top: 30px;
}
.title-content-blk-outer {
	text-align: center;
}
.title-content-blk-outer .content-blk, .title-content-blk-outer .subtile-blk {
    font-size: 22px;
    line-height: 25px;
	font-weight: normal;
}
/* .........................  Social media style  .........................*/
.shareboxwrp {
    display: none;
    float: left;
    width: 100%;
}
.shareboxwrpin {
    margin: 0 auto;
    display: table;
    width: 40px;
}
.social-media-main {
    width: 50px;
    height: 220px;
    float: left;
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 5px;
    padding-top: 60px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 60% auto;
    background-image: url(../images/share.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    float: left;
    position: absolute;
    top: 50px;
    left: 0;
    cursor: pointer;
    -moz-transition: all .2s linear .0s;
    -webkit-transition: all .2s linear .0s;
    transition: all .2s linear .0s;
}
.shretle.open {
    top: 0;
    background-image: url(../images/close.svg);
}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size: 50px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
}
.tw-clr {
    background-position: -4px -107px;
    background-color: #000;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -159px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}
/* .........................  Social media style  .........................*/
.secContainer1 {
    background-image: url("../images/sec1-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 30px;
}
.regFormBlk {
    width: 100%;
    min-height: 600px;
    margin-top: 15px;
}
.regFormOuter {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    position: relative;
    border-radius: 15px;
/*
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
*/
}

.sec-title {
    padding: 10px 0;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 33px;
    font-weight: 600;
    text-align: center;
    color: var(--clr-secondary);
}
/*
.regFormOuter .sec-title {
    border-bottom: 1px solid #40331a;
}
*/
.aboutOuter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*	align-items: flex-start;*/
}

.aboutOuter .sec-title {
	color: var(--clr-secondary);
}

.aboutOuter .content-blk-outer {
    width: 65%;
	padding: 25px;
}
.aboutOuter .image-blk {
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: var(--clr-yellow-md);
}
.content-blk.panchariUni {
    font-size: 22px;
    line-height: 28px;
}
.secContainer2 {
	background-color: var(--clr-yellow-lt);
	position: relative;
}
.secContainer2 .sectionIn {
    max-width: 950px;
	padding: 0;
}
.highlightClr {
    color: var(--clr-primary);
}
.secContainer3 {
    background-color: var(--clr-primary);
background: linear-gradient(-180deg,rgba(45, 50, 54, 1) 0%, rgba(97, 54, 0, 1) 52%, rgba(97, 54, 0, 1) 100%);
	max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
	overflow: visible;
}
.terms-outer {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-blk-outer .sec-title {
	text-align: left;
	color: var(--clr-primary);
}
.terms-outer .sec-title {
	text-align: left;
	color: var(--clr-white);
}
.terms-col {
	position: relative;
	width: 80%;
}
.terms-pic {
	width: 30%;
	overflow: hidden;
	border-radius: 50%;
	margin-left: -150px;
}
.termsList {
    width: 100%;
}
.termsListUl {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.termsListLi {
    width: 100%;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.termsListLi:after {
    width: 10px;
    height: 10px;
    background-color: #bc6300;
    border-radius: 50%;
    content: "";
    top: 5px;
    left: 0px;
    position: absolute;
}
.termsList.panchariUni {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
}
img {
    max-width: 100%;
    display: block
}
.storyImg img {
    width: 100%;
}
.storyImg {
    width: 100%;
    position: relative;
    padding-bottom: 68%;
    -webkit-animation: placeHolderShimmer 2s linear infinite forwards;
    animation: placeHolderShimmer 2s linear infinite forwards;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 400px 60px;
    overflow: hidden;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.txt-bg-highlight {
    background: #b57c2a;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #b57c2a  none repeat scroll 0 0;
    box-decoration-break: clone;
    display: inline;
    padding: 2px 16px;
    text-align: center !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }
    100% {
        background-position: 400px 0
    }
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }
    100% {
        background-position: 400px 0
    }
}
.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}
.storyColIn .storyTitle {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
	font-weight: normal;
	color: var(--clr-primary-dk);
}
.storyMainOuter .storyContentOuter {
    display: flex;
    /*    align-items: flex-start;*/
    width: 100%;
}
.storyMainOuter {
    padding: 0 0 30px 0;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--clr-grey);
}
.storycontentIn {
    width: 100%;
    padding-left: 10px;
}
p.storycontent {
    font-size: 22px;
    line-height: 26px;
}
a.readBtn {
    background-color: #ccc;
    padding: 5px 15px;
    display: inline-block;
    background-color: var(--clr-primary);
    color: var(--clr-white);
    text-decoration: none;
    border-radius: 8px;
    font-size: 19px;
}
.storyMainOuter .storyImg {
    width: 97%;
    padding-bottom: 30%;
}
.storyMainOuter .storycontentIn p.storycontent {
    padding-bottom: 20px;
}
.storyBlock {
    width: 100%;
}
ul.storyBlockUl {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
li.storyBlockLi {
    width: 25%;
    padding: 0 10px;
    list-style-type: none;
}
.storyColIn.panchariUni {
    width: 100%;
}
.storyContentOuter {
    display: block;
}
.storyBlockLi .storycontentIn {
    padding: 10px 0 10px 0;
}
.storyBlockLi .storyColIn .storyTitle {
    font-size: 24px;
    line-height: 26px;
    min-height: 100px;
}
.footer-outer {
    width: 100%;
    padding: 20px 10px;
    background-color: var(--clr-primary-dk);
    min-height: 160px;
}
.footer-In {
    text-align: center;
}
.footer-In .content-blk {
/*    color: var(--clr-white);*/
	color: #a9a9a9;
}
.inAssociate-logoBlk {
    font-size: 12px;
    color: #959595;
    margin: 10px auto;
    text-align: center;
    max-width: 150px;
}
.inAssociate-logoBlk a {
    pointer-events: none;
}
.inAssociate-logoBlk span {
    padding-bottom: 10px;
    display: block;
}
.tabs {
    display: flex;
    cursor: pointer;
}
.tab {
    padding: 10px 20px;
    background: #ddd;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
}
.tab.active {
    background: #3498db;
    color: #fff;
}
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}
.tab-content.active {
    display: block;
}
.voting-container {
/*
	max-width: 1200px;
	margin: 0 auto;
*/
	width: 100%;
/*
    padding-top: 60px;
    position: relative;
*/
}
.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.voting-container-In {
/*
	overflow-y: auto;
	max-height: 500px;
*/
}

.zone-nav-sticky-top {
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    background-color: #fff;
    -webkit-animation: .5s cubic-bezier(.25,.46,.45,.94) both slide-in-top;
    animation: .5s cubic-bezier(.25,.46,.45,.94) both slide-in-top;
    box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
    padding: .9375rem;
    z-index: 999;
}
.vtradiospan {
    font-size: 14px;
}
.zone-nav-outer {
    margin: 0px -5px;
}
.zone-nav-outer .nav-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin: 10px auto;
	transition: .5s ease-in-out;
}
.zone-nav {
    margin: 5px;
    padding: 6px 12px;
    background-color: #fcf2e0;
    width: auto;
    border-radius: 5px;
    color: #d39c27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	white-space: nowrap;
}
.zone-nav-active {
    color: #fff;
    background-color: #d39c27;
}
a.zone-link {
    color: #7a5d1f;
    text-decoration: none;
}
.zone-nav-active a.zone-link {
	color: #fff;
}

.zone-container {
    width: 100%;
}
.zone-title-blk {
    width: 100%;
}
.zone-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
	border-bottom: 4px solid #fcf2e0;
    margin-bottom: 10px;
	color: #d39c27;
}
.zone-place {
    font-size: 14px;
	margin-bottom: 10px;
}

span.zone-place-name {
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
}
span.zone-place-name:before {
    position: absolute;
    background-color: #d39c27;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	top: 6px;
	left: 0;
	content: "";
}
.item-each {
/*	width: 16.65%;*/
	width: 20%;
    padding: 8px;
	text-align: center;
}
.album.photos {
    width: 100%;
	margin-bottom: 10px;
	position: relative;
	background: linear-gradient(to right, #8f5c08, #eee0bb, #d4ac40);
    padding: 2px;
    border-radius: 5px;
}
.album.photos:after {
    content: "";
    cursor: pointer;
    position: absolute;
    width: 38px;
    height: 38px;
    right: 5px;
    bottom: 5px;
    background-image: url(../images/zoom.svg) !important;
    background-color: rgb(16 16 16 / 50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 22px;
    z-index: 9;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 5px;
    pointer-events: none;
}
.gallerySlider {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin: 0 -5px;
}
.votingbtn {
	background-color: #8d640b;
    padding: 4px 8px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    max-width: 100px;
    margin: 8px 0;
    cursor: pointer;
    background: #8d640b;
    background: linear-gradient(90deg, rgb(141 100 11) 0%, rgb(211 156 39) 50%, rgb(141 100 11) 100%);
}
.votingbtn:hover, .votingbtn-active  {
    background: #8d640b;
    background: linear-gradient(90deg, rgb(47 32 0) 0%, rgb(229 132 0) 50%, rgb(47 32 0) 100%);
}
.album.photos a img {
	border-radius: 8px;
}

label.votinglabel {
    cursor: pointer;
	display: block;
}
.know-more-btn {
	width: auto;
    background-color: #fff;
    font-size: 13px;
    color: #707070;
    padding: 5px 0;
    text-align: left;
    max-width: auto;
    border-radius: 4px;
    color: #fff;
/*    border: 1px solid #eee;*/
    margin: 0;
}
.know-more-btn a {
	text-decoration: none;
	color: #d39c27;
}
.vote-bottom-blk {
    width: 100%;
}
h3.album_title {
    font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	min-height: 22px;
    line-height: 18px;
	color: #d39c27;
}
p.album_title {
    font-size: 12px;
    color: #a9a9a9;
    line-height: 18px;
}
.nolink { color: #d7d7d7 !important }
.votinglabel input[type="radio"] {
    margin-top: -2px;
}
.vote-now-block {
	width: 100%;
    padding: 15px;
    margin: auto;
    max-width: 600px;
    background-color: #fcf2e0;
    border-radius: 10px;
    margin: 20px auto;
}
.form-control-block {
    margin-bottom: 15px;
}
input[type="text"], input[type="email"], input[type="number"], select, textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: sans-serif, arial;
    font-size: 15px;
    color: #333;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #f3e0b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.error {
    font-family: sans-serif, arial;
    font-size: 11px;
    font-weight: normal;
    color: red;
    padding-top: 5px;
    display: none;
    text-align: left;
}
.submit-button {
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d39c27;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.submit-button:hover {
	background-color: #8d640b;
}
.voting-outer .header-container {
	
}
.form-area p {
	margin-bottom:5px;
}

.voting-outer .title-blk {
    max-width: 330px;
    margin: auto;
}
.voting-outer .title-content-outer {
	padding-bottom: 50px;
}
.voting-outer .header-In {
    min-height: 340px;
}

.header-navbar-outer.scrolled {
    background: rgba(0, 0, 0, 1);
}
.title-image {
	max-width: 337px;
    right: 15%;
    background-size: cover;
    display: block;
    background-position: bottom right;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-image: url(../images/chef-pic.png);
}
.gol-clo-trophy {
	max-width: 337px;
    left: 20%;
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -80px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.popup-story-outer {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}
.popup-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.0);
    overflow: auto;
}
	.popup-In {
    max-width: 480px;
    width: 98%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 20px 0px 20px;
    background-color: #fff;
    border-radius: 17px;
    margin: 16px auto;
	-ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 0;
    left: 50%;
	box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .4);

}
.scroll-disable {
	overflow: hidden;
}
.close {
    position: absolute;
    height: 32px;
    width: 32px;
    text-align: center;
    top: 5px;
    right: 5px;
    z-index: 2;
    right: 5px;
    cursor: pointer;
    font-size: 30px;
    line-height: 33px;
    font-weight: normal;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    background-color: #d39c27;
}
.disabled {
	opacity: 0.2;
}
.selected {
	border: 1px solid #f0ab08;
	opacity: 1;
	border-radius: 6px;
}
.mfp-content {
	font-family: poppins;
    font-size: 12px;
}

.afterVote-blk {margin: 0; padding: 10px;}
.afterVote-blk-In {width: 100%}
.afterVote-blk-image { width: 100%; max-width: 120px; margin: 10px auto;}
.afterVote-blk-content { font-size: 12px; text-align: center; line-height: 18px; padding-bottom: 20px; color: #333; }
.thankYouBLock, .alreadyVotedBLock {
	display: none;
}

.WinnerBlock .item-each, .PhotoGalleryBlock .item-each {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
	position: relative;
	z-index: 2;
}
/*
.WinnerBlock .item-each .album.photos {
	max-width: 300px;
}
*/
.zoneName {
	color: #707070;
}

.PhotoGalleryBlock .zone-title {
	border-bottom: 1px solid #40331a;
}
/*------------ slider ----------------- */

.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(../images/controls.png);
    border: none;
    background-size: 30px;
    outline: none;
    text-indent: -10000px;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	top: 20px;

}
.slick-arrow:hover {
	background-color: rgba(0,0,0,0.5);
}
.slick-next.slick-arrow {
    left: auto;
    right: 5px;
    background-position: -2px -48px;
}
.slick-prev.slick-arrow {
    left: auto;
    right: 40px;
    background-position: 0px -2px;
}
.slick-arrow.slick-disabled {
    cursor: default;
    opacity: .2;
}
.phGalleryContent {
	font-family: panchariUni;
	font-size: 19px;
	color: var(--clr-primary-dk);
	padding: 10px 0px;
	min-height: 100px;
    max-height: 100px;
}
.albumContentBlk {
    width: 100%;
}
/*
.AwardWinner1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/

.WinnerBlock {
    width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.highlight {
	color: #ecaf2d !important;
    background-color: #544015;
    padding: 4px 7px;
    margin-bottom: 8px;
    border-radius: 5px;
}

ul.storyUl {
	width: 100%;
	margin: 0 -10px;
	padding:  20px 0;
	display: flex;
    flex-wrap: wrap;
	border-top: 4px solid #544015;
	border-bottom: 4px solid #544015;
    margin-top: 10px;
}
li.storyLi {
	list-style-type: none;
	width: 20%;
	padding: 10px;
	border-right: 1px solid #544015;
}
li:last-child.storyLi {
	border-right: 0px solid #544015;
}


.storyUl .storyContentOuter {
    display: block;
}

.storyLi .storycontentIn {
	padding-left: 0;
}
.storyLi .storycontentIn .storyTitle {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #a9a9a9;
    font-weight: normal;
	min-height: 88px;
}
.storyLi .storyContentOuter .storyImg {
    width: 100%;
    padding-bottom: 66%;
    border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #544015;
}

.storyLi .storyContentOuter .readBtn {
	padding: 5px 15px;
    display: inline-block;
    background-color: var(--clr-primary);
    color: var(--clr-white);
    text-decoration: none;
    border-radius: 8px;
    font-size: 19px;
	border-radius: 5px;
	background-color: #3a3a3a;
	color: #e9e9e9;
}
a .storyTitle  {
	text-decoration: none;
}



















