<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.counter-staus-box .section-head .title {
    font-size: 54px;
    line-height: 61px;
    font-weight: 700;
}

.service-media-bx p {
    color: #8e8e99;
    line-height: 24px;
}

.service-media-bx .dlab-info {
    padding: 0;
}
.service-media-bx .dlab-title {
    line-height:24px;
}


.dlab-box .dlab-media {
    margin-bottom: 25px;
}

.dlab-box .dlab-media img {
    width: 100%;
    object-fit: contain;
}

.dlab-box .dez-info p:last-child {
    margin: 0;
}

.about-ser-carousel .dlab-box .dlab-media img {
    max-height: 175px;
    object-fit: contain;
}

.dlab-box .service-media-bx {
    height: 520px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#masonry .card-container {
    margin: 0;
    margin-bottom: 15px;
}

.site-button.appointment-btn {
    font-size: 18px;
}

ul.pagination {
    justify-content: center;
}

.card-container .dlab-title a {
    font-size: 20px;
}

.section-full.add_bg {
    background-image: url(/assets/images/banner/prefooter_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.client-logo {
    vertical-align: top;
    padding-top: 25px;
}

.not-published {
    background-color: #ffe0e0;   
}

.success {
    color: green;
    font-size: 16px;
    font-weight: bold;
}

.error {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.dlab-gallery-listing.m-b80{
    margin-bottom: 80px;
}

.comments-area .comment-form p textarea, .comments-area .comment-form p input[type="text"]{
    text-transform: none;
}
.inquiry-form .input-group&gt;.form-control {
    width: 90%;
}
aside .widget .dlab-gallery-box {
    box-shadow: 0px 2px 15px 0 rgb(255 94 20 / 30%)
}

aside .widget .dlab-gallery-box:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.category-item {
    padding: 0 7px;
    margin: 7px 0 !important;
}

.ow-entry-title, .ow-entry {
    font-family: philosopher,poppins,sans-serif;
}
.ow-entry-title {
    font-size: 20px;
}

.seo_header {
    width: 100%;
}

.testimonial-11 {
    flex-flow: row wrap;
}
.flex {
    display:flex;
}

.input-group .form-control {
    width: 100%;
}

.success_message.title {
    color: green;
    font-size: 48px;
    font-weight: bold;
    font-family: philosopher, poppins, sans-serif;
    margin: 0px;
}

#feedback_form, #addCompany_form {
    max-width: 785px;
}

.fa.fa-search.text-primary[type=submit] {
    background-color: white;
}
.simple-search.input-group {
    flex-wrap: nowrap;
}

#addCompany_form {
    margin-top:60px;
}

input, button, textarea {
    outline: none;
}
input:focus, button:focus, textarea:focus {
    outline: none;
}
input:hover, button:hover, textarea:hover {
    outline: none;
}



span.resolved-amount {
    color: green;
    margin-left: 20px;
}
.comments-counter {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.comments-title {
    font-family: 'Philosopher', 'Poppins', sans-serif;
}
@media (max-width: 500px) {
    span.resolved-amount {
        color: green;
        margin-left: 0px;
    }
    .comments-counter {
        flex-direction: column-reverse;
    }
}

.flex {
    display:flex;
}
.flex.right {
    justify-content:flex-end;
}
.flex.left {
    justify-content:flex-start;
}
.flex.align-center {
    align-items:center;
}

.form-rating {
    font-size: 33px;
}

.form-group textarea {
    resize:none;
    font-family:'Raleway','Poppins', sans-serif;
    padding: 5px 10px 5px 50px;
    line-height: 28px;
}
.form-group input {
    font-family:'Raleway','Poppins', sans-serif;
    padding: 5px 10px 5px 50px;
    line-height: 28px;
}
.form-group * {
   /* font-family:'Raleway','Poppins', sans-serif;
    line-height: 28px;*/
}

/* span.resolved {
    color: green;
    font-size: 14px;
} */


/* ICONS BEFORE TEXT */
.advantage, .disadvantage, .review-content {
    font-size: 16px !important;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}
.advantage p, .disadvantage p, .review-content p {
    font-size: 16px !important;
}
.advantage:before, .disadvantage:before, .review-content:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: "themify";
    padding: 0 4px;
    margin-right: 30px;
    border-radius: 5px;
    transition: .9s;
    font-weight: bold;
}
.advantage:hover:before {
    background-color: lightgreen;
} 
.disadvantage:hover:before {
    background-color: lightpink;
}
.review-content:hover:before {
    background-color: #e0e0e0;
}
.advantage:before{
    content: "\e61a";
    color: green;
    border: 2px solid green;
}
.disadvantage:before{
    content: "\e622";
    color: red;
    border: 2px solid red;
}

.review-content:before{
    content: "\e644";
    color: grey;
    border: 2px solid grey;
}

/* ICONS BEFORE TEXT END */

.review-stars {
    margin-left: 20px;
}
.company-stars {
    position: relative;
    margin: 0 15px;
    display: flex;
    align-items:center;
    justify-content: center;
}
.company-stars i {
    font-size: 34px;
    display: contents;
}
.company-rating-number {
    min-width: 60px;
    min-height: 60px;
    
    display:flex;
    justify-content: center;
    align-items: center;
    
    box-sizing: border-box;
    border: 5px solid gray;
    border-radius: 100%;
}
.company-rating-number b{
    font-family: 'Philosopher', sans-serif;
    font-size: 25px;
    display: block;
}

.u-fill-width {
    width: 100%;
}
.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:992px) {
    .seo_header {
        font-size: 24px;
    }
    .testimonial-11.testimonial-box {
        margin: 0;
    }
    .testimonial-detail {
        text-align: justify;
    }
    .flex.left.column-sm {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 525px) {
    
    .testimonial-pic {
        display:flex;
        justify-content: center;
        min-width: 90% !important;
    }
    
    .review-stars {
        margin-left: 0px;
    }
    
    .review-footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .review-footer .likes {
        margin-bottom: 10px;
    }
}



.leave-review {float: right;}
@media (max-width: 777px) {
    .leave-review {float: none; display:block; width:100%; margin-bottom:20px;}
    .leave-review a {width:100%;}
}

.ticket-representative-comment-body{
    background-color: #f0f0eb !important;
}

ol.comment-list li.comment .comment-body.ticket-representative-comment-body:before{
    border-color: transparent #f0f0eb transparent #f0f0eb;
}

ol.comment-list li.comment .comment-author .fn{
    text-transform: none !important;
}</pre></body></html>