@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
body{
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(69,4,4,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(69,4,4,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(69,4,4,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(69,4,4,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(69,4,4,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(69,4,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#450404', GradientType=1 );
}
.login-block{
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104c80', endColorstr='#207ce5', GradientType=1 );
float:left;
width:100%;
padding : 100px 0;
}
.banner-sec{

       border-radius: 0 10px 10px 0; 
       padding:15px;
    }
.container{background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);}
.carousel-inner{border-radius:0 10px 10px 0;}
.carousel-caption{text-align:left; left:5%;}
.login-sec{padding: 50px 30px; position:relative;}
.login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.login-sec .copy-text i{color:rgba(16,76,128,1);}
.login-sec .copy-text a{color:rgba(32,124,229,1);}
.login-sec h2{margin-bottom:30px; font-weight:800; font-size:30px; color: rgba(32,124,229,1);}
.login-sec h2:after{content:" "; width:100px; height:5px; background:rgba(16,76,128,1); display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.btn-login{background: rgba(32,124,229,1); color:#fff; font-weight:600;}
.banner-text{width:70%; position:absolute; bottom:40px; padding-left:20px;}
.banner-text h2{color:#fff; font-weight:600;}
.banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;}
.banner-text p{color:#fff;}


.slideshow{
	width: 100%;
	/* position: relative; */
}

.slider li, ul{
	width: 100%;
}

.slider li{
	overflow: hidden;
}

.slider li img{
	width: 100%;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	text-align: center;
	color: #fff;
	z-index: 1;
}

.slider .caption h1{
	font-size: 50px;
}

.slider .caption p{
	margin-top: 10px;
	font-size: 20px;
}

.pagination{
	position: absolute;
	top: 102%;
	width: 100%;

	display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 20px;
	margin: 2px 5px;
	color: #858585;
	cursor: pointer;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;

	display: flex;
	align-items: center;

	color: #fff;
	font-size: 35px;
	cursor: pointer;
	z-index: 2;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}


@media screen and (max-width: 600px){
	.slider .caption p{
		display: none;
	}

	.slider .caption h1{
		font-size: 35px;
	}

	.left, .right{
		font-size: 30px;
	}

	.slider li img{
		width: 600px;
	}

	.pagination{
		display: none;
	}
}