.fa-file-pdf-o {
    color: #6b0d00;
    text-shadow: 2px 2px 2px rgba(111, 111, 111, 0.5);
}

.fa-file-excel-o {
    color: #287b0b;
    text-shadow: 2px 2px 2px rgba(111, 111, 111, 0.5);
}

.downloads-col-one {
    float: left;
    margin-right: 2%;
    width: 43%;
    padding: 0 10px 10px 10px;
    min-height: 452px;
    position: relative;
}

.downloads-col-one p.intro {
    font-size: 1.15em !important;
    text-align: center;
    margin: 0.2em;
    line-height: 1.2;
}

.downloads-col-one a {
    color: #000;
    text-decoration: none;
    display: block;
}

.downloads-col-two {
    float: left;
    width: 50%;
    min-height: 462px;
    position: relative;
}

.downloads-col-two a {
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #000;
    padding: 5px;
}

.downloads-col-one:after,
.downloads-col-two:after {
    display: block;
    position: absolute;
    background: url("../images/bott.png")no-repeat;
    width: 100%;
    height: 20px;
    content: '';
    bottom: 0;
}

.obj-c {
    margin: 0 auto;
    display: block;
    text-align: center
}

.switch-white {
    color: #fff;
}

.downloads-col-one h4 {
    margin-bottom: 0px;
}

.downloads-col-two h4 img {
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 15px;
    font-weight: 400;
}

.downloads-col-two h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    padding: 5px !important;
    color: #21aae2;
    font-size: 20px;
    font-weight: 400;
}

.downloads-col-one a:hover {
    color: #002154;
    text-decoration: none;
}

.downloads-col-two a:hover {
    color: #002154;
    text-decoration: none;
}

ul.iconsarr li {
    position: relative;
    transition: padding-left 0.3s, background 0.3s, color 0.3s;
    padding-left: 39px;

    line-height: 1;
}




ul.iconsarr {
    list-style: none;

}


ul.iconsarr li a {
    position: relative;
    width: 100%;
    color: #0f024a;
    text-decoration: none !important;
    transition: all .5s linear;
    border-bottom: 2px solid #C6C7DF;
    transition: border-bottom 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    line-height: 1.8;
}

ul.iconsarr li a:hover {
    border-bottom: 2px solid #21aae2;
    transition: all .5s linear;
}

ul.iconsarr li a:hover {
    text-decoration: none;
    color: #21aae2;
}

ul.iconsarr li a:hover:after {
    width: 100%
}

ul.iconsarr li a:after {
    content: '';
    width: 0;
    border-bottom: 2px solid #222b40;
    position: absolute;
    height: 0;
    bottom: -2px;
    left: 0;
    transition: all .5s linear;
    display: inline-block
}


@media screen and (max-width: 860px) {
    .downloads-col-one {
        width: 97%;
        min-height: 0;
    }

    .downloads-col-two {
        width: 97%;
        margin-top: 20px;
        min-height: 0;
        padding-bottom: 15px
    }
}