*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: #000;
	font-family: 'Poppins', sans-serif;
}
/*General*/
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
.section-hr{
	border: none;
	height: 2px;
	background: white;
	margin: 30px 0;
	animation: 1s linear reveal;
}
.section-header{
	margin: 20px 0;
}
.section-header h3{
	letter-spacing: 3px;
	font-weight: bolder;
	font-family: 'Philosopher', sans-serif;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.title-hr{
	border: none;
	height: 5px;
	background: white;
	width: 30%;
	margin-top: -10px;
}

.img img{
	animation: 1s linear reveal;
}
@media(max-width: 500px){
	.img img{
		min-width: 70%;
		margin: 20px
	}
}
.start_btn{
	padding: 10px 23px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	background: #810101;
	display: inline-block;
	animation: 1s linear reveal;
}
.about-para p{
	text-align: justify;
	animation: 1s linear secondanimation;
}



.terms{
  display: flex;
  color: #fff;
     font-family: 'Poppins', sans-serif;
}
.title{
  color: white;
  padding-left: 25px;
}
.amount{
  position: absolute;
  right: 30px;
}
.main-hr{
  border: none;
  height: 1px;
  background: #fff;
  margin-top: 30px!important;
  width: 90%;
  margin-left: 30px;
  padding-top: 2px;
}
.main-hrr{
    border: none;
  height: 1px;
  background: #fff;
  width: 80%;
  margin-left: 0%;
  padding-top: 2px;
}

.tele_btn{
	padding: 10px 23px;
	background: #0088cc;
}
.whats_btn{
	padding: 10px 44px;
	background: #4FCE5D;
}




/*
APP.OMSAI ONLINE .COM
*/

.nav-pills .nav-link.active{
	background: #810101;
	border-radius: 0;
}
.nav-pills .nav-link {
	border-radius: 0;
	background: #000;
border: 1px solid #818080;
}
.nav-pills .nav-link a{
	font-size: 16px!important;
		width: 33%;
}

.content{
	margin-left: 0px;
	margin-right: 20px;
}
.content-2{
	margin-left: 20px;
	color: #fff;
}
.demo-hr{
	background: #810101;
	border: none;
	height: 1px;
	width: 90%;
}

