/*Fonts*/

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url('../fonts/AkzidGrtskNext-LightItalic.woff2') format('woff2'),
        url('../fonts/AkzidGrtskNext-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url('../fonts/AkzidGrtskNext-Light.woff2') format('woff2'),
        url('../fonts/AkzidGrtskNext-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next Med';
    src: url('../fonts/AkzidGrtskNext-Med.woff2') format('woff2'),
        url('../fonts/AkzidGrtskNext-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next XBold';
    src: url('../fonts/AkzidGrtskNext-ExtraBold.woff2') format('woff2'),
        url('../fonts/AkzidGrtskNext-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url('../fonts/AkzidGrtskNext-Regular.woff2') format('woff2'),
        url('../fonts/AkzidGrtskNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Next';
    src: url('../fonts/AkzidGrtskNext-Bold.woff2') format('woff2'),
        url('../fonts/AkzidGrtskNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}





html {
	width: 100%;
}


body {
    line-height: 1;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-family: 'Akzidenz-Grotesk Next';
}
* {
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
}
.main {
    width: 100%;
    height: 100vh;
}
.container {
    width: 100%;
    height: 100vh;
}
.left_sec {
    width: 33%;
    background: #00f;
    height: 100%;
    position: relative;
    position: relative;
    z-index: 1;
}
.logo_wrap {
    width: 100%;
    text-align: center;
}
.logo_wrap a {
    display: inline-block;
    width: 100%;
}
.logo_wrap img {
	display: inline-block;
	max-width: 100%;
    float: left;
    margin-left: 35px;
}
.logo_wrap {
    width: 100%;
    text-align: center;
    margin: 25px 0px 25px 0px;
}
.menu_wrap {
    width: 100%;

}
.menu_wrap ul {
    list-style: none;
}
.menu_wrap ul li {
    width: calc(100% - 50px);
    font-size: 20px;
    /* font-family: 'astrup_bold'; */
    cursor: pointer;
    padding: 10px 35px 10px 35px;
    position: relative;
    overflow: hidden;
    margin-bottom: 7px;
    background-color: #000000;
    font-weight: 600;
}
.menu_wrap ul li.active:before {
    width: 100%;
}
.menu_wrap ul li.active span {
    color: #0000ff;
}
.menu_wrap ul li.active:after {
    right:20px;
}
.menu_wrap ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #fff;
    transition-timing-function: cubic-bezier(.13,.84,.54,.97);
    transition: 0.7s;
    opacity: 1;
}
.menu_wrap ul li:after {
    position: absolute;
    right: -45px;
    top: 50%;
    width: 35px;
    height: 35px;
    content: "";
    background: url(../images/active.png) no-repeat center;
    transition: 0.5s;
    transform: translateY(-50%);
    background-size: 100%;
}
.menu_wrap ul li:hover:before {
    width: 100%;
}
.menu_wrap ul li span {
	position: relative;
	z-index: 1;
	transition: 0.5s;
    color: #fff;
}
.menu_wrap ul li:hover span {
	color: #0000ff;
}

.judging_section ul li {
    /*font-family: 'astrup_light';*/
    margin-left: 40px;
    padding-bottom: 25px;
    font-size: 30px;
    width: 100%;
    font-size: 20px; 
}

.bottom_buttons {
    width: 282px;
    position: absolute;
    bottom: 10px;
    left: 35px;
}
.bottom_buttons a {
    width: calc(50% - 10px);
    font-size: 18px;
    /*font-family: 'astrup_bold';*/
    padding: 13px 5px 13px 5px;
    text-align: center;
    background: #000000;
    margin: 0 0 10px 10px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}
/*.bottom_buttons a + a {
    color: #fff;
    margin: 0;
}*/
.bottom_buttons a span {
    position: relative;
    z-index: 1;
    font-weight: 600;
    width: 100%;
}
.bottom_buttons a:first-child,
.bottom_buttons a:nth-child(2){
    background-color: #fff;
    color: #00f;
}

.bottom_buttons a:before {
        position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: #fff;
    transition: 0.5s;
    width: 0;
    opacity: 1;
}
.bottom_buttons a:hover:before {
    width: 100%;
}

.bottom_buttons a:hover{
    color: #0000ff;
}
.right_sec {
    width: 67%;
    height: 100%;
    padding: 89px 50px 30px 50px;
    position: relative;
}
.right_content_wrapper {
    width: 100%;
    position: relative;
    height: calc(100% - 70px);
}

.about_section {
    width: 100%;
}
.right_sec_head {
    width: 100%;
    /*font-family: 'astrup_bold';*/
    font-size: 50px;
    left: -100px;
    position: relative;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.right_sec_head span {
    position: relative;
    padding-bottom: 10px;
}
.right_sec_head span:before {
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
}
.right_sec_sub_head {
    width: 100%;
    /*font-family: 'astrup_bold';*/
    font-size: 45px;
    margin: 75px 0 20px 0;
    left: -100px;
    position: relative;
    transition: 0.5s;
    transition-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
}
.right_sec_sub_head.secondary {
    margin-top: 25px;
}
.right_sec_content_p {
    /*font-family: 'astrup_light';*/
    font-size: 20px;
    line-height: 1.2;
    width: 100%;
    left: -100px;
    position: relative;
    transition: 0.5s;
    transition-delay: 0.4s;
    opacity: 0;
    visibility: hidden;
}



.jury_members {
    list-style: none;
    margin: 0px 0 0 0;
    width: 100%;
    left: -100px;
    position: relative;
    transition: 0.5s;
    /* transition-delay: 0.4s; */
    opacity: 0;
    visibility: hidden;
    padding: 0 10px 0 0;
}
.jury_members li {
    width: 32%;
    margin: 0 2% 2% 0;
}
.jury_members li a {
    width: 100%;
    transition: 0.5s;
}
.jury_members li a:hover {
    box-shadow: 7px 7px 0 rgb(154, 154, 154);
}
.jury_members li a .jury_img_box {
    width: 100%;
    overflow: hidden;
}
.jury_members li a img{
    width: 100%;
    transition: 0.5s;
}
.jury_members li a:hover img{
    transform: scale(1.05);
}

.jury_members li:nth-child(3n) {
    margin-right: 0;
}
.jury_members li:nth-child(1n) {
    margin-right: 10px;
}

p.right_sec_content_p.faqs.width.right.close_btn img {
    height: 30px;
    float: right;
}

.visible {
    z-index: 1;
    background: #000;
    overflow: auto !important;
}

.section_content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
}

p.right_sec_content_p.faqs.width {
    width: 100%;
}
p.right_sec_content_p.faqs.width.right {
    text-align: end;
}
.regional_ul {
    float: left;
    margin-top: 20px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: -100px;
    position: relative;
    transition: 0.5s;
    transition-delay: 0s;
    transition-delay: 0.4s;
    /*font-family: 'astrup_light';*/
    list-style: none;
}
.regional_ul li {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
}
.regional_ul li:last-child {
    margin: 0 0 0 0;
}
.regional_ul li span {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    font-size: 20px;
}



.regional_ul li span a {
    color: #fff;
    text-decoration: none;
}
.regional_ul li span.region {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin: 0 0 15px 0;
}

.visible .regional_ul, .visible .right_sec_head, .visible .right_sec_sub_head, .visible .right_sec_content_p, .visible .jury_members, .faqs_link {
    left:0;
    position: relative;
    opacity: 1;
    visibility: visible;
}
.right_sec_content_p {
    margin-bottom: 15px;
}

footer {
    position: absolute;
    bottom: 2px;
    width: calc(100% - 100px);
}
footer ul {
    width: 100%;
    list-style: none;
}
footer ul li {
    width: 33.33%;
}
footer li.text-center{text-align: center;}
footer li.text-left{text-align: left;}
footer li.text-right{text-align: right;}
footer ul li *{
    display: inline-block;
    float: none;
}
footer ul li:nth-child(2) {
    /*text-align: right;*/
    /*float: right;*/
}
footer ul li:nth-child(3) {
    /*text-align: right;*/
}
.menu_btn {
    display: none;
}
.visibling {
    overflow: hidden;
}
footer .bottom_buttons {
    display: none;
}
.contact_page {
    float: none;
    text-decoration: underline;
    cursor: pointer;
}
.contact_section .right_sec_content_p a {
    float: none;
    color: #FFF;
    text-decoration: none;
    line-height: 1.2;
    display: inline-flex;
}
.representatives strong {
    margin: 0 13px 0 0;
}
.right_sec_content_p span {
    float: left;
    width: 100%;
}
.landing_section .owl-carousel {
    left: -100px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.landing_section.visible .owl-carousel {
    left: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.landing_section {
    margin: -40px 0 0 0;
    height: calc(100% + 40px);
    overflow: hidden !important;
}
.landing_section.visible .owl-carousel div, .landing_section.visible .owl-carousel a {
    height: 100%;
    width: 100%;
}
.landing_section.visible .owl-carousel img {
    /* height: 100%;
    object-fit: cover; */
}
.landing_section.visible .owl-carousel .owl-nav {
    height: auto;
}
.landing_section.visible .owl-carousel .owl-nav button {
    position: relative;
    width: 45px;
    height: 45px;
    background: #000;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.landing_section.visible .owl-carousel .owl-nav button+button {
    left: initial;
    right: 0;
}
.landing_section.visible .owl-carousel .owl-nav button span {
    display: none;
}
.landing_section.visible .owl-carousel .owl-nav button:before {
    position: absolute;
    left: 14px;
    top: 17px;
    background: #fff;
    width: 15px;
    height: 2px;
    content: "";
    transform: rotateZ(-45deg);
}
.landing_section.visible .owl-carousel .owl-nav button:after {
    position: absolute;
    left: 14px;
    top: 26px;
    background: #fff;
    width: 15px;
    height: 2px;
    content: "";
    transform: rotateZ(45deg);
}

.landing_section.visible .owl-carousel .owl-nav button+button:before {
    transform: rotateZ(45deg);
    left: 16px;
}
.landing_section.visible .owl-carousel .owl-nav button+button:after {
    transform: rotateZ(-45deg);
    left: 16px;
}
.categories_section ul {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    left: -100px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    position: relative;
    list-style: none;
}
.categories_section.visible ul {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.categories_section ul ul {
    float: left;
    width: 100%;
    padding: 5px 0 15px 20px;
}
.categories_section ul li {
    float: left;
    width: 100%;
    /*font-family: 'astrup_light';*/
    font-size: 30px;
    line-height: 1.2;
    padding: 5px 0;
}
.categories_section ul ul li {
    font-size: 28px;
    position: relative;
    padding-left: 15px;
}
.categories_section ul ul li:before {
    position: absolute;
    width: 12px;
    height: 1px;
    content: "";
    background: #000;
    left: -4px;
    top: 50%;
}
.categories_section > ul > li {
    font-weight: bold;
}
.categories_section .right_sec_head {
    margin-bottom: 0;
}
.landing_section.visible .owl-carousel img {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.categories_page {
    color: #000;
    float: none;
    text-decoration: underline;
    cursor: pointer;
}

.section_content.about_section p.about{
    margin-top: 25px;
}

 body p.about{
    margin-top: 25px;
}

.faqs_link {
    margin-top: 25px;
}

.faqs_link ul li {
    font-size: 30px;
    margin-left: 28px;
    padding-bottom: 8px;
    width: calc(100% - 28px);
}

.faqs_link ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.right_sec_content_p.faqs{
    margin-bottom: 0px;
    font-weight: bold;
}

/*.right_sec_content_p.result{
    margin-bottom: 0px;
}*/

a.pull-right.get_in_touch {
    color: #fff;
    float: left;
}

ul.menu_pdf{
    width: 100%;
    margin-top: 20px;
}

ul.menu_pdf li:before{
    display: none;
}

ul.menu_pdf li {
    padding: 0px;
}

ul.menu_pdf li a{
    position: relative;
    padding: 10px 35px 10px 35px;
    width: 100%;
}

ul.menu_pdf li a:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #fff;
    transition-timing-function: cubic-bezier(.13,.84,.54,.97);
    transition: 0.7s;
    opacity: 1;
}

ul.menu_pdf li:hover a:before{
    width: 100%;
}


/*gallery jury*/

.button_section ul li {
    padding: 12px 16px;
    background:#00f;
    margin-top: 30px;
    margin-left: 5px;
    margin-bottom: 20px;
     list-style: none;
     font-size: 30px;
}


.button_section ul li a{
    text-decoration: none;
    color: #fff;
}

.sub_head h1{
    float: left;
}

 .sub_heading h1 {
  margin: 20px; 
  text-transform: capitalize;
 }
a.pdf{ float: none;color: #fff;text-decoration: none;font-weight: bold;}


@media screen and (min-width:1400px){

   .bottom_buttons {
    bottom: 110px;
    }
   
}

@media screen and (height:1200px){
    .landing_section.visible .owl-carousel img {
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (min-width:1024px) and (max-width:1169px){

    .landing_section {
        margin: 0;
        height:100%;
    }
    .logo_wrap a {
        padding: 0 35px;
    }
    .right_sec {
        padding: 50px 50px 30px 50px;
    }
    .landing_section.visible .owl-carousel div, .landing_section.visible .owl-carousel a, .landing_section.visible .owl-carousel {
        height: auto;
    }
    .landing_section.visible .owl-carousel {
        top: 50%;
        transform: translateY(-50%);
    }
    .landing_section .owl-carousel {
        top: 50%;
        transform: translateY(-50%);
    }
    .landing_section.visible .owl-carousel img {
        top: 0;
        transform: none;
    }
   

}


 


@media screen and (min-width:768px) and (max-width:1023px){

    .categories_section ul li {
        font-size: 25px;
        line-height: 1.3;
    }
    .categories_section ul ul li {
        font-size: 23px;
    }
    .categories_section ul {
        padding: 0 0 0 35px;
    }

    .right_content_wrapper {
        height: calc(100% - 10px);
    }

    .logo_wrap a {
        padding: 0 15px;
    }
    .menu_wrap ul li {
        padding: 10px 15px 15px 15px;
        font-size: 30px;
    }
    .menu_wrap ul li:after {
        width: 30px;
        height: 30px;
    }
    .bottom_buttons {
        width: calc(100% - 30px);
        left: 15px;
    }
    .bottom_buttons a {
        font-size: 30px;
    }
    .right_sec {
        padding: 55px 40px 80px 40px;
    }
    .right_sec_head {
        font-size: 55px;
    }
    .right_sec_sub_head {
        font-size: 35px;
        margin: 30px 0 20px 0;
    }
    .right_sec_content_p {
        font-size: 25px;
    }
    .logo_wrap {
        margin: 46px 0 23px 0;
    }
    .landing_section.visible .owl-carousel div, .landing_section.visible .owl-carousel a, .landing_section.visible .owl-carousel {
        height: auto;
    }
    .landing_section.visible .owl-carousel {
        top: 50%;
        transform: translateY(-50%);
    }
    .landing_section .owl-carousel {
        top: 50%;
        transform: translateY(-50%);
    }
    .landing_section {
        margin: 0;
        height:100%;
    }
    .landing_section.visible .owl-carousel img {
        top: 0;
        transform: none;
    }
    .filter-button {
    margin-left: 10px;
    }

}
ul.faq-ul{margin-left:40px;}
@media screen and (max-width:767px){
    .button_section ul li{padding: 10px 9px;
    background: #00f;
    margin: 2px;
    margin-top: 30px;
    list-style: none;
    font-size: 14px;}

    .jury_members li {
        width: 100%;
        margin: 0 0 4% 0;
    }

    footer .bottom_buttons {
        display: block;
    }
    .left_sec .bottom_buttons {
        margin: 30px 0 0 15px;
    }
    .left_sec .bottom_buttons a + a {
        float: left;
        clear: both;
        margin: 10px 0 0 0;
    }
    .left_sec .bottom_buttons a {
        width: 245px;
        font-size: 35px;
        padding: 11px 5px 13px 5px;
        margin: 0;
    }
    .menu_wrap {
        position: fixed;
        width: 100%;
        left: 0;
        height: 100%;
        background: rgba(0,0,0,0.9);
        padding: 80px 0 0 0;
        display: none;
    }
    .bottom_buttons {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .bottom_buttons a {
        width: 48%;
        font-size: 19px;
        padding: 11px 5px 13px 5px;
        margin:0;

    }
    .bottom_buttons a + a {
        float: right;
    }
    .menu_wrap ul li {
        color: #fff;
        padding: 5px 15px 5px 15px;
        font-size: 24px;
    }

    .left_sec {
        width: 100%;
        height: auto;
        z-index: 3;
    }
    .right_sec {
        width: 100%;
        padding: 15px;
        height: calc(100vh - 112px);
        overflow: auto;
    }
    html {
        overflow: hidden;
    }
    .logo_wrap {
        margin: 0;
        padding: 15px 0;
    }
    .right_sec_head {
        font-size: 35px;
    }
    .right_sec_sub_head {
        font-size: 25px;
        margin: 20px 0 10px 0;
    }
    .right_sec_sub_head.secondary {
        margin-top: 10px;
    }
    .right_sec_content_p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .logo_wrap img {
        width: 100px;
        float: left;
        margin: 0px;
    }
    .logo_wrap a {
        padding: 0 15px;
    }
    .menu_btn {
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        background: #fff;
        right: 15px;
        top: 15px;
        border-radius: 5px;
        z-index: 9;
        box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    }
    .menu_btn:before {
        position: absolute;
        left: 20%;
        top: 10px;
        background: #000;
        width: 60%;
        height: 3px;
        content: "";
        border-radius: 25px;
        transition: 0.5s;
    }
    .menu_btn span {
        position: absolute;
        left: 20%;
        top: 17px;
        background: #000;
        width: 60%;
        height: 3px;
        content: "";
        border-radius: 25px;
        transition: 0.5s;
    }
    .menu_btn:after {
        position: absolute;
        left: 20%;
        top: 24px;
        background: #000;
        width: 60%;
        height: 3px;
        content: "";
        border-radius: 25px;
        transition: 0.5s;
    }
    .btn_open span {
        width: 0;
    }
    .btn_open:before {
        transform: rotateZ(45deg);
        top: 17px;
    }
    .btn_open:after {
        transform: rotateZ(-45deg);
        top: 17px;
    }
    footer ul li img {
        max-width: 100%;
    }
    footer {
        width: 100%;
        position: relative;
    }
    footer ul li:nth-child(2) {
        padding: 17px 0 0 0;
    }
    .right_content_wrapper {
        width: 100%;
        position: relative;
        height: auto;
        float: left;
    }
    .menu_wrap ul li:after {
        width: 20px;
        height: 20px;
    }
    .regional_ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .contact_section .right_sec_content_p + .right_sec_content_p {
        margin-top: 0 !important;
    }
    .regional_ul li span {
        font-size: 18px;
    }
    .landing_section.visible .owl-carousel div, .landing_section.visible .owl-carousel a, .landing_section.visible .owl-carousel {
        height: auto;
    }
    .landing_section.visible .owl-carousel {
        top: 0;
        transform: translateY(0);
    }
    .landing_section .owl-carousel {
        top: 50%;
        transform: translateY(-50%);
    }
    .landing_section {
        margin: 0;
        height:100%;
        overflow: auto !important;
    }
    .categories_section ul li {
        font-size: 18px;
        line-height: 1.3;
    }
    .categories_section ul ul li {
        font-size: 16px;
    }
    .categories_section ul {
        padding:0 0 0 25px;
    }
    .categories_section ul ul {
        padding: 0 0 0 20px;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    ::-webkit-scrollbar:vertical {
        width: 12px;
    }
    ::-webkit-scrollbar:horizontal {
        display: none;
    }
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #f5f5f5; 
    }
    .categories_section .right_sec_head {
        margin-bottom: 0;
    }
    .landing_section.visible .owl-carousel img {
        top: 0;
        transform: none;
    }
    .container {
        height: auto;
    }
    .section_content.visible {
        height: auto;
        position: relative;
        margin: 0 0 20px 0;
    }
    .main {
        height: auto;
    }
    .section_content {
        /*overflow: auto;*/
    }
    .jury_members {
        padding: 0;
    }
    .filter-button{
        margin-left: 50px;
    }
    ul.menu_pdf li a{
        padding:0px;
    }
}