.about-header-background {
    background: rgb(183, 28, 28);
    background: -moz-linear-gradient(45deg, rgba(183, 28, 28, 1) 0%, rgba(229, 57, 53, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(183, 28, 28, 1) 0%, rgba(229, 57, 53, 1) 100%);
    background: linear-gradient(45deg, rgba(183, 28, 28, 1) 0%, rgba(229, 57, 53, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b71c1c', endColorstr='#e53935', GradientType=1);
}

.map {
    width: 100%;
    height: 450px;
}

.experiance-digit-container {
    display: block;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experiance-digit {
    font-size: 12em;
    font-weight: 800;
    color: #343420;
    text-shadow: 10px 10px #9e9e9e;
}

.whyUs>li {
    font-size: 1.2em;
    list-style: none;
    #line-height: 50px;
    padding: 20px 5px 20px 5px;
    border-bottom: 1px dashed silver;
    text-align: left;
    margin-left: -40px;
}

.whyUs>li>img {
    width: 25px;
    margin-right: 15px;
    margin-bottom: 3px;
    opacity: .8;
}

.whyUs-panel {
    background-color: transparent;
    border-width: 0px;
}

.whyus-table {
    border-collapse: collapse;
    border-bottom: 1px dashed silver;
    margin-bottom: 15px;
    width: 100%;
}

.whyus-img {
    opacity: .8;
    margin: 15px;
}

.whyus-label {
    font-size: 1.2em;
    color: #343420;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.imgTd {
    width: 30px;
}

.location {
    font-size: 1.7em;
    font-weight: 200;
    #height: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    display: none;
}

.activeSlide {
    display: block;
}

.location>h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
    margin-bottom: 10px;
}

.location>h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: .7em;
}

.location-arrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    background: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.company-label {
    color: #343420;
    font-size: 1.2em;
}