﻿body {
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 20px 30px;
}

.widget-title {
    font-size: 21px;
    padding-bottom: 4PX;
    margin-bottom: 28px;
    position: relative;
    font-weight: 600;
}

.widget .tagcloud a {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 7px 15px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    background-color: #0069d9;
    color: #fff
}

    .widget .tagcloud a:hover {
        color: #FE7C02 !important;
        border: 1px solid #FE7C02 !important;
        background-color: #fff;
    }

.scl-media-pstn {
    float: left;
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 3px;
}

.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 11px 31px 11px 31px;
}

.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: 0 0;
    border: 1px solid #eaeff5;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease 0s;
}

    .ttm-btn.ttm-btn-size-md i {
        font-size: 14px;
        line-height: 15px;
    }

    .ttm-btn.ttm-icon-btn-left i {
        text-align: left;
        margin-right: 10px;
        margin-left: 0;
    }

    .ttm-btn.ttm-icon-btn-left i {
        left: 20px;
    }

    .ttm-btn i {
        display: inline-block;
        vertical-align: middle;
        text-align: inherit;
        margin-left: 10px;
    }

    .ttm-btn.ttm-btn-shape-rounded {
        border-radius: 3px;
    }

    .ttm-btn.ttm-btn-size-md {
        font-size: 14px;
        padding: 11px 31px 11px 31px;
    }

    .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover {
        background-color: #0069d9;
        color: #fff
    }

@media screen and (max-width: 768px) {
    .submenu_heading {
        position: absolute;
        top: 2%;
        padding: 20px 20px 20px 20px;
        width: 250px;
    }

    .service-title {
        margin-top: 25%;
    }
}

#scrollUp {
    display: none !important;
}