/*!
Theme Name: awareness festival
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: awareness-festival
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

awareness festival is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1470px;
}

.container-right {
    margin-right: 0;
    margin-left: calc(50vw - 735px);
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 95px;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav {
    margin-left: auto;
    align-items: center;
}

.navbar-light .navbar-nav li {
    margin-right: 40px;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
    font-style: normal;
    font-weight: 600;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .btn-head .nav-link {
    color: #FFF;
    background: #EA3AD6;
    text-align: center;
    padding: 10px 80px;
}

.navbar-light .navbar-nav .btn-head .nav-link:focus,
.navbar-light .navbar-nav .btn-head .nav-link:hover {
    background: #F4B33F;
    color: #EA3AD6;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #EA3AD6;
}

.navbar .navbar-nav a.active,
.navbar .navbar-nav a.active:focus,
.navbar .navbar-nav a.active:hover {
    color: #EA3AD6;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .current_page_item {
    color: #EA3AD6;
}

/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: 50px;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* **** End toggler **** */

/* ***** Fix Header **** */

header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}

/* ***** End Fix Header **** */

.btn-primary {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 80px;
    background: rgba(244, 179, 63, 0.7);
    display: table;
    border: 0;
}

.btn-primary:hover { 
    background: #ea3ad6;
    color: #fff;
}

/* **** hero **** */
.hero-wrp {
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-wrp .description h4 {
    color: #f4b33f;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 0;
}

.hero-wrp .description h2 {
    color: #fff;
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 158px;
    margin: 0 0 55px;
}

.hero-wrp .description ul {
    display: flex;
    align-items: flex-start;
    margin: 0 0 50px;
}

.hero-wrp .description ul li {
    margin-right: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.hero-wrp .description ul li strong {
    color: #fff;
    font-weight: 700;
    display: block;
}

.hero-wrp .description ul li:last-child {
    margin: 0;
}

/* **** End hero **** */

/* **** supports **** */
.supports-wrp {
    padding: 150px 0;
}

.supports-wrp h2 {
    color: #000;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 91px;
    margin: 0 0 30px;
}

.supports-wrp p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 80px;
}

.supports-wrp .support-box {
    margin: 0 0 30px;
}

.supports-wrp .support-box a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.supports-wrp .support-box a img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.supports-wrp .support-box a .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    padding: 30px 25px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.supports-wrp .support-box a .description h6 {
    color: #fff;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}

.supports-wrp .support-box a:hover .description {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

/* **** End supports **** */

/* **** Video **** */
.video-wrp {
    background: #f4b33f;
    padding: 150px 0;
}

.video-wrp .video-box {
    height: 750px;
}

.video-wrp .video-box p {
    height: 100%;
    width: 100%;
}

.video-wrp .video-box iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* **** End Video **** */

/* **** Our Mission **** */
.mission-wrp {
    padding: 150px 0 0;
}

.mission-wrp .mission-title h4 {
    color: #000;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 91px;
    margin: 0 0 30px;
}

.mission-wrp .mission-title h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 30px;
}

.mission-wrp .mission-title p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 90px;
}

.mission-wrp .slider {
    margin: 0 0 90px;
}

.mission-wrp .slick-slide {
    margin: 0 14px;
}

.mission-wrp .slick-list {
    margin: 0 -14px;
}

.mission-wrp .slider-box img {
    width: 100%;
}

.mission-wrp .btn-primary {
    background: #ea3ad6;
}

.mission-wrp .btn-primary:hover {
    background: #f4b33f;
    color: #ea3ad6;
}

/* **** End Our Mission **** */

/* **** sponsors **** */
.sponsors-wrp {
    padding: 150px 0 120px;
}

.sponsors-wrp h2 {
    color: #000;
    font-size: 72px;
    font-weight: 500;
    line-height: 91px;
    margin: 0 0 120px;
}

.sponsors-wrp ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sponsors-wrp ul li {
    padding: 0 15px;
    margin: 0 0 52px;
    width: 20%;
}

.sponsors-wrp ul li img {
    max-width: 100%;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sponsors-wrp ul li img:hover{
    filter: unset;
}

/* **** End sponsors **** */

/* **** Footer ***** */
footer {
    background: #f4f1ea;
    padding: 90px 0 64px;
}

footer .logo-img img {
    max-width: 100%;
}

footer .quicklinks ul li {
    margin: 0;
}

footer .quicklinks ul li a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

footer .quicklinks ul li a:hover {
    color: #000;
}

footer .newsletter-block {
    padding-left: 60px;
}

footer .newsletter-block h6 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 20px;
}

footer .newsletter-block .form-group {
    display: flex;
    align-items: center;
    margin: 0 0 60px;
}

footer .newsletter-block .form-group input[type="submit"] {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 19px 40px;
    line-height: 50px;
    border: 0;
    background: rgba(0, 0, 0, 0.7);
    margin-left: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer .newsletter-block .form-group input[type="submit"]:hover {
    background: #ea3ad6;
    color: #fff;
}

footer .newsletter-block .form-group .form-control {
    color: rgba(0, 0, 0, 0.4);
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
    padding: 16px 24px;
    border: 3px solid rgba(0, 0, 0, 0.7);
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: #f4f1ea;
}

footer .newsletter-block .form-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .newsletter-block .social-icons h4 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 20px;
}

footer .newsletter-block .social-icons ul {
    display: flex;
    align-items: center;
}

footer .newsletter-block .social-icons ul li {
    margin-right: 20px;
}

footer .newsletter-block .social-icons ul li:last-child {
    margin: 0;
}

footer .newsletter-block .social-icons ul li a {
    display: block;
}

footer .newsletter-block .social-icons ul li a img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer .newsletter-block .social-icons ul li a:hover img {
    opacity: 0.6;
}

footer .copyright {
    margin: 140px 0 0;
}

footer .copyright h5 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

/* **** End Footer ***** */

/* **** Winners Banner **** */
.winners-banner {
    position: relative;
}

.winners-banner img {
    width: 100%;
}

.winners-banner .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
}

