﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    overflow-x: hidden;
    background-color: #02011c;
}

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

    ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #ffffff;
    }

img {
    max-width: 100%;
    height: auto;
    transition: 0.3s;
}

img, a {
    border: medium none;
    outline-style: none;
}

a {
    color: #000;
    transition: all 0.2s ease-in-out;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
    }

    a:focus {
        outline-style: none;
    }

    a:hover {
        text-decoration: none;
    }

hr {
    border-color: #e1e1e1;
}

p {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 18px;
}

    p a {
        color: #ffffff;
    }

button:focus {
    outline-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    transition: all 0.2s ease-in-out;
    font-family: 'Exo', sans-serif;
}

    input:focus, select:focus, textarea:focus, .form-control:focus {
        outline-style: none;
        box-shadow: none;
    }

h1, .h1 {
    font-size: 40px;
    font-weight: 600;
    color: #ff9a00;
}

    .h1 a {
        color: #ff7a21;
    }

h2, .h2 {
    font-size: 36px;
    color: #171551;
    font-weight: 700;
}

    .h2 a {
    }

h3, .h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
}

    .h3 strong {
        font-weight: 600;
    }

    .h3 a {
        color: #221c35;
    }

h4, .h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
}

    h4 a, .h4 a {
        color: #ffffff;
    }

        h4 a:hover, .h4 a:hover {
            color: #ffffff;
        }

h5, .h5 {
    font-size: 18px;
    color: #ebebeb;
    font-weight: 500;
}

    h5, .h5 a {
        color: #ffffff;
    }

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 1em 0 -1.3em;
    }

    40% {
        box-shadow: 0 1em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 1em 0 -1.3em;
    }

    40% {
        box-shadow: 0 1em 0 0;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.musicButton{
    right:30px;
    bottom:30px;
}
.musicButton img {
    max-width: 177px;
}

.musicButton.play img[alt="pause"] {
    display: none;
}

.musicButton.pause img[alt="play"] {
    display: none;
}


/*========================== Header Start =========================*/

.header {
    transition: 0.3s;
    background-color: transparent;
}

    .header.navbar-bg {
        background-color: rgba(2,1,28,0.85);
    }

    .header .navbar {
        margin-bottom: 0px;
        border: none;
        transition: 0.3s;
    }

    .header.navbar-bg .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.logo {
    display: block;
    padding: 10px 0;
    transition: 0.3s;
}

.header.navbar-bg .logo {
    max-width: 140px;
}

/***** menu ****/
.navigation .navbar-nav {
    padding-top: 0;
}

    .navigation .navbar-nav > li {
        color: #ffffff;
        font-size: 15px;
        padding: 0 10px;
        position: relative;
    }

        .navigation .navbar-nav > li > a {
            color: #ffffff;
            margin: 0;
            padding: 8px 15px;
            display: block;
            position: relative;
        }

.navigation .nav > li > a:hover, .navigation .nav > li.current-menu-item > a {
    background: none;
    color: #ff9a00;
}

.navigation .nav > li.current-menu-item > a {
    font-weight: 600;
}

@media (min-width:768px) {
    .navigation .navbar-nav > li > a:before {
        height: 2px;
        background-color: #ff9a00;
        content: "";
        display: block;
        margin: 0 auto;
        margin-top: -2px;
        transition: all ease 0.3s;
        opacity: 0;
        position: absolute;
        top: 90%;
        left: 50%;
        right: 50%;
    }

    .navigation .nav > li > a:hover:before, .navigation .nav > li.current-menu-item > a:before {
        left: 15px;
        right: 15px;
        opacity: 1;
    }
}


/************* Footer Section *************/

.footer {
    background: #02011c;
}

.foo-address ul.list-unstyled li {
    margin-bottom: 8px;
}

.foo-address ul.list-unstyled li {
    color: #cbcbcb;
    font-size: 16px;
    display: block;
}

    .foo-address ul.list-unstyled li a {
        color: #cbcbcb;
    }

        .foo-address ul.list-unstyled li a:hover {
            text-decoration: underline;
            color: #ffffff;
        }

.form-control.input-sub {
    border-width: 2px;
    border-color: #55538a;
    color: #efefef;
    background-color: #02011c;
    max-width: 240px;
}

    .form-control.input-sub:focus {
        border-color: #414155;
    }

    .form-control.input-sub::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #525262;
    }

    .form-control.input-sub::-moz-placeholder { /* Firefox 19+ */
        color: #525262;
    }

    .form-control.input-sub:-ms-input-placeholder { /* IE 10+ */
        color: #525262;
    }

    .form-control.input-sub:-moz-placeholder { /* Firefox 18- */
        color: #525262;
    }

.form-control.input-sub.error {
    border-color: #dc3545;
    color: #dc3545;
}

    .form-control.input-sub.error:focus {
        border-color: #dc3545;
    }

    .form-control.input-sub.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #dc3545;
    }

    .form-control.input-sub.error::-moz-placeholder { /* Firefox 19+ */
        color: #dc3545;
    }

    .form-control.input-sub.error:-ms-input-placeholder { /* IE 10+ */
        color: #dc3545;
    }

    .form-control.input-sub.error:-moz-placeholder { /* Firefox 18- */
        color: #dc3545;
    }

.btn.btn-sub {
    background-color: #ff9a00;
    font-weight: 500;
    color: #02011c;
}

    .btn.btn-sub:hover {
        color: #ffffff;
        background-color: #1b459d;
    }

    .btn.btn-sub:focus {
        outline-style: none;
        box-shadow: none;
    }

.foo-style {
    position: absolute;
    top: 0;
    left: 15px;
}

