*,::after,::before{box-sizing:border-box;margin:0;padding:0}
body{font-family:Barlow,sans-serif;margin:0;padding:0;background:#000;font-size:1rem;color:#fff}
img{max-width:100%;height:inherit}
.container{max-width:1260px;margin:0 auto;padding:0 10px}
ul{list-style:none;padding:0;margin:0}
a{text-decoration:none;color:#fff}
.flex{display:flex}
header{position:fixed;width:100%;padding:5px 0;z-index:9;}
header.darkHeader{background-color:#000;z-index:2}
header .rgt_col{display:flex;align-items:center;justify-content:space-between}
header .logo img{display:block;max-width:135px;transition: all .5s;}
header.darkHeader .logo img{max-width:89px}
.MenuBtn{display:none}
header .container{display:flex;justify-content:space-between;align-items:center}
nav ul{display:flex}
nav ul li{display:inline-block;margin:0 10px}
nav ul li a::after{display:block;content:'';border-width:1px;border-style:solid;transform:scaleX(0);transition:transform 250ms ease-in-out;margin-top:5px;border-color:#F7941E}
/* nav ul li a.active::after,nav ul li a:hover::after{transform:scaleX(1)} */
nav ul li a{font-weight:500;font-size:1rem;line-height:22px;text-transform:uppercase;color:#fff}
nav ul li a:hover, nav ul li.active a {color: #F7941E;}
.fixedNav{display:flex;align-items:center;justify-content:space-between;margin-left:15px}
.applyBTN{background:#000;border-radius:50px;text-transform:uppercase;font-weight:600;font-size:.938rem;line-height:30px;color:#F7941E;padding:0 12px;border:1px solid #F7941E}
.applyBTN:hover{background-color:#F7941E;color:#000}
.heading .h2{color:#fff;text-shadow:0 6px 6px rgba(0,0,0,.4);font-family:Lora,serif;font-size:3.438rem;font-weight:700;text-transform:capitalize;margin-bottom:20px}
.heading small{color:#F7941E;font-size:1.125rem;font-weight:600;text-transform:uppercase;position:relative;padding-left:45px;margin-bottom:10px;display:inline-block}
.heading small::after{content:'';background:#F7941E;width:40px;height:2px;position:absolute;left:0;bottom:4px}
/*Top Hero Section*/
/* .hero-section{padding-top: 30px;} */
.hero-wrapper {position: relative;height: auto;width: auto;min-height: 100vh;min-width: 100%;z-index: -9999;}
.hero-wrapper video {object-fit: cover;width: 100%;height: 100vh;top: 0;left: 0;}
.video-wrapper {position: relative;}       
.onlyWeb {display: block;}
.onlyMobile {display: none;}
.hero-section .video-wrapper .playBtn {position: absolute;right: 20px;bottom: 60px;color: #fff;border: none;background: none;}
.hero-section .video-wrapper .playBtn svg {fill: #fff;height: 45px;width: 45px;}
/*About Award*/
.about_award{background-image:url(../images/about-award-bg.jpg);background-size:cover;background-position:center;padding:80px 0}
.about_award .flex{border-radius:40px;background:rgba(12, 12, 12, 0.8);box-shadow:0 0 8px 0 rgba(0,0,0,.25);padding:40px;align-items:center}
.about_award .rgt-col{width:476px;margin-left:50px}
.about_award .lft-col{width:calc(100% - 526px)}
.about_award .rgt-col img{width:100%;display:block;}
.about_award p.short_desc {color:#fff;text-align:left;text-shadow:0 0 4px rgba(0,0,0,.5);font-size:1.125rem;font-weight:400;line-height:28px;opacity: 0;transform: scale(0.95); animation: zoomIn 1s ease forwards;}
@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*Catgory*/ 
.categoryWrapper{background: #000;padding:40px 0;}
.categorybox{display: flex;flex-wrap: wrap;padding-top: 40px;}
.categorybox .lftCol{width: 100%;background: #2F2F2F;padding: 30px;border-radius: 40px;box-shadow: 0 0 8px 0 rgba(0,0,0,.25);position: relative;}
/* .categorybox .rgtCol{width: 380px;margin-left: 15px;background: #2F2F2F;padding: 30px;border-radius: 40px;box-shadow: 0 0 8px 0 rgba(0,0,0,.25);} */
.categorybox .rgtCol .subhead{margin-bottom: 15px;display: flex;}
.categorybox .rgtCol .subhead svg{width: 20px;height: 20px;margin-right: 10px;}
.categorybox .rgtCol .subhead h3{color:#fff;font-family:Lora,serif;font-size:1.25rem;font-weight:600;text-transform:uppercase}
.schedulelist{border-left:1px dashed #8E8E8E;padding-left: 15px;}
.schedulelist ul{padding: 0; margin: 0;}
.schedulelist ul li::after {content: '';width: 14px;height: 14px;position: absolute;top: 0;left: -22px;border-radius: 10px;background: #2F2F2F;box-sizing: border-box;border: 1px solid #F7941E;}
.schedulelist ul li{margin-bottom: 15px;position: relative;}
.schedulelist ul li h3{color: #F7941E;font-size: 18px; line-height: 17px;font-weight: 600;margin-bottom: 6px;}
.schedulelist ul li span{color: #fff;font-size: 18px; line-height: 24px;font-weight: 400;}

/* .categorybox .voteCategory .tabs{display: flex;position: absolute;top: -38px;align-items: center;left: 0;}
.categorybox .voteCategory .tablinks{border:none;color:#fff;font-size:1rem;font-weight:400;text-transform:uppercase;cursor:pointer;padding:12px 20px;border-radius: 8px;background: #1C1C1C;border: 1px solid #454545;line-height: 24px;margin-right: 20px;height: 74px;display: flex;align-items: flex-start;max-width: 220px;justify-content: center;flex-wrap: wrap;}
.categorybox .voteCategory .tablinks:last-child{margin-right: 0;}
.categorybox .voteCategory .tablinks span{display: block;font-weight: 400;font-size: 14px;}
.categorybox .voteCategory .tablinks.active{color:#fff;border-color: #fff;font-weight: 600;}
.categorybox .voteCategory .tabcontent{display:none;}
.categorybox .voteCategory .tabcontent .awardsWrap {margin-top :35px;}
.categorybox .voteCategory .tabcontent .categoryCarousel {text-align: center;}
.categorybox .voteCategory .tabcontent .categoryitems {text-align: center;padding:0 10px;}
.categorybox .voteCategory .tabcontent .imgthumb {position: relative;border-radius: 50%;margin: 0 auto 15px;display: flex;align-items: center;justify-content: center;height: 130px;width: 130px;overflow: hidden;z-index: 1;}
.categorybox .voteCategory .tabcontent .imgthumb::before {content: "";position: absolute;inset: 0;border-radius: 50%;padding: 4px;background: conic-gradient(#f90 0deg, #f90 90deg, #f90 180deg, #444 270deg, #f90 360deg);-webkit-mask:  linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite: xor;mask-composite: exclude;border-radius: 50%;z-index: 1;animation: rotateBorder 2s linear infinite;opacity: 0;transition: opacity 0.3s ease;}
.categorybox .voteCategory .tabcontent .imgthumb:hover::before {opacity: 1;}
.categorybox .voteCategory .tabcontent .imgthumb img {width: 120px;height: 120px;object-fit: cover;border-radius: 50%;position: relative;z-index: 2;}
@keyframes rotateBorder {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
*/
.categorybox .voteCategory .tabs{display: flex;position: absolute;top: -38px;align-items: center;left: 0;}
.categorybox .voteCategory .tablinks{background: #000;border:none;color:#fff;font-size:1rem;font-weight:400;text-transform:uppercase;cursor:pointer;padding:12px 20px;border-radius: 8px;border: 1px solid #c3c3c3;line-height: 24px;margin-right: 20px;height: 74px;display: flex;align-items: flex-start;max-width: 230px;justify-content: center;flex-wrap: wrap;}
.categorybox .voteCategory .tablinks:last-child{margin-right: 0;}
.categorybox .voteCategory .tablinks span{display: block;font-weight: 400;font-size: 14px;}
.categorybox .voteCategory .tablinks:hover {background: #f7941e;border-color: #f7941e;color: #000;}
.categorybox .voteCategory .tablinks.active{background: #f7941e;color:#000;border-color: #f7941e;}
.categorybox .voteCategory .tabcontent{display:none;}
.categorybox .voteCategory .tabcontent .awardsWrap {margin-top :35px;}
.categorybox .voteCategory .category-slide{height:300px;border-radius:12px;overflow:hidden;transition:all 0.4s ease;filter:blur(3px);transform:scale(0.85);opacity:0.4;position: relative;border: 1px solid #686868;}
.categorybox .voteCategory .category-slide::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.85));transition:0.5s;}
.categorybox .voteCategory .category-slide img{width:100%;height:100%;object-fit:cover;display:block;}
.categorybox .voteCategory .category-slide .text{position:absolute;bottom:1rem;left:1rem;color:#fff;z-index:2;}
.categorybox .voteCategory .category-slide .text h2{font-size:1.5rem;margin:0;line-height:1;}
.categorybox .voteCategory .category-slide .text span{font-size:1.2rem;letter-spacing:1px;}
.categorybox .voteCategory .slick-center .category-slide{filter:none;transform:scale(1);opacity:1;}
.categorybox .voteCategory .slick-slide{padding:0;margin:0;}
.categorybox .voteCategory .slick-dots{margin-top:20px;display:flex;justify-content:center;gap:8px;}
.categorybox .voteCategory .slick-dots li{list-style:none}
.slick-dots button{width:14px;height:4px;background:#ccc;border:none;border-radius:3px;font-size:0;}
.categorybox .voteCategory .slick-dots .slick-active button{background:#000;}
.categorybox .voteCategory .tabcontent .voteNowBtn{display: flex;justify-content: center;margin-top: 25px;}
.categorybox .voteCategory .tabcontent .voteNowBtn a {background: #000;border: 1px solid #F7941E;border-radius: 8px;padding: 10px 15px;display: inline-flex;align-items: center;color: #F7941E;font-size: 1.063rem;font-weight: 600;text-transform: uppercase}
.categorybox .voteCategory .tabcontent .voteNowBtn a svg {width: 18px;height: 18px;margin-left: 5px;fill: #F7941E}
.categorybox .voteCategory .tabcontent .voteNowBtn a:hover {background: #F7941E;color: #000}
.categorybox .voteCategory .tabcontent .voteNowBtn a:hover svg {fill: #000}


.categorybox .voteCategory .slide-arrow{border-radius:8px;background: rgb(0, 0, 0);padding:13px;position:absolute;transform: translate(-50%);top: 35%;border:none;display:inline-flex;cursor:pointer;    border: 1px solid #3c3c3c;}
.categorybox .voteCategory .slide-arrow:hover{background:#F7941E}
.categorybox .voteCategory .slide-arrow svg{width:22px;height:22px;fill: rgb(247, 148, 30);}
.categorybox .voteCategory .slide-arrow:hover svg{fill:#000}
.categorybox .voteCategory .next-arrow{right: -20px;}
.categorybox .voteCategory .prev-arrow{left:0;transform:rotate(-180deg);z-index: 99;}



/* .categorybox .voteCategory .tabcontent .categoryitems h3 {color: #fff;font-size: 16px;font-weight: 500;}
.categorybox .voteCategory .tabcontent .categoryCarousel .slide-arrow{border-radius:50%;background:#000;padding:6px;position:absolute;top: 28%;border:none;display:inline-flex;cursor:pointer;}
.categorybox .voteCategory .tabcontent .categoryCarousel .slide-arrow:hover{background:#F7941E}
.categorybox .voteCategory .tabcontent .categoryCarousel .slide-arrow svg{width:16px;height:16px;fill:#fff}
.categorybox .voteCategory .tabcontent .categoryCarousel .slide-arrow:hover svg{fill:#000}
.categorybox .voteCategory .tabcontent .categoryCarousel .next-arrow{right:0;}
.categorybox .voteCategory .tabcontent .categoryCarousel .prev-arrow{left:0;transform:rotate(-180deg);z-index: 99;}
.categorybox .voteCategory .tabcontent .voteNowBtn{display: flex;justify-content: center;margin-top: 25px;}
.categorybox .voteCategory .tabcontent .voteNowBtn a {background: #F7941E;border: 1px solid #F7941E;border-radius: 8px;padding: 10px 15px;display: inline-flex;align-items: center;color: #000;font-size: 1.063rem;font-weight: 600;text-transform: uppercase}
.categorybox .voteCategory .tabcontent .voteNowBtn a svg {width: 18px;height: 18px;margin-left: 5px;fill: #000}
.categorybox .voteCategory .tabcontent .voteNowBtn a:hover {background: #000;color: #F7941E}
.categorybox .voteCategory .tabcontent .voteNowBtn a:hover svg {fill: #F7941E} */
/*Jury Section*/
.jury_judges{background: #1E1E1E;padding:40px 0;}
.jury_judges .container{position:relative}
.jury_judges .short_desc{color:#fff;text-align:justify;text-shadow:0 0 4px rgba(0,0,0,.5);font-size:1.125rem;font-weight:400;line-height:28px;margin-bottom:1.25rem}
.juryCarousel figure{cursor:default}
.juryCarousel .imgThumb{padding:0 15px;margin-bottom:-85px}
.juryCarousel .imgThumb img{display:block;border-radius:20px;width:100%}
.juryCarousel figcaption{border-radius:20px;background:#000;text-align:center;padding:100px 25px 25px}
.juryCarousel figure:hover figcaption{background:#fff}
.juryCarousel h3{color:#fff;font-family:Lora,serif;font-size:1.25rem;font-weight:600;text-transform:capitalize;margin-bottom: 0.4rem;}
.juryCarousel figure:hover figcaption h3{color:#000}
.juryCarousel small{color:#dfdfdf;text-align:justify;text-shadow:0 0 4px rgba(0,0,0,.5);font-size:.875rem;font-weight:400;line-height:18px;text-transform:capitalize}
.juryCarousel figure:hover figcaption small{color:#000;text-shadow:none}
.juryCarousel .slick-slide{padding:0 15px}
.juryCarousel .slide-arrow{border-radius:8px;background:#000;padding:13px;position:absolute;top:-50%;right:0;border:none;display:inline-flex;cursor:pointer}
.juryCarousel .slide-arrow:hover{background:#F7941E}
.juryCarousel .slide-arrow svg{width:22px;height:22px;fill:#F7941E}
.juryCarousel .slide-arrow:hover svg{fill:#000}
.juryCarousel .prev-arrow{right:58px;transform:rotate(-180deg)}




/*Video Photo*/
.photovideoWrap{background-image:url(../images/photovideo-bg.png);background-size:cover;background-position:center;padding:80px 0}
.photovideoWrap .container{position:relative}
.photovideoWrap .container .heading{text-align:center;}
.photovideoWrap .container .heading small::after{content: none;}
.photovideoCarousel figure{cursor:pointer;position: relative;}
.photovideoCarousel .imgThumb{position: relative;border: 1px solid #3c3c3c;border-radius: 8px;height: 400px;}
.photovideoCarousel .imgThumb img{display:block;border-radius:20px;width:100%;}
.photovideoCarousel .imgThumb svg{height: 50px;width: 50px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);fill: #fff;}
.photovideoCarousel figcaption{padding: 15px;width: 100%;}
.photovideoCarousel h3{color:#fff;font-family:Lora,serif;font-size:24px;font-weight:700;text-transform:capitalize;text-align: center;}
.photovideoCarousel .slick-slide {opacity: 0.5;transform: scale(0.85);transition: all 0.5s ease;}
.photovideoCarousel .slick-center {opacity: 1;transform: scale(1); }
.photovideoCarousel .imgThumb::after {content: '';background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, black 100%);opacity: 1;padding: 18% 10px 10px 10px;bottom: -2px;left: 0;position: absolute;width: 100%;}
.photovideoCarousel .slide-arrow{border-radius:8px;background:#000;padding:13px;position:absolute;transform: translate(-50%);top: 35%;border:none;display:inline-flex;cursor:pointer;    border: 1px solid #3c3c3c;}
.photovideoCarousel .slide-arrow:hover{background:#F7941E}
.photovideoCarousel .slide-arrow svg{width:22px;height:22px;fill:#fff}
.photovideoCarousel .slide-arrow:hover svg{fill:#000}
.photovideoCarousel .next-arrow{right: 20%;}
.photovideoCarousel .prev-arrow{left:22%;transform:rotate(-180deg);z-index: 99;}

/*Partners Section*/
.partners{background: #1E1E1E;padding:40px 0;}
.partners .container{position:relative}
.partnersCarousel figure{cursor:pointer;background: #282828;border: 1px solid #333333;border-radius: 10px;}
.partnersCarousel .imgThumb{padding:0 15px;}
.partnersCarousel .imgThumb img{display:block;width:100%}
.partnersCarousel .slick-slide{margin: 0 15px;padding: 30px;}
.partnersCarousel .slide-arrow{border-radius:8px;background:#000;padding:13px;position:absolute;top:-50%;right:0;border:none;display:inline-flex;cursor:pointer}
.partnersCarousel .slide-arrow:hover{background:#F7941E}
.partnersCarousel .slide-arrow svg{width:22px;height:22px;fill:#F7941E}
.partnersCarousel .slide-arrow:hover svg{fill:#000}
.partnersCarousel .prev-arrow{right:58px;transform:rotate(-180deg)}

.contactus{background: #000;padding-top: 1.5rem;padding-bottom: 1.5rem;text-align: center;}
.contactus .common-heading .h3{font-size: 1.25rem; line-height: 1.875rem; font-weight: 700;margin-bottom: 0.625rem;}
.contactus .contactDetails{display: flex;justify-content:center;align-items: center;flex-wrap: wrap;}
.contactus .contactDetails .contactInfo{border-right: 0.0625rem solid #fff;padding-right: 2.5rem;margin-right: 2.5rem;color: #fff;text-align: center; }
.contactus .contactDetails .contactInfo:last-child{border-right: none;padding-right: 0;}
.contactus .contactDetails .contactInfo h4,.contactus .contactDetails .contactInfo p,.contactus .contactDetails .contactInfo a{font-size: 1rem; line-height: 1.5rem;font-weight: 400;margin-bottom: 0.5rem;}

.video-popup {position: fixed;top: 0;right: 0;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;z-index: 998;background: rgba(0,0,0,.8);cursor: pointer}
.video-popup.show-video {display: flex!important}
.iframe-wrapper {position: relative}
.iframe-wrapper .close-video {content: '';position: absolute;width: 1.875rem;height: 1.875rem;top: -0.625rem;right: -0.625rem;background: #000;border-radius: 50%;font-size: 1.25rem;line-height: 1.75rem;text-align: center;color: #fff;font-family: Montserrat,sans-serif}
.video-popup .iframe-wrapper img {height: 100%;width: 100%}
.video img {cursor: pointer;display: block;}
.lb-dataContainer {position: absolute;top: -2.1875rem;left: 0;right: 0;}

.inner_banner .banner_wrapper{height:370px;position:relative;margin-bottom:50px}
.inner_banner .banner_wrapper .image_layer{position:absolute;top:0;left:0;right:0;height:100%;width:100%;background-repeat:no-repeat;background-position:center;background-size:cover}
.inner_banner .banner_wrapper .image_layer::after{content:'';background:linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);height:100%;width:100%;top:0;left:0;position:absolute;z-index:0}
.categoryPage_Wrapper{margin-bottom:35px}
.categoryPage_Wrapper .content_wrap p{color:#fff;text-align:justify;text-shadow:0 0 4px rgba(0,0,0,.5);font-size:1.125rem;font-weight:400;line-height:28px;margin-bottom:20px}
.categoryPage_Wrapper .content_wrap ul{margin-bottom:20px;padding-left:20px}
.categoryPage_Wrapper .content_wrap ul li{list-style:disc;font-size:1rem;line-height:28px;color:#fff;margin-bottom:10px}
.categoryPage_Wrapper .checklist{position:relative;display:flex;flex-wrap:wrap}
.categoryPage_Wrapper .checklist::after{content:'';background-image:url(../images/grass2.png);width:378px;height:298px;position:absolute;bottom:0;right:0}
.categoryPage_Wrapper .checklist li{position:relative;margin-bottom:5px;color:#fff;font-size:1.25rem;font-style:italic;font-weight:400;line-height:32px;text-transform:capitalize;width:33%;display:inline-flex;align-items:center;transition:.5s;cursor:pointer}
.categoryPage_Wrapper .checklist li:before{content:'\2192';position:absolute;opacity:0;left:0;transition:.5s;color:#daab05}
.categoryPage_Wrapper .checklist li:hover{padding-left:22px;font-weight:600}
.categoryPage_Wrapper .checklist li:hover::before{opacity:1}

.top_footer{text-align:center;padding:20px 0;border-top:1px solid #333}
.top_footer .footerLinks a{color:#b3b3b3;font-size:.875rem;font-weight:400;text-transform:capitalize;border-right:1px solid #b3b3b3;margin-right:15px;padding-right:15px}
.top_footer .footerLinks a:last-child{margin-right:0;padding-right:0;border-right:0}
.top_footer .copyright{color:#b3b3b3;font-size:.75rem;font-weight:400;letter-spacing:.72px;text-transform:capitalize;margin-top:15px}
.footer{text-align:center;position:relative;background:#fcfaf8;height:auto;width:100%;padding:20px 0}
.footer .container{display:flex;justify-content:center;align-items:center}
.footer:after{background:linear-gradient(to right,#375ea2 50%,#d3272a 50%);position:absolute;content:'';height:8px;right:0;left:0;bottom:0}
.footer ul.sites{border-right:2px solid #7b7a7a;position:relative;margin-right:20px;padding-right:25px;border-left:2px solid #7b7a7a;margin-left:20px;padding-left:25px}
.footer ul.sites::after{content:"";float:left;position:absolute;height:10px;width:10px;position:absolute;background-color:#fff;top:40%;right:-7px;border-top:#7b7a7a solid 2px;border-left:#7b7a7a solid 2px;transform:rotate(135deg)}
.footer ul.sites::before{content:"";float:left;position:absolute;height:10px;width:10px;position:absolute;background-color:#fff;top:40%;left:-5px;border-top:#7b7a7a solid 2px;border-left:#7b7a7a solid 2px;transform:rotate(135deg)}
.footer ul.network-logo,.footer ul.sites,.footer ul.ditigal-logo{display:flex;justify-content:space-around;align-items:center}
.footer ul.network-logo li,.footer ul.sites li,.footer ul.ditigal-logo li{margin:0 10px}
.footer ul.network-logo li,.footer ul.sites li img{display:block}
.footer ul.ditigal-logo li:first-child{padding-right: 20px;border-right:2px solid #7b7a7a;}
.footer img{display:block}
#status{font-weight:600;font-size:18px;line-height:28px;color:#fff}
#loaded_n_total{font-weight:400;font-size:16px;line-height:26px;color:#fff}
.modalpop{background:rgba(0,0,0,.6);position:fixed;top:0;left:0;width:100%;height:100%;z-index:10}
.modalpop span{background:#fff;box-shadow:0 4px 8px rgba(217,217,217,.3);border-radius:10px;padding:50px;position:absolute;z-index:12;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;line-height:24px;font-weight:600;text-align:center;width:50%;color:#000;}
.mob_show{display:none;}

.VotingPage_Wrapper{padding-top:100px;margin-bottom: px;}
.VotingPage_Wrapper h1{font-size:2.5rem;font-family:Lora,serif;font-weight:700;text-transform:capitalize;text-align:center;margin-bottom:15px;}
.VotingPage_Wrapper h2{text-align:center; font-size:24px; margin-bottom:15px; font-weight:500;line-height: 30px;}
/* .VotingPage_Wrapper .voteCategoryList .categoryBox{text-align: center;margin-bottom: 30px;display: grid;grid-template-columns: 320px 1fr;gap: 30px;}
.VotingPage_Wrapper .voteCategoryList h2 {font-size: 1.5rem;font-family:Lora,serif;font-weight:700;text-transform:capitalize;display: flex;align-items: center;justify-content: flex-start;}
.VotingPage_Wrapper .voteCategoryList .car-grid {display: flex;gap: 20px;justify-content: center;}
.VotingPage_Wrapper .voteCategoryList .car-card {position: relative;width: 200px;border-radius: 15px;}
.VotingPage_Wrapper .voteCategoryList .car-card input[type="radio"] {display: none;}
.VotingPage_Wrapper .voteCategoryList .car-card label {inset: 0;cursor: pointer;display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 12px;border: 2px solid #5D5D5D;background: #000;color: #fff;transition: all 0.3s ease;padding:10px;}
.VotingPage_Wrapper .voteCategoryList .car-card .img-thumb {width: 120px; height: 120px;border-radius: 50%;overflow: hidden;margin-bottom: 10px;border: 2px solid transparent;transition: 0.3s ease;}
.VotingPage_Wrapper .voteCategoryList .car-card .img-thumb img {width: 100%;height: 100%;object-fit: cover;}
.VotingPage_Wrapper .voteCategoryList .car-card h3 {font-size: 18px;margin: 5px 0;font-weight: 600;transition: 0.3s ease;}
.VotingPage_Wrapper .voteCategoryList .car-card .radio-circle {width: 18px;height: 18px;border: 2px solid #aaa;border-radius: 50%;position: relative;display: inline-block;transition: 0.3s ease;}
.VotingPage_Wrapper .voteCategoryList .car-card input[type="radio"]:checked + label .radio-circle::after {content: "";width: 10px;height: 10px;background: #F7941E;border-radius: 50%;position: absolute;top: 2px;left: 2px;}
.VotingPage_Wrapper .voteCategoryList .car-card input[type="radio"]:checked + label { border-color: #F7941E;}
.VotingPage_Wrapper .voteCategoryList .car-card input[type="radio"]:checked + label .img-thumb {border-color: #F7941E;}
.VotingPage_Wrapper .voteCategoryList .car-card input[type="radio"]:checked + label h3 {color: #F7941E;}
.VotingPage_Wrapper .voteCategoryList .car-card input[type="radio"]:checked + label .radio-circle {border-color: #F7941E;}*/
.VotingPage_Wrapper .voteNowBtn{display: flex;justify-content: center;margin: 30px 0;}
.VotingPage_Wrapper .voteNowBtn a {background: #000;border: 1px solid #F7941E;border-radius: 8px;padding: 10px 15px;display: inline-flex;align-items: center;color: #F7941E;font-size: 1.063rem;font-weight: 600;text-transform: uppercase}
.VotingPage_Wrapper .voteNowBtn a svg {width: 18px;height: 18px;margin-left: 5px;fill: #F7941E}
.VotingPage_Wrapper .voteNowBtn a:hover {background: #F7941E;color: #000}
.VotingPage_Wrapper .voteNowBtn a:hover svg {fill: #000}
.VotingPage_Wrapper .message{text-align: center;font-size: 16px;margin: 5px 0;font-weight: 400;transition: 0.3s ease;color: #f7941e;} 

/*.overlay {position: fixed;inset: 0;background: rgba(0,0,0,0.6);display: none;z-index: 1000;}*/
.popup {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(0.8);background: #000;padding: 20px;min-width: 500px;border-radius: 10px;box-shadow: 0 8px 20px rgba(0,0,0,0.3);display: none;z-index: 1000000;transition: all 0.3s ease;border: 2px solid #5D5D5D;}
.popup.show {display: block;transform: translate(-50%, -50%) scale(1);}
.popup-content h2 {margin-bottom: 15px;font-size: 20px;color: #fff;}
.popup-content .form-group {margin-bottom: 15px;text-align: left;}
.popup-content label {display: block;margin-bottom: 10px;font-size: 16px;color: #fff;}
.popup-content input {width: 100%;padding:12px;border: 1px solid #9b9b9b;border-radius: 6px;font-size: 14px;background: #000;border: 1px solid #5D5D5D;line-height: 22px;}
.submitBtn {width: 100%;padding:14px 10px;background: #f90;color: #fff;border: none;border-radius: 6px;font-size: 16px;cursor: pointer;transition: 0.3s ease;}
.submitBtn:hover {background: #e68000;}
.closeBtn {position: absolute;top: 13px;right: 15px;font-size: 28px;color: #fff;cursor: pointer;}
.animate__animated {
  animation-duration: 1.5s; /* default is 1s */
  animation-delay: 0.5s;
}
.mobile_wrap{position: relative;}
.mobile_wrap .prefix{position: absolute; top: 1px; left: 1px; height: 48px; width: 38px; display: flex; align-items: center; justify-content: center;font-size: 14px;line-height: 22px; }
.mobile_wrap input{padding-left: 40px;}

.overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);display: none;justify-content: center;align-items: center;z-index: 9999;}
.popupvote {background: #fff;padding: 30px;border-radius: 10px;text-align: center;position: relative;min-width: 250px;}
.popupvote p{font-size: 26px;font-weight: 600;color: #000;text-transform: uppercase;line-height: 32px;letter-spacing: 3px;}
.popupvote .close-btn {position: absolute;top: -12px;right: -10px;font-size: 24px;cursor: pointer;background: #000;color: #fff;height: 30px;width: 30px;display: flex;align-items: center;justify-content: center;border-radius: 50px;border: 2px solid #fff;}
@media(max-width:767px){
.mob_show{display:block;}
.desk_show{display:none;}
.flex{flex-wrap:wrap}
.container{width:100%;box-sizing:border-box}
header .left_col{display:flex;align-items:center;justify-content:flex-start}
.MenuBtn{float:left;margin:0 20px 0 0;cursor:pointer;display:block}
.MenuBtn i{width:20px;display:block;border-top:2px solid #fff;padding-top:4px}
.MenuBtn i:nth-child(2){top:23px}
.MenuBtn i:nth-child(3){top:27px}
.open-nav .MenuBtn{position:absolute;z-index:999;top:30px;right:11px}
.open-nav .MenuBtn i{padding-top:0}
.open-nav .MenuBtn i:first-child{-webkit-transform:translateY(0) rotate(45deg);-moz-transform:translateY(0) rotate(45deg);-ms-transform:translateY(0) rotate(45deg);-o-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}
.open-nav .MenuBtn i:nth-child(2){display:none}
.open-nav .MenuBtn i:nth-child(3){-webkit-transform:translateY(0) rotate(-45deg);-moz-transform:translateY(0) rotate(-45deg);-ms-transform:translateY(0) rotate(-45deg);-o-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg);margin-top:-2px}
.sidenav{height:100%;width:0;position:fixed;z-index:99;top:0;left:0;background-color:#000;overflow-x:hidden;transition:.2s;padding-top:0;box-shadow:2px 8px 20px rgba(0,0,0,.24);margin-top:0}
.open-nav .sidenav{width:100%}
nav ul{display:block;padding:40px;text-align:center}
nav ul li{width:100%;margin:0;padding:20px 10px;box-sizing:border-box;border-bottom:1px solid #7b7b7b;height:100%}
header .logo img{max-width:89px;}
.fixedNav{margin-left:0}
.applyBTN{margin-right:10px;padding:0 10px;font-size:.75rem}
.heading{text-align:center}
.heading .h2{font-size:2.375rem;line-height:42px}
.heading small{padding-left:0;}
.heading small::after{content: none;}
.onlyWeb {display: none;}
.onlyMobile {display: block;}
.hero-section {padding-top: 68px;}
.hero-wrapper{min-height: 21vh;}
.hero-wrapper video{height: 21vh;}
.hero-section .video-wrapper .playBtn {bottom: 15px;}
.about_award{padding: 35px 0;background-image:url(../images/about-award-bg-mob.jpg);}
.about_award .flex{padding:30px}
.about_award .lft-col{width:100%;margin-bottom:20px}
.about_award .rgt-col{width:100%;margin-left:0}
.about_award p{text-align:center}
.juryCarousel .slide-arrow{top:40%}
.juryCarousel .prev-arrow{left:0;right:auto;z-index:1}
.categorybox .lftCol{width: 100%;padding: 15px;}
.categorybox .voteCategory .tablinks{padding: 10px 6px;margin-right: 10px;font-size: 0.75rem;max-width: 160px;line-height: 20px;height: 65px;}
.categorybox .voteCategory .tablinks:last-child{margin-right: 0;}
.categorybox .voteCategory .tablinks span{font-size:10px;}
.categorybox .voteCategory .tabcontent .voteNowBtn{margin-top: 20px;}
.categorybox .voteCategory .tabcontent .categoryitems h3{font-size: 15px;}
.photovideoWrap{background-image:url(../images/photovideo-bg-mob.png);background-position:top;padding:35px 0}
.photovideoCarousel .slide-arrow{top:40%;display: none !important;}
.photovideoCarousel .prev-arrow{left:0;right:auto;z-index:1}
.photovideoCarousel .next-arrow{right:0;transform: unset;}
.photovideoCarousel h3{font-size: 20px;line-height: 28px;}
.photovideoCarousel .imgThumb{height: 200px;}
.photovideoCarousel .imgThumb svg{height: 30px;width: 30px;}
.photovideoCarousel .slick-slide{transform: scale(0.95);}

.contactus .contactDetails{justify-content: space-around;}
.contactus .contactDetails .contactInfo{border-right: 0; border-bottom:0.0625rem solid #fff;margin-right: 0; padding-right: 0; margin-bottom: 1.25rem; padding-bottom:1.25rem;}
.contactus .contactDetails .contactInfo h4, .contactus .contactDetails .contactInfo p, .contactus .contactDetails .contactInfo a{font-size: .9rem; line-height: 1rem;}
.contactus .contactDetails .contactInfo:last-child{border-bottom: none;margin-bottom: 0;padding-bottom: 0;}

.read-more-btn{text-align:center}
.footer .container{flex-wrap:wrap}
.footer ul.network-logo{width:100%}
.footer ul.sites{width:100%;padding-left:0;margin-left:0;padding-right:0;margin-bottom: 10px;}
.footer ul.ditigal-logo{width:100%}
.footer ul.network-logo{border-right:none;margin-right:0;margin-bottom:10px}
.footer ul.sites,ul.ditigal-logo{border-right:none;margin-right:0;border-left:none}
.footer ul.network-logo li,.footer ul.sites li{margin:0 4px}
.footer ul.ditigal-logo li{margin: 0 10px;}
.footer ul.sites::after,.footer ul.sites::before{display:none}
.footer ul.network-logo li,.footer ul.sites li img,.footer ul.ditigal-logo li img{height:inherit}
.footer ul.ditigal-logo {width: 100%;display: flex;justify-content: center;align-items: center;}
.partnersLogo_wrapper a{text-align:center}
.partnersLogo_wrapper span{font-size:.75rem}
.modalpop span{width:90%;text-align:center;}
.iframe-wrapper iframe{max-width:340px;height:100%;aspect-ratio:16/9}
.VotingPage_Wrapper h1{font-size:1.8rem;margin-bottom: 20px;}
.VotingPage_Wrapper .voteCategoryList h2{font-size: 1.5rem;margin-bottom: 20px;}
.VotingPage_Wrapper .voteCategoryList .car-grid{flex-wrap: wrap;gap: 12px;justify-content: space-between;}
.VotingPage_Wrapper .voteCategoryList .car-card{width: 48%;height: 205px;}
.VotingPage_Wrapper .voteCategoryList .car-card label{padding: 10px;}
.VotingPage_Wrapper .voteCategoryList .car-card h3{font-size: 14px;}
.categorybox .voteCategory .tabs{left: inherit;}
.jury_judges .short_desc{text-align: center;}
.popup{min-width: 340px;}
.about_award p.short_desc{text-align: center;}
.categorybox .voteCategory .category-slide{
    height:180px;
  }
  .categorybox .voteCategory .slick-arrow{
    display:none !important;
  }
  .hero-section .video-wrapper .playBtn svg{
    width:30px;
    height:30px;
  }
  
}