.sliderimg{
	-webkit-filter: brightness(50%) !important; /* Safari 6.0 - 9.0 */
  filter: brightness(50%) !important;
  }
.text-darkblue{color:#001d67;}
.text-red{color:#fb3d3d;}

.homeform{
	height:60px;
	border:solid 1px #daecff !important;
}

.custom-card-style-2 {
    box-shadow: 0px 0px 35px -5px rgb(0 0 0 / 10%);
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    margin-top: 16px;
    margin-top: 1rem;
}

.container-fun
{
margin: 100px auto;
text-align: center;
width:483px;
height:150px;
}


.upper-header {
    font-size: 15px;
    color: #fff;
    background-color: #f29c00;
    background-image: url('../img/bg-geometric.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 100%;
    background-size: cover;
    text-shadow: 1px 3px 9px rgba(0, 0, 0, 0.2);
}