.foo-sec-two p {
    font-size: 14px;
    color: #a1a1a1;
    margin: 0;
}

    .foo-sec-two p a, .foo-sec-two p a:hover {
        color: #a1a1a1;
    }

.foo-social .list-inline li a:hover img {
    transform: rotate(360deg);
}


/** Drop Down Menu **/
.navigation .nav > li:hover > a.dropdown-toggle, .navigation .nav > li:focus > a.dropdown-toggle {
    background: #4558be;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
}

@media (min-width:768px) {
    .navigation .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navigation .dropdown-submenu {
    position: relative;
}

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

    .navigation .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .navigation .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: 1.2em;
    }

@media (min-width:767px) {

    .navigation .dropdown-menu {
        border-radius: 0px;
        padding: 0px;
        margin: 0;
        background-color: #495fc5;
        border-width: 0px;
        left: 12px;
        left: auto;
    }

        .navigation .dropdown-menu li {
            font-size: 14px;
            border-top: #5b6ed5 solid 1px;
        }

            .navigation .dropdown-menu li:first-child {
                border-top: none;
            }

        .navigation .dropdown-menu .dropdown-item {
            padding: 8px 15px;
            color: #ffffff;
            font-size: 18px;
        }

        .navigation .dropdown-menu li:hover > .dropdown-item {
            color: #ffffff;
            background-color: #495fc5;
        }
        
}


/**** Footer Cookie ***/

.cookie-bar.visible {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.AVsizer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    max-width: 1290px;
    background: #0f0d27;
    padding-left: 25px;
    padding-right: 25px;
}

.cookie-bar .AVsizer {
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
    margin-bottom: 20px;
    width: 450px;
    max-width: 100%;
    border-radius: 9px 0px 0px 9px;
}

.cookie-bar .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding-bottom: 8px;
}

.cookie-bar p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-align: left;
    color: #ADB2B6;
    font-size: 15px;
    line-height: 26px;
}

.cookie-bar a {
    color: #FFF;
    text-decoration: underline;
}

.cookie-bar .close {
    cursor: pointer;
    display: block;
    border: #ADB2B6 solid 1px;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    text-shadow: none;
    color: #ADB2B6;
    font-weight: 400;
    /* border-radius: 100%; */
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
}

/************************************* Responsive Css ******************************/
@media only screen and (min-width:1300px) {
}

@media only screen and (min-width:992px) and (max-width:1290px) {
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (max-width:767px) {
    .navbar {
        padding: 0px;
    }

    .logo {
        display: block;
        padding: 10px 0;
    }

    .navigation {
        clear: both;
        float: none !important;
        width: inherit;
        position: relative;
        padding-bottom: 15px;
    }

        .navigation .navbar-nav > li {
            padding: 0;
            font-size: 16px;
        }

            .navigation .navbar-nav > li > a {
                padding: 10px 10px;
                display: block;
                border-bottom: #fff solid 1px;
                border-bottom: rgba(255,255,255,0.2) solid 1px;
                position: relative;
            }

            .navigation .navbar-nav > li:after {
                display: block;
                border-bottom: #000000 solid 1px;
                content: "";
                position: absolute;
                bottom: 1px;
                left: 0;
                right: 0;
            }

    .lines-button {
        transition: .3s;
        cursor: pointer;
        border-radius: 0.57143rem;
        background: transparent;
        border: 0;
        color: #ffffff;
        width: 45px;
        height: 40px;
        margin: 0;
        padding: 5px;
        float: right;
        top: -3px;
        position: relative;
    }

        .lines-button:hover {
            opacity: 1;
        }

        .lines-button:active {
            transition: 0;
        }

    .lines {
        display: inline-block;
        width: 100%;
        height: 0.25rem;
        background: #ffffff;
        border-radius: 0.28571rem;
        transition: 0.3s;
        position: relative;
    }

        .lines:before, .lines:after {
            display: inline-block;
            width: 100%;
            height: 0.25rem;
            background: #ffffff;
            border-radius: 0.28571rem;
            transition: 0.3s;
            position: absolute;
            left: 0;
            content: '';
            -webkit-transform-origin: 0.28571rem center;
            transform-origin: 0.28571rem center;
        }

        .lines:before {
            top: 0.80rem;
        }

        .lines:after {
            top: -0.80rem;
        }

    .lines-button.close {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .lines-button.x.close .lines {
        background: transparent;
    }

        .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            top: 0;
            width: 3rem;
        }

        .lines-button.x.close .lines:before {
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
        }

        .lines-button.x.close .lines:after {
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
        }

    .pt-5, .py-5 {
        padding-top: 2rem !important;
    }

    .foo-address ul.list-unstyled {
        margin-bottom: 25px;
    }

    .pb-4, .py-4 {
        padding-bottom: 1rem !important;
    }


    .sec-three-frm.pt-4 {
        padding-top: 5px !important;
    }

    .cookie-bar .AVsizer {
        width: 100%;
        margin-bottom: 0;
        max-width: 100%;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-control.input-sub {
        max-width: 100%;
    }

    .foo-address, .foo-social {
        text-align: center;
    }

    .hm-sec-one p.pt-5 {
        padding-top: 1rem !important;
    }

    .hm-sec-one p.mt-5 {
        margin-top: 1rem !important;
    }

    .header .logo {
        max-width: 140px;
    }
    .musicButton{
            right:15px;
            bottom:15px;
        }
        .musicButton img {
            max-width: 146px;
        }
}

@media only screen and (max-width:575px) {
    .logo {
        max-width: 135px;
    }
}
