/* Common */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background: #fff;
    scroll-behavior: smooth;
    cursor: url('../../images/favicon.png'), pointer
}

html {
    scroll-behavior: smooth;
}

::-moz-selection {
    background: #c9e3ff;
    text-shadow: none;
}

::selection {
    background: #c9e3ff;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

img,
a {
    border: none
}

ul li,
ol li {
    list-style: none;
}

p {
    color: #000;
}

h4 {
    color: #000;
    margin-bottom: 3%;
    font-weight: bold;
    text-transform: uppercase
}

::placeholder {
    color: #7a7a7a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7a7a7a;
}

::-ms-input-placeholder {
    color: #7a7a7a;
}

.form-control::placeholder {
    color: #7a7a7a;
}

/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.btn-curve-50 {
    border-radius: 50px;
}

/* Alignment */
.mt-3 {
    margin-top: 3%
}

.mb-2 {
    margin-bottom: 2%
}

.ml-4 {
    margin-left: 4%
}

.plr-3 {
    padding-left: 3%;
    padding-right: 3%
}

.ptb-5 {
    padding-top: 5%;
    padding-bottom: 5%
}

.pt-5 {
    padding-top: 5%;
}

.pb-5 {
    padding-bottom: 5%
}

.pb-10 {
    padding-bottom: 10%;
}

/* color */
.bg-white {
    background: #fff
}

.bg-blue {
    background: #335b94
}

.bg-green {
    background: #299b33
}

.bg-red {
    background: #2c9d34
}

.border-black {
    border: solid 1px #000;
    background: transparent;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-green {
    color: #2c9d34;
}

.bg-yellow {
    background: #ffd200
}


/* Header */
.social-media-top {
    width: 100%;
    min-height: 40px;
    background-color: #2A2076;
}

.social-media-top ul {
    max-width: 1170px;
    width: 1170px;
    margin: 0 auto;
}

.social-media-top ul li {
    list-style: none;
    float: left;
    margin-top: 8px;
    margin-right: 10px
}

.nav-bg {
    background: #fad515;
    margin-top: 35px;
}

.navbar-nav {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.navbar-nav>li {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
}

.navbar-nav>li>a {
    color: black;
    /*font-weight: bolder;*/
}

.navbar-nav>li>.active {
    color: #d4214f;
    font-weight: bolder;
}

.log-in-top {
    margin-top: 9% !important;
}

.reg-top {
    /*margin-top:0 !important;*/
}

.navbar-right {
    margin-left: 3%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.navbar-right>li {
    float: left
}

.navbar-nav>li>.dropdown-menu {
    background-color: #ffd200;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
    color: #fff;
}

.navbar-nav>li>.dropdown-menu li>a {
    color: #fefefe;
    border-bottom: solid 1px #fff;
    padding: 5px 20px;
}

.navbar-nav>li>.dropdown-menu li>a:hover {
    color: #fefefe !important;
}

.navbar-nav>li>.dropdown-menu li:last-child>a {
    border-bottom: solid 0px #fff;
    padding-bottom: 0px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>a:hover {
    background: transparent;
    color: #000;
}

.navbar-brand {
    float: unset;
    padding: 0px;
}

.navbar-brand>img {
    margin-top: -50px;
    margin-left: -10px;
    display: inline;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.dropdown-menu1 {
    border: none;
    display: block;
    transform: scale(1) !important;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    top: 180px;
    transition: all .3s;
}

.dropdown:hover .dropdown-menu1 {
    display: block;
    top: 100%;
    height: inherit;
}

/* Index */
.navbar {
    z-index: 999;
    background-color: #ffffff;
    position: relative;
    display: flex;
    justify-content: flex-start;
    /*padding: .5rem 1rem;*/
    margin: 0;
    flex-direction: column;
}

.position-absolute {
    position: absolute
}

.index-carousel {
    position: relative !important;
    overflow: hidden;
    margin-top: -11%;
}

#index-carousel .carousel-caption {
    padding-bottom: 0;
    bottom: 0
}

#index-carousel .carousel-control.left,
#index-carousel .carousel-control.right {
    background: none
}

#index-carousel .carousel-control .glyphicon-chevron-left,
#index-carousel .carousel-control .glyphicon-chevron-right,
#index-carousel .carousel-control .icon-next,
#index-carousel .carousel-control .icon-prev {
    /*margin-top: 50%;*/
}

.heard-the-buzz {
    padding-top: 5%;
    padding-bottom: 5%;
}

.heard-the-buzz h3 {
    font-weight: bold;
}

.heard-the-buzz p {
    color: #000
}

.index-bg-yellow {
    background: #ffd200;
    padding-top: 3%;
    padding-bottom: 5%;
}

.index-bg-yellow h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 46px;
    color: #fff;
    margin-top: 10%;
}

.index-bg-yellow p {
    color: #fff
}

.partners {
    padding-top: 1%;
    padding-bottom: 1%;
}

.partners h2 {
    text-align: center;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bolder;
    color: #282828;
    text-transform: uppercase
}

#partners-carousel .carousel-control.left,
#partners-carousel .carousel-control.right {
    background: none
}

#partners-carousel .carousel-control .glyphicon-chevron-left,
#partners-carousel .carousel-control .glyphicon-chevron-right,
#partners-carousel .carousel-control .icon-next,
#partners-carousel .carousel-control .icon-prev {
    color: #282828
}

#partners-carousel .carousel-control .glyphicon-chevron-left,
#partners-carousel.carousel-control .icon-prev {
    left: 0
}

#partners-carousel .carousel-control .glyphicon-chevron-right,
#partners-carousel .carousel-control .icon-next {
    right: 0
}

footer {
    background: #fff;
    padding: 5% 0;
    color: #000;
}

footer h4,
footer ul li a,
footer ol li a {
    color: #b8e6ff;
    font-size: 14px
}

footer ul li a:hover {
    color: #fff;
}

footer h4 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

footer ul,
footer ol {
    padding-left: 0;
    list-style: none;
}

footer ol li a {
    float: left;
    margin-right: 10px
}

.bg-footer-bottom {
    /*background: #0b3a74;*/
    padding: 1% 0;
    color: #fff;
}

.bg-footer-bottom p {
    color: #000;
    font-size: 12px;
}

.bg-footer-bottom p small {
    font-size: 11px;
    color: #000;
}

