/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2024 | 05:40:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.list-banner ul.elementor-icon-list-items li.elementor-icon-list-item{
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(30, 7, 46, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
	padding:30px;
	transition:all .3s ease;
}
.list-banner ul.elementor-icon-list-items li.elementor-icon-list-item:hover{
	border-color:#E46EC3;
}
.heading span{
	color:#866bff;
}
.heading-color span{
	color:#866BFF;
}
.intro-box .elementor-icon-box-icon {
    margin-top: 7px;
}
.intro-box .elementor-icon-box-wrapper {
    border-bottom: 1px solid #a490ff;
    padding-bottom: 20px;
}
.intro-box .elementor-widget-icon-box:last-child .elementor-icon-box-wrapper{
	border:none;
}
.mb-0 p{
	margin-bottom:0;
}
.team-box h3 span{
	font-size:12px;
	font-weight:400;
	color:#292929;
}
.team-box ul {
    padding-left: 20px;
}
.bg-blue{
	animation-name: MoveBottom;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes MoveBottom{
	0% {
    transform: translatey(0);
    -webkit-transform: translatey(0);
}
100% {
    transform: translatey(20px);
    -webkit-transform: translatey(20px);
}
}

/**Form Style**/
label {
    color: #292929;
	text-transform: capitalize;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border: 1px solid #e7f4ff;
	background: #f9fcff;
	margin-top:10px;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{
    border-color: #866BFF;
	outline:none;
	box-shadow:none;
}
textarea{
	width:100%;
	max-height:100px;
}
input[type=submit] {
    background: #866bff;
    border-color: #866bff;
    border-radius: 60px;
    text-transform: uppercase;
    padding: 10px 30px;
	color:#fff;
}
input[type=submit]:focus, input[type=submit]:hover{
	background:#fff;
	color:#866bff;
}

