
/* body {
    background-color: #0A0A0A;
     background-image: linear-gradient(black, #87430e); 
} */
/* body::before {
    background-image: url("../images/Rectangle.png");
    content: "";
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(34px);
} */
body {
    background-color: #000000;
}
a{
    text-decoration: none;
}
/*p{*/
/*    text-align: justify;*/
/*}*/
.navbar-brand img {
    background-color: #FFBA00;
    border-radius: 27px;
    width: 300px;
}
@media(min-width:320px){
    .navbar-brand img {
        width: 130px;
    }  
}
@media(min-width:690px){
    .navbar-brand img {
        width: 200px;
    }  
}
@media(min-width:1020px){
    .navbar-brand img {
        width: 300px;
    }  
}

#header {
    background-color: #000;
}
.navbar {
    padding: 15px 10px;
    /* position: fixed; */
    background: #000;
    /* z-index: 99999 !important; */
    width: 100%;
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 5px;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar a {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: black;
    border-radius: 5px;
    padding: 10px;
}
#navbarSupportedContent {
    justify-content: center;
    z-index: 999 !important;
}
ul.navbar-nav li.nav-item {
    margin-right: 5px;
}
ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #EDF828;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #EDF828;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #737373; 
    background-color: #f5ca0e;
}
.dropdown-menu li a{
    color: #fff;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f5ca0e;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
button:focus:not(:focus-visible) {
    outline: none !important;
}
.navbar-dark .navbar-toggler {
    color: #000;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-nav .nav-item a{
    font-size: 20px;
}
@media(min-width:320px){
    .navbar-nav .nav-item a{
        font-size: 20px;
    } 
}
@media(min-width:690px){
    .navbar-nav .nav-item a{
        font-size: 20px;
    } 
}
@media(min-width:1020px){
    .navbar-nav .nav-item a{
        font-size: 18px;
    } 
}
@media(min-width:1200px){
    .navbar-nav .nav-item a{
        font-size: 18px;
    } 
}
@media(min-width:1300px){
    .navbar-nav .nav-item a{
        font-size: 19px;
    } 
}
section{
    padding: 40px 0px;
}
@media(min-width:320px){
    section{
        padding: 20px 0px;
    }
}
@media(min-width:690px){
    section{
        padding: 40px 0px;
    }
}
@media(min-width:1020px){
    section{
        padding: 40px 0px;
    }
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #FCD00E;
    opacity: 0.9;
}
.nav-pills .nav-link {
    background: #313131;
    border: 2px solid #f6f4f4;
    margin: 10px;
    border-radius: 10px;
    padding: 10px 10px 5px 15px;
}
.nav-pills .nav-link:hover {
    background: #FCD00E;
    border: 2px solid #f6f4f4;
    margin: 10px;
    border-radius: 10px;
    opacity: 0.9;
}
.tab-content>.active {
    display: block;
    background: #313131;
    border: 2px solid #f6f4f4;
    color: #fff;
    padding: 25px;
    height: 500px;
    overflow: auto;
}
@media(min-width:320px){
    .tab-content>.active {
        height: 100%;
        overflow: auto;    
        padding: 5px;
    }
}
@media(min-width:690px){
    .tab-content>.active {
        height: 500px;
        overflow: auto;
        padding: 25px;
    }
}
@media(min-width:1020px){
    .tab-content>.active {
        height: 500px;
        overflow: auto;
        padding: 25px;
    }
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: none;
}

/* .hero-section {
    background-image: url('../images/mobile-banner.png');
    background-size: cover;
    padding: 135px 0px 0px 0px !important;
    background-position: bottom;
    height: 80vh;
}
@media(min-width:320px){
    .hero-section {
        padding: 10px;
        height: 30vh;
    }
}
@media(min-width:690px){
    .hero-section {
        padding: 40px;
        height: 50vh;
    }
}
@media(min-width:1020px){
    .hero-section {
        padding: 50px;
        height: 80vh;
    }
} */
 .hero-section{
    padding: 0px;
 }
.hero-section-dektop-banner img{
    width: 100%;
}
@media(min-width:320px){
    .hero-section-dektop-banner{
        display: none;
    }
}
@media(min-width:690px){
    .hero-section-dektop-banner{
        display: block;
    }
}
@media(min-width:1020px){
    .hero-section-dektop-banner{
        display: block;
    }
}
.hero-section-mobile-banner img{
    width: 100%;
}
@media(min-width:320px){
    .hero-section-mobile-banner{
        display: block;
        margin-top: 0px;
    }
}
@media(min-width:690px){
    .hero-section-mobile-banner{
        display: none;
    }
}
@media(min-width:1020px){
    .hero-section-mobile-banner{
        display: none;
    }
}
.hero-section-head p {
    font-size: 30px;
    text-align: center;
    color: #FFBA00;
    position: absolute;
    z-index: 999 !important;
    top: 0px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}
@media(min-width:320px){
    .hero-section-head p{
        font-size: 16px;
        top: -30px;
    }
}
@media(min-width:690px){
    .hero-section-head p{
        font-size: 30px;
        top: 0px;
    }
}
@media(min-width:1020px){
    .hero-section-head p{
        font-size: 30px;
        top: 0px;
    }
}
.hero-section-head{
    position: relative;
    display: flex;
    justify-content: center;
}
.hero-section-down-image img {
    position: absolute;
    left: 46%;
    bottom: -34px;
    width: 100px !important;
}
@media(min-width:320px){
    .hero-section-down-image img {
        left: 43%;
        bottom: 6px;
        width: 45px !important;
    }
}
@media(min-width:690px){
    .hero-section-down-image img {
        left: 45%;
        bottom: -18px;
        width: 75px !important;
    }
}
@media(min-width:1020px){
    .hero-section-down-image img {
        left: 46%;
        bottom: -34px;
        width: 100px !important;
    }
}
.hero-section-head img{
    width: auto;
}
@media(min-width:320px){
    .hero-section-head img{
        width: 100%;
    } 
}
@media(min-width:690px){
    .hero-section-head img{
        width: 100%;
    } 
}
@media(min-width:1020px){
    .hero-section-head img{
        width: auto;
    } 
}
.hero-section-pencil-background {
    text-align: center;
}
.hero-section-pencil-background img {
    width: 100%;
    position: relative;
}
@media(min-width:320px){
    .hero-section-pencil-background img {
        bottom: -18px;
        width: 70%;
    }
}
@media(min-width:375px){
    .hero-section-pencil-background img {
        bottom: -5px;
        width: 70%;
    }
}
@media(min-width:412px){
    .hero-section-pencil-background img {
        bottom: 4px;
        width: 70%;
    }
}
@media(min-width:425px){
    .hero-section-pencil-background img {
        bottom: 15px;
        width: 70%;
    }
}
@media(min-width:690px){
    .hero-section-pencil-background img {
        width: 80%;
        bottom: 15px;
    }  
}
@media(min-width:768px){
    .hero-section-pencil-background img {
        width: 70%;
        bottom: 5px;
    }  
}
@media(min-width:800px){
    .hero-section-pencil-background img {
        width: 70%;
        bottom: -190px;
    }  
}
@media(min-width:834px){
    .hero-section-pencil-background img {
        width: 70%;
        bottom: -97px;
    }  
}
@media(min-width:1020px){
    .hero-section-pencil-background img {
        width: 60%;
        bottom: -189px;
    }  
}
@media(min-width:1140px){
    .hero-section-pencil-background img {
        width: 70%;
        bottom: -135px;
    }  
}
@media(min-width:1230px){
    .hero-section-pencil-background img {
        width: 60%;
        bottom: -111px;
    }  
}
.hero-section-pencil-background-pencil {
    text-align: center;
}
.hero-section-pencil-background-pencil img {
    width: 3%;
    position: absolute;
    top: 50%;
    left: 48.6%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@media(min-width:320px){
    .hero-section-pencil-background-pencil img {
         top: 34%;
         width: 4%;
    }
}
@media(min-width:375px){
    .hero-section-pencil-background-pencil img {
        top: 34%;
        width: 4%;
    }
}
@media(min-width:425px){
    .hero-section-pencil-background-pencil img {
        top: 33%;
        width: 4%;
    }
}
@media(min-width:525px){
    .hero-section-pencil-background-pencil img {
        top: 32%;
        width: 4%;
    }
}
@media(min-width:690px){
    .hero-section-pencil-background-pencil img {
        top: 42%;
        width: 5%;
    }
}
@media(min-width:768px){
    .hero-section-pencil-background-pencil img {
        top: 39%;
        width: 5%;
    }
}
@media(min-width:1024px){
    .hero-section-pencil-background-pencil img {
        top: 62%;
        width: 5%;
    }
}
@media(min-width:1140px){
    .hero-section-pencil-background-pencil img {
        top: 59%;
        width: 5%;
    }
}
@media(min-width:1230px){
    .hero-section-pencil-background-pencil img {
        top: 51%;
        width: 4%;
    }
}
.hero-section-pencil-background-pencil img:hover {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
  }
  @keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.second-section-tab h3{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    font-family: "Raleway", sans-serif;

}
@media(min-width:320px){
    .second-section-tab h3{
        font-size: 16px;
    }  
}
@media(min-width:690px){
    .second-section-tab h3{
        font-size: 18px;
    }  
}
@media(min-width:1020px){
    .second-section-tab h3{
        font-size: 20px;
    }  
}
.second-section-tab p{
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .second-section-tab p{
        font-size: 12px;
    }
}
@media(min-width:690px){
    .second-section-tab p{
        font-size: 16px;
    }
}
@media(min-width:1020px){
    .second-section-tab p{
        font-size: 18px;
    }
}
.second-section-tab-image {
    background-color: #FCD00E;
    padding: 0 !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #cbb656;
    /* border: 4px solid #313131; */
}
.second-section-tab-image img{
    background-color: #FCD00E;
    border-radius: 10px;
}
@media(min-width:320px){
    .second-section-tab-image img{
        background-color: #FCD00E;
        box-shadow: 0px 0px 10px 0px #cbb656;
    }  
}
@media(min-width:690px){
    .second-section-tab-image img{
        background-color: #fcd00e;
        box-shadow: none;
    }  
}
@media(min-width:1020px){
    .second-section-tab-image img{
        background-color: #fcd00e00;
        box-shadow: none;
    }  
}
/* .second-section-tab-image:hover {
    background-color: #9D6E39;
} */
/* .second-section-tab:hover .second-section-tab-image {
    background-color: #9D6E39;
} */
/* .second-section-tab-image img {
    padding: 5px 0px 5px 0px;
    width: 75%;
} */
@media(min-width:320px){
    .second-section-tab-image img {
        width: 30%;
        padding: 5px;
    } 
}
@media(min-width:690px){
    .second-section-tab-image img {
        width: 20%;
    } 
}
@media(min-width:1020px){
    .second-section-tab-image img {
        width: 100%;
    } 
}
.second-section-tab-mobile{
    padding: 0px;
}
table th, td {
    color: #fff;
    font-size: 14px;
}
summary {
    display: list-item;
    cursor: pointer;
    text-align: start;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
@media(min-width:320px){
    summary {
        font-size: 14px;
    }
}
@media(min-width:690px){
    summary {
        font-size: 18px;
    }
}
@media(min-width:1020px){
    summary {
        font-size: 18px;
    }
}
details{
    padding: 5px;
}
.nav-tab-problem button{
    margin: 5px !important;
}


.about-us-section-content-one h3{
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .about-us-section-content-one h3{
        font-size: 14px;
    }
}
@media(min-width:690px){
    .about-us-section-content-one h3{
        font-size: 23px;
    }
}
@media(min-width:1020px){
    .about-us-section-content-one h3{
        font-size: 23px;
    }
}
.about-us-section-content-one p{
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
@media(min-width:320px){
    .about-us-section-content-one p{
        font-size: 12px;
    }
}
@media(min-width:690px){
    .about-us-section-content-one p{
        font-size: 16px;
    }
}
@media(min-width:1020px){
    .about-us-section-content-one p{
        font-size: 16px;
    }
}
.about-us-section-content-two h3{
    font-size: 26px;
    color: #fff;
    text-align: center;
}
@media(min-width:320px){
    .about-us-section-content-two h3{
        font-size: 14px;
    }
}
@media(min-width:690px){
    .about-us-section-content-two h3{
        font-size: 26px;
    }
}
@media(min-width:1020px){
    .about-us-section-content-two h3{
        font-size: 26px;
    }
}
.about-us-section-content-two p{
    font-size: 22px;
    color: #fff;
    text-align: center;
}
@media(min-width:320px){
    .about-us-section-content-two p{
        font-size: 12px;
    }
}
@media(min-width:690px){
    .about-us-section-content-two p{
        font-size: 22px;
    }
}
@media(min-width:1020px){
    .about-us-section-content-two p{
        font-size: 22px;
    }
}
.about-us-section-number{
    font-size: 30px;
    font-weight: bold;
}
@media(min-width:320px){
    .about-us-section-number{
        font-size: 14px;
    }
}
@media(min-width:690px){
    .about-us-section-number{
        font-size: 30px;
    }
}
@media(min-width:1020px){
    .about-us-section-number{
        font-size: 30px;
    }
}
.about-us-section-image img{
    max-width: 100%;
}
#aboutus-mobile{
    display: none;
}
@media(min-width:320px){
    #aboutus-mobile{
        display: block;
    }
}
@media(min-width:690px){
    #aboutus-mobile{
        display: block;
    }
}
@media(min-width:1020px){
    #aboutus-mobile{
        display: none;
    }
}
#aboutus-desktop{
    display: block;
}
@media(min-width:320px){
    #aboutus-desktop{
        display: none;
    }
}
@media(min-width:690px){
    #aboutus-desktop{
        display: none;
    }
}
@media(min-width:1020px){
    #aboutus-desktop{
        display: block;
    }
}

