body {
	background: #f0faff;
	font-family: 'Raleway', sans-serif;
}

header, .jumbotron {
	background: rgb(33,36,50) url('../images/header-bg.jpg') fixed;
	/*background-image: linear-gradient(145deg, #00b4c6 0%, #0088e8 100%);*/
}

.jumbotron p {
	color: #FFF;
}

.jumbotron-content h1 b{
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: url('../images/top-header.jpg');
	background-clip: text;
	background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header a, .navbar-brand {
	color:  #FFF;
	font-weight: 700;
}

.nav-link {
	font-weight: 700 !important;
}

.nav-link:hover {
	color: #fdc231;
}

h4, h3, h2 {
	font-weight: 700;
}

.main-menu a {
	display: block;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.jumbotron {
	min-height: 75vh;
	font-size: 1.6em;
	color: #FFF;
	margin-bottom: 0;
	border-radius: 0 !important;
}

.jumbotron-content {
	padding-top: 40px;
}
.jumbotron  h1{ 
	font-size: 1.7em;
}


#particles-js {
  position: absolute;
  max-height: 70vh;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 0 
}

section.content, div.content {
	padding: 80px;
}

h5.content {
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #4a4a4a;
    font-family: 'Roboto';
}

.ready-to-join {
	background: url('../images/part-bg.jpg') fixed;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ready-to-join .btn-success{
	font-size: 20px;
	margin-top: 20px;
} 

.spectrum {
	background-image: url('../images/top-header.jpg');
}

.box-1 p, .box-2 p,.box-3 p {
	color: #FFF
}
.box-1, .box-2,.box-3 {
	padding: 20px;
}
.box-1{
	
	background:#302c2d;
}

.box-2{
	
	background:#f15c32;
}

.box-3{

	background:#fab03a;
}

.slides-number{
	font-size: 104px;
    color: rgba(255,255,255,.1);
    position: relative;
    float: right;
    line-height: 1;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.spectrum , .india-footer {
	
	background-size: contain;
    width: 100%;
    height: 5px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 106;
}

.zero-pad {
	padding: 0;
}

.form-control {
	border-radius: 0;
}

.control-label {
	color: #FFF
}

footer , #contact-us{
	background: #18191a;
}

.padding-30 {
	padding: 30px	;
}

.copyright {
	background: #0e0f0f;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}
.copyright p{
	margin-bottom: 0;
	font-size: 14px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

#mainHeader {
	z-index: 9999;
}

.sticky + .container {
  padding-top: 102px;
}

@media (max-width: 576px) {
	section.content, div.content {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-collapse.in {
    display: block !important;
}

.navbar-toggler-icon {
    background-color: #fff;
}