﻿
.card {
    border-radius: 15px !important;
}
.card-image{
    min-height:140px;
}
.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    /*box-shadow: 0 0px 0px 0 rgba(136, 144, 195, 0.2), 0 0px 0px 0 rgba(37, 44, 97, 0.15);*/
    border-radius: 15px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 100%;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    /*background: #309df0;
    color: #fff;*/
    transform: scale(1.1);
    z-index: 9;
}
.banner-button{
    border-radius:50% !important;
    width:20px !important;
    opacity:5 !important;
    height:20px !important;
}
.slide{
    height:480px !important;
}
.carousel-inner{
    height: 480px !important;
}
.carousel-item{
    height: 480px !important;
}

.accordion-item h2 a:hover {
    background-color: #DADBDD;
    color: white;
}

a {
    text-decoration: none !important;
}
.fontawesomeicon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.Iconcontect::before {
    font: var(--fa-font-brands);
    content: ' \e117';
}
