﻿body {
  /*
    padding-top: 50px;
    padding-bottom: 20px;
    */
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/*=== MEDIA QUERY ===*/

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
  background: #2b78e7 !important;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
  background: #2b78e7 !important;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main-md:hover {
  color: #fff;
  background: #2b78e7 !important;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
  background: #2b78e7 !important;
}


.main-nav {
  background: #fff;
  z-index: 1;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}
.navbar-expand-lg .navbar-collapse {
  display: inline-block !important;
}
 .main-nav .navbar-brand {
  padding: 0;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  list-style:none;
  margin-top:5px;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 45px;
}  
.main-nav .navbar-right > li > a { padding: 0 12px !important}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #2e7eed;
}

.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: '';
  background: #2e7eed;
  width: 60%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 20%;
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    float: right;
  }
}

@media (max-width: 992px) {
 .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}
.animated-color-bar {
  /*background: linear-gradient(270deg,#ce1212,#1d19a5,#208e42,#f7e812,#c61010);*/
  background-color: #007bff;
  background: url(/images/overlay.svg),linear-gradient(45deg,#007bff 0%,#006fe6 100%);
  background-size: 1000% 1000%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
  height: .5rem;
  z-index: 90
}

.bg-modal-content {
  background-image: url('/images/bg-regis.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.rounded {
  border-radius: .25rem !important
}

h1 {
  font-size: 4rem
}

h2 {
  margin-top: 0px !important;
}

.navbar-toggle {
  position: relative !important
}

.navbar-header {
  padding: 0px !important
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important
}
.dropdown-menu {
  /*border: 0px !important;*/
}
.navbar-default .navbar-collapse {
  border-color: transparent !important
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}
.dropdown-toggle:after{border: 0px !important}
/* homepage 3 */
.gradient-banner {
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}

.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #053996 50%);
}

.pull-top {
  margin-top: -100px;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}




/*# sourceMappingURL=maps/style.css.map */


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


