/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-bg-color'
(12,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-font-color'
(17,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(35,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(45,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-font-color'
(62,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(64,23): run-time error CSS1039: Token not allowed after unary operator: '-font-shadow'
(74,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(140,26): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(179,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(223,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(227,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(231,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(235,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(259,28): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(265,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(270,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(398,25): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(430,29): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(536,38): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(582,38): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(614,28): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(615,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(619,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(739,32): run-time error CSS1038: Expected hex color, found '#000a'
(775,36): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(779,36): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(885,31): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(916,29): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(972,25): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(977,25): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(989,25): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(993,29): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(1062,28): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(1074,22): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(1170,34): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(1181,43): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(1196,33): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(1214,37): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
(1236,34): run-time error CSS1039: Token not allowed after unary operator: '-accent-color2'
 */
:root {
    --primary-bg-color: #18171c;
    --primary-color: #e6007e;
    --accent-color: #eabd23;
    --accent-color2: #f82249;
    --primary-font-color: #fff;
    --font-shadow: 0 2px 12px #e6007e;
}

body {
    background: var(--primary-bg-color);
    color: var(--primary-font-color);
    font-family: 'Montserrat', Arial, sans-serif;
}

a {
    color: var(--accent-color2);
    text-decoration: none;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #f8234a;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: var(--accent-color);
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: bold;
    text-shadow: 0 2px 12px #f82249;
    color: var(--primary-font-color);
    letter-spacing: 1px;
}

table th {
    color: #44a2ff;
}

table td {
    color: #eee;
}

.attentionText {
    color: #4b8100;
}

.highlight {
    color: var(--primary-color);
    font-weight: bold;
    text-shadow: var(--font-shadow);
}

#main {
    margin-top: 50px;
    font-size: 1.1rem;
}

legend {
    margin: 20px 0;
    color: var(--accent-color);
    display: block;
    width: 100%;
    padding: 0;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}

.width-textarea {
    width: 400px !important;
    height: 150px !important;
}

.online_icon::after {
    content: '';
    margin: 0px 0px 0px 5px;
    text-decoration: none;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 4px 8px;
    border-radius: 3px;
}

/* buttons
----------------------------------------------------------*/
button,
.button,
input[type="submit"],
input[type="button"] {
    color: #fff;
    background: #991b1b;
    /*.gradient(@blue, darken(@blue, 10%));*/
    border: 0;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 1rem;
}

/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

    .section-header::before {
        content: '';
        position: absolute;
        display: block;
        width: 60px;
        height: 5px;
        background: var(--accent-color2);
        bottom: 0;
        left: calc(50% - 25px);
    }

    .section-header h2 {
        font-size: 36px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .section-header p {
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: #9195a2;
    }

.section-with-bg {
    background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #222;
    padding: 0 0 0 0;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #header.header-scrolled, #header.header-inner {
        background: rgba(6, 12, 34, 0.98);
        height: 50px;
    }

    #header #logo h1 {
        font-size: 2.5rem;
        margin: 0;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-left: 40px;
    }

#subheader {
    height: 32px;
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    padding-left: 15px;
    transition: all 0.5s;
    z-index: 999;
    background-color: lightgreen;
    display: none;
}

    #subheader span {
        padding-top: 6px;
    }

.logo {
    font-size: 36px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-color);
}

    .logo span {
        color: var(--primary-color)
    }

#header #logo h1 span {
    color: var(--primary-color)
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: var(--accent-color);
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 38px;
}

@media (max-width: 992px) {
    #header #logo img {
        max-height: 28px;
    }
}


/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/
.buy-tickets {
    color: #fff;
    padding: 7px 22px;
    margin: 0 0 0 15px;
    border-radius: 16px;
    border: 2px solid var(--accent-color2);
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    white-space: nowrap;
    background-color: var(--primary-color)
}


    .buy-tickets:hover, .buy-tickets:focus {
        color: var(--accent-color2);
        background-color: #fff;
    }

@media (max-width: 992px) {
    .buy-tickets2 {
        margin: 10px 15px 10px 10px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        padding: 10px 0 10px 12px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-weight: 500;
        font-size: 1.1rem;
        white-space: nowrap;
        transition: color 0.3s;
        position: relative;
        padding: 6px 4px;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .navbar ul {
        display: none;
    }

    .mobile-nav-toggle {
        display: block;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile > ul > li {
        padding: 0;
    }

    .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
        visibility: hidden;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #060c22;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: var(--accent-color2);
        }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: var(--accent-color2);
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*-----------------------*/
.theme-pane {
    padding: 60px 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border: 0;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    min-height: 600px;
}

    .theme-pane:before {
        content: "";
        background: rgba(6, 12, 34, 0.2);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .theme-pane h1 {
        color: #fff;
        font-weight: 700;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    background: url(../content/img/hero-bg.webp) top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#hero-guidellines {
    width: 100%;
    height: 100vh;
    background: url(../content/img/guidelines-bg.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    #hero, #hero-guidellines {
        background-attachment: fixed;
    }
}

#hero:before, #hero-guidellines:before {
    content: "";
    background: rgba(6, 12, 34, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container, #hero-guidellines .hero-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}

@media (max-width: 991px) {
    #hero .hero-container {
        top: 70px;
    }
}

#hero p, #hero-guidellines p {
    margin-bottom: 2em;
    line-height: 1.5;
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--accent-color2) 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

    #hero .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    #hero .play-btn:before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 2px solid rgba(163, 163, 163, 0.4);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    #hero .play-btn:hover::after {
        border-left: 15px solid var(--accent-color2);
        transform: scale(20);
    }

    #hero .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

#hero .about-btn {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 18px 48px;
    border-radius: 16px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid var(--accent-color2);
    background: var(--primary-color);
}

    #hero .about-btn:hover {
        color: var(--accent-color2);
        background: #fff;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
    background: url("../content/img/about-bg.webp");
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 60px 0 40px 0;
}



@media (min-width: 1024px) {
    #about {
        background-attachment: fixed;
    }
}


#about:before {
    content: "";
    background: rgba(13, 20, 41, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#about h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

#about p {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
    background: url("../content/img/background_pattern.webp") repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}

.venue-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.venue-content {
    flex: 1 1 500px;
}

.venue-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.venue-desc {
    margin-bottom: 20px;
    color: #e0e0e0;
}

    .venue-desc li {
        margin-bottom: 10px;
    }



.venue-image {
    flex: 1 1 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .venue-image img {
        max-width: 500px;
        width: 100%;
        border-radius: 24px;
        box-shadow: 0 4px 32px #000a;
        object-fit: cover;
    }

@media (max-width: 900px) {
    .venue-title {
        text-align: center;
    }

    .venue-flex {
        flex-direction: column;        
    }

    .venue-content, .venue-image {
        padding: 20px 0;
    }
}    

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
    padding: 0px;
    overflow: hidden;
}

    #gallery .swiper-pagination {
        position: relative;
        top: -40px;
    }

        #gallery .swiper-pagination .swiper-pagination-bullet {
            width: 18px;
            height: 18px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid var(--accent-color2);
        }

        #gallery .swiper-pagination .swiper-pagination-bullet-active {
            background-color: var(--accent-color2);
        }

    #gallery .swiper-slide-active {
        text-align: center;
    }



@media (min-width: 992px) {
    #gallery .swiper-wrapper {
        padding: 40px 0;
    }

    #gallery .swiper-slide-active {
        z-index: 1;
        transform: scale(1.15);
    }
}

/*--------------------------------------------------------------
# Members Search Section
--------------------------------------------------------------*/
#supporters {
    display: flex;
    flex-wrap: wrap;
}

    #supporters .supporters-wrap {
        margin: 5px;
        margin-bottom: 10px;
        align-items: center;
        border: 3px solid #e0e5fa;
    }

        #supporters .supporters-wrap h3 {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 0px;
        }