.about-us-section-content-one p{
    text-align: justify;
}
.about-us-section-content-two p{
    text-align: justify;
}
@media(min-width:320px){
    .about-us-section-content-one p{
        text-align: center;
    }
    .about-us-section-content-two p{
        text-align: center;
    } 
}
@media(min-width:690px){
    .about-us-section-content-one p{
        text-align: justify;
    }
    .about-us-section-content-two p{
        text-align: justify;
    } 
}
@media(min-width:1020px){
    .about-us-section-content-one p{
        text-align: justify;
    }
    .about-us-section-content-two p{
        text-align: justify;
    } 
}
.mobile-tab-image-icon{
    margin: auto;
    background-color: #fcd00e00;
    padding: 0 !important;
    border-radius: 10px;
    box-shadow: none !important;
}
.ticket-section-pra-1 p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: start;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .ticket-section-pra-1 p{
        font-size: 12px;
    } 
}
@media(min-width:690px){
    .ticket-section-pra-1 p{
        font-size: 14px;
    } 
}
@media(min-width:1020px){
    .ticket-section-pra-1 p{
        font-size: 18px;
    } 
}
.ticket-section-para-button {
    background-color: #66514a;
    border: 2px solid #f6f4f4;
    width: fit-content;
    padding: 10px 40px;
    margin: auto;
    width: 100%;
}
.ticket-section-button a {
    background-color: #fff;
    color: #000;
    padding: 10px 11px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .ticket-section-button a {
        padding: 7px 5px;
        font-size: 9px;
    }
}
@media(min-width:690px){
    .ticket-section-button a {
        padding: 8px 10px;
        font-size: 10px;
    }
}
@media(min-width:1020px){
    .ticket-section-button a {
        padding: 8px 12px;
        font-size: 12px;
    }
}
.ticket-section-button:hover a{
    background-color: #a3903f;
    color: #fff;
}