.winners-banner .description h2 {
    color: #fff;
    font-size: 130px;
    font-weight: 500;
    line-height: 103px;
    margin: 0;
}

/* **** End Winners Banner **** */

/* **** Audience Awards **** */
.audience-wrp {
    padding: 150px 0 0;
}

.audience-wrp h2 {
    color: #ea3ad6;
    font-size: 48px;
    font-weight: 500;
    line-height: 70px;
    margin: 0 0 85px;
}

.audience-wrp .slick-slide {
    margin: 0 20px;
}

.audience-wrp .slick-list {
    margin: 0 -20px;
}

.audience-wrp .slider-box img {
    width: 100%;
    margin: 0 0 30px;
}

.audience-wrp .slider-box .description h4 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.audience-wrp .slider-box .description h4 span {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    display: block;
    margin: 10px 0 0;
}

.audience-wrp .slider-box .description h4 small {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    display: block;
    margin: 10px 0 0;
    font-size: 22px;
}

.audience-wrp .slider-box .description h5 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

.audience-wrp .slider-box .description h5 span {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    display: block;
    margin: 10px 0 0;
}

.audience-wrp .slider-box .description h5 small {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin: 0 0 10px;
}

.audience-wrp .script-title h2 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    margin: 90px 0 100px;
}

.audience-wrp .slider-box .description h3 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.audience-wrp .slider-box .description h3 span {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    display: block;
    margin: 10px 0 0;
}

/* **** End Audience Awards **** */

/* **** selection **** */
.selection-wrp {
    padding: 150px 0;
}

.selection-wrp .main-title h2 {
    color: #ea3ad6;
    font-size: 48px;
    font-weight: 500;
    line-height: 91px;
    margin: 0 0 80px;
}

.selection-wrp .selection-block {
    padding: 0 0 80px;
}

.selection-wrp .selection-block h3 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 91px;
    margin: 0 0 80px;
}

.selection-wrp .selection-block .row {
    margin: 0 -40px;
}

.selection-wrp .selection-block .col-md-4 {
    padding: 0 40px;
}

.selection-wrp .selection-block ul li {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 16px;
}

.selection-wrp .selection-block ul li:last-child {
    margin: 0;
}

.selection-wrp .selection-block ul li a {
    text-decoration: underline;
    color: #000;
}

.selection-wrp .selection-block ul li a:hover {
    color: #ea3ad6;
}

.selection-wrp .festival-logo {
    max-width: 100%;
    margin: 60px auto 0;
}

/* **** End selection **** */

/* **** Events **** */
.events-wrp {
    padding: 150px 0;
}

.events-wrp .titlebar h2 {
    color: #000;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.events-wrp .titlebar p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 80px;
}

.events-wrp .col-md-4:last-child .address-box:before {
    display: none;
}

.events-wrp .address-box {
    position: relative;
}

.events-wrp .address-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 150px;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 25px;
}

.events-wrp .address-box h3 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 48px;
    font-weight: 500;
    line-height: 91px;
    margin: 0;
}

.events-wrp .address-box h5 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 50px;
}

.events-wrp .address-box a {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: underline;
    margin: 0;
}

.events-wrp .address-box a:hover {
    color: #ea3ad6;
}

.events-wrp h4 {
    margin: 80px 0 15px;
    color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: 91px;
}

.events-wrp .btn-primary {
    background: #ea3ad6;
    color: #fff;
    padding: 15px 80px;
}

.events-wrp .btn-primary:hover {
    background: #f4b33f;
    color: #ea3ad6;
}

/* **** End Events **** */

/* **** FAQ **** */
.faq-wrp {
    padding: 115px 0 150px;
}

.faq-wrp .faq-title {
    padding: 0 0 65px;
    margin: 0 0 60px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.faq-wrp .faq-title h2 {
    color: #000;
    font-size: 72px;
    font-weight: 500;
    line-height: 91px;
    margin: 0 0 15px;
}

.faq-wrp .faq-title p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
}

.faq-wrp .faq-block {
    padding: 10px 10px 45px;
    margin: 0 0 35px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.faq-wrp .faq-block .accordion-title h3 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.faq-wrp .faq-block .accordion-title h3 span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin: 16px 0 0;
}

.faq-wrp .faq-block:last-child {
    padding: 10px;
    margin: 0;
    border: none;
}

.faq-wrp .accordion {
    border-radius: 0;
}

.faq-wrp .accordion .accordion-item {
    margin: 0 0 35px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #000;
}

.faq-wrp .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.faq-wrp .accordion .accordion-item:last-child {
    margin: 0;
}

.faq-wrp .accordion .accordion-item .accordion-button {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: unset;
}

.faq-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 20px;
    color: #000;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
}

.faq-wrp .accordion .accordion-item .accordion-body {
    padding: 25px 0;
}

.faq-wrp .accordion .accordion-item .accordion-body p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

/* **** End FAQ **** */

/* **** Contact ***** */
.contact-wrp {
    padding: 100px 0 228px;
}