.details .info {
    padding: 4px;
    background-color: white;
    color: black;
}


#supporters img {
    transition: all 0.4s ease-in-out;
    height: 180px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Visitors Section
--------------------------------------------------------------*/
#visitors {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

    #visitors .visitorWrapper {
        margin-bottom: 20px;
        margin: 10px;
        align-items: center;
        border: 3px solid #e0e5fa;
    }

        #visitors .visitorWrapper h3 {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }


    #visitors img {
        transition: all 0.4s ease-in-out;
        height: 180px;
        object-fit: cover;
    }

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
    padding: 60px 0;
}

    #faq .faq-list {
        padding: 0;
        list-style: none;
    }

        #faq .faq-list li {
            border-bottom: 1px solid #e9eaed;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        #faq .faq-list .question {
            display: block;
            position: relative;
            font-family: var(--accent-color2);
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            padding-left: 25px;
            cursor: pointer;
            color: #e0072f;
            transition: 0.3s;
        }

        #faq .faq-list i {
            font-size: 16px;
            position: absolute;
            left: 0;
            top: -2px;
        }

        #faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 25px;
        }

        #faq .faq-list .icon-show {
            display: none;
        }

        #faq .faq-list .collapsed {
            color: black;
        }

            #faq .faq-list .collapsed:hover {
                color: var(--accent-color2);
            }

            #faq .faq-list .collapsed .icon-show {
                display: inline-block;
                transition: 0.6s;
            }

            #faq .faq-list .collapsed .icon-close {
                display: none;
                transition: 0.6s;
            }

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
    background: url("../content/img/buy-bg.webp");
    background-size: cover;
    padding: 60px 0;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border: 0;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
}

    #contact:before {
        content: "";
        background: rgba(6, 12, 34, 0.8);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #contact h2 {
        color: #fff;
        font-weight: bold;
    }



    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: var(--accent-color2);
        }

        #contact .contact-info address, #contact .contact-info p {
            margin-bottom: 0;
            color: var(--accent-color2);
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
        }

        #contact .contact-info a {
            color: var(--accent-color2);
        }

            #contact .contact-info a:hover {
                color: var(--accent-color2);
            }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

    #contact .php-email-form .error-message br + br {
        margin-top: 25px;
    }

#contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    #contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

#contact .php-email-form input, #contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

    #contact .php-email-form input:focus, #contact .php-email-form textarea:focus {
        border-color: var(--accent-color2);
    }

#contact .php-email-form input {
    padding: 10px 15px;
}

#contact .php-email-form textarea {
    padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
    background: var(--accent-color2);
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
}

    #contact .php-email-form button[type="submit"]:hover {
        background: #e0072f;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #101522;
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #040919;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 26px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-family: "Raleway", sans-serif;
                font-weight: 700;
                color: #fff;
            }

            #footer .footer-top .footer-info img {
                height: 40px;
                margin-bottom: 10px;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            display: inline-block;
            background: #222636;
            color: #eee;
            line-height: 1;
            margin-right: 4px;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            #footer .footer-top .social-links a i {
                line-height: 0;
                font-size: 16px;
            }

            #footer .footer-top .social-links a:hover {
                background: var(--accent-color2);
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--accent-color2);
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 5px;
                    color: var(--accent-color2);
                    font-size: 18px;
                }

                #footer .footer-top .footer-links ul li {
                    border-bottom: 1px solid #262c44;
                    padding: 10px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #eee;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: var(--accent-color2);
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: var(--accent-color2);
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #e0072f;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ddd;
    }

