#handsexperiencecard .card {
    border-top: 5px solid #305691;
    box-shadow: 0 0 15px #E9E9E9;
    border-radius: 0px 0px 50px 0px;
    /*height: 370px;*/
}
#handsexperiencecard .card-body{
	padding:20px !important;
}
.titlealignment{
    color:#305691;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: left;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    opacity:1;
}
#approchcard .card {
    box-shadow: 2px 2px 5px #6AAAC7, 2px 2px 5px #6AAAC7, 2px 2px 5px #6AAAC7;
}
#approchcard .card img {
    opacity: 0.5 !important;
}
#advisorprocess .card {
    border: 1px solid #AABBCC;
    height: 350px;
}
.bg-image1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/resources/img/firepress.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}
.perpendicular {
    position: absolute;
    bottom: 100px;
    transform-origin: left;
    transform: rotate(-90deg);
    line-height: 0;
}
#advidorsection .container {
    position: relative;
}
.bg-image2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/resources/img/firepress-2.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}




.gradient-1 {
    background: #305691 !important;
}