p {
    font-family: 'Arial', sans-serif;
    opacity: 0.7;
}

/**
 * header
 */

h1 {
    font-size: 2em;
    line-height: 1.4em;    
    margin-bottom: 0px;
    margin-top: 0px;
}

h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #5a5a5a;
    font-size: 2em;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

h2 > small.pull-right > a {
    color: #2a2a2a;
    display: inline-block;
    font-size: 0.76923076923076923076923076923077em;
    line-height: 1em;
    margin-top: 14px;
    transition: all 0.2s ease 0s;
}

h2 > small.pull-right > a:hover {
    color: #2a2a2a;
    text-decoration: none;
}    

h2 > small.pull-right > a::after {
    bottom: 2px;
    color: #1396e2;
    content: "";
    font-family: 'fontawesome';
    font-size: 1.28571em;
    font-variant: normal;
    font-weight: normal;
    left: 0px;
    line-height: 1em;
    margin-left: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}

h2 > small.pull-right > a:hover::after {
    color: #073855;
    left: 5px;
}

h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #073855;
    font-weight: normal;
    font-size: 1.28571em;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/**
 * media
 */

.media {
    border: 2px solid #f3f3f3;
    margin-top: 0px;
    min-height: 104px;
    position: relative;
}

.media > .media-left {
    padding-right: 0px;
    position: relative;
}

.media > .media-left > .media-object {
    background-color: #01529C;
    color: #ffffff;
    height: 40px;
    left: -2px;
    padding: 10px 10px 10px 10px;
    position: relative;
    top: -2px;
    width: 40px;
}

.media > .media-left > .media-object::after {
    border-color: transparent #01529C transparent transparent;
    border-style: solid;
    border-width: 0px 8px 8px 0px;
    bottom: -8px;
    content: "";
    height: 0px;
    position: absolute;
    right: 0px;
    width: 0px;
}

.media > .media-left > .media-object i.fa {
    font-size: 1.42857em;    
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
}

.media > .media-body {
    padding: 2px 10px 15px 10px;    
}

.media > .media-body h3 {
    margin-top: 0px;
}

.media > .media-body a {
    color: #2a2a2a;
    display: inline-block;
    transition: all 0.2s ease 0s;
}

.media > .media-body a:hover {
    color: #2a2a2a;
    text-decoration: none;
}

.media > .media-body a::after {
    bottom: 2px;
    color: #1396e2;
    content: "";
    font-family: 'fontawesome';
    font-size: 1.28571em;
    font-variant: normal;
    font-weight: normal;
    left: 0px;
    line-height: 1em;
    margin-left: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}

.media > .media-body a:hover::after {
    color: #073855;
    left: 5px;
}

/**
 * services
 */

@media (max-width: 767px) {
    
    .our-services .col-sm-4 + .col-sm-4 {
        margin-top: 30px;
    }
    
}



/**
 * partner-effect
 */

@media (max-width: 767px) {
    
    .partner-effect .col-sm-3 + .col-sm-3 {
        margin-top: 15px;
    }
    
}

.partner-effect a > img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: all 0.2s ease 0s;    
}

.partner-effect a:hover > img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}