/************jury page button***********/

.ticket-section-new-button a {
    background-color: #ffba00;
    color: #fff;
    padding: 10px 11px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .ticket-section-new-button a {
        padding: 5px 11px;
        font-size: 10px;
    }
}
@media(min-width:690px){
    .ticket-section-new-button a {
        padding: 10px 18px;
        font-size: 16px;
    }
}
@media(min-width:1020px){
    .ticket-section-new-button a {
        padding: 10px 15px;
        font-size: 14px;
    }
}
.ticket-section-new-button:hover a{
    background-color: #a3903f;
    color: #fff;
}



/********************end*****************/


.categories-section-images img{
    max-width: 100%;
}
.categories-section-para p{
    color: #fff;
    line-height: 45px;
    font-size: 22px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .categories-section-para p{
        font-size: 22px;
    }
}
@media(min-width:690px){
    .categories-section-para p{
        font-size: 22px;
    }
}
@media(min-width:1020px){
    .categories-section-para p{
        font-size: 22px;
    }
}
.categories-section-para span{
    color: #FCD00E;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: bold;
}
@media(min-width:320px){
    .categories-section-para span{
        font-size: 14px;
    }
}
@media(min-width:690px){
    .categories-section-para span{
        font-size: 22px;
    }
}
@media(min-width:1020px){
    .categories-section-para span{
        font-size: 22px;
    }
}
.categories-section-button a{
    color: #FCD00E;
    background-color: #242424;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .categories-section-button a{
        font-size: 10px;
    }
}
@media(min-width:690px){
    .categories-section-button a{
        font-size: 20px;
    }
}
@media(min-width:1020px){
    .categories-section-button a{
        font-size: 20px;
    }
}
.categories-section-button a:hover{
    color: #FCD00E;
    background-color: #6c6c6c;
}
.categories-section-button{
    text-align: center;
}
.categories-section-para-full{
    margin: auto;
}
.sponsors-section-heading h3{
    text-align: center;
    color: #989898;
    font-size: 32px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
@media(min-width:320px){
    .sponsors-section-heading h3{
        font-size: 14px;
    } 
}
@media(min-width:690px){
    .sponsors-section-heading h3{
        font-size: 32px;
    } 
}
@media(min-width:1020px){
    .sponsors-section-heading h3{
        font-size: 32px;
    } 
}
.sponsors-images img{
    width: 70%;
    padding: 20px;
}
.footer-section {
    background-color: #282828;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.footer-section-address h3{
    color: #ffcf03;
    font-size: 30px;
}
@media(min-width:320px){
    .footer-section-address h3{
        font-size: 20px;
    }
}
@media(min-width:690px){
    .footer-section-address h3{
        font-size: 27px;
    }
}
@media(min-width:1020px){
    .footer-section-address h3{
        font-size: 27px;
    }
}
.footer-section-address p{
    color: #fff;
    font-size: 18px;
}
@media(min-width:320px){
    .footer-section-address p{
        font-size: 13px;
    }
}
@media(min-width:690px){
    .footer-section-address p{
        font-size: 16px;
    }
}
@media(min-width:1020px){
    .footer-section-address p{
        font-size: 16px;
    }
}
.footer-section-address a{
    color: #fff;
    font-size: 18px;
}
@media(min-width:320px){
    .footer-section-address a{
        font-size: 13px;
    } 
}
@media(min-width:690px){
    .footer-section-address a{
        font-size: 16px;
    } 
}
@media(min-width:1020px){
    .footer-section-address a{
        font-size: 16px;
    } 
}
.footer-section-copyright{
    color: #fff;
}
.footer-section-copyright p{
    text-align: center;
    font-size: 16px;
}
.footer-section-copyright a{
    font-weight: bold;
    color: #e6ceff;
    font-size: 20px;
}
.footer-section-copyright img{
    width: 5%;
}
@media(min-width:320px){
    .footer-section-copyright img{
        width: 15%;
    }
}
@media(min-width:690px){
    .footer-section-copyright img{
        width: 8%;
    }
}
@media(min-width:1020px){
    .footer-section-copyright img{
        width: 5%;
    }
}


.tab-content>.active::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.tab-content>.active::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

.tab-content>.active::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffba00;
}