.cup {
    display: inline-block;
    float: left;
    padding-top: 46px;
}

.flight {
    display: inline-block;
    float: right;
}

.m-d-black {
    display: none
}


.inner-carousel {
    position: relative !important;
    overflow: hidden;
    margin-top: -11%;
}

#inner-carousel .carousel-caption {
    bottom: 10%;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    text-shadow: none
}

#inner-carousel .carousel-caption h2 {
    font-size: 30px;
}

#inner-carousel .carousel-caption h3 {
    font-size: 20px;
}

/* Register */

.bg-register {
    background: url(../images/bg_instraction.png) no-repeat center top;
}

.bg-register form {
    padding: 9% 10% 5% 10%;
    display: inline-block
}

.bg-register h2 {
    text-align: center;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    /*padding: 2% 0% 0% 2%;*/

}

.bg-register form input {
    background: #fff;
    /*border: none;*/
    height: 50px;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    /*padding-top: 14px*/
}

.bg-register form textarea {
    background: #fff;
    border: none;
    height: 100px;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-top: 14px
}

.bg-register form select {
    background: #fff;
    /*border: none;*/
    height: 50px;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    /*padding-top: 14px*/
}

.form-control input,
.form-control select,
.form-control {
    color: #7a7a7a;
}

.reg-submit {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 6%;
    width: 100%;
}

.moving-tab .nav-tabs,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}

.login-holder {
    background: url(../images/bg_register.png) no-repeat center top;
}

.login-holder form {
    padding: 9% 10% 5% 41%;
    display: inline-block
}

.login-holder h2 {
    text-align: center;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    padding: 2% 0% 0% 8%;
}

.login-holder form input {
    background: #fff;
    /*border: none;*/
    height: 50px;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-top: 14px;
    width: 300px;
}

.login-holder form select {
    background: #fff;
    border: none;
    height: 50px;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-top: 14px
}


.modal-header .close {
    /* margin-top: -28px;*/
    color: #be1d2d;
    font-size: 30px;
    opacity: 1;
    cursor: pointer;
}


.bg-instructions {
    /*background: url(../images/bg_instraction.png) no-repeat center top;*/
}

.bg-instructions h2 {
    text-align: center;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    /*padding: 2% 0% 0% 5.5%;*/
    color: black;
}

.bg-instructions ul {
    padding: 5% 6% 0% 12%;
    display: inline-block
}

.bg-instructions ul li {
    padding-bottom: 1%;
    color: #000
}

.bg-instructions ul li::before {
    content: "-";
    color: red;
    font-size: 2rem;
    padding-right: 10px;
    font-weight: bold
}

.btn-start {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 6%;
    width: 100%;
}

.bg-participate {
    /*  background: url(../images/bg_participate_new.png) no-repeat center top;*/
    padding-bottom: 5%;
}

.bg-participate h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    padding: 0 0% 0% 0%;
}

.bg-participate h3 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    padding: 0 0% 0% 0%;
}

.participate form {
    padding: 9% 14% 5% 21%;
    display: inline-block
}



.bg_participate_thankyou {
    background: url(../images/bg_participate_thankyou.png) no-repeat center top;
    padding-bottom: 5%;
}

.participate_thankyou h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    padding: 0 0% 0% 0%;
}

.participate_thankyou form {
    padding: 9% 14% 5% 21%;
    display: inline-block
}

.carousel-inner>img {
    width: 100%;
}

.pin img {
    width: auto;
}

.participate_thankyou .carousel .carousel-inner p {
    text-align: center;
    padding-top: 18%;
}

.participate_thankyou .carousel .carousel-inner .item {
    padding: 0 20% 0% 20% !important;
}

#participate-carousel .carousel-inner .item {
    padding: 0 20% 0% 20%;
}

#participate-carousel.inner-carousel {
    margin-top: 0
}

#participate-carousel .carousel-control.left,
#participate-carousel .carousel-control.right {
    background: none;
    padding: 20.5% 0%;
    width: 10%;
}

#participate-carousel .carousel-control.left {
    left: 13%;
}

#participate-carousel .carousel-control.right {
    right: 13%;
}

.question-holder {
    margin-top: 17%
}

.question-holder ul li a {
    background: #fff;
    padding: 2%;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    color: #7a7a7a;
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.question-holder ul li a:active,
.question-holder ul li a:hover,
.question-holder ul li a:focus {
    background: #be1d2d;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.question-holder ul li a i {
    background: url(../images/icon_non_tic.png) no-repeat center top;
    width: 27px;
    height: 27px;
    display: block;
    float: right
}

.question-holder ul li a:active i,
.question-holder ul li a:hover i,
.question-holder ul li a:focus i {
    background: url(../images/icon_tic.png) no-repeat center top;
    width: 27px;
    height: 27px;
    display: block;
    float: right
}

.question-holder ul li .form-check {
    background: #fff;
    padding: 2%;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    /*color: #7a7a7a;*/
    color: #000000;
    float: left;
    width: 46%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 10px;
    border: 1px solid darkgrey;

}

.question-holder ul li .form-check label {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    color: #7a7a7a;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
    margin-top: 5px
}

.question-holder ul li .form-check label input {
    margin-right: 10px;
}


.question-holder ul li .form-check:active,
.question-holder ul li .form-check:hover,
.question-holder ul li .form-check:focus {
    background: #be1d2d;
    color: #fff;
    text-decoration: none;
}

.question-holder ul li .form-check:hover label {
    color: #fff
}


.btn-finish {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    margin-top: 2.5%
}

.btn-home {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    margin-top: 2.5%
}

.timer {
    /*background: #fff;
    border: solid 1px #ffd512;
    display: inline-block;
    float: right;
    width: 12%;
    right: 31.8%;
    position: absolute;
    bottom: 76.7%;
    padding: 1.2%;
    padding-bottom: 0;
    z-index: 9999*/
    background: #fff;
    border: solid 1px lightgray;
    display: inline-block;
    float: 'right';
    width: 12%;
    right: 25%;
    position: absolute;
    bottom: 75%;
    padding: 1.2% 1.2% 0;
    z-index: 9999;
}

.timer i {
    float: left;
}

.timer .time {
    float: right;
}

.timer .time h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0px
}

#finish .modal-header .close {
    margin-top: -46px;
    color: #be1d2d
}

