﻿/* Common CSS Start */
html, body, div, p, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html, body {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000000;
    text-decoration: none;
    outline: none;
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}
a:hover {
    vertical-align: baseline;
    text-decoration: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
body {
    -ms-word-break: normal;
    word-break: normal;
    background: transparent;
    font-family: "Saira", sans-serif;
}
h2 {
    -ms-word-break: normal;
    word-break: normal;
}
input, select {
    vertical-align: middle;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
}
* {
    box-sizing: border-box
}
/* Common CSS End */
select {
    font-size: 14px;
}
buttton {
    -webkit-appearance: none;
    appearance: none;
}
/* form style Starts */
* {
    box-sizing: border-box;
}
boby {
    font-family: 'Poppins', sans-serif;
}
.en-font {
    font-family: 'Poppins', sans-serif;
}
/* .........................  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  .........................*/
.d-flex {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.d-inline-block {
    display: inline-block;
}
.fullwidth {
    width: 100%;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.clearfix {
    clear: both;
}
.panchariUni {
    font-family: panchariuni;
}
.EggindulekhaUni {
    font-family: EggindulekhaUni;
}
.red {
    color: #ff5722;
}
.line-break {
    width: 100%;
}
.bold {
    font-weight: 600;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
/* ------------------------*/
.top-bg {
    margin: 0 auto;
    overflow: hidden;
    background-color: #000;
    position: relative;
    padding-bottom: 48%;
}
.header-block-In {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}
.section1-outer {
    margin: 0 auto;
    background-image: url(../images/header-bg.jpg);
    background-position: center bottom;
    position: relative
}
.section1-outer:before{
    background-color: #363896;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    content: "";
}
.logo-col {
    max-width: 380px;
    margin: 0 auto 10px auto;
}
.logo-col-nav {
    width: auto;
    margin-right: 10px;
}
.title-logo-block {
    padding: 3px;
    margin: auto;
    overflow: hidden;
}
.title-logo-block img {
    width: 100%;
}
.mainTitle, .subtitle {
    font-size: 32px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.subtitle {
    font-size: 22px;
    color: #333995;
    padding-bottom: 10px;
    font-weight: 600;
}

.highlightButton {
    background: #000;
    color: #fff;
    border-radius: 4px;
}
a.highlightButton:hover {
    color: #fff;
    text-decoration: none;
  
}

a.highlightColor {color: #03d4dd }
a.highlightColor:hover {color: #ff4d7e }

.section1-outer .reg-btn:hover {
    background-color: #ffe800;
}
.form-outer {
    text-align: left;
}
.form-In {
    font-size: 15px;
}
.form-In label {
    color: #fff;
    font-family: "Saira", sans-serif;
    line-height: 1;
    margin-bottom: 8px;
}
.form-tab-outer {
    padding-left: 15px;
}
.form-In .form-error-text {
    color: #ff586d;
    display: none;
    font-size: .75rem;
    position: absolute;
    bottom: -17px;
}
.form-In button.btn-primary {
    color: #fff;
   background: linear-gradient(to right, rgba(121,32,170,1) 0%,rgba(80,13,119,1) 100%);
border: 0;
   font-family: "Saira", sans-serif;
    width: 100%;
    cursor: pointer;
}
.form-displayItem {
    border-radius: 10px;
    min-height: 590px;
    text-align: left;
    width: 100%;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file input[type="file"] {
    cursor: pointer;
}
.custom-file-label {
    transition: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px; 
    padding: .375rem 80px .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #333;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #a14fe5;
    border-radius: 10px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
        display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
        -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
}
.custom-file-label::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 3;
    display: block;
    height: 100%;    
    color: #fff;
    content: "Upload";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7920aa+0,500d77+100 */
    background: linear-gradient(to right,  rgba(121,32,170,1) 0%,rgba(80,13,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */+
    border-left: inherit;
    border-radius: 0 10px 10px 0;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    cursor: pointer;
}
.footer-copyright {
    padding: 20px 15px;
    text-align: center;
    min-height: 120px;
    background-color: #000;
}
.footer-content {
    color: #979797;
    font-size: 14px;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.error {
    color: #ff7474;
    font-size: 11px;
    margin-top: 4px;
    display: none;
}
.success-message, .error-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99991;
    display: none;
}
.message-box-inner {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    max-height: 320px;
    height: 100%;
    top: calc(50% - 200px);
    position: relative;
    padding: 0 15px;
}
.content-message {
      background: linear-gradient(to right, rgba(38,13,61,1) 0%,rgba(38,13,61,1) 100%);
  border-radius: 20px;
  color: #fff !important;
    text-align: center;
    padding: 50px 15px;
}
.message-images {
    display: flex;
    justify-content: center;
}
.message-title {
    margin: 25px 0 12px;
    font-size: 24px;
    font-weight: 700;
}
.loader-submitting {
    display: none;
}
.loader-submitting i {
    background-image: url(../images/puff-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.grecaptcha-badge {
    opacity: 0;
}
.close {
    position: absolute;
    top: -30px;
    background: #fff;
    width: 30px;
    height: 30px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}
.back-btn {
 
    border: 0;
    color: #fff;
     font-family: "Saira", sans-serif;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(to right, rgba(121,32,170,1) 0%,rgba(80,13,119,1) 100%);
}
.varify-btn, .btn-style2, .btn-style3 {
    position: absolute;
    top: 25px;
    right: 1px;
    height: 36px;
    line-height: 10px;
    color: #fff;

    font-size: 0.75rem;
    padding: 0 8px;
  background: linear-gradient(to right, rgba(121,32,170,1) 0%,rgba(80,13,119,1) 100%);
  border: 0;
border-radius: 0 10px 10px 0;
}
.btn-style2, .btn-style3 {
    right: 95px;
    top: 0;
    border-radius: 4px;
}
.btn-style3 {
    right: 0px;
    background-color: #EAEAE4;
    color: #fff;
}
.otp-btn-block {
    position: relative;
    padding-right: 152px;
    margin-top: 20px;
    display: none
}
.enter-otp {
    margin-top: 10px;
    width: 100%;
    height: 40px;
}
.otp-msg-display {
    width: 100%;
}
.otp-success-msg, .otp-error-msg {
    font-size: 15px;
    color: #73d773;
    display: none;
}
.otp-error-msg {
    color: #ff6464;
}
.form-tab-Item {
    display: inline-block;
    width: auto;
    padding: 5px 12px;
    background-color: #eaeae4;
    position: relative;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.form-tab-Item.active {
    color: #fff;
    background-color: #AF1B1B;
}
.form-tab-Item.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #AF1B1B;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    z-index: 1;
}
.videoFrame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.videoFrame video {
    width: 100%;
}
.header-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 0, 40, 0.8);
}
.container-fluid.header-contents {
    position: relative;
    z-index: 3;
    width: 100%;
}
.header-nav {
    background: linear-gradient(to right, #4e7570, #4e7570);
    /*	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;*/
}
.NavWidthLimit {
    width: 100%;
    max-width: 950px;
    margin: auto;
}
.header-nav-Ul {
    width: auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.menu-icon {
    display: none;
}
.header-navbar-outer {
    background-color: transparent;
}
.header-navbar-In .logo {
    display: none;
} 
.header-navbar-outer.scrolled {
    background: linear-gradient(to right, #000, #000);
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;

}
.header-navbar-outer.scrolled .header-navbar-In .logo{
    display: block;
}

.header-navbar-In.d-flex, .header-navbar-outer.scrolled .header-navbar-In.d-flex {
    justify-content: center !important;
}
.header-navbar-outer.scrolled .header-navbar-In.d-flex {
    justify-content: space-between !important;
}
.navListLinkLi a {
    display: block;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}
a.highlightButton  {
    color: #fff;
}
.date-venue-outer {
    margin-top: -20px !important;
    color: #fff;
}
span.text-lg {
    font-size: 24px;
    font-weight: 600;
}
span.text-sm {
    font-size: 15px;
}
ul.eventHighlightList {
    width: 100%;
    margin: 0 -5px;
}
li.eventHighlightList-li {
    width: 50%;
    padding: 5px;
    list-style-type: none;
    height: 190px;
}
.list-In-block {
    padding: 30px;
    background: rgba(175, 27, 27, 0.5);
    height: 100%;
}
.icon-blk {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 10px;
}
.textHighlight {
    color: #AF1B1B
}
.scroll-bottom-outer {
    width: 100%;
    position: absolute;
    bottom: 45px;
    z-index: 2;
}
.scroll-bottom {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 0 0;
    color: #fff;
}
.scrollup {
    width: 30px;
    height: 30px;
    rotate: 180deg;
    opacity: 1;
    position: fixed;
    bottom: 5px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background-image: url(../images/bottom.svg);
    background-repeat: no-repeat;
    background-color: #15aa9b;
    z-index: 1000000;
    background-size: 14px;
    background-position: center center;
    border-radius: 15px;
}
.mandat-clr {
    color: red;
}
/*------------------------------*/
.scroll-bottom-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    -webkit-animation: bounce-top 3s infinite alternate;
    animation: bounce-top 3s infinite alternate;
}

.reelon-outer, .reelon-section-outer {
    width: 100%;
    background-color: #f4f6ee;
}
.form-aside-box {
    width: 38%;
    display: inline-block;
    margin: 0 -4px;
    background-image: url("../images/form-bg-pic.png");
    background-position: right top;
    background-size: contain;
    min-height: 500px;
    background-repeat: no-repeat;
}
.reelon-form-container {
    max-width: 500px;
    width: 60%;
    margin: 10px auto;
    display: inline-block;
}
/*
.header-nav {
        background-color: #000;
}
*/

.navListLinkLi {
    font-size: 14px;
}
.reelon-top-outer {
    width: 100%;
    position: relative;
    min-height: 300px;
    background-image: url("../images/header-bg.jpg");
    background-position: center bottom;
    padding-bottom: 50px;
    background-color: #d9e3e8;
    /*	background-blend-mode: color-burn;*/
}


.reelon-section-outer .reelon-top-outer {
    padding-bottom: 0;
    min-height: auto;
}

.reelon-top-In {
    /*    min-height: 500px;*/
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    padding-top: 100px;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 9;
}
.reelon-section-top-In {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding-top: 80px;
    justify-content: center;
    margin: auto;
}

.reelon-section-top-In .title-image, .reelon-section-top-In .title-content-blk {
    width: 100%;
}
.reelon-section-top-In .title-image {
    max-width: 250px;
}
.reelon-section-top-In .title-content-blk {
    max-width: 330px;
}


.title-image, .title-content-blk {
    width: 50%;
    padding: 15px;
}
.title-content-blk {
    width: 40%;
}
.title-content-text {
    color: #98258d;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}
.section1-outer {
    width: 100%;
    position: relative;
    overflow: hidden;

}
.section1-outer .intro-content {
    text-align: left;
    color: #fff;
}
.section1-outer .intro-content {
    text-align: left;
    color: #fff;
}

.section1-outer:after {
    background-image: url("../images/about-bg.jpg");
    background-position: right top;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 80px;
    height: 100%;
    width: 40%;
    z-index: 8;
    content: "";
}
.about-imagebox {
    position: relative;
    z-index: 8;
}

.section2-outer {
    width: 100%;
    position: relative;
    padding: 30px 10px 0 10px;
}
.section3-outer {
    width: 100%;
    position: relative;
}
.section3-outer-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/about-bg.jpg");
    background-position: center top;
    opacity: 0.02;
}
.section1-In, .section2-In, .section3-In, .section4-In {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    max-width: 1000px;
}
.winner1-blk-outer {
    padding-top: 80px;
}
.section4-In {
    max-width: 1360px;
    position: relative;
}
.section3-In {position: relative; text-align: center;}
.section3-In .mainTitle {
    padding: 70px 0 10px;
}
.section1-In {
    position: relative;
    border-radius: 30px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    min-height: 320px;
}
.section2-In {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 20px auto;
    /*    background: rgb(80 22 59 / 40%);*/
    background-blend-mode: color-burn;
    padding: 30px 10px 15px 10px;
    text-align: center;
    /*    border: 1px solid #73173d;*/
    border-radius: 20px;
}
.prize-section-outer {
    padding: 0 10px;
}
.intro-blk-outer {
    width: 100%;
    justify-content: center;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}
.intro-content-blk {
    width: 100%;
    height: auto;
    color: #333;
    padding: 25px;
    padding-right: 220px;
    position: relative;
}
.intro-image {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.intro-image img {
    max-width: 100%;
    margin: auto;
}
.intro-subject {
    width: 100%;
    max-width: 124px;
    position: absolute;
    height: 100%;
    right: 40px;
    top: 10px;
}
.intro-content {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.txt-bg-highlight {
    background: #000;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #000 none repeat scroll 0 0;
    box-decoration-break: clone;
    display: inline;
    padding: 0 16px;
    text-align: center !important;
}


.section1-outer .intro-content-blk {
    width: 100%;
    height: auto;
    padding: 0;
    padding-right: 40%;
}



.prize-catagory-outer {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 20px auto;
    padding: 0px 10px 15px 10px;
    text-align: center;
}
.prize-catagory-Ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 -5px;
}
.prize-catagory-Li {
    width: 25%;
    max-width: 360px;
    display: inline-block;
    margin: 0 -1px;
    padding: 5px;
}
.prize-catagory-In {
    width: 100%;
}
.prize1-bg {
    background: linear-gradient(to top, #ffdcac, #fff);
}
.prize2-bg {
    background: linear-gradient(to top, #c1f0eb, #fff);
}
.prize3-bg {
    background: linear-gradient(to top, #d1e0fb, #fff);
}
.prize4-bg {
    background: linear-gradient(to top, #e8d3fb, #fff);
}
.popular-award-label {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
}
.prize-catagory-label {
    margin: auto;
    width: max-content;
    padding: 2px 10px;
    transform: skew(-20deg, 0deg);
    border-radius: 10px 0 10px 0;
    background-color: #709691;
    margin-bottom: -20px;
    color: #fff;
}
.prize-catagory-label img, .prize-catagory-amount img {
    margin: auto;
    max-height: 45px;
}
.prize-catagory-label img {
    max-height: 40px;
}
.prize-catagory-amount {
    padding: 20px 0 10px 0;
    margin: 10px 0;
    border-radius: 10px;
    background-color: #f8ba10;
    font-family: arial;
    font-weight: bold;
    font-size: 32px;
    color: #000;

}
.prize-catagory-text {
    min-height: 30px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.prize1-bg-clr {background-color: #ffa221 }
.prize2-bg-clr {background-color: #15aa9b }
.prize3-bg-clr {background-color: #2b5cb4 }
.prize4-bg-clr {background-color: #862d8b }


.form-check-input{
    margin-top: 0;
}

.form-check {
    cursor: pointer;
       display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
       -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
}

.reelon-section-content-outer {
    width: 100%;
    position: relative;
}
.line-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #f02963, #15aa9b);
}
.reelon-section-content-In {
    max-width: 950px;
    margin: 0px auto;
    padding: 10px 0;
}
.nav-link {
    padding: 8px 14px !important;
}
.content-outer {
    margin-bottom: 20px;
}
.content-outer .subtitle {
    color: #bb85a2;
}
.content-Ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.content-Li {
    padding-bottom: 20px;
    position: relative;
    color: #666;
    padding-left: 40px;
}
.ListNumber {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 2px 0;
    width: 30px;
    height: 22px;
    color: #a4a4a4;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 12px;
}
.highlightClr, .txt-color {
    color: #ae6378;
}
.highlightClrUnderline {
    color: #ae6378;
    text-decoration: underline
}
p.text-content {
    color: #666;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}
.line-braek {display: block; margin-bottom: 10px;}
.text-white{color:#fff}
/*.form-control:focus, .form-control:focus, .custom-file-input:focus~.custom-file-label {
    color: #495057;
    border-color: #ffd5e1;
    box-shadow: 0 0 0 .2rem rgb(255 232 239) !important;
}*/

.form-control {
    border: 1px solid #a14fe5;
    background-color: transparent !important;
    border-radius: 10px;
}
.bgGradient {
    background: linear-gradient(to right, #f02963, #15aa9b);
    transition: all 0.3sease-in-out;
}
.bgGradient2 {
    background: linear-gradient(to bottom, #ffdabe, #f9caf0);
    transition: all 0.3sease-in-out;
}
.txtGradient {
    background: linear-gradient(to right, #f02963, #15aa9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3sease-in-out;
}
.bgGradient:hover {
    background: linear-gradient(to right, #f85125, #15aa9b);

}
.txtGradient:hover {
    background: linear-gradient(to right, #feb47b, #e117bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a:hover {
    color: #f02963;
    text-decoration: none;
}
.txt-lg {
    font-size: 40px;
}
.intro-title .txt-lg {font-weight: bold}
.winnerBg-block {
    background-image: url(../images/winner-bg.jpg);
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.text-border {
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
        1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.reelVideoFrame {
    padding-top: 177.25%;
    position: relative;
    width: 100%;
    background-color: #000;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.reelVideoFrame-In {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.reelVideoFrame-In iframe {
    width: 100%;
}
.reelVideoBlk {
    width: 40%;
    display: inline-block;
    max-width: 300px;
    margin-top: -70px;
    vertical-align: middle;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, 0.5);
}
.winner1-blk-In {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    max-height: 400px;
    box-shadow: 0 .0rem 1rem rgba(0, 0, 0, 0.1);
}
.winner1-blk-In .NameDetailsBlock {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -60px;
}
.NameDetailsBlock-In {
    width: 100%;
    display: flex;
    align-items: center;
}
.winner1-blk-In .WinnerPhoto {
    width: 40%;
}
.WinnerPhoto img {
    width: 100%;
    border-radius: 8px;
}
.NameDetails {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    background-color: #fff;
    padding: 10px;
    text-align: left;
}
.winner1-blk-In .reelVideoBlk {
    width: 40%;
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.winnerBg-block .mainTitle {
    padding-bottom: 100px;
}
.PrizeName {
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
}
.NameText {
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 5px;
}
.DescText {
    color: #666;
    font-size: 14px;
}
.winner2Block {
    width: 100%;
    padding-top: 120px;
}
.winner2BlockIn {
    width: 100%;
    padding: 5px;
}

.winner2Block-List {
    display: block;
}
ul.winner2Block-ul {
    list-style-type: none;
    width: 100%;
}
li.winner2Block-li {
    width: 25%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}
.winner2Block .NameDetailsBlock-In {
    display: block;
    padding: 40px 10px 10px 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}
.winner2Block .NameDetails {
    width: 100%;
    text-align: center;
    padding: 0px;
    min-height: 130px;
}
.winner2Block .WinnerPhoto {
    max-width: 110px;
    margin: 10px auto;
}
.winner2Block .reelVideoBlk {
    width: 100%;
    display: block;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}

.winner2Block .PrizeName {
    font-size: 20px;
} 
.specialMention .NameText {
    font-size: 18px;
}
.specialMention .subhead {
    font-size: 18px;
}
.specialMention .NameDetails {
    min-height: 100px;
}
.txtSm {
    font-size: 12px;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
.prizeMoney {
    background-color: #f02963;
    padding: 3px 10px;
    margin: 5px 0;
    color: #fff;
    font-family: arial, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 20px;
    font-weight: bold;
    max-width: max-content;
}
.rupeeIcon {
    color: yellow;
}
.winner2Block .prizeMoney {
    background-color: #f02963;
    margin: 5px auto;
    font-size: 18px;

}
.winner-txt-outer {
    min-height: 100px;
    background-color: #f5f5f5;
    padding: 5px;
    display: flex;
    align-items: center;
}
.winner-txt-In {
    width: 100%;
}
.reelVideoBlk-In {
    overflow: hidden;
}




