* {
  box-sizing: border-box !important; }

@font-face {
  font-family: 'CenturyGothic';
  src: url("/static/fonts/GOTHIC.TTF") format("truetype"); }
@font-face {
  font-family: 'CenturyGothic';
  src: url("/static/fonts/GOTHICB.TTF") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'CenturyGothic';
  src: url("/static/fonts/GOTHICI.TTF") format("truetype");
  font-style: italic; }
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif !important; }

h1 {
  font-size: 41px !important; }
  @media (max-width: 991px) {
    h1 {
      font-size: 25px !important; } }

h2 {
  font-size: 35px !important; }
  @media (max-width: 991px) {
    h2 {
      font-size: 29px !important; } }

h3 {
  font-size: 31px !important; }
  @media (max-width: 991px) {
    h3 {
      font-size: 20px !important; } }

h5 {
  font-size: 18px !important; }
  @media (max-width: 991px) {
    h5 {
      font-size: 16px !important; } }

p {
  font-size: 16px !important; }
  @media (max-width: 991px) {
    p {
      font-size: 14px !important; } }

a {
  font-size: 16px !important; }
  @media (max-width: 991px) {
    a {
      font-size: 14px !important; } }
  a:hover {
    text-decoration: none !important; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .wrapper {
      width: 100%; } }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4; }
  @media (min-width: 769px) {
    .hamburger {
      display: none; } }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #246fb4; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #246fb4;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.player-holder {
  position: absolute;
  width: 800px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 800px) {
    .player-holder {
      width: 100%; } }
  .player-holder h5 {
    color: #fff;
    text-align: center; }
  .player-holder .audio-holder {
    text-align: center; }
    .player-holder .audio-holder audio {
      width: 500px;
      height: 40px;
      background: #fff; }
      @media (max-width: 576px) {
        .player-holder .audio-holder audio {
          width: 250px;
          height: 30px; } }

.header {
  background: transparent;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  -ms-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s; }
  .header.scrolled {
    background: #110240; }
  .header.fill {
    background: #110240; }
  @media (max-width: 768px) {
    .header {
      width: 200px;
      height: 100vh;
      background: #110240;
      transition: all .4s;
      display: flex;
      align-items: center;
      transform: translateX(-100%); }
      .header.shown {
        transform: translateX(0); } }
  .header .wrapper .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .header .wrapper .navigation {
        flex-direction: column;
        justify-content: center; } }
    @media (max-width: 768px) {
      .header .wrapper .navigation .logo-holder {
        margin-bottom: 20px; } }
    .header .wrapper .navigation .logo-holder .main-logo {
      height: 80px; }
    .header .wrapper .navigation .nav-list {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .header .wrapper .navigation .nav-list {
          flex-direction: column; } }
      .header .wrapper .navigation .nav-list .nav-item .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        transition: color .4s; }
        .header .wrapper .navigation .nav-list .nav-item .nav-link:hover {
          color: #246fb4; }
      .header .wrapper .navigation .nav-list .nav-item .fa {
        color: #fff;
        font-weight: normal; }
      .header .wrapper .navigation .nav-list .social-holder {
        display: flex;
        margin-left: 30px; }
        @media (max-width: 768px) {
          .header .wrapper .navigation .nav-list .social-holder {
            margin-top: 15px;
            margin-left: 0; } }

.home {
  height: calc(100vh - 76px);
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url("/static/images/cover-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 768px) {
    .home {
      min-height: auto;
      height: 500px; } }
  @media (max-width: 576px) {
    .home {
      height: 400px; } }
  .home:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  .home .wrapper.home-wrapper {
    position: absolute;
    left: calc(50% - 600px);
    z-index: 2; }
    @media (max-width: 1200px) {
      .home .wrapper.home-wrapper {
        left: 0;
        width: 100%; } }
    @media (max-width: 480px) {
      .home .wrapper.home-wrapper .aos-holder {
        padding: 30px 10px 50px 10px !important; } }
  .home .wrapper .container .row {
    display: flex;
    justify-content: center; }
    .home .wrapper .container .row .col-12 {
      background: rgba(0, 0, 0, 0);
      padding: 30px;
      position: relative; }
      .home .wrapper .container .row .col-12 h1 {
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 70px !important; }
        @media (max-width: 991px) {
          .home .wrapper .container .row .col-12 h1 {
            font-size: 35px !important; } }
        @media (max-width: 576px) {
          .home .wrapper .container .row .col-12 h1 {
            font-size: 25px !important;
            font-weight: bold; } }
      .home .wrapper .container .row .col-12 p {
        color: #fff;
        width: 600px;
        margin: 0 auto 15px auto;
        font-size: 18px !important; }
        @media (max-width: 768px) {
          .home .wrapper .container .row .col-12 p {
            width: auto;
            font-size: 14px !important; } }
      .home .wrapper .container .row .col-12 .top-line {
        position: absolute;
        background: #246fb4;
        transition: all .4s;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0; }
        @media (max-width: 768px) {
          .home .wrapper .container .row .col-12 .top-line {
            display: none; } }
      .home .wrapper .container .row .col-12 .right-line {
        position: absolute;
        background: #246fb4;
        transition: all .4s;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: 0 0; }
        @media (max-width: 768px) {
          .home .wrapper .container .row .col-12 .right-line {
            display: none; } }
      .home .wrapper .container .row .col-12 .bottom-line {
        position: absolute;
        background: #246fb4;
        transition: all .4s;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 100%; }
        @media (max-width: 768px) {
          .home .wrapper .container .row .col-12 .bottom-line {
            display: none; } }
      .home .wrapper .container .row .col-12 .left-line {
        position: absolute;
        background: #246fb4;
        transition: all .4s;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        transform: scaleY(0);
        transform-origin: 100% 100%; }
        @media (max-width: 768px) {
          .home .wrapper .container .row .col-12 .left-line {
            display: none; } }
      .home .wrapper .container .row .col-12:hover .top-line {
        transform: scaleX(1); }
      .home .wrapper .container .row .col-12:hover .right-line {
        transform: scaleY(1); }
      .home .wrapper .container .row .col-12:hover .bottom-line {
        transform: scaleX(1); }
      .home .wrapper .container .row .col-12:hover .left-line {
        transform: scaleY(1); }

.history {
  background: #110240; }
  .history .container-fluid .row .history-l {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1200px) {
      .history .container-fluid .row .history-l {
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 100px 15px 0 15px; } }
    .history .container-fluid .row .history-l div {
      width: 600px; }
      .history .container-fluid .row .history-l div h2 {
        color: #fff;
        font-weight: bold;
        position: relative;
        margin-bottom: 20px;
        text-transform: uppercase; }
      .history .container-fluid .row .history-l div p {
        color: #fff; }
  .history .container-fluid .row .history-r {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px; }
    @media (max-width: 1200px) {
      .history .container-fluid .row .history-r {
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 15px 100px 15px; } }
    .history .container-fluid .row .history-r .swiper-holder {
      width: 700px;
      height: 400px;
      position: relative; }
      @media (max-width: 768px) {
        .history .container-fluid .row .history-r .swiper-holder {
          width: 500px;
          height: 300px; } }
      @media (max-width: 576px) {
        .history .container-fluid .row .history-r .swiper-holder {
          width: 400px;
          height: 260px; } }
      @media (max-width: 420px) {
        .history .container-fluid .row .history-r .swiper-holder {
          width: 400px;
          height: 220px; } }
      @media (max-width: 360px) {
        .history .container-fluid .row .history-r .swiper-holder {
          width: 400px;
          height: 180px; } }
      .history .container-fluid .row .history-r .swiper-holder .swiper-nav {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        height: 100%;
        z-index: 2;
        cursor: pointer; }
        .history .container-fluid .row .history-r .swiper-holder .swiper-nav:focus {
          outline: none;
          box-shadow: none; }
        .history .container-fluid .row .history-r .swiper-holder .swiper-nav.swiper-nav-left {
          left: 0; }
        .history .container-fluid .row .history-r .swiper-holder .swiper-nav.swiper-nav-right {
          right: 0; }
        .history .container-fluid .row .history-r .swiper-holder .swiper-nav .fa {
          font-size: 50px;
          color: #246fb4; }
          @media (max-width: 576px) {
            .history .container-fluid .row .history-r .swiper-holder .swiper-nav .fa {
              font-size: 30px; } }
      .history .container-fluid .row .history-r .swiper-holder .swiper-container {
        width: 100%;
        height: 100%; }
        .history .container-fluid .row .history-r .swiper-holder .swiper-container .swiper-wrapper .swiper-slide {
          width: 100% !important; }
          .history .container-fluid .row .history-r .swiper-holder .swiper-container .swiper-wrapper .swiper-slide .history-image {
            width: 100%;
            height: 100%;
            object-fit: cover; }

.features {
  position: relative;
  background: #000;
  padding: 100px 0 150px 0; }
  @media (max-width: 768px) {
    .features {
      padding: 30px 0 50px 0; } }
  .features .wrapper .container-fluid .row .feature-box {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    @media (max-width: 768px) {
      .features .wrapper .container-fluid .row .feature-box {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0; } }
    .features .wrapper .container-fluid .row .feature-box .box-content-holder {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center; }
      .features .wrapper .container-fluid .row .feature-box .box-content-holder .fa {
        color: #246fb4;
        font-size: 70px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .features .wrapper .container-fluid .row .feature-box .box-content-holder .fa {
            font-size: 40px; } }
        @media (max-width: 380px) {
          .features .wrapper .container-fluid .row .feature-box .box-content-holder .fa {
            font-size: 30px;
            margin-bottom: 5px; } }
      .features .wrapper .container-fluid .row .feature-box .box-content-holder h5 {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase; }
      .features .wrapper .container-fluid .row .feature-box .box-content-holder p {
        color: #737373;
        width: 250px;
        margin-bottom: 0; }
        .features .wrapper .container-fluid .row .feature-box .box-content-holder p span {
          color: #ccc;
          font-weight: bold; }
          .features .wrapper .container-fluid .row .feature-box .box-content-holder p span a {
            color: #ccc; }
        @media (max-width: 991px) {
          .features .wrapper .container-fluid .row .feature-box .box-content-holder p {
            width: auto;
            font-size: 12px !important; } }
        @media (max-width: 768px) {
          .features .wrapper .container-fluid .row .feature-box .box-content-holder p {
            width: 350px; } }
        @media (max-width: 350px) {
          .features .wrapper .container-fluid .row .feature-box .box-content-holder p {
            width: auto; } }

.top-tracks {
  padding: 100px 0; }
  @media (min-width: 768px) {
    .top-tracks .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .top-tracks .container {
      max-width: 1140px; } }
  .top-tracks .container .row .top-tracks-title {
    color: #110240;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase; }
  @media (max-width: 768px) {
    .top-tracks .container .row .col-4 {
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 20px; } }
  .top-tracks .container .row .col-4 .top-video-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 310px; }
    .top-tracks .container .row .col-4 .top-video-holder .youtube {
      background: #110240;
      position: absolute;
      overflow: hidden;
      cursor: pointer;
      top: 0;
      left: 0;
      width: 100%;
      height: 260px; }
      .top-tracks .container .row .col-4 .top-video-holder .youtube iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
      .top-tracks .container .row .col-4 .top-video-holder .youtube img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        cursor: pointer;
        position: absolute;
        object-fit: cover; }
      .top-tracks .container .row .col-4 .top-video-holder .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #110240;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
        z-index: 1;
        opacity: 1;
        border-radius: 6px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); }
        .top-tracks .container .row .col-4 .top-video-holder .youtube .play-button:before {
          content: "";
          border-style: solid;
          border-width: 15px 0 15px 26.0px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0); }
    .top-tracks .container .row .col-4 .top-video-holder .top-video-holder-bottom {
      background: #fff;
      text-align: center;
      padding: 15px 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); }
      .top-tracks .container .row .col-4 .top-video-holder .top-video-holder-bottom h4 {
        color: #110240;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0; }
      .top-tracks .container .row .col-4 .top-video-holder .top-video-holder-bottom p {
        color: #110240;
        margin-bottom: 0; }

.extra {
  padding: 100px 0; }
  .extra .wrapper .container .row .col-12 {
    text-align: center; }
    .extra .wrapper .container .row .col-12 h2 {
      color: #110240;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 50px; }
  @media (max-width: 768px) {
    .extra .wrapper .container .row .col-6 {
      flex: 0 0 100%;
      max-width: 100%; }
      .extra .wrapper .container .row .col-6:last-child {
        margin-top: 30px; } }
  .extra .wrapper .container .row .col-6 .top-video-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 310px; }
    .extra .wrapper .container .row .col-6 .top-video-holder .youtube {
      background: #110240;
      position: absolute;
      overflow: hidden;
      cursor: pointer;
      top: 0;
      left: 0;
      width: 100%;
      height: 260px; }
      .extra .wrapper .container .row .col-6 .top-video-holder .youtube iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
      .extra .wrapper .container .row .col-6 .top-video-holder .youtube img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        cursor: pointer;
        position: absolute;
        object-fit: cover; }
      .extra .wrapper .container .row .col-6 .top-video-holder .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #110240;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
        z-index: 1;
        opacity: 1;
        border-radius: 6px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); }
        .extra .wrapper .container .row .col-6 .top-video-holder .youtube .play-button:before {
          content: "";
          border-style: solid;
          border-width: 15px 0 15px 26.0px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0); }
    .extra .wrapper .container .row .col-6 .top-video-holder .top-video-holder-bottom {
      background: #fff;
      text-align: center;
      padding: 15px 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); }
      .extra .wrapper .container .row .col-6 .top-video-holder .top-video-holder-bottom h4 {
        color: #110240;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0; }
      .extra .wrapper .container .row .col-6 .top-video-holder .top-video-holder-bottom p {
        color: #110240;
        margin-bottom: 0; }

.team {
  background: #110240;
  padding: 100px 0; }
  .team .wrapper .container .row .col-12 {
    text-align: center; }
    .team .wrapper .container .row .col-12 h2 {
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 50px; }
  .team .wrapper .container .row.team-u {
    justify-content: center; }
  .team .wrapper .container .row.team-d {
    justify-content: center; }
  .team .wrapper .container .row .team-box {
    flex: 0 0 300px;
    max-width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer; }
    @media (max-width: 480px) {
      .team .wrapper .container .row .team-box {
        flex: 0 0 200px;
        max-width: 200px;
        height: 200px; } }
    .team .wrapper .container .row .team-box .image-holder {
      overflow: hidden; }
      .team .wrapper .container .row .team-box .image-holder img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        object-position: 0 0;
        transition: all .4s; }
      .team .wrapper .container .row .team-box .image-holder:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
    .team .wrapper .container .row .team-box .member-info {
      position: absolute;
      bottom: 0;
      width: 300px;
      text-align: center; }
      .team .wrapper .container .row .team-box .member-info h4 {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 15px;
        color: #FFF; }
      .team .wrapper .container .row .team-box .member-info h5 {
        font-size: 14px !important;
        font-weight: 300 !important;
        color: #fff; }

.contact-section {
  background: #e6e6e6;
  padding: 100px 0; }
  @media (max-width: 768px) {
    .contact-section {
      padding: 50px 0; } }
  .contact-section .container .row {
    margin: 0; }
    .contact-section .container .row .contact-title {
      text-align: center;
      margin-bottom: 30px; }
      .contact-section .container .row .contact-title h2 {
        color: #110240;
        font-weight: bold;
        text-transform: uppercase; }
    .contact-section .container .row .contact-form {
      height: 220px; }
      @media (max-width: 768px) {
        .contact-section .container .row .contact-form {
          height: auto; } }
      @media (max-width: 576px) {
        .contact-section .container .row .contact-form {
          padding: 0; } }
      .contact-section .container .row .contact-form .form-group {
        height: 220px; }
        @media (max-width: 991px) {
          .contact-section .container .row .contact-form .form-group {
            margin-bottom: 23px; } }
        @media (max-width: 576px) {
          .contact-section .container .row .contact-form .form-group {
            padding: 0; } }
      .contact-section .container .row .contact-form .form-l {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .contact-section .container .row .contact-form .form-l {
            flex: 0 0 100%;
            max-width: 100%; } }
        .contact-section .container .row .contact-form .form-l .form-control {
          font-size: 14px;
          height: 60px;
          border: none;
          background: #fff;
          color: #246fb4;
          border-radius: 0; }
          .contact-section .container .row .contact-form .form-l .form-control:focus {
            box-shadow: 0 0 0 2px #110240; }
      @media (max-width: 768px) {
        .contact-section .container .row .contact-form .form-r {
          flex: 0 0 100%;
          max-width: 100%; } }
      .contact-section .container .row .contact-form .form-r textarea {
        height: 220px;
        width: 100%;
        resize: none;
        font-size: 14px;
        border: none;
        background: #fff;
        color: #246fb4;
        padding: 18px;
        border-radius: 0; }
        .contact-section .container .row .contact-form .form-r textarea:focus {
          box-shadow: 0 0 0 2px #110240;
          outline: none !important; }
      .contact-section .container .row .contact-form .form-button-holder {
        text-align: right; }
        @media (max-width: 576px) {
          .contact-section .container .row .contact-form .form-button-holder {
            padding: 0; } }
        .contact-section .container .row .contact-form .form-button-holder .btn {
          background: #fff;
          color: #110240;
          border-radius: 0;
          border: 1px solid #110240;
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          padding: 15px 50px; }
          @media (max-width: 768px) {
            .contact-section .container .row .contact-form .form-button-holder .btn {
              width: 100%; } }

.gallery-section {
  padding: 120px 0; }
  .gallery-section .container .row .gallery-title {
    color: #110240;
    text-transform: uppercase;
    text-align: center; }
  @media (max-width: 768px) {
    .gallery-section .container .row .col-4 {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 15px 0; } }
  .gallery-section .container .row .gallery-select-buttons-holder {
    display: flex;
    align-items: center;
    justify-content: center; }
    .gallery-section .container .row .gallery-select-buttons-holder .gallery-select-button {
      text-transform: uppercase;
      background: transparent;
      border: 1px solid #110240;
      color: #110240;
      margin: 0 10px;
      padding: 10px 0;
      width: 200px;
      -webkit-box-shadow: 3px 4px 20px -5px black;
      -moz-box-shadow: 3px 4px 20px -5px black;
      box-shadow: 3px 4px 20px -5px black;
      cursor: pointer; }
      .gallery-section .container .row .gallery-select-buttons-holder .gallery-select-button:focus {
        box-shadow: none;
        outline: none; }
      .gallery-section .container .row .gallery-select-buttons-holder .gallery-select-button.active {
        box-shadow: none;
        background: #110240;
        color: #fff;
        cursor: auto; }
  .gallery-section .video-col {
    margin: 0 0 30px 0; }
    .gallery-section .video-col .top-video-holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      height: 310px; }
      .gallery-section .video-col .top-video-holder .youtube {
        background: #110240;
        position: absolute;
        overflow: hidden;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        height: 260px; }
        .gallery-section .video-col .top-video-holder .youtube iframe {
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0; }
        .gallery-section .video-col .top-video-holder .youtube img {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 1;
          cursor: pointer;
          position: absolute;
          object-fit: cover; }
        .gallery-section .video-col .top-video-holder .youtube .play-button {
          width: 90px;
          height: 60px;
          background-color: #110240;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          z-index: 1;
          opacity: 1;
          border-radius: 6px;
          cursor: pointer;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0); }
          .gallery-section .video-col .top-video-holder .youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0); }
      .gallery-section .video-col .top-video-holder .top-video-holder-bottom {
        background: #fff;
        text-align: center;
        padding: 15px 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); }
        .gallery-section .video-col .top-video-holder .top-video-holder-bottom h4 {
          color: #110240;
          text-transform: uppercase;
          font-size: 18px;
          margin-bottom: 0; }
        .gallery-section .video-col .top-video-holder .top-video-holder-bottom p {
          color: #110240;
          margin-bottom: 0; }