.rules-holder .nav-pills {
    margin: 0 auto;
}

.rules-holder .nav-pills li {
    background: #fff;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 1.875rem;
    border-radius: 0px;
}

.rules-holder .nav-pills li.active {
    background: #ffd512;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 1.875rem;
    border-radius: 0px;
}

.rules-holder .nav-pills li a {
    color: #ffd512
}

.rules-holder .nav-pills li.active a {
    color: #ffffff;
    background: #2a2076;
    border: solid 1px #2a2076;
}

.rules-holder .tab-content {
    background: url(../images/bg_rules.png) no-repeat center top;
    padding: 3% 4% 1% 14%;
    margin-top: -2%;
    min-height: 581px
}

.rules-holder .tab-content h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.rules-holder .tab-content ul {
    padding-left: 0
}

.rules-holder .tab-content ul li {
    margin-bottom: 5px;
    ;
}

.rules-holder .tab-content ul li:before {
    content: "-";
    font-weight: bold;
    margin-right: 10px;
}

.bg-prize {
    background: url(../images/bg_prize.png) no-repeat center top;
}

.bg-prize h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 2% 2% 2% 2%
}

.price-holder {
    padding: 3% 0% 23% 31%;
    display: inline-grid;
    width: 100%;
}

.price-holder h4 {
    margin: 1% 1% 0;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #282828;
}

.price-holder h2 {
    background: #fff;
    margin: 0 0 1% 1%;
    padding: 1%;
    color: #341F74;
    font-size: 20px;
    font-weight: bold;
}

.price-holder img {
    margin-left: 1%;
}

.price-holder .price-content {
    margin-bottom: 5%;
}


.rules-holder .nav-pills {
    margin: 0 auto;
}

.rules-holder .nav-pills li {
    background: #fff;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-size: 1.875rem;
    border-radius: 0px;
}

.rules-holder .nav-pills li.active {
    background: #ffd512;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 1.875rem;
    border-radius: 0px;
}

.rules-holder .nav-pills li a {
    color: #ffd512
}

.rules-holder .nav-pills li.active a {
    color: #000;
    background: #ffd512;
    border: solid 1px #ffd512;
}

.rules-holder .tab-content {
    background: url(../images/bg_rules.png) no-repeat center top;
    padding: 3% 4% 1% 14%;
    margin-top: -2%;
    min-height: 581px
}

.partners-holder .tab-content h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.partners-holder .tab-content ul {
    padding-left: 0
}

.partners-holder .tab-content ul li {
    margin-bottom: 5px;
    ;
}

.partners-holder .tab-content ul li:before {
    content: "-";
    font-weight: bold;
    margin-right: 10px;
}

.partners-holder .nav-pills {
    margin: 0 auto;
}

.partners-holder .nav-pills li {
    background: #fff;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 1.875rem;
    border-radius: 0px;
}

.partners-holder .nav-pills li.active {
    background: #ffd512;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 1.875rem;
    border-radius: 0px;
}

.partners-holder .nav-pills li a {
    color: #ffd512
}

.partners-holder .nav-pills li.active a {
    color: #000;
    background: #ffd512;
    border: solid 1px #ffd512;
}

.partners-holder .tab-content {
    background: url(../images/bg_partners.png) no-repeat center top;
    padding: 6% 4% 1% 9%;
    margin-top: -2%;
    min-height: 689px
}




.comming-holder {
    background: url(../images/bg_coming_soon.png) no-repeat center top;
}

.comming-holder h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 2% 1% 2% 4%
}

.comming-holder h3 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 15% 0% 25% 4%;
    font-size: 3rem
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    background: #ffd200
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #ffd200;
    color: #000 !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.guide-content {
    padding-top: 13%;
}

.guide-content h3 {
    font-weight: bold;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    color: #282828;
    text-transform: none
}

.guide-content p {
    color: #454545
}



.bg-fun-hup {
    background: url(../images/bg_fun_hup.png) no-repeat center top;
    padding-bottom: 5%;
}

.bg-fun-hup h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
}

.fun-hup form {
    padding: 9% 14% 5% 21%;
    display: inline-block
}

#fun-hup-carousel .carousel-inner .item {
    padding: 0 11% 0 14%
}

#fun-hup-carousel.inner-carousel {
    margin-top: 2%;
    width: 100%;
    padding: 0
}

#fun-hup-carousel .carousel-control {
    margin-top: 2%;
}

#fun-hup-carousel .carousel-control.left,
#fun-hup-carousel .carousel-control.right {
    background: none;
    padding: 23.7% 0% 0% 0%;
    width: 10%;
}

#fun-hup-carousel .carousel-control.left {
    left: 6%;
}

#fun-hup-carousel .carousel-control.right {
    right: 4%;
}



#fun-hup-carousel .carousel-inner .item .question-holder {
    margin-top: 19%;
    margin-bottom: 15%
}

#fun-hup-carousel .carousel-inner .item .question-holder p {
    text-align: left;
    padding-left: 12%;
}

#fun-hup-carousel .carousel-inner .item .question-holder ul li a {
    background: #fff;
    padding: 2% 2% 2% 3%;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    color: #7a7a7a;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: left
}

#fun-hup-carousel .carousel-inner .item .question-holder ul li a:active,
#fun-hup-carousel .carousel-inner .item .question-holder ul li a:hover,
#fun-hup-carousel .carousel-inner .item .question-holder ul li a:focus {
    background: #be1d2d;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#fun-hup-carousel .carousel-inner .item .question-holder ul li a i {
    background: url(../images/icon_non_tic.png) no-repeat center top;
    width: 27px;
    height: 27px;
    display: block;
    float: right
}

#fun-hup-carousel .carousel-inner .item .question-holder ul li a:active i,
#fun-hup-carousel .carousel-inner .item .question-holder ul li a:hover i,
#fun-hup-carousel .carousel-inner .item .question-holder ul li a:focus i {
    background: url(../images/icon_tic.png) no-repeat center top;
    width: 27px;
    height: 27px;
    display: block;
    float: right
}

#fun-hup-carousel .carousel-inner .item .audio-holder {
    margin-top: 8%;
    padding-top: 50%
}

#fun-hup-carousel .carousel-inner .item .audio-holder audio {
    height: 129px
}


