.kpi-examples--list-box {
    position: fixed;
    display: block;
    bottom: 25px;
    left: 20px;
    background-color: #fff;
    z-index: 10;
    border-radius: 10px;
    padding: 10px;
    width: 140px;
    height: 48px;
    max-height: 800px;
    transition: .25s width ease,0.25s height .25s ease;
}
.kpi-examples--list-box .kpi-examples--list-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.kpi-examples--list-box .kpi-examples--list-title {
    display: block;
    background-image: url(/sites/all/themes/klipfolio_theme/img/svg/ui/icon-list.svg);
    background-size: 24px 24px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
    transition: .3s opacity .45s ease;
}
.kpi-examples--list-box .kpi-examples--list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    transition: .5s opacity .5s ease;
}
.kpi-examples--list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
.kpi-examples--list-box li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.kpi-examples--list-box:hover {
    border: 0;
    padding: 0;
    width: 300px;
    height: calc(100vh - 200px);
    transition: .3s height ease,0.25s width .25s ease;
}
.kpi-examples--list-box:hover .kpi-examples--list-container {
    display: block;
}
.kpi-examples--list-box .kpi-examples--list-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.kpi-examples--list-box:hover .kpi-examples--list-title {
    visibility: hidden;
    opacity: 0;
    transition: 1s opacity ease;
}
.kpi-examples--list-box:hover .kpi-examples--list {
    top: auto;
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.kpi-examples--list-box:hover ul {
    display: block;
}
.kpi-examples--list-box li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#services .box p {
    color: #000;
}
#services .box h4 {
    color: #000;
}
.kpi-examples--list-box {
    background-color: #51d8af !important;
}
.calculator-section form .row{
    margin-top: 2%;
}
.calculator-section{
    margin-bottom: 4%;
    text-align: center;
}
/* #intro #intro-carousel .item {
    background-image: url('../img/intro-carousel/Kaggledays-01.png');
}
@media (max-width: 768px) {
    #intro #intro-carousel .item {
        background-image: url('../img/intro-carousel/Kaggledays-01.png');
    }
  } */
  
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}  
.masthead {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-image: url('../img/events/PDA Event Cover-01.png');
    background-position: center;
    background-repeat: no-repeat;
  }
  .masthead2 {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-image: url('../img/events/Lab Session 20the July Cover-01.png');
    background-position: center;
    background-repeat: no-repeat;
  }
  .masthead3 {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-image: url('../img/events/Lab Session 20th July Cover-01.png');
    background-position: center;
    background-repeat: no-repeat;
  }
@media (max-width: 768px) {
    .masthead {
        width: 100%;
        height: 58vh;
        min-height: 58vh;
        position: relative;
        background-image: url('../img/events/Lab Session 13th July-01-01-01.png');
    }
    .masthead2 {
        width: 100%;
        height: 58vh;
        min-height: 58vh;
        position: relative;
        background-image: url('../img/events/Lab Session 20the July-01.png');
    }
    .masthead3 {
        width: 100%;
        height: 58vh;
        min-height: 58vh;
        position: relative;
        background-image: url('../img/events/Lab Session 27th July-01.png');
    }
} 
button.submit{
    color: #fff;
    background: #FF0000;
    padding: 5px;
    width: 158px;
    border-radius: 32px;
  }