.seo_h1 {
    position: absolute;
    bottom: 18px;
    z-index: 1;
    margin: 0;
    right: 20%;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

html body {
    letter-spacing: 0.5px;
    position: relative;
}

.tp-caption.tp-resizeme h3 {
    font-weight: 800;
    font-size: 55px;
}

.tp-caption.tp-resizeme h2 {
    font-weight: 800;
    font-size: 28px;
}

.main h2 {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 30px;
}

.row.pad {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-5 {
    margin-top: 50px;
}

.heading span {
    font-size: 12px;
    text-transform: none;
}


/* ---------------------------------------------------- Media ----------------------------------------------------*/

@media (max-width: 1550px) {
    .seo_h1 {
        right: 12%;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .seo_h1 {
        right: 7%;
        bottom: 24px;
    }
}

@media (max-width: 991px) {
    .seo_h1 {
        right: 0;
        left: 0;
        margin: auto;
    }
    .rev_slider.fullwidthabanner img {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 767px) {
    .pg-top-sub-bar img {
        max-width: 200px;
        height: auto;
        margin-left: 25px;
    }
    .pg-banner h2,
    .pg-banner p.h2 {
        font-size: 30px;
    }
}