.bg-champions {
    background: url(../images/bg_champions.png) no-repeat center top;
    min-height: 600px;
}

.bg-champions h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 2% 4% 2% 0%
}

#champions .carousel-inner .item {
    padding: 0 8% 0 14%
}

#champions.inner-carousel {
    margin-top: 2%;
    width: 100%;
    padding: 0;
    border: 1px solid #EAF4FF;
    border-radius: 10px;
    min-height: 500px;
}

#champions .carousel-control {
    margin-top: 2%;
}

#champions .carousel-control.left,
#champions .carousel-control.right {
    background: none;
    padding: 20% 0% 0% 0%;
    width: 10%;
}

#champions .carousel-control.left {
    left: 6%;
}

#champions .carousel-control.right {
    right: 1%;
}

#champions .carousel-inner .item .photo-holder {
    margin-top: 0%
}

#champions .carousel-inner .item .content-holder h4 {
    font-weight: bold
}



.gallery-holder .nav-pills {
    margin: 0 auto;
}

.gallery-holder .nav-pills li {
    background: #fff;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 1.875rem;
    border-radius: 0px;
}

.gallery-holder .nav-pills li.active {
    background: #ffd512;
    border: solid 1px #ffd512;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    font-size: 1.875rem;
    border-radius: 0px;
}

.gallery-holder .nav-pills li a {
    color: #ffd512;
    padding: 10px 50px
}

.gallery-holder .nav-pills li.active a {
    color: #000;
    background: #ffd512;
    border: solid 1px #ffd512;
}

.gallery-holder .tab-content {
    background: url(../images/bg_rules.png) no-repeat center top;
    padding: 3% 2% 1% 2%;
    margin-top: -2%;
    min-height: 581px
}

.gallery-holder .tab-content h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.gallery-holder .tab-content ul {
    padding-left: 0
}

.gallery-holder .tab-content ul li {
    margin-bottom: 5px;
    ;
}

.gallery-holder .tab-content ul li:before {
    content: "-";
    font-weight: bold;
    margin-right: 10px;
}


#gallery .carousel-inner .item {
    padding: 0 8% 0 8%
}

#gallery.inner-carousel {
    margin-top: 2%;
    width: 100%;
    padding: 0
}

#gallery .carousel-control {
    margin-top: 2%;
}

#gallery .carousel-control.left,
#gallery .carousel-control.right {
    background: none;
    padding: 14% 0% 0% 0%;
    width: 10%;
}

#gallery .carousel-control.left {
    /*left: 6%;*/
}

#gallery .carousel-control.right {
    right: 1%;
}

#videos .carousel-inner .item {
    padding: 0 8% 0 8%
}

#videos.inner-carousel {
    margin-top: 2%;
    width: 100%;
    padding: 0
}

#videos .carousel-control {
    margin-top: 2%;
}

#videos .carousel-control.left,
#videos .carousel-control.right {
    background: none;
    padding: 14% 0% 0% 0%;
    width: 10%;
}

#videos .carousel-control.left {
    left: 6%;
}

#videos .carousel-control.right {
    right: 1%;
}


#gallery_m .carousel-inner .item {
    padding: 0 8% 0 14%
}

#gallery_m.inner-carousel {
    margin-top: 2%;
    width: 100%;
    padding: 0
}

#gallery_m .carousel-control {
    margin-top: 2%;
}

#gallery_m .carousel-control.left,
#gallery_m .carousel-control.right {
    background: none;
    padding: 14% 0% 0% 0%;
    width: 10%;
}

#gallery_m .carousel-control.left {
    left: 6%;
}

#gallery_m .carousel-control.right {
    right: 1%;
}

#videos_m .carousel-inner .item {
    padding: 0 8% 0 14%
}

#videos_m.inner-carousel {
    margin-top: 2%;
    width: 100%;
    padding: 0
}

#videos_m .carousel-control {
    margin-top: 2%;
}

#videos_m .carousel-control.left,
#videos_m .carousel-control.right {
    background: none;
    padding: 14% 0% 0% 0%;
    width: 10%;
}

#videos_m .carousel-control.left {
    left: 6%;
}

#videos_m .carousel-control.right {
    right: 1%;
}

.photo {
    border: solid 1px #000;
    /*border-bottom: solid 36px #fff;*/
    margin: -31px 20px 10px 21px;
    width: 170px;
    height: 180px;
    position: relative;
    z-index: -1
}

.photo>img {
    height: 100%;
    width: 100%;
}

.pin {
    z-index: 1
}

.schedule .schedule-table {
    width: 70%;
    margin: 10% 15% 23%;
    display: inline-block;
}

.schedule .table .table {
    background: none;
    margin-bottom: 0px;
}

.border-none {
    border-top: solid 0px #fff !important;
    border-bottom: solid 1px #000
}

.schedule .table-bordered {
    border: solid 1px #000;
}

.schedule .table-bordered>tbody>tr>td,
.schedule .table-bordered>tbody>tr>th,
.schedule .table-bordered>tfoot>tr>td,
.schedule .table-bordered>tfoot>tr>th,
.schedule .table-bordered>thead>tr>td,
.schedule .table-bordered>thead>tr>th {
    border: solid 1px #000;
}

.contact-submit {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 6%;
    width: 100%;
}


.paid-left-holder {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    padding-top: 0%;
    background: #fff
}

.paid-left-holder h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    padding: 5% 0 0 0 !important;
}

.btn-buy {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 6%;
    width: 100%;
}

.pt-7 {
    padding-top: 7%;
}

#thanks .modal-header .close {
    margin-top: -37px;
}

.pt-2 {
    padding-top: 2% !important;
}

.btn-start-now {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 6%;
    width: 100%;
}

.purchased-list {
    margin-right: 5%;
}

.purchased-list h4 {
    float: left;
    margin-right: 10px;
}

.purchased-list h4 span {
    background: #be1d2d;
    border-radius: 50px;
    padding: 5px 12px;
    color: #fff
}


.bg-paid-test {
    background: url(../images/bg_instraction.png) no-repeat center top;
}

.bg-paid-test h2 {
    text-align: center;
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    padding: .5% 0% 0% 5.5%;
}

.paid-holder {
    padding-left: 10%;
    padding-right: 5%;
}

.mb12 {
    margin-bottom: 12%;
}

/*.paid-edition{ padding-bottom:5%;}
.carousel-control{ width:5%;}
.login-holder form{padding:1% 10% 15% 41%; display:inline-block}
.login-holder p{ margin-top:5%; margin-left:30%; width:50%;}
.bg-register form{padding:2% 10% 5% 19%; display:inline-block}
.bg-register p{ margin-top:5%; margin-left:25%; width:60%;}
.bg-register{ background:url(../images/bg_instraction.png) no-repeat center top; }
.user-top{ padding-top:10%; float:left !important}
.buy_pass{ display:inline-block     }
.buy_pass_holder{float: right;     position: absolute; right:15%;}
.price-holder { padding:3% 0% 23% 38%; display:inline-grid; width:100%; }*/

/* 7/11/2019 */
.paid-edition {
    padding-bottom: 5%;
}

.carousel-control {
    width: 5%;
}

.login-holder form {
    padding: 1% 10% 15% 41%;
    display: inline-block
}

.login-holder p {
    margin-top: 5%;
    margin-left: 30%;
    width: 50%;
}

.bg-register form {
    padding: 2% 10% 2% 10%;
    display: inline-block
}

.bg-register p {
    margin-top: 5%;
    margin-left: 25%;
    width: 60%;
}

.bg-register {
    background: url(../images/bg_instraction.png) no-repeat center top;
}

.user-top {
    padding-top: 10%;
    float: left !important
}

.buy_pass {
    display: inline-block
}

.buy_pass_holder {
    float: right;
    position: absolute;
    right: 15%;
}

.price-holder {
    padding: 3% 0% 23% 38%;
    display: inline-grid;
    width: 100%;
}

.reg-submit {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 0;
    width: 100%;
}

.reg-log {
    margin-bottom: 10%;
}




/* 18/11/2019 */
#participate-carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

#participate-carousel .carousel-inner .active {
    opacity: 1;
}

#participate-carousel .carousel-inner .active.left,
#participate-carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

#participate-carousel .carousel-inner .next.left,
#participate-carousel .carousel-inner .prev.right {
    opacity: 1;
}

#participate-carousel .carousel-control {
    z-index: 2;
}

.paid-left-holder {
    padding: 5%;
}

.d-mobile {
    display: none;
}

.d-desk {
    display: block
}

.policy {
    width: 75%;
    margin: 6% 15% 23%;
    display: inline-block;
    max-height: 400px;
    overflow-y: scroll
}


.rules-holder .tab-content #level1,
.rules-holder .tab-content #level2 {
    /*height: 400px;
    overflow-y: scroll*/
}

.rules-holder-new .tab-content #level1,
.rules-holder-new .tab-content #level2 {
    height: auto;
    overflow: auto;
}

.rules-holder-new .tab-content tr td {
    color: #000
}

.rules-holder .tab-content {
    padding: 3% 10% 1% 14%;
}

th {
    color: black !important;
    text-align: center !important;
}

.rules-holder-new .table-bordered>tbody>tr>td,
.rules-holder-new .table-bordered>tbody>tr>th,
.rules-holder-new .table-bordered>tfoot>tr>td,
.rules-holder-new .table-bordered>tfoot>tr>th,
.rules-holder-new .table-bordered>thead>tr>td,
.rules-holder-new .table-bordered>thead>tr>th {
    border: solid 1px lightgray;
}

.test-complete h2 {
    /* font-family: 'American Purpose'; */
    font-family: 'Lato', sans-serif;
    padding: 0 0% 0% 0%;
}

#champions .carousel-inner .item,
#participate-carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

#champions .carousel-inner .active,
#participate-carousel .carousel-inner .active {
    opacity: 1;
}

.scroll {
    height: 500px;
    overflow-y: scroll
}

/* 04/09/2003 - updated css  */




.navbar-nav>li>a {
    color: white;
}

