* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #2a2c5d;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
a, a:link, a:visited {
    color: #6ec9c5;
}
a:hover, a:active {
    color: #584a9b;
}
.logo {
    margin-top: 70px;
    width: 60%; 
    max-width: 600px;
}
.tagline {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: 700;
    text-transform: uppercase;
	padding: 40px 0;
	-webkit-text-stroke-width: 1px;
	animation: fill-animation 4s linear;
}
@keyframes fill-animation {
	0% {
	  color: rgba(255, 255, 255, 0);
	  -webkit-text-stroke: 1px white;
	}
	100% {
	  color: white;
	  -webkit-text-stroke: 1px white;
	}
}


.navbar {
	background:#2a2c5d !important;
  }
  
  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
	 color:black !important;
  }

  .nav-item {
	margin-top: 20px;
	margin-right: 90px;
}  

.heading {
	font-size: 25px;
    font-weight: 600;
    padding: 17px;
    width: 16%;
    background: #2a2c5d;
    z-index: 80;
}

.line {
	width: 70vw;
    border-bottom: 1px solid;
    position: relative;
    top: 34px;
    z-index: -1;
}

.paragra {
	padding: 20px;
    font-size: 14px;
    line-height: 25px;
}

.paragra li {
	margin-bottom: 30px;
}

.about-us-wraper {
	margin-top: 15px;
}

.wrap {
	text-align: center;
}

.copyright {
	font-size: 12px;
    margin-top: 60px;
	color: #898989;
	text-align: center;
}

.video {
    width: 50%;
    height: auto;
    margin-top: 90px;

}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffffde !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.nav-link {
    color: white !important;
}