/*
body { 
  background: url('https://wallpaper.wiki/wp-content/uploads/2017/05/Tree-wallpaper-black-and-white-free-download.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: black;
  opacity:0.4;
}
*/
.politics1{
	text-align:center;
}
.slider-area{
	margin-top:70px;
}
.slide-image {
	height: 550px;
	position:relative;
}
.home-image{
	position:relative;
	margin-bottom: 75px;
	
}
.home-image img{
	width:100%;
}
.slide-image img{
	height:100%;
}
.title {
	text-align: center;
}
.caption{
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
	text-align:center;
}
.main-content{
	margin:150px 0 70px 0;
}
.video{
	
	height: 250px;
	width: 100%;
	background-color: gray;
}
.image{
	
}
.image img{
	height:100%;
	width:100%;
}
.footer-area{
	background:gray;
	padding:20px;
}
.footer-area i{
	color: #FFFFFF;
    background: darkgrey;
    padding: 15px;
    border-radius: 100%;
    font-size: 25px;
    width: 50px;
    height: 50px;
}
.footer-area i:hover{
	background:red;
}