.footer {
  background: #110240;
  padding: 10px 0; }
  .footer.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2; }
  .footer .wrapper .container .row .col-12 {
    display: flex;
    align-items: center; }
    .footer .wrapper .container .row .col-12 .footer-logo {
      height: 50px; }
    .footer .wrapper .container .row .col-12 small {
      color: #fff;
      margin-left: 15px; }
    .footer .wrapper .container .row .col-12 .footer-links {
      width: 100px;
      display: flex;
      justify-content: space-between;
      margin-left: auto; }
      .footer .wrapper .container .row .col-12 .footer-links .footer-link {
        color: #fff;
        font-size: 25px !important; }

.btn {
  padding: 8px 25px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 16px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); }
  .btn:focus {
    box-shadow: none !important; }
  @media (max-width: 768px) {
    .btn {
      font-size: 14px; } }
  .btn.main-btn {
    border-radius: 0;
    border: 2px solid transparent;
    background: #246fb4;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .btn.main-btn:focus {
      box-shadow: none; }
    .btn.main-btn:hover {
      background: transparent;
      border: 2px solid #246fb4;
      color: #246fb4; }
    @media (max-width: 576px) {
      .btn.main-btn {
        font-size: 12px;
        padding: 4px 15px !important; } }
    @media (max-width: 420px) {
      .btn.main-btn {
        padding: 2px 4px !important; } }
  .btn.tp-btn {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .btn.tp-btn:hover {
      border: 2px solid #246fb4;
      color: #246fb4; }
    @media (max-width: 576px) {
      .btn.tp-btn {
        font-size: 12px;
        padding: 4px 15px !important; } }
    @media (max-width: 420px) {
      .btn.tp-btn {
        padding: 2px 4px !important; } }
  .btn.top-more-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    color: #110240;
    text-transform: uppercase;
    border: 2px solid #110240;
    transition: all .2s;
    margin-top: 30px; }
    .btn.top-more-btn:hover {
      border: 2px solid transparent;
      background: #110240;
      color: #fff; }

/*# sourceMappingURL=style.css.map */
