.featured-style-one-image-block .bubbled-text-block h3{
    font-size: 30px;
}
.list-style-1 li {
    color: #1e2837;
    font-size: 18px;
}
.single-service-page-content table{
    color: #1e2837;
    font-size: 18px;
}
.single-service-page-content p{
    margin-bottom: 10px;
    text-align: justify;
}
.content-block p,.text-block p{
    text-align: justify;
}
.site-header.header-three .top-bar .left-content p strong{
    font-size: 24px;
}
.sec-title span.tag-line{
    font-size: 18px;
}
.footer-widget.about-widget p {
    margin-bottom: 10px;
    text-align: justify;
}

.breadcrums li:first-child a::before {
    content: '\f38f';
    font-family: "Ionicons";
}
.ion-refresh:before, .ion-refreshing:before {
    content: "\f21c";
    display: inline-block;
}
.ion-refreshing:before {
    content: "\f21c";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.ion-spin, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-ios7-reloading {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 600px) {
    .single-service-page-content table {
        width: 100%;
        overflow: auto;
        display: block;
    }   
}
