/*!
 * Start Bootstrap - New Age v5.0.6 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}
body *{
  box-sizing: border-box;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}


section.redirectSc {
  position: relative;
  padding: 70px 0;
  padding-bottom: 0;
  padding-top: 10px;
}

section.redirectSc h2 {
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}



header{
  padding: 10px ;
  background: #374248;
}
header img{
  max-height: 50px;
}

#mainNav .navbar-nav{
  flex-direction: row !important;
}

.porate{
  border-radius: 5px;
  border: 1px solid #fdcc52;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
}

footer {
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.cntDown{
  background: #fdcc52;
}
.bg-primary {
  background: #fdcc52 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  background: #262626;
  color: #fff;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #fff;
  border-color: #fdcc52;
  background-color: #181818;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;

}

.btn-xl {
  font-size: 1.3em;
  padding: 15px 40px;
}

.bcvcCountDown {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.bcvcCountDown h2 {
  text-align:center;
  position: absolute;
  font-size: 2em;
  line-height: 100px;
  width: 100%;
  color: #000;
}

svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 3s linear;
}

#bvcontainerx {
  background: rgba(4,49,86,.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

#bvcontainerx .card {
  display: block;
  position: relative;
  width: 480px;
  max-width: 90%;
  min-height: 12em;
  background: #e2c706;
  color: #000000;
  padding: 1em 2em 2em;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-align: center;
}

#bvcontainerx .card h1 { font-family: 'Dosis', sans-serif; font-weight: 400; font-size: 3rem; }

.container{
  max-width: 900px !important;
}


.adArea{
  background: #fff;
  padding: 10px;

}
.redirectSc{
  padding-top: 100px;
  min-height: 350px;
}


#getLink{
  margin-bottom: 25px;
}
@media (max-width: 978px) {
  body{
    background: #374248;
  }
  footer {
    position: fixed;
    bottom: 0;
  }
}
@media (min-width: 978px) {
  body{
    background: #232323;
  }
  footer {
    background: #374248;
  }

  #page-top{

    width: 800px;
    margin: 3vh auto;
    position: relative;
  }
  .redirectSc{
    padding-top: 100px;
  }
}