.nav-bg {
    background-image: linear-gradient(to right, #D21C55, #341F74);
    margin-top: 1em;
    margin-bottom: 1em;
}

footer {
    /*background-image: linear-gradient(to right, #D21C55, #341F74);
    border-bottom: 1px solid #ffffff;;*/
}

footer ul li {
    display: inline-block;
}

.footer-links {
    font-size: .8em;
    font-weight: 700;
    color: #2a2076;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.footer-links>li {
    display: inline-block;
    font-size: .8em;
    font-weight: 400;
    color: #838e8a;
    padding-right: 0.5em;
}

.footer-links>li>a {
    border-right: 1px solid transparent;
    padding-right: 4px;
    color: #676767;
    outline: 0;
    font-size: .9em;
    text-decoration: none !important;
}

.footer-links>li>a:hover {

    color: #676767;

}

.bg-footer-bottom {
    /*background-image: linear-gradient(to right, #D21C55, #341F74);*/
}

footer h4,
footer ul li a,
footer ol li a {
    color: black;
}

footer h4 {
    color: #2a2076;
}

.btn-primary {
    background-color: #322075;
    border-color: #322075;
}

.btn-primary:hover {
    background-color: #861E64 !important;
    border-color: #861E64 !important;
}

.navbar-nav>li>.dropdown-menu {
    background-image: linear-gradient(to right, #D21C55, #341F74);
}


/* 06/09/2023 */


.mar_zero {
    margin: 0px;
    padding: 0px 15px;
}

.full-width_container {
    width: 100%;
    padding: 0px;
    max-width: 1250px;
}

.logo_front img {
    width: auto;
    max-width: 120px;
}

.navbar-brand>img {
    margin: 0px;
}

.logo_imge_ass {
    height: unset;
}

/* .carousel-caption{
    right:15px;
} */
.navbar-right {
    margin-top: 2em;
}

/* .partners-holder .nav-pills li.active a{
    background-image: linear-gradient(to right, #D21C55, #341F74);
    color: white;

border: solid 1px transparent;
} */
.partners-holder .nav-pills li {
    border: 1px solid #c72054;
}

/* .partners-holder .nav-pills li.active{
    border:1px solid #c72054;
} */
.login-holder form {
    padding: 0px;
}

.login-holder {
    text-align: center;
}



/* 07/09/2023 */


.dis_pa_fle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.policy {
    overflow-y: unset;
    max-height: unset;
    width: 100%;
    margin: 0px;
}

.scroll {
    overflow-y: auto;
    height: unset;
}

.scroll p {
    text-align: start;
    padding: 10px 0px;
}

.gallery-holder .nav-pills li.active a {
    background-image: linear-gradient(to right, #D21C55, #341F74);
    color: white;
    /* background: #3b1e72; */
    border: solid 1px #3b1e72;

}

.gallery-holder .nav-pills li {
    border: solid 0px !important;
}

/* .nav>li>a{
  padding: 20px 27px;
    line-height: 0px;
} */

.partners-holder .nav-pills li.active {
    border: 1px solid #c72054;
    background-image: linear-gradient(to right, #D21C55, #341F74) !important;
    color: white !important;
}

.partners-holder .nav-pills li.active a {
    background: transparent;
    border: 0px;
    color: white;
}

.partners-holder .nav-pills li a {
    color: black;
}

.nav-bg {
    background: white;
}

.navbar-nav>li>a {
    color: #2a2076;
}

.navbar-nav>li>.dropdown-menu {
    background: white;
}

.navbar-nav>li>.dropdown-menu li>a {
    border-bottom: solid 1px #333;
    color: #2a2076;
}

.navbar-nav>li>.dropdown-menu li>a:hover {
    color: #2a2076 !important;
}

.dropdown-menu>li>a {
    color: #2a2076;
}

.btn-header {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    font-size: 14px;
    color: white;
    border: #2a2076;
    background-color: #2a2076;
    /*text-transform: uppercase;*/
    border-radius: 0;
    padding: 10px 30px 10px 15px !important;
    background-image: url(../../images/icons/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 6px;
}

.btn-header:hover {
    /*background: #ab3a5a;
    background: -webkit-gradient( linear, left top, right top, from(#ab3a5a), to(#2a2076) );*/
    color: #ffffff;
    text-decoration: none;
    background-image: url(../../images/icons/btn-arrow.png), linear-gradient(90deg, #ab3a5a 0%, #2a2076 100%);
    background-repeat: no-repeat;
    background-position: center right 6px;
}

.button_class_lrs {
    background-color: #2a2076;
    color: white;
    padding: 8px 15px 8px 15px;
    border: #2a2076;
    border-radius: 20px;
}

/*.button_class_lr {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 2rem;
    color: white;
    border: #2a2076;
    --btn-raise: 1rem;
    clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
    background-color: #2a2076;
    text-transform: uppercase;
}*/

.button_class_lr {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    font-size: 14px;
    color: white;
    border: #2a2076;
    background-color: #2a2076;
    /*text-transform: uppercase;*/
    border-radius: 0;
    padding: 10px 30px 10px 15px !important;
    background-image: url(../../images/icons/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 6px;
}

.button_class_lr:focus {
    color: #fff;
    float: none !important;
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.button_class_lr:hover {
    color: #fff;
    float: none !important;
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.button_class_lrs:active {
    color: #fff !important;
    float: none !important;
    background-color: #202051 !important;
    text-decoration: none;
    transform: scale(1.1);
}

.tab-content>.active {
    text-align: center;
}


/* 08/09/2023 */


.styl_line_start p {
    text-align: start;
}

.styl_line_start ol li {
    list-style: unset;
}

.bg-champions {
    min-height: auto;
}

.price-holder {
    padding: 0px;
}

.bg-instructions ul li {
    text-align: start;
}

.text_cap_pa {
    text-transform: uppercase;
}

.font_bt {
    font-weight: 700;
}

.login-holder h2 {
    padding: 2% 0% 0% 0%;
}

.tex_sar p {
    text-align: start;
}

.tab_con_flex {
    float: unset;
    display: flex;
}

.gallery-holder .tab-content {
    min-height: unset;
}

.instructions {
    width: 100%;
    margin: 0px;
}

.ex_flex_con {
    display: flex;
    justify-content: center;
}

/* mobile */
/* 11/09/2023 */
.ex_flex_con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-prize h2 {
    color: black;
    background: transparent;
}

.price-holder h4 {
    color: black;
}

.back_img p strong {
    color: black;
}

.price-holder {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}


.bg-prize h4 {
    margin: 1% 1% 1% 1%;
    padding: 20px 0px;
    font-size: 20px;
}

.back_img {
    /*background-image: linear-gradient(to right, #D21C55, #341F74);*/
    /* border-bottom: 1px solid; */
}

.icon_back {
    /* box-shadow: 0 4px 8px 0 rgb(255 255 255), 0 6px 20px 0 rgb(255 255 255);
margin: 0px 0px 2% 0px;
padding: 0px 8px;
background: white;
border: 20px solid white;
--btn-raise: 18px;
clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%); */
}


.down_con_dis {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.down_con_dis h4 {
    color: black;
}

.down_con_dis span {
    color: black;
}

.bec_con_col h5 {
    color: black;
    font-size: 30px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .price-holder {
        display: block;
    }

    .down_con_dis {
        display: block;
    }

    .down_con_dis span {
        display: none;
    }
}

/*Sep 14 2023*/
.scroller {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: transparent;
    color: #fff;
}

.scroller p a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroller-text 10s reverse infinite;
    -webkit-animation: scroller-text 10s reverse infinite;
    animation: scroller-text 20s reverse infinite;

}

.scroller p a:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

@-moz-keyframes scroller-text {
    0% {
        -moz-transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroller-text {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scroller-text {
    0% {
        -moz-transform: translateX(60%);
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }

    100% {
        -moz-transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
    }
}

/* winner page */


.prize_list_winner table {
    border-collapse: collapse;
    width: 100%;
    text-transform: capitalize;
    box-shadow: 0 8px 8px 1px rgba(0, 0, 0, 0.2);
}

.prize_list_winner td,
th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 20px 8px;

}

.prize_list_winner th {
    background-color: #932061;
    color: white !important;
}

.table_head {
    padding-bottom: 3%;
}

.table_head {
    text-align: center;
}

.scrool_div {
    overflow-x: auto;
}



/*

.bee {
  position: absolute;
  top: 90%;
  width: 75px;
  height: 80px;
  background: url(//cdn.ficsystems.com/_new/common/3.0/images/characters/earthday-bee.svg);
  animation: walk-cycle 0.1s infinite steps(6), move 10s forwards linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes walk-cycle {
  0%   {background-position: 0 0;}
  100% {background-position: -450px 0;}
}

@keyframes move {
  0%    { transform: translate(-10vw, 10vh); }
  10%   { transform: translate(0vw, 15vh); }
  20%   { transform: translate(10vw, 20vh); }
  30%   { transform: translate(20vw, 15vh); }
  40%   { transform: translate(30vw, 10vh); }
  50%   { transform: translate(40vw, 5vh); }
  60%   { transform: translate(50vw, 0vh); }
  70%   { transform: translate(65vw, 5vh); }
  80%   { transform: translate(80vw, 10vh); }
  81%   { transform: translate(95vw, 15vh); }
} */





.bug {
    margin-left: -100px;
    transform: rotate(-360deg);
    width: 100px;
    height: 50px;
    position: absolute;
    animation: bee 5s linear infinite both;
}

.bee1 {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #FFC107;
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 6;
}

.bee2 {
    width: 40px;
    height: 40px;
    border-radius: 20px 18px 20px 18px;
    background-color: #FFC107;
    position: absolute;
    left: 30px;
    top: 50px;
    z-index: 4;
}

.black {
    width: 40px;
    height: 40px;
    border-radius: 20px 18px 20px 18px;
    background-color: black;
    position: absolute;
    left: 40px;
    top: 50px;
    z-index: 5;

}

.eye {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 6;
    animation: eye 0.5s 2.2s 2 linear;
}

.wing {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #BBDEFB;
    position: absolute;
    right: 10px;
    top: -15px;
    z-index: 2;
    border: 0.5px solid #90CAF9;
    animation: wings 1s linear infinite;
}

.wing2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #BBDEFB;
    position: absolute;
    right: 0;
    top: -15px;
    border: 0.5px solid #90CAF9;
    z-index: 1;
    animation: wings2 1s linear infinite;
}


@keyframes bee {
    0% {
        transform: rotate(0deg);
        margin-left: -100px;
        margin-top: 50px;
    }

    10% {
        transform: rotate(-10deg);
        margin-left: 100px;
        margin-top: 80px;
    }

    20% {
        transform: rotate(-20deg);
        margin-left: 200px;
        margin-top: 80px;
    }

    50% {
        margin-left: 500px;
        margin-top: 50px;
        transform: rotate(-360deg);
    }

    60% {
        margin-left: 600px;
        margin-top: 60px;
        transform: rotate(-360deg);
    }

    100% {
        margin-left: 900px;
        margin-top: 80px;
    }
}

@keyframes wings {
    20% {
        right: 12px;
    }

    30% {
        right: 8px;
    }

    40% {
        right: 12px;
    }

    50% {
        right: 8px;
    }

    60% {
        right: 12px;
    }

    70% {
        right: 8px;
    }

    80% {
        right: 12px;
    }

    90% {
        right: 8px;
    }
}

@keyframes wings2 {
    20% {
        right: -2px;
    }

    30% {
        right: 2px;
    }

    40% {
        right: -2px;
    }

    50% {
        right: 2px;
    }

    60% {
        right: -2px;
    }

    70% {
        right: 2px;
    }

    80% {
        right: -2px;
    }

    90% {
        right: 2px;
    }
}

@keyframes eye {
    0% {
        width: 5px;
        height: 5px;
    }

    10% {
        width: 0;
        height: 0;
    }

    40% {
        width: 5px;
        height: 5px;
    }

    50% {
        width: 5px;
        height: 5px;
    }

    100% {
        width: 5px;
        height: 5px;
    }
}

/* winner page */



.funnel-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    font-family: tahoma;
}

.funnel-container:after {
    content: "";
    display: block;
    clear: both;
}

.funnel-wrap {
    margin: 50px auto;
    position: relative;
    padding-top: 10px;
    max-width: 816px;

    width: 50%;
}

.funnel-wrap ul>li .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.funnel-wrap ul {
    margin: 0;
    padding: 0;
}

.funnel-wrap ul>li {
    background: #2c3d4f;
    color: #fff;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 1px 10px 0;
    text-align: center;
    font-size: 16px;
    height: 120px;
}

.funnel-wrap ul>li a {
    color: #fff;
    text-decoration: none;

}

.funnel-wrap ul>li a:hover {
    color: #e6e6e6;
}

/* .funnel-wrap ul:hover li:not(:hover) { */
/* -webkit-filter: grayscale(70%)!important; */
/* filter: grayscale(70%); */
/* filter: #cdcdcd; */
/* transition:all .2s; */
/* }/ */

.funnel-wrap ul>li .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.funnel-wrap ul>li h3 {
    margin: 0;
    display: none;
}

.funnel-wrap ul>li h4 {
    color: white;
    padding: 5px 0px;
}

.funnel-wrap ul>li p {
    margin: 0;
}

.funnel-before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 0;
    border-right: 200px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 500px solid #fff;
    z-index: 20;
}

.funnel-after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 500px solid #fff;
    z-index: 20;
}

.funnel-wrap ul li:after {
    margin: 0 auto;
    height: 30px;
    border-radius: 50%;
    background: #5888bb;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    margin: auto;
    right: 0;
}

.funnel-wrap ul li:nth-child(1):before {
    margin: 0 auto;
    height: 30px;
    border-radius: 50%;
    /* background: #409bd5; */
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    margin: auto;
    right: 0;
    z-index: 12;
}

.funnel-wrap ul li:nth-child(1),
.funnel-wrap ul li:nth-child(1):after {
    background-color: #c7114a;
    z-index: 10;
}

/* .funnel-wrap ul li:nth-child(1):before {
  background-color: #c7114a;
} */

.funnel-wrap ul li:nth-child(2),
.funnel-wrap ul li:nth-child(2):after {
    background-color: #b00f41;
    z-index: 9;
    width: 95%;
}

.funnel-wrap ul li:nth-child(2):before {
    background-color: #b00f41;
}

.funnel-wrap ul li:nth-child(3),
.funnel-wrap ul li:nth-child(3):after {
    background-color: #9a0d39;
    z-index: 8;
    width: 93%;
}

.funnel-wrap ul li:nth-child(3):before {
    background-color: #9a0d39;
}

.funnel-wrap ul li:nth-child(4),
.funnel-wrap ul li:nth-child(4):after {
    background-color: #840b31;
    z-index: 7;
    width: 88%;
}

.funnel-wrap ul li:nth-child(4):before {
    background-color: #840b31;
}

.funnel-wrap ul li:nth-child(5),
.funnel-wrap ul li:nth-child(5):after {
    background-color: #6e0929;
    z-index: 6;
    width: 84%;
}

.funnel-wrap ul li:nth-child(5):before {
    background-color: #6e0929;
}

.funnel-wrap .content {
    position: relative;
    z-index: 20;
    display: block;
}

.funnel-titles {
    margin: 0px;
    padding: 0 20px;
    width: 50%;
    position: absolute;
    right: 70%;
    z-index: 30;
}

.funnel-titles div {
    height: 120px;
    margin: 0;
}

.funnel-titles h3 {

    font-size: 16px;
    margin: 0px 20px;
    padding: 40px 54px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    --btn-raise: 1rem;
    /* clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%); */
    background-color: #2a2076;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.padding-100 {
    padding-left: 100px;
}


.funnel-titles1 {

    margin: 5rem 0;
    padding: 10px 20px;
    width: 50%;
    /* transform: rotate(-16deg); */
    position: absolute;
    left: 70%;
    z-index: 30;
    top: 1px;
    margin: 0px;
}

.funnel-titles1 div {
    height: 120px;
    margin: 0;
    /* transform: rotate(16deg); */
}

.funnel-titles1 h3 {
    font-size: 16px;
    margin: 0px 20px;
    padding: 40px 54px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    --btn-raise: 1rem;
    /* clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%); */
    background-color: #2a2076;
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}



@media(max-width:800px) {
    .funnel-titles {
        display: none;
    }

    .funnel-titles1 {
        display: none;
    }

    .funnel-wrap {
        width: 96%;
        float: none;
        margin: 5% auto
    }

    .funnel-wrap ul>li {
        height: auto;
    }

    .funnel-wrap ul>li .content {
        padding: 10px;
        top: 0;
        transform: translateY(0)
    }

    .funnel-wrap .content h3 {
        display: block;
    }
}

.float-right {
    float: right;
}

.displ_flex_img {
    display: flex;
    justify-content: space-around;
}

.pb-25 {
    padding-bottom: 25px;

}


.po_sec_rela {
    position: relative;
    left: 3%;
}

.po_third_rela {
    position: relative;
    left: 10%;
}

.po_fourth_rela {
    position: relative;
    left: 18%;
}


.po_rela_last {
    position: relative;
    left: 23%;

}

.po_re_rig {
    position: relative;
    right: 6%;
}

.po_re_rig_ls {
    position: relative;
    right: 20%;
}

.connect-icons {
    display: flex;
    justify-content: center
}

.connect-icons>a {
    font-size: 20px !important;
    padding-left: 0;
    padding-right: 0;
    color: #fff !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    background: #ab3a5a;
    background: -moz-linear-gradient(90deg, #ab3a5a 0, #2a2076 100%);
    background: -webkit-linear-gradient(90deg, #ab3a5a 0, #2a2076 100%);
    background: linear-gradient(90deg, #ab3a5a 0, #2a2076 100%);
    margin-right: 4px;
}

.navbar-toggle {
    padding: 5px;
}

.m-0 {
    /*margin: 0 !important;*/
}

.p-0 {
    padding: 0 !important;
}

.footer-arn {
    margin-right: 10%;
    float: right;
}

.header-sbi-logo {
    text-align: start;
    margin-top: 10px;
    width: 30% !important;
    max-width: 150px !important;
}

.header-mirchi-logo {
    text-align: start;
    margin-top: 8px;
    margin-right: 20px;
    width: 15% !important;
    max-width: 80px !important;
}

.div-border {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    border: 1px solid #455560;
    padding: 1em;
    background: transparent;
    color: #000;
}

.dark-grey-text {
    list-style-type: none !important;
}

.dark-grey-text {
    display: inline;
    font-size: 12px !important;
    font-weight: 700;
    color: #455560 !important;
    line-height: 1.8;
}

.blue-header-block-notices {
    color: #484848;
}

.blue-header-block-notices {
    font-size: .8em;
    font-weight: 700;
    /*color: #00acea;*/
    text-transform: uppercase;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.address-wrapper {
    background: #ab3a5a;
    background: -moz-linear-gradient(90deg, rgba(171, 58, 90, .2) 0, rgba(42, 32, 118, .2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(171, 58, 90, .2) 0, rgba(42, 32, 118, .2) 100%);
    background: linear-gradient(90deg, rgba(171, 58, 90, .2) 0, rgba(42, 32, 118, .2) 100%);
}

.address-wrapper {
    margin-top: 40px;
    padding-top: 1em;
    padding-bottom: 3em;
}

.address-wrapper h4.blue-bold-header-medium,
.blue-link-underline,
.blue-link-underline:hover,
.general-links-header {
    color: #2a2076;
}

.blue-bold-header-medium {
    font-size: 1em;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: capitalize;
}

.address-wrapper h3.black-small-header {
    color: #ab3a5a;
}

.black-small-header {
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-right: 1.5em;
    margin-top: 1em;
    margin-bottom: 0;
}

.blue-link-underline {
    font-size: 1em;
    color: #2a2076;
    text-decoration: underline !important;
}

.modal {
    cursor: pointer;
}

footer,
.bg-register {
    cursor: default;
}

.ghost-btn {
    display: block;
    border: 1px solid #2a2076;
    border-radius: 0px;
    color: #ffffff;
    padding: 5px 20px 5px 15px !important;
    background-color: #2a2076;
    background-image: url(../../images/icons/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 6px;
}

.ghost-btn:focus {
    color: #fff;
    float: none !important;
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.ghost-btn:hover {
    color: #fff;
    float: none !important;
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.5s ease;
}

#display-available {
    display: block;
}


.sec1 {
    background-image: url('../../images/bg/sec1-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;

}

.sec2 {
    background-image: url('../../images/bg/sec1-background.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    min-height: 80vh;

}

.sec3 {
    background-image:
        url('../../images/bg/sec1-background.png'),
        url('../../images/bg/sec1-background.png');
    background-size: contain, contain;
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    min-height: 200vh;
    background-color: #dec79bc4;
    /* make room for both */
}

.sec4 {
    background-image: url('../../images/bg/sec1-background.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* 🔑 keeps background fixed */
    width: 100%;
}

.banner-bg {
    width: 100%;
    height: auto;
}