.contact-wrp .contact-title h2 {
    color: #000;
    font-size: 72px;
    font-weight: 500;
    margin: 0;
}

.contact-wrp .contact-title p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 65px;
}

.contact-wrp form .form-group {
    margin: 0 0 5px;
}

.contact-wrp form .form-group p {
    margin: 0;
}

.contact-wrp form .form-group label {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: 45px;
    margin: 0 0 5px;
}

.contact-wrp form .form-group .form-control {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 41px;
    border: 2px solid #f4b33f;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 10px 15px;
    resize: none;
    max-height: 188px;
}

.contact-wrp form .form-group .form-control.wpcf7-not-valid {
    border-color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
}

.contact-wrp form input[type="submit"] {
    margin: 40px 0 0;
    border: none;
    background: #f4b33f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contact-wrp form input[type="submit"]:hover {
    background: #ea3ad6;
    color: #fff;
}

/**/
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

/**/
.contact-wrp .contact-info {
    padding-left: 120px;
}

.contact-wrp .contact-info .info-box {
    margin: 0 0 40px;
}

.contact-wrp .contact-info .info-box h3 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 15px;
}

.contact-wrp .contact-info .info-box h6 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.contact-wrp .contact-info .info-box a {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.contact-wrp .contact-info .info-box a:hover {
    color: #EA3AD6;
}

.contact-wrp .contact-info .info-box ul {
    display: flex;
    align-items: center;
}

.contact-wrp .contact-info .info-box ul li {
    margin-right: 20px;
}

.contact-wrp .contact-info .info-box ul li:last-child {
    margin: 0;
}

.contact-wrp .contact-info .info-box ul li a {
    display: block;
}

.contact-wrp .contact-info .info-box ul li a img {
    max-width: 100%;
    filter: brightness(0.3) invert(0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contact-wrp .contact-info .info-box ul li a img:hover {
    opacity: 0.6;
}

/* **** End Contact ***** */

/* **** Error ***** */
.error-wrp {
    padding: 150px 0;
    text-align: center;
}

.error-wrp h2 {
    color: #000;
    font-size: 130px;
    font-weight: 500;
    line-height: 158px;
    margin: 0 0 20px;
}

.error-wrp p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 30px;
}

.error-wrp .btn-primary {
    margin: 0 auto;
}

/* **** End Error ***** */






@media(min-width:1200px) and (max-width:1650px) {
    .container {
        max-width: 1170px;
    }

    .container-right {
        margin-left: calc(50vw - 581px);
    }

    .btn-primary {
        font-size: 16px;
        padding: 12px 35px;
        line-height: 24px;
    }

    .navbar-brand img {
        height: 80px;
    }

    .navbar-light .navbar-nav li {
        margin-right: 30px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 8px 0;
        font-size: 18px;
        line-height: 28px;
    }

    .navbar-light .navbar-nav .btn-head .nav-link {
        padding: 8px 30px;
    }

    .hero-wrp {
        padding: 150px 0;
    }

    .hero-wrp .description h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .hero-wrp .description h2 {
        font-size: 70px;
        line-height: 80px;
        margin: 0 0 30px;
    }

    .hero-wrp .description ul {
        flex-wrap: wrap;
        margin: 0 0 40px;
    }

    .hero-wrp .description ul li {
        margin: 0 40px 0 0;
        font-size: 20px;
        line-height: 35px;
    }

    .supports-wrp {
        padding: 50px 0;
    }

    .supports-wrp h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }

    .supports-wrp p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 40px;
    }

    .supports-wrp .support-box {
        margin: 0 0 15px;
    }

    .supports-wrp .support-box a .description {
        padding: 20px;
    }

    .supports-wrp .support-box a .description h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .video-wrp {
        padding: 40px 0;
    }

    .video-wrp .video-box {
        height: 550px;
    }

    .mission-wrp {
        padding: 50px 0;
    }

    .mission-wrp .mission-title h4 {
        font-size: 26px;
        line-height: 35px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title h2 {
        font-size: 27px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px;
    }

    .mission-wrp .slider {
        margin: 0 0 40px;
    }

    .sponsors-wrp {
        padding: 50px 0;
    }

    .sponsors-wrp h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .sponsors-wrp ul {
        margin: 0 -5px;
    }

    .sponsors-wrp ul li {
        padding: 0 5px;
        margin: 0 0 10px;
    }

    footer {
        padding: 80px 0 40px;
    }

    footer .quicklinks ul li a {
        font-size: 20px;
    }

    footer .newsletter-block h6 {
        font-size: 24px;
        line-height: 30px;
    }

    footer .newsletter-block .form-group {
        margin: 0 0 25px;
    }

    footer .newsletter-block .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 12px 24px;
    }

    footer .newsletter-block .form-group input[type="submit"] {
        margin: 0 0 0 10px;
        font-size: 16px;
        line-height: 24px;
        padding: 15px 24px;
    }

    footer .newsletter-block .social-icons h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    footer .newsletter-block .social-icons ul li {
        margin-right: 15px;
    }

    footer .newsletter-block .social-icons ul li a img {
        max-width: 40px;
    }

    footer .copyright {
        margin: 60px 0 0;
    }

    footer .copyright h5 {
        font-size: 18px;
        line-height: 30px;
    }

    /* **** 404 **** */
    .error-wrp {
        padding: 100px 0;
    }

    .error-wrp h2 {
        font-size: 80px;
        line-height: 80px;
        margin: 0 0 15px;
    }

    .error-wrp p {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 25px;
    }

    /* **** End 404 **** */

    /* **** Contact ***** */
    .contact-wrp {
        padding: 50px 0;
    }

    .contact-wrp .contact-title h2 {
        font-size: 60px;
        line-height: 70px;
        margin: 0 0 10px;
    }

    .contact-wrp .contact-title p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 25px;
    }

    .contact-wrp form .form-group label {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form input[type="submit"] {
        margin: 20px 0 0;
    }

    .contact-wrp .contact-info {
        padding: 0 0 0 50px;
    }

    .contact-wrp .contact-info .info-box h3 {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .contact-wrp .contact-info .info-box h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box a {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box {
        margin: 0 0 20px;
    }

    .contact-wrp .contact-info .info-box ul li {
        margin-right: 15px;
    }

    .contact-wrp .contact-info .info-box ul li a img {
        max-width: 30px;
    }

    /* **** End Contact ***** */

    /* **** Events **** */
    .events-wrp {
        padding: 50px 0;
    }

    .events-wrp .titlebar h2 {
        font-size: 60px;
        line-height: 70px;
        margin: 0 0 10px;
    }

    .events-wrp .titlebar p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 40px;
    }

    .events-wrp .address-box:before {
        height: 60px;
        right: 0
    }

    .events-wrp .address-box h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .events-wrp .address-box h5 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    .events-wrp .address-box a {
        font-size: 16px;
        line-height: 24px;
    }

    .events-wrp h4 {
        font-size: 22px;
        line-height: 30px;
        margin: 40px 0 20px;
    }

    .events-wrp .btn-primary {
        padding: 15px 30px;
    }

    .faq-wrp {
        padding: 50px 0;
    }

    .faq-wrp .faq-title {
        padding: 0 0 30px;
        margin: 0 0 30px;
    }

    .faq-wrp .faq-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .faq-wrp .faq-title p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-wrp .faq-block .accordion-title {
        margin: 0 0 20px;
    }

    .faq-wrp .faq-block .accordion-title h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .faq-wrp .faq-block .accordion-title h3 span {
        font-size: 22px;
        line-height: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-button {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-body {
        padding: 15px 0;
    }

    .faq-wrp .accordion .accordion-item .accordion-body p {
        font-size: 16px;
        line-height: 24px;
    }

    /* **** End Events **** */

    /* **** winners **** */
    .winners-banner .description {
        bottom: 40px;
    }

    .winners-banner .description h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .audience-wrp {
        padding: 50px 0;
    }

    .audience-wrp h2 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 35px;
    }

    .audience-wrp .slick-slide {
        margin: 0 10px;
    }

    .audience-wrp .slick-list {
        margin: 0 -10px;
    }

    .audience-wrp .slider-box img {
        width: 100%;
        margin: 0 0 15px;
    }

    .audience-wrp .slider-box .description h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .audience-wrp .slider-box .description h5 small {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 0;
    }

    .audience-wrp .script-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .selection-wrp {
        padding: 50px 0;
    }

    .selection-wrp .selection-block .row {
        margin: 0 -15px;
    }

    .selection-wrp .selection-block .col-md-4 {
        padding: 0 15px;
    }

    .selection-wrp .main-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block {
        padding: 0 0 20px;
    }

    .selection-wrp .selection-block h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block ul {
        margin: 0 0 30px;
    }

    .selection-wrp .selection-block ul li {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .selection-wrp .festival-logo {
        max-width: 200px;
        margin: 40px auto 0;
    }

    /* **** End winners **** */
}

@media(min-width:992px) and (max-width:1199px) {
    .container {
        max-width: 960px;
    }

    .container-right {
        margin-left: calc(50vw - 480px);
    }

    .btn-primary {
        font-size: 16px;
        padding: 12px 35px;
        line-height: 24px;
    }

    .navbar-brand img {
        height: 70px;
    }

    .navbar-light .navbar-nav li {
        margin-right: 25px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 8px 0;
        font-size: 18px;
        line-height: 28px;
    }

    .navbar-light .navbar-nav .btn-head .nav-link {
        padding: 8px 30px;
    }

    .hero-wrp {
        padding: 100px 0;
    }

    .hero-wrp .description h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .hero-wrp .description h2 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 30px;
    }

    .hero-wrp .description ul {
        flex-wrap: wrap;
        margin: 0 0 40px;
    }

    .hero-wrp .description ul li {
        margin: 0 40px 0 0;
        font-size: 18px;
        line-height: 24px;
    }

    .supports-wrp {
        padding: 50px 0;
    }

    .supports-wrp h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }

    .supports-wrp p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 40px;
    }

    .supports-wrp .support-box {
        margin: 0 0 15px;
    }

    .supports-wrp .support-box a .description {
        padding: 15px;
    }

    .supports-wrp .support-box a .description h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .video-wrp {
        padding: 40px 0;
    }

    .video-wrp .video-box {
        height: 500px;
    }

    .mission-wrp {
        padding: 50px 0;
    }

    .mission-wrp .mission-title h4 {
        font-size: 26px;
        line-height: 35px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title h2 {
        font-size: 27px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px;
    }

    .mission-wrp .slider {
        margin: 0 0 40px;
    }

    .sponsors-wrp {
        padding: 50px 0;
    }

    .sponsors-wrp h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .sponsors-wrp ul {
        margin: 0 -5px;
    }

    .sponsors-wrp ul li {
        width: 20%;
        padding: 0 5px;
        margin: 0 0 10px;
    }

    footer {
        padding: 50px 0 30px;
    }

    footer .logo-img img {
        max-width: 100px;
        margin: 0 0 25px;
    }

    footer .quicklinks ul li a {
        font-size: 16px;
        line-height: 34px;
    }

    footer .col-md-6.col-sm-12 .col-md-5.col-sm-12 {
        width: 30%;
    }

    footer .col-md-6.col-sm-12 .col-md-4.col-sm-12 {
        width: 40%;
    }

    footer .col-md-6.col-sm-12 .col-md-3.col-sm-12 {
        width: 30%;
    }

    footer .newsletter-block {
        padding: 0;
    }

    footer .newsletter-block h6 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    footer .newsletter-block .form-group {
        margin: 0 0 25px;
    }

    footer .newsletter-block .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 12px 24px;
    }

    footer .newsletter-block .form-group input[type="submit"] {
        margin: 0 0 0 10px;
        font-size: 16px;
        line-height: 24px;
        padding: 15px 24px;
    }

    footer .newsletter-block .social-icons h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    footer .newsletter-block .social-icons ul li {
        margin-right: 15px;
    }

    footer .newsletter-block .social-icons ul li a img {
        max-width: 40px;
    }

    footer .copyright {
        margin: 30px 0 0;
    }

    footer .copyright h5 {
        font-size: 16px;
        line-height: 24px;
    }

    /* **** 404 **** */
    .error-wrp {
        padding: 100px 0;
    }

    .error-wrp h2 {
        font-size: 80px;
        line-height: 80px;
        margin: 0 0 15px;
    }

    .error-wrp p {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 25px;
    }

    /* **** End 404 **** */


    /* **** Contact ***** */
    .contact-wrp {
        padding: 50px 0;
    }

    .contact-wrp .contact-title h2 {
        font-size: 60px;
        line-height: 70px;
        margin: 0 0 10px;
    }

    .contact-wrp .contact-title p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 25px;
    }

    .contact-wrp form .form-group label {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form input[type="submit"] {
        margin: 20px 0 0;
    }

    .contact-wrp .contact-info {
        padding: 0 0 0 50px;
    }

    .contact-wrp .contact-info .info-box h3 {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .contact-wrp .contact-info .info-box h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box a {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box {
        margin: 0 0 20px;
    }

    .contact-wrp .contact-info .info-box ul li {
        margin-right: 15px;
    }

    .contact-wrp .contact-info .info-box ul li a img {
        max-width: 30px;
    }

    /* **** End Contact ***** */

    /* **** Events **** */
    .events-wrp {
        padding: 50px 0;
    }

    .events-wrp .titlebar h2 {
        font-size: 60px;
        line-height: 70px;
        margin: 0 0 10px;
    }

    .events-wrp .titlebar p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 40px;
    }

    .events-wrp .address-box:before {
        height: 60px;
        right: 0
    }

    .events-wrp .address-box h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .events-wrp .address-box h5 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    .events-wrp .address-box a {
        font-size: 16px;
        line-height: 24px;
    }

    .events-wrp h4 {
        font-size: 22px;
        line-height: 30px;
        margin: 40px 0 20px;
    }

    .events-wrp .btn-primary {
        padding: 15px 30px;
    }

    .faq-wrp {
        padding: 50px 0;
    }

    .faq-wrp .faq-title {
        padding: 0 0 30px;
        margin: 0 0 30px;
    }

    .faq-wrp .faq-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .faq-wrp .faq-title p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-wrp .faq-block .accordion-title {
        margin: 0 0 20px;
    }

    .faq-wrp .faq-block .accordion-title h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .faq-wrp .faq-block .accordion-title h3 span {
        font-size: 22px;
        line-height: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-button {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-body {
        padding: 15px 0;
    }

    .faq-wrp .accordion .accordion-item .accordion-body p {
        font-size: 16px;
        line-height: 24px;
    }

    /* **** End Events **** */

    /* **** winners **** */
    .winners-banner .description {
        bottom: 40px;
    }

    .winners-banner .description h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .audience-wrp {
        padding: 50px 0;
    }

    .audience-wrp h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .audience-wrp .slick-slide {
        margin: 0 10px;
    }

    .audience-wrp .slick-list {
        margin: 0 -10px;
    }

    .audience-wrp .slider-box img {
        width: 100%;
        margin: 0 0 15px;
    }

    .audience-wrp .slider-box .description h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .audience-wrp .slider-box .description h5 small {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 0;
    }

    .audience-wrp .script-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .selection-wrp {
        padding: 50px 0;
    }

    .selection-wrp .selection-block .row {
        margin: 0 -15px;
    }

    .selection-wrp .selection-block .col-md-4 {
        padding: 0 15px;
    }

    .selection-wrp .main-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block {
        padding: 0 0 20px;
    }

    .selection-wrp .selection-block h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block ul {
        margin: 0 0 30px;
    }

    .selection-wrp .selection-block ul li {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .selection-wrp .festival-logo {
        max-width: 200px;
        margin: 40px auto 0;
    }

    /* **** End winners **** */
}

@media(min-width:768px) and (max-width:991px) {
    .container {
        max-width: 740px;
    }

    .container-right {
        margin-left: calc(50vw - 369px);
    }

    .btn-primary {
        font-size: 16px;
        padding: 12px 24px;
        line-height: 24px;
    }


    .navbar-brand img {
        height: 50px;
    }

    .navbar-light .navbar-nav li {
        margin-right: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 8px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .navbar-light .navbar-nav .btn-head .nav-link {
        padding: 8px 16px;
    }

    .hero-wrp {
        padding: 100px 0;
    }

    .hero-wrp .description h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-wrp .description h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 30px;
    }

    .hero-wrp .description ul {
        flex-wrap: wrap;
        margin: 0 0 40px;
    }

    .hero-wrp .description ul li {
        margin: 0 40px 0 0;
        font-size: 18px;
        line-height: 24px;
    }

    .supports-wrp {
        padding: 50px 0;
    }

    .supports-wrp .col-md-4.col-sm-12 {
        width: 50%;
    }

    .supports-wrp h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .supports-wrp h2 br {
        display: none;
    }

    .supports-wrp p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 40px;
    }

    .supports-wrp .support-box {
        margin: 0 0 15px;
    }

    .supports-wrp .support-box a .description {
        padding: 15px;
    }

    .supports-wrp .support-box a .description h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .video-wrp {
        padding: 40px 0;
    }

    .video-wrp .video-box {
        height: 350px;
    }

    .mission-wrp {
        padding: 50px 0;
    }

    .mission-wrp .mission-title h4 {
        font-size: 26px;
        line-height: 35px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title h2 {
        font-size: 27px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px;
    }

    .mission-wrp .slider {
        margin: 0 0 40px;
    }

    .sponsors-wrp {
        padding: 50px 0;
    }

    .sponsors-wrp h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .sponsors-wrp ul {
        margin: 0 -5px;
    }

    .sponsors-wrp ul li {
        width: 20%;
        padding: 0 5px;
        margin: 0 0 10px;
    }

    footer {
        padding: 50px 0 30px;
    }

    footer .logo-img img {
        max-width: 100px;
        margin: 0 0 25px;
    }

    footer .quicklinks ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    footer .col-md-6.col-sm-12 .col-md-5.col-sm-12 {
        width: 100%;
    }

    footer .col-md-6.col-sm-12 .col-md-4.col-sm-12 {
        width: 50%;
    }

    footer .col-md-6.col-sm-12 .col-md-3.col-sm-12 {
        width: 50%;
    }

    footer .newsletter-block {
        padding: 0;
    }

    footer .newsletter-block h6 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    footer .newsletter-block .form-group {
        display: block;
        margin: 0 0 25px;
    }

    footer .newsletter-block .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 12px 24px;
    }

    footer .newsletter-block .form-group input[type="submit"] {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 24px;
    }

    footer .newsletter-block .social-icons h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    footer .newsletter-block .social-icons ul li {
        margin-right: 15px;
    }

    footer .newsletter-block .social-icons ul li a img {
        max-width: 40px;
    }

    footer .copyright {
        margin: 30px 0 0;
    }

    footer .copyright h5 {
        font-size: 16px;
        line-height: 24px;
    }

    /* **** 404 **** */
    .error-wrp {
        padding: 50px 0;
    }

    .error-wrp h2 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 15px;
    }

    .error-wrp p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 25px;
    }

    /* **** End 404 **** */

    /* **** Contact ***** */
    .contact-wrp {
        padding: 50px 0;
    }

    .contact-wrp .contact-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 10px;
    }

    .contact-wrp .contact-title p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 25px;
    }

    .contact-wrp form .form-group label {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form input[type="submit"] {
        margin: 20px 0 0;
    }

    .contact-wrp .contact-info {
        padding: 0 0 0 50px;
    }

    .contact-wrp .contact-info .info-box h3 {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .contact-wrp .contact-info .info-box h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box a {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box {
        margin: 0 0 20px;
    }

    .contact-wrp .contact-info .info-box ul li {
        margin-right: 15px;
    }

    .contact-wrp .contact-info .info-box ul li a img {
        max-width: 30px;
    }

    /* **** End Contact ***** */

    /* **** Events **** */
    .events-wrp {
        padding: 50px 0;
    }

    .events-wrp .titlebar h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 10px;
    }

    .events-wrp .titlebar p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 40px;
    }

    .events-wrp .address-box:before {
        display: none;
    }

    .events-wrp .address-box h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .events-wrp .address-box h5 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    .events-wrp .address-box a {
        font-size: 16px;
        line-height: 24px;
    }

    .events-wrp h4 {
        font-size: 22px;
        line-height: 30px;
        margin: 40px 0 20px;
    }

    .events-wrp .btn-primary {
        padding: 15px 30px;
    }

    .faq-wrp {
        padding: 50px 0;
    }

    .faq-wrp .faq-title {
        padding: 0 0 30px;
        margin: 0 0 30px;
    }

    .faq-wrp .faq-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .faq-wrp .faq-title p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-wrp .faq-block .accordion-title {
        margin: 0 0 20px;
    }

    .faq-wrp .faq-block .accordion-title h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .faq-wrp .faq-block .accordion-title h3 span {
        font-size: 22px;
        line-height: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-button {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-body {
        padding: 15px 0;
    }

    .faq-wrp .accordion .accordion-item .accordion-body p {
        font-size: 16px;
        line-height: 24px;
    }

    /* **** End Events **** */


    /* **** winners **** */
    .winners-banner .description {
        bottom: 40px;
    }

    .winners-banner .description h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .audience-wrp {
        padding: 50px 0;
    }

    .audience-wrp h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .audience-wrp .slick-slide {
        margin: 0 10px;
    }

    .audience-wrp .slick-list {
        margin: 0 -10px;
    }

    .audience-wrp .slider-box img {
        width: 100%;
        margin: 0 0 15px;
    }

    .audience-wrp .slider-box .description h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .audience-wrp .slider-box .description h5 small {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 0;
    }

    .audience-wrp .script-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .selection-wrp {
        padding: 50px 0;
    }

    .selection-wrp .selection-block .row {
        margin: 0 -15px;
    }

    .selection-wrp .selection-block .col-md-4 {
        padding: 0 15px;
    }

    .selection-wrp .main-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block {
        padding: 0 0 20px;
    }

    .selection-wrp .selection-block h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block ul {
        margin: 0 0 30px;
    }

    .selection-wrp .selection-block ul li {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .selection-wrp .festival-logo {
        max-width: 200px;
        margin: 40px auto 0;
    }

    /* **** End winners **** */
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .btn-primary {
        font-size: 16px;
        padding: 12px 24px;
        line-height: 24px;
    }

    .container-right {
        margin: 0
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-light .navbar-nav {
        padding: 15px 0 0;
    }

    .navbar-light .navbar-nav li {
        margin: 0 0 10px;
    }

    .navbar-light .navbar-nav li:last-child {
        margin: 0
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .hero-wrp {
        padding: 50px 0;
    }

    .hero-wrp .description h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-wrp .description h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 30px;
    }

    .hero-wrp .description ul {
        flex-wrap: wrap;
        margin: 0 0 40px;
    }

    .hero-wrp .description ul li {
        margin: 0 0 30px;
        font-size: 18px;
        line-height: 24px;
    }

    .supports-wrp {
        padding: 50px 0;
    }

    .supports-wrp h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .supports-wrp h2 br {
        display: none;
    }

    .supports-wrp p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 40px;
    }

    .supports-wrp .support-box {
        margin: 0 0 15px;
    }

    .supports-wrp .support-box a .description {
        padding: 15px;
    }

    .supports-wrp .support-box a .description h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .video-wrp {
        padding: 15px 0;
    }

    .video-wrp .video-box {
        height: 350px;
    }

    .mission-wrp {
        padding: 50px 0;
    }

    .mission-wrp .mission-title h4 {
        font-size: 26px;
        line-height: 35px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title h2 {
        font-size: 27px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    .mission-wrp .mission-title p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px;
    }

    .mission-wrp .slider {
        margin: 0 0 40px;
    }

    .sponsors-wrp {
        padding: 50px 0;
    }

    .sponsors-wrp h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .sponsors-wrp ul {
        margin: 0 -5px;
    }

    .sponsors-wrp ul li {
        width: 50%;
        padding: 0 5px;
        margin: 0 0 10px;
    }

    footer {
        padding: 50px 0 30px;
    }

    footer .logo-img img {
        max-width: 100px;
        margin: 0 0 25px;
    }

    footer .quicklinks ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    footer .col-md-6.col-sm-12 .col-md-4.col-sm-12 {
        width: 50%;
    }

    footer .col-md-6.col-sm-12 .col-md-3.col-sm-12 {
        width: 50%;
    }

    footer .newsletter-block {
        padding: 35px 0 0;
    }

    footer .newsletter-block h6 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    footer .newsletter-block .form-group {
        display: block;
        margin: 0 0 25px;
    }

    footer .newsletter-block .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 12px 24px;
    }

    footer .newsletter-block .form-group input[type="submit"] {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 24px;
    }

    footer .newsletter-block .social-icons h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    footer .newsletter-block .social-icons ul li {
        margin-right: 15px;
    }

    footer .newsletter-block .social-icons ul li a img {
        max-width: 40px;
    }

    footer .copyright {
        margin: 30px 0 0;
    }

    footer .copyright h5 {
        font-size: 16px;
        line-height: 24px;
    }


    /* **** 404 **** */
    .error-wrp {
        padding: 50px 0;
    }

    .error-wrp h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 10px;
    }

    .error-wrp p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }

    .error-wrp p br {
        display: none;
    }

    /* **** End 404 **** */


    /* **** Contact ***** */
    .contact-wrp {
        padding: 50px 0;
    }

    .contact-wrp .contact-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 10px;
    }

    .contact-wrp .contact-title p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 25px;
    }

    .contact-wrp form {
        margin: 0 0 30px;
    }

    .contact-wrp form .form-group label {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form .form-group .form-control {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-wrp form input[type="submit"] {
        margin: 20px 0 0;
    }

    .contact-wrp .contact-info {
        padding: 0;
    }

    .contact-wrp .contact-info .info-box h3 {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .contact-wrp .contact-info .info-box h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box a {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-wrp .contact-info .info-box {
        margin: 0 0 20px;
    }

    .contact-wrp .contact-info .info-box ul li {
        margin-right: 15px;
    }

    .contact-wrp .contact-info .info-box ul li a img {
        max-width: 30px;
    }

    /* **** End Contact ***** */

    /* **** Events **** */
    .events-wrp {
        padding: 50px 0;
    }

    .events-wrp .titlebar h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 10px;
    }

    .events-wrp .titlebar p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .events-wrp .address-box:before {
        display: none;
    }

    .events-wrp .address-box {
        margin: 0 0 30px;
    }

    .events-wrp .address-box h3 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 5px;
    }

    .events-wrp .address-box h5 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    .events-wrp .address-box a {
        font-size: 16px;
        line-height: 24px;
    }

    .events-wrp h4 {
        font-size: 22px;
        line-height: 30px;
        margin: 30px 0 20px;
    }

    .events-wrp .btn-primary {
        padding: 15px 30px;
    }

    .faq-wrp {
        padding: 50px 0;
    }

    .faq-wrp .faq-title {
        padding: 0 0 30px;
        margin: 0 0 30px;
    }

    .faq-wrp .faq-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .faq-wrp .faq-title p {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-wrp .faq-block .accordion-title {
        margin: 0 0 20px;
    }

    .faq-wrp .faq-block .accordion-title h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .faq-wrp .faq-block .accordion-title h3 span {
        font-size: 22px;
        line-height: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-button {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px;
    }

    .faq-wrp .accordion .accordion-item .accordion-body {
        padding: 15px 0;
    }

    .faq-wrp .accordion .accordion-item .accordion-body p {
        font-size: 16px;
        line-height: 24px;
    }

    /* **** End Events **** */

    /* **** winners **** */
    .winners-banner .description {
        bottom: 20px;
    }

    .winners-banner .description h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .audience-wrp {
        padding: 50px 0;
    }

    .audience-wrp h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .audience-wrp .slick-slide {
        margin: 0 10px;
    }

    .audience-wrp .slick-list {
        margin: 0 -10px;
    }

    .audience-wrp .slider-box img {
        width: 100%;
        margin: 0 0 15px;
    }

    .audience-wrp .slider-box .description h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .audience-wrp .slider-box .description h5 small {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 0;
    }

    .audience-wrp .script-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .audience-wrp .slider-box .description h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }

    .selection-wrp {
        padding: 50px 0;
    }

    .selection-wrp .main-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block {
        padding: 0 0 20px;
    }

    .selection-wrp .selection-block h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 25px;
    }

    .selection-wrp .selection-block ul {
        margin: 0 0 30px;
    }

    .selection-wrp .selection-block ul li {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin: 0 0 10px;
    }

    .selection-wrp .festival-logo {
        max-width: 200px;
        margin: 40px auto 0;
    }

    /* **** End winners **** */
}

@media(min-width:576px) and (max-width:767px) {
    .container {
        max-width: 540px;
    }

    .container-right {
        margin-left: calc(50vw - 270px);
    }

    .supports-wrp .col-md-4.col-sm-12 {
        width: 50%;
    }

    .supports-wrp .support-box a .description h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .video-wrp {
        padding: 40px 0;
    }
}

@media(min-width:448px) and (max-width:575px) {}

.slick-arrow {
	background-color: #EA3AD6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
	border: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.slick-arrow:hover {
	background-color: #000;
}

.slick-arrow img {
	width: 18px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.slick-arrow.prev-arrow {
	left: 20px;
}

.slick-arrow.next-arrow {
    right: 0px;
    transform: translate(-570%,-50%);
    -webkit-transform: translate(-570%,-50%);
    -moz-transform: translate(-570%,-50%);
    -ms-transform: translate(-570%,-50%);
    -o-transform: translate(-570%,-50%);
}

@media (min-width: 1400px) and (max-width: 1499px) {
.slick-arrow.next-arrow {
    right: 0px;
    transform: translate(-360%,-50%);
    -webkit-transform: translate(-360%,-50%);
    -moz-transform: translate(-360%,-50%);
    -ms-transform: translate(-360%,-50%);
    -o-transform: translate(-360%,-50%);
}
}

@media (min-width: 1300px) and (max-width: 1399px) {
.slick-arrow.next-arrow {
    right: 0px;
    transform: translate(-360%,-50%);
    -webkit-transform: translate(-360%,-50%);
    -moz-transform: translate(-360%,-50%);
    -ms-transform: translate(-360%,-50%);
    -o-transform: translate(-360%,-50%);
}
}

@media (min-width: 1200px) and (max-width: 1299px) {
.slick-arrow.next-arrow {
    right: 0px;
    transform: translate(-210%,-50%);
    -webkit-transform: translate(-210%,-50%);
    -moz-transform: translate(-210%,-50%);
    -ms-transform: translate(-210%,-50%);
    -o-transform: translate(-210%,-50%);
}
}

@media (min-width: 1025px) and (max-width: 1199px) {
.slick-arrow.next-arrow {
    right: 0px;
    transform: translate(-280%,-50%);
    -webkit-transform: translate(-280%,-50%);
    -moz-transform: translate(-280%,-50%);
    -ms-transform: translate(-280%,-50%);
    -o-transform: translate(-280%,-50%);
}
}



@media (min-width: 992px) and (max-width: 1024px) {
.slick-arrow.next-arrow {
    right: 0px;
    transform: translate(-130%,-50%);
    -webkit-transform: translate(-130%,-50%);
    -moz-transform: translate(-130%,-50%);
    -ms-transform: translate(-130%,-50%);
    -o-transform: translate(-130%,-50%);
}
}

@media (min-width: 768px) and (max-width: 991px) {
.slick-arrow.next-arrow {
    right: 50%;
    transform: translate(850%,-50%);
    -webkit-transform: translate(850%,-50%);
    -moz-transform: translate(850%,-50%);
    -ms-transform: translate(850%,-50%);
    -o-transform: translate(850%,-50%);
}
}

@media (max-width: 767px) {
.slick-arrow.next-arrow {
    right: 50%;
    transform: translate(590%,-50%);
    -webkit-transform: translate(590%,-50%);
    -moz-transform: translate(590%,-50%);
    -ms-transform: translate(590%,-50%);
    -o-transform: translate(590%,-50%);
}

}

@media (min-width: 240px) and (max-width: 575px) {
.slick-arrow.next-arrow {
    right: 0;
    transform: translate(10%,-50%);
    -webkit-transform: translate(10%,-50%);
    -moz-transform: translate(10%,-50%);
    -ms-transform: translate(10%,-50%);
    -o-transform: translate(10%,-50%);
}
.slick-arrow img {
    width: 12px;
}
.slick-arrow {
width: 30px;
height: 30px;
}
}