body{
	color:#000;
	font-family: 'Exo 2', sans-serif;;
}
a{text-decoration: none;color:#000;}
img{max-width: 100%;height: auto;}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

/*accordian*/
.accordion {
	background-color: #121213;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
  }
  
  .active, .accordion:hover {
	background-color: #121213;
	color: #fff; 
  }
  
  .panel {
	padding: 0 18px;
	display: none;
	background-color: 121213;
	overflow: hidden;
  }
  button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
  button.accordion.active:after {
    content: "\2212";
}
/*-accordian*/

.div2,footer{background:#ddd}

.featurette-divider {
	margin: 5rem 0
}

.navbar-toggler:focus {
    box-shadow: none;
}

.parallel-3 {
	background: url(../images/Picture3.jpg) no-repeat 0 0/100%
}

/*.parallel-1 {
	background: url(../images/Picture1.jpg) no-repeat 0 0/100%
}

.parallel-2 {
	background: url(../images/Picture2.jpg) no-repeat 0 0/100%
}

.parallel-3 {
	background: url(../images/Picture3.jpg) no-repeat 0 0/100%
}

.parallel-4 {
	background: url(../images/Picture4.jpg) no-repeat 0 0/100%
}

.parallel-5 {
	background: url(../images/Picture5.png) no-repeat 0 0/100%
}

.parallel-6 {
	background: url(../images/Picture6.jpg) no-repeat 0 0/100%
}

.parallel-7 {
	background: url(../images/Picture7.jpg) no-repeat 0 0/100%
}*/


.watch-button {
	padding: 50px;
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, .5);
	text-align: center;
	width: 320px;
	text-transform: uppercase;
	border-radius: 50px;
	margin: 15rem auto;
	box-shadow: 0 0 5px 1px #555
}

.watch-button:hover {
	color: #000;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 5px 1px #fff;
	cursor: pointer
}

.form form {
	background: rgba(255, 255, 255, .8);
	max-width: 90%;
	margin: 10px auto 40px;
	font-size: 25px;
	padding: 20px 5%
}

.form form .form-group {
	padding: 10px 20px
}

.form form .form-group label {
	width: 170px;
	display: inline-block
}

.form form .form-group file,
.form form .form-group input,
.form form .form-group select,
.form form .form-group textarea {
	display: inline-block;
	font-size: 25px;
	width: 350px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.form form .submit {
	width: 96%;
	display: block;
	padding: 20px 0;
	font-size: 30px;
	margin-left: 2%;
	border: 0;
	box-shadow: 5px 5px 5px #b9b9b9;
	background: #00a28c;
	color: #fff;
	border-radius: 15px;
	margin-top: 25px
}
.iconize {
	position: relative;
	display: inline-block;
	left: 160px;
	top: -40px;
}
.iconize img {
	width: 40px;
	position: absolute;
}
.iconize input {
	position: absolute;
	padding-left: 50px;
	width: 50px !important;
	overflow: hidden;
	z-index: 99;
}
.navbar-toggler {
	background: #fff url(../menu.svg) no-repeat 5px 5px/40px 30px;
    padding: 5px 10px;
    border: 0;
	border: 1px solid #ddd;
}
.navbar-brand img{width: 100px;}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px 18px;
    border-radius: 50%;
    font-size: 18px;
}
  
  #myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }

@media (max-width:767px) {
	.form form .form-group label {
		width: 100%;
		margin-bottom: 15px
	}
	.form form {
		max-width: 100%;
		margin: 0
	}
	.navbar-mobile {
		position: absolute;
		right: 0;
		top: 95px;
		width: 100%;
		padding: 20px;
		background: rgba(0, 0, 0, .8)
	}
	.navbar-nav .nav-link {
		text-align: right;color:#fff;
	}
	
	.div1{padding-top:0}
	.watch-button {
		
		margin: 1rem auto;
		
	}
}

@media (max-width:419px) {
	
}

      