/*--------Downlod------*/
button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn{
	position: relative;
	background: #ec3237;
	border-radius: 0px;
	width: 130px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	
	border: 1px solid #ec3237;
	transition: all 0.5s ease;
z-index:1;
	
}
.btn:hover{
	color: #fff;
	background: none;
	border: 1px solid #3d4095;
}
.btn:hover::after{
	width: 100%;
	z-index: -1;
	
	
}
#download{
	background: #efefef2e;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
#download .container{
	background-color: #ec3237;
	padding-top: 10px;
	
}
#download h6{
	font-size: 20px;
	margin-top: -5px;
	color: #fff;
}
.btn::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	background-color:#3d4095;
	left: 0%;
	right: 0;
	top:0;
	bottom: 0;
	color: #fff;
	transition: all 0.5s ease;
}
hr{
	border: 1px solid #efefef;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.modal .form-control{
	border:1px solid #ec3237;
	border-radius: 0px;
	color: #000!important;
	
	height: 50px;
	margin-bottom: 20px!important;
	
}
::placeholder{
	color: #000!important;
	font-size: 20px;
}
modal button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
modal .btn{
	position: relative;
	background: #ec3237;
	border-radius: 0px;
	width: 200px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 100px;
	
	border: 1px solid #ec3237;
	
}
modal .btn:hover{
	color: #fff;
	background: none;
	border: 1px solid #3d4095;
}
modal .btn:hover::after{
	width: 100%;
	z-index: -1;
	
	
}
modal .btn::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	background-color:#3d4095;
	left: 0%;
	right: 0;
	top:0;
	bottom: 0;
	color: #fff;
	transition: all 0.5s ease;
}