tr:nth-child(1) {
    background: #00368159;
}
tr:hover{
    background: #00368159;
}
.hover-on-div:hover .second-section-tab-image{
    background-color: #9d6e39 !important;
}
.hover-on-div-1:hover .second-section-tab-image{
    background-color: #9d6e39 !important;
}
.hover-on-div-2:hover .second-section-tab-image{
    background-color: #9d6e39 !important;
}
.hover-on-div-3:hover .second-section-tab-image{
    background-color: #9d6e39 !important;
}
@media(min-width:320px){
    .hover-on-div:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-1:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-2:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-3:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
}
@media(min-width:690px){
    .hover-on-div:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-1:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-2:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-3:hover .second-section-tab-image{
        background-color: #9d6e3900 !important;
    }
}
@media(min-width:1020px){
    .hover-on-div:hover .second-section-tab-image{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-1:hover .second-section-tab-image{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-2:hover .second-section-tab-image{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-3:hover .second-section-tab-image{
        background-color: #9d6e39 !important;
    }
}
@media(min-width:320px){
    .hover-on-div:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-1:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-2:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-3:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
}
@media(min-width:690px){
    .hover-on-div:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-1:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-2:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
    .hover-on-div-3:hover .second-section-tab-image img{
        background-color: #9d6e39 !important;
    }
}
@media(min-width:1020px){
    .hover-on-div:hover .second-section-tab-image img{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-1:hover .second-section-tab-image img{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-2:hover .second-section-tab-image img{
        background-color: #9d6e3900 !important;
    }
    .hover-on-div-3:hover .second-section-tab-image img{
        background-color: #9d6e3900 !important;
    }
}


.hero-section-down-image img:hover{
    transform: scale(1);
    filter: contrast(50%);
}
.hero-section-down-image img{
    display: block;
}
@media(min-width:320px){
    .hero-section-down-image img{
        display: none;
    }
}
@media(min-width:690px){
    .hero-section-down-image img{
        display: block;
    }
}
@media(min-width:1020px){
    .hero-section-down-image img{
        display: block;
    }
}

.desktop-categories-section{
   display: block;
}
@media(min-width:320px){
    .desktop-categories-section{
        display: none;
     }
}
@media(min-width:690px){
    .desktop-categories-section{
        display: block;
     }
}
@media(min-width:1020px){
    .desktop-categories-section{
        display: block;
     }
}

.desktop-about-us-section{
    display: block;
 }
 @media(min-width:320px){
     .desktop-about-us-section{
         display: none;
      }
 }
 @media(min-width:690px){
     .desktop-about-us-section{
         display: block;
      }
 }
 @media(min-width:1020px){
     .desktop-about-us-section{
         display: block;
      }
 }
 .mobile-sbout-us-section {
    display: none;
}
@media(min-width:320px){
    .mobile-sbout-us-section{
        display: block;
    }
}
@media(min-width:690px){
    .mobile-sbout-us-section{
        display: none;
    }
}
@media(min-width:1020px){
    .mobile-sbout-us-section{
        display: none;
    }
}
.mobile-categories-section {
    display: none;
    background-color: #a3a3a3;
    border-radius: 10px;
    padding: 10px;
}
@media(min-width:320px){
    .mobile-categories-section{
        display: block;
    }
}
@media(min-width:690px){
    .mobile-categories-section{
        display: none;
    }
}
@media(min-width:1020px){
    .mobile-categories-section{
        display: none;
    }
}
.mobile-categories-section .categories-section-para p {
    color: #fff;
    line-height: 30px;
    font-size: 12px;
}






.card {
    /* overflow: hidden;
    background: rgb(238, 174, 202);
    background: radial-gradient(
      circle,
      rgba(238, 174, 202, 1) 0%,
      rgba(148, 187, 233, 1) 100%
    ); */
    .card-img {
      height: 20rem;
    }
    .card-img-container img {
      object-fit: cover;
      object-position: center;
      max-height: 100%;
      height: 20rem;
    }
    /* .card-img-overlay {
      color: #fff;
      font-weight: bold;
      text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;
    } */
  }
  
  /* small and extra-small screens */
  @media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
      display: none;
      &:first-child {
        display: block;
      }
      .card-img-container img {
        max-width: 100%;
      }
    }
  }
  
  /* medium and up screens */
  @media (min-width: 768px) {
    .carousel-inner {
      .carousel-item-end.active,
      .carousel-item-next {
        transform: translateX(25%);
      }
      .carousel-item-start.active,
      .carousel-item-prev {
        transform: translateX(-25%);
      }
      .carousel-item.active,
      .carousel-item-next,
      .carousel-item-prev {
        display: flex;
      }
      .carousel-item-end,
      .carousel-item-start {
        transform: translateX(0);
      }
    }
    /* .card-img-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      img {
        display: inline-block;
        max-height: 100%;
        margin: 0 -50%;
      }
    } */
  }
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none !important;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
} 
@media(min-width:320px){
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: block !important;
    } 
}
@media(min-width:700px){
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none !important;
    } 
}
@media(min-width:1020px){
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none !important;
    } 
}


@media(min-width:320px){
    .carousel-control-next-icon, .carousel-control-prev-icon i{
        display: block !important;
    } 
}
@media(min-width:700px){
    .carousel-control-next-icon, .carousel-control-prev-icon i{
        display: none !important;
    } 
}
@media(min-width:1020px){
    .carousel-control-next-icon, .carousel-control-prev-icon i{
        display: none !important;
    } 
}
@media(min-width:320px){
    .w-aut {
        background-color: #ffcf03;
        padding: 10px;
        border-radius: 50%;
    }
}
@media(min-width:690px){
    .w-aut{
        background-color: #ffd10300;
        padding: 20px;
        border-radius: 50%; 
        display: none;
    }
}

@media(min-width:1020px){
    .w-aut{
        background-color: #ffd10300;
        padding: 20px;
        border-radius: 50%; 
    }
}
.second-section-tab-content{
    margin: auto;
}
.sponsors-image img{
    width: 45%;
}
@media(min-width:320px){
    .sponsors-image img{
        width: 40%;
    }
}
@media(min-width:690px){
    .sponsors-image img{
        width: 75%;
    }
}
@media(min-width:1020px){
    .sponsors-image img{
        width: 45%;
    }
}


/**************jury *************/

.team-item-image{
	position: relative;
	overflow: hidden;
   -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  box-shadow: 0 7px 12px rgba(50, 48, 58, 0.25);
}
.team-item-image img{
    width: 100%;
}
.team-item-image:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	
	z-index: 1;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-detail{
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 70px 23px 55px;
	font-size: 14px;
    font-weight: 300;
	color: #fff;
	text-align: center;
	z-index: 2;
	
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-detail h4 {
  font-size: 23px;
  margin-bottom: 10px;
}
.team-item-descr{
    color: #777;
    text-align:center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-name {
    margin-top: 23px;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
}
.team-item-role{
	margin-top: 0px;
	font-size: 18px;
  line-height: 1.5;
  opacity: .8;
  /*font-weight: 600;*/
	text-transform: none;
  letter-spacing: 0;
  color: #ffba00;
  margin-bottom: 40px;
}

/* Hover state */
.no-mobile .team-item:hover .team-item-image:after{
	background: rgba(237, 191, 65, .90);
}
.no-mobile .team-item:hover .team-item-detail{
	opacity: 1;
}
.no-mobile .team-item:hover .team-item-descr{	
	color: #fff;
}
.no-mobile .team-social-links a:hover{
	color: rgba(0,0,0, .75);
}

/* Mobile touch */
.team-item.js-active .team-item-image:after{
	background: rgba(255,255,255, .93);
}
.team-item.js-active .team-item-detail{
	opacity: 1;
}
.team-item.js-active .team-item-descr{	
	color: #111;
}
.team-item.js-active .team-social-links a:hover{
	color: rgba(0,0,0, .75);
}

.bg-image {
    
  background-image:  url('../images/uniformbg.png');
  background-size: cover;
  background-blend-mode: difference;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    
    color: #EDF828 !important;
}

@media(min-width:768px){

#just-one-click {
    
    padding: 10px 0px !important;
}

}


.last-tab-mobile p{
    font-size: 13px;
    text-align: start;
}
.last-tab-desktop p{
    font-size: 15px;
    text-align: start;
}

.hero-section-banner-logo-desktop img {
    width: 25%;
    position: absolute;
    top: -20px;
    right: 230px;
}
@media(min-width:320px){
    .hero-section-banner-logo-desktop img {
        top: -70px;
        right: 190px;
    }
}
@media(min-width:690px){
    .hero-section-banner-logo-desktop img {
        top: -20px;
        right: 130px;
    }
}
@media(min-width:1020px){
    .hero-section-banner-logo-desktop img {
        top: -20px;
        right: 230px;
    }
}
.hero-section{
    position: relative;
}
.hero-section-banner-logo-desktop{
   display: block;
}
@media(min-width:320px){
    .hero-section-banner-logo-desktop{
        display: none;
     }  
}
@media(min-width:690px){
    .hero-section-banner-logo-desktop{
        display: block;
     }  
}
@media(min-width:1020px){
    .hero-section-banner-logo-desktop{
        display: block;
     }  
}

.hero-section-banner-logo-mobile img {
    width: 50%;
    position: absolute;
    top: -20px;
    right: 190px;
}
@media(min-width:320px){
    .hero-section-banner-logo-mobile img {
        top: -70px;
        right: 100px;
    }
}
@media(min-width:690px){
    .hero-section-banner-logo-mobile img {
        top: -20px;
        right: 190px;
    }
}
@media(min-width:1020px){
    .hero-section-banner-logo-mobile img {
        top: -20px;
        right: 190px;
    }
}
.hero-section-banner-logo-mobile{
    display: none;
 }
 @media(min-width:320px){
     .hero-section-banner-logo-mobile{
         display: block;
      }  
 }
 @media(min-width:690px){
     .hero-section-banner-logo-mobile{
         display: none;
      }  
 }
 @media(min-width:1020px){
     .hero-section-banner-logo-mobile{
         display: none;
      }  
 }
 .sponsors-page-title p{
    font-size: 30px;
    text-align: center;
    padding: 30px 0px 0px 0px;
    font-weight: bold;
    color: #fff;
 }
 @media(min-width:320px){
     .sponsors-page-title p{
        font-size: 20px;
     }
 }
 @media(min-width:690px){
    .sponsors-page-title p{
       font-size: 25px;
    }
}
@media(min-width:1020px){
    .sponsors-page-title p{
       font-size: 30px;
    }
}
/* .eventiternary-section {   
    padding-top:100px !important;
}
@media(min-width:320px){
    .eventiternary-section {   
        padding-top:50px !important;
    }
}
@media(min-width:690px){
    .eventiternary-section {   
        padding-top:75px !important;
    }
}
@media(min-width:1020px){
    .eventiternary-section {   
        padding-top:100px !important;
    }
} */
.sponsors-page-image{
    text-align: center;
}
.sponsors-page-image img{
    width: auto;
}
@media(min-width:320px){
    .sponsors-page-image img{
        width: 80%;
    }  
}
@media(min-width:690px){
    .sponsors-page-image img{
        width: auto;
    }  
}
@media(min-width:1020px){
    .sponsors-page-image img{
        width: auto;
    }  
}
.form-control:focus {
    box-shadow: none;
}
.form-horizontal label{
    font-size: 20px;
}
@media(min-width:320px){
    .form-horizontal label{
        font-size: 16px;
    } 
}
@media(min-width:690px){
    .form-horizontal label{
        font-size: 18px;
    } 
}
@media(min-width:1020px){
    .form-horizontal label{
        font-size: 20px;
    } 
}
.form-horizontal input{
    font-size: 15px;
}
@media(min-width:320px){
    .form-horizontal input{
        font-size: 10px;
    } 
}
@media(min-width:690px){
    .form-horizontal input{
        font-size: 13px;
    } 
}
@media(min-width:1020px){
    .form-horizontal input{
        font-size: 15px;
    } 
}
.help-block{
    font-size: 20px;
}
@media(min-width:320px){
    .help-block{
        font-size: 16px;
    } 
}
@media(min-width:690px){
    .help-block{
        font-size: 18px;
    } 
}
@media(min-width:1020px){
    .help-block{
        font-size: 20px;
    } 
}
.entry-ticket-page-member-1{
    font-size: 20px;
}
@media(min-width:320px){
    .entry-ticket-page-member-1{
        font-size: 16px;
    } 
}
@media(min-width:690px){
    .entry-ticket-page-member-1{
        font-size: 18px;
    } 
}
@media(min-width:1020px){
    .entry-ticket-page-member-1{
        font-size: 20px;
    } 
}


.winners .cat_all .cat_creativity_for_good .brass_elephant{
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

 .bk-color{
 background-color:#ffba00;
 }
	 

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
.titles{
		position: absolute;
		margin-left: 8px;
		width:222px;
		font-size:13px;
		background-color: #ffba00;
		padding: 2px 5px 3px 11px;
		height: 4% !important;
		border: 1px solid #ffba00;
		border-radius: 4px;
			}
.inr-page{
	text-align:center !important;
}
.inr-txt{
	margin-top:10px;
}
.descrpton{
    background-color: #fff;
    padding: 10px 12px 10px 12px;
    border-radius: 10px;
    border: 1px solid white;
    margin-bottom:10px;
    /*box-shadow: inset 0 -3em 3em #d7baba00, 0 0 0 2px rgba(0, 0, 0, 0.075), 0.3em 0.3em 1em #c7a4a4;*/

}
.inr-bck {
    background-color: #0000000f;
    margin-top: 8px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.desc{
	text-align:justify;
	color:black;
	font-size:16px;
    line-height:30px;
	
}


.moretext {
  display: none;
}
.moretext1 {
  display: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.service-button.pulse:hover {
    animation: pulse 0.6s ease-in-out infinite;
}
.back-desig{
    /*background-color: #e9e8e8;*/
    margin-top:10px;
}
.btn-2 {
  background: rgb(96,9,240);
  background: #fff;
  color:#000;
  border: none;
  
}
.btn-2:before {
  height: 0%;
  width: 2px;
}
.btn-2:hover {
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.titleWrapper{
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .8s linear;
}
/* .titleWrapper.active{
    background: #fff;
} */
.desWrapper{
    background: #fff;
    max-height: 500px;
    display: none;
    padding: 20px;
    transition: max-height 1s ease-in;
}

/* Collapse Icon */

.collapse-icon{
    position: relative;
}
.collapse-icon .acc-close{
    height: 20px;
    border-left: 2px solid #0a7a7f;
    transition: all .5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.collapse-icon .acc-open {
	width: 19px;
	position: absolute;
	border-top: 2px solid #0a7a7f;
	transition: all .5s ease-in-out;
	transform: rotate(90deg);
	top: 43%;
	right: -8px;
}
body {
    padding: 40px;
}

/* Animation */

button:hover {
    scale: 1.01;
    opacity: 0.9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

button:active {
    scale: 0.99;
    box-shadow: 0 0 0 transparent;
}
/*Pagination CSS*/
#page_navigation {
  clear:both;
  margin: 20px 0;
}
#page_navigation a{
	padding:3px 6px;
	border:1px solid #2e6da4;
	margin:2px;
	color:black;
	text-decoration:none
}
.active_page{
	background:#337ab7;
	color:white !important;
}


/*********************end************/