
#slide-brand:hover{
    cursor:pointer;
}
.banner{

}
.banner-about-top {
    height: 700px;
    margin: 75px 0;
    background-size: cover !important;
}

.banner-about-bottom {
    height: 760px;
    background-size: cover !important;
}

.white-wrap {
    padding: 50px;
    padding-left: 15%;
    height: 700px;
    background-color: rgba(255, 255, 255, 0.85);
}
.the-odd.white-wrap{
    padding-right: 15%;
    padding-left: 50px;
}
.banner-about-bottom .white-wrap {
    padding-left: 15%;
    padding-right: 7%;
    height: 760px;
    background-color: rgba(255, 255, 255, 0.85);
}

.competence {
    padding: 20px;
    background-size: cover !important;
}

.compet-txt {
    padding: 35px 10px;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.compet-txt h5 {
    font-family: 'Raleway', sans-serif;font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 25px;
}

.compet-descript {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.half {
    width: 21%;
    margin-right:10%;
    display: inline-block;
}

.count-box {
    width: 49%;
    display: inline-block;
}

.count-box .img {
    width: 100%;
}

.count-box .txt {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.count-box .count {
    width: 49%;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 120px;
    opacity:0.25;
}

.competence-wrap{
    position: relative;
    overflow:hidden;

}
.compet-txt{
    position: absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:20px;
}
.competence-wrap:hover  .competence{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}
.competence{
    height: 400px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

