@charset "utf-8";

/* CSS Document */		
.purple-gradient {
/*background: rgba(113,52,176,1);
background: -moz-linear-gradient(left, rgba(113,52,176,1) 0%, rgba(183,43,161,1) 56%, rgba(225,111,207,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(113,52,176,1)), color-stop(56%, rgba(183,43,161,1)), color-stop(100%, rgba(225,111,207,1)));
background: -webkit-linear-gradient(left, rgba(113,52,176,1) 0%, rgba(183,43,161,1) 56%, rgba(225,111,207,1) 100%);
background: -o-linear-gradient(left, rgba(113,52,176,1) 0%, rgba(183,43,161,1) 56%, rgba(225,111,207,1) 100%);
background: -ms-linear-gradient(left, rgba(113,52,176,1) 0%, rgba(183,43,161,1) 56%, rgba(225,111,207,1) 100%);
background: linear-gradient(to right, rgba(113,52,176,1) 0%, rgba(183,43,161,1) 56%, rgba(225,111,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7134b0', endColorstr='#e16fcf', GradientType=1 );*/
background: rgba(6,3,46,1);
background: -moz-linear-gradient(left, rgba(6,3,46,1) 0%, rgba(17,55,245,1) 66%, rgba(122,162,240,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,3,46,1)), color-stop(66%, rgba(17,55,245,1)), color-stop(100%, rgba(122,162,240,1)));
background: -webkit-linear-gradient(left, rgba(6,3,46,1) 0%, rgba(17,55,245,1) 66%, rgba(122,162,240,1) 100%);
background: -o-linear-gradient(left, rgba(6,3,46,1) 0%, rgba(17,55,245,1) 66%, rgba(122,162,240,1) 100%);
background: -ms-linear-gradient(left, rgba(6,3,46,1) 0%, rgba(17,55,245,1) 66%, rgba(122,162,240,1) 100%);
background: linear-gradient(to right, rgba(6,3,46,1) 0%, rgba(17,55,245,1) 66%, rgba(122,162,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06032e', endColorstr='#7aa2f0', GradientType=1 );
}

.peach-gradient {
    background: -webkit-linear-gradient(50deg,#FFD86F,#FC6262)!important;
    background: -o-linear-gradient(50deg,#FFD86F,#FC6262)!important;
    background: linear-gradient(40deg,#FFD86F,#FC6262)!important;
}

.bg-purple{
background-color:#7134B0;
color:#FFFFFF;
}

.bg-black{
background-color:#01192b;
color:#FFFFFF;
}

.bg-half-black{
background-color: #000c14;
color:#ccc;
}

.border-purple{
border:2px solid #7134B0;
}

/*Card */
.card-body{
padding: 1rem !important;
}

#box1 {
    display: table;
    height: 90px;
    width: 100%;
    margin-top: -50px;
	padding-top:10px;
    padding-left: 20px;
	background:#fffff0;
	}

#box1 h1{
/*font-family: Arial, Helvetica, sans-serif !important;*/
font-weight:600;
margin-bottom:0;
color:#080A48;
font-size:24px;
}

#box1 p{
font-family: 'Lato', sans-serif;
font-size:20px;
margin-top:-2px;
font-weight:200;
/*color:#32506d;*/
color:#080A48;
}
#box1 h1 small{
font-size:13px;
}

h1, h2, h3, h4, h5, h6{
font-family: 'Fjalla One', sans-serif !important;
}

h1,h2,h3{
font-weight:400;
}

h1,h2{
font-weight:400;
color:#080A48 !important;
}

h4 small{
font-family: 'Lato', sans-serif !important;
color:#E1E1E1;
font-size: 0.875rem;
line-height: 1.4;
}

body{
font-family: 'Lato', sans-serif !important;
}

p{
font-family: 'Lato', sans-serif;
font-weight:400;
}

.lead{
font-weight:400 !important;
}

.navbar {
/*border-bottom: 1px solid #FFD700;*/
font-weight:700;
font-size:1rem;
box-shadow: 0 8px 6px -6px black;
}

.navbar-nav li a{
color: #fff;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
  color: #ddd;
}

.navbar-nav li a.active{
  color: #7aa2f0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(000, 000, 000, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='15' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    color: rgba(000,000,000,.9);
    border-color: rgba(000,000,000, 1) !important;
}

.footer ul a{
color:#fff;
}


a.text-white-50{
color:#E7D4FB;
text-decoration:none;
}

a.text-white-50:hover, a.text-white-50:focus {
text-decoration:none;
color:#ffe6f2;
}

.footer p{
margin-bottom:0;
}

/*Timeline*/

* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index:-1;
}

/* Container around content */
.container-tl {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-tl::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
     background-color: #ccc;
    border: 4px solid #000;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #ccc;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ccc;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #ccc;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ccc transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content-tl {
  padding: 20px 30px;
  background-color: #ccc;
  position: relative;
  border-radius: 6px;
  Color: #000;
}

.content-tl-last {
  padding: 20px 30px;
  background-color: #ccc;
  position: relative;
  border-radius: 6px;
  Color: #000;
  margin-top:70px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-tl {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-tl::before {
  left: 60px;
  border: medium solid #B72BA1;
  border-width: 10px 10px 10px 0;
  border-color: transparent #B72BA1 transparent transparent;
  }

  /* Make sure all circles are at the same spot */ 
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

/*// Buttons*/
.btn-outline-green {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #C6FF00;
}

/*// Slider*/

#exampleSlider {
  position: relative;
  border: 1px solid black;
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid red;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid green;
  border-right: none;
  width: 20%;
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}
