*{
	margin: 0;
	padding: 0;
	scroll-behavior: auto;
}
body{
	font-family: sans-serif;
}
#nav-bar{
	position: sticky;
	top:0; 
	z-index: 10;
}
.navbar{
	padding: 0I!important;
}
.navbar-brand img{
	height: 40px;
	padding-left: 5px;
}
.navbar-nav li{
	padding:0 10px;
}
.navbar-nav li a{
	color:#fff!important;
	font-weight: 600;
	text-align: center;
}
.navbar-toggler{
	outline:none!important;
}

/*banner section css*/

#banner{
	background-image: linear-gradient(to right,#050127, #0D0180 );
	color:#fff;
	padding-top: 5%;
}
.promotions-title{
	font-size: 40px;
	font-weight: 600;
	margin-top: 60px;
}
.bottom-img{
	width: 100%;
}
.service-img{

}
/*tentang Section*/

#tentang{
	padding: 80px 0;
	background-color: white;
}
.service-img{
	width: 100px;
	margin-top: 20px;
}
.tentang{
	padding: 20px;
}
.tentang h4{
	padding:5px;
	margin-top: 25px;
	text-transform: uppercase;
}
.title::before{
	content:'';
	background: #7b1798;
	height:5px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	transform: translateY(63px);
}
.title::after{
	content:'';
	background: #7b1798;
	height:10px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: none;
	transform: translateY(8px);
}
#tentang .btn-primary{
	box-shadow: none;
	padding: 8px; 25px;
	border:none;
	border-radius: 20px;
	background-image: linear-gradient(to right, #a517ba, #5f1782);
}

/*about us section */
#voting{
	background-color: white;
	padding-bottom: 50px;
	padding-top: 50px;
}
.about-title{
	font-size: 40px;
	font-weight: 600;
	margin-top: 8%;
}
#voting ul li{
	margin:10px 0px;
}
#voting ul{
	margin-left: 20px;
}

/*Testimonials*/
#testimonials{
	margin: 100px 0px;
}
.testimonials{
	border-left: 4px solid #7b1798;
	margin-top:50px;
	margin-bottom: 50px;
}
.testimonials img{
	height: 100px;
	width:100px;
	border-radius: 50%;
	margin:0 10px;
}
.user-details{
	display: inline-block;
	font-size: 12px;
}

/*social media Section*/
#social-media{
	background: #f8f9fa;
	padding: 100px 0px;
}
#social-media p{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}
.social-icons img{
	width: 60px;
	transition: 0.5s;
}
.social-icons img:hover{
	transform:translateY(-10px);
}

/*footer section;*/

#footer{
	background-image: linear-gradient(to right,#050127, #0D0180 );
color: white;
}
.footer-img{
	width: 100%;
}
.footer-box{
	padding: 20px;
}
.footer-box img{
	width: 70px;
	margin-bottom: 10px;
}
.footer-box .fa{
	margin-right: 8px;
	font-size: 20px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top:7px;
	border-radius: 2px;
	background-image: linear-gradient(to right, #a517ba, #5f1782); 
}

.footer-box .form-control{
	box-shadow: none!important;
	border:none;
	border-radius: 0;
	margin-top: 25px;
	max-width: 250px;
}
.footer-box .btn-primary{
	box-shadow: none!important;
	border:none;
	border-radius: 0px;
	margin-top: 30px;
	background-image: linear-gradient(to right, #a517ba, #5f1782);
}
hr{
	background-color: white;
}
.copyright{
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;

}

