<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
    overflow-x: hidden
}

p {
    font-size: 20px
}

    p.small {
        font-size: 16px
    }

a, a.active, a:active, a:focus, a:hover {
    color: #602694;
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

hr, hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px
}

    hr.star-light:after, hr.star-primary:after {
        content: "f005";
        font-family: FontAwesome;
        display: inline-block;
        position: relative;
        top: -.8em;
        font-size: 2em;
        padding: 0 .25em
    }

    hr.star-light {
        border-color: #fff
    }

        hr.star-light:after {
            background-color: #18bc9c;
            color: #fff
        }

    hr.star-primary {
        border-color: #2c3e50
    }

        hr.star-primary:after {
            background-color: #fff;
            color: #2c3e50
        }

.img-centered {
    margin: 0 auto
}

.navbar-custom {
    background: #21b7c6;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none
}

    .navbar-custom a:focus {
        outline: 0
    }

    .navbar-custom .navbar-brand {
        color: #fff
    }

        .navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
            color: #fff
        }

    .navbar-custom .navbar-nav {
        letter-spacing: 1px
    }

        .navbar-custom .navbar-nav li a {
            color: #fff;
            padding-right: 12px;
            padding-left: 12px
        }

            .navbar-custom .navbar-nav li a:hover {
                color: #ff0;
                outline: 0
            }

            .navbar-custom .navbar-nav li a:active, .navbar-custom .navbar-nav li a:focus {
                color: #fff
            }

        .navbar-custom .navbar-nav li.active a {
            color: #fff;
            background: #18bc9c
        }

            .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
                color: #fff;
                background: #18bc9c
            }

    .navbar-custom .navbar-toggle {
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        border-color: #fff
    }

        .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
            background-color: #18bc9c;
            color: #fff;
            border-color: #18bc9c
        }

    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }

section h2 {
    margin: 0;
    font-size: 3em
}

section.success {
    background: #18bc9c;
    color: #fff
}

section.first {
    padding-top: 75px
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

    #portfolio .portfolio-item .portfolio-link .caption {
        background: rgba(24,188,156,.9);
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all ease .5s;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s
    }

        #portfolio .portfolio-item .portfolio-link .caption:hover {
            opacity: 1
        }

        #portfolio .portfolio-item .portfolio-link .caption .caption-content {
            position: absolute;
            width: 100%;
            height: 20px;
            font-size: 20px;
            text-align: center;
            top: 50%;
            margin-top: -12px;
            color: #fff
        }

            #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
                margin-top: -12px
            }

            #portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
                margin: 0
            }

#portfolio * {
    z-index: 2
}

.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1
}

.floating-label-form-group-with-focus label {
    color: #18bc9c
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee
}

footer {
    color: #fff
}

    footer h3 {
        margin-bottom: 30px
    }

    footer .footer-above {
        padding-top: 50px;
        background-color: #eb6841
    }

    footer .footer-col {
        margin-bottom: 50px
    }

    footer .footer-below {
        padding: 25px 0;
        background-color: #bd4d2c
    }

.btn-outline {
    color: #fff;
    font-size: 20px;
    border: solid 2px #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
    margin-top: 15px
}

    .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
        color: #18bc9c;
        background: #fff;
        border: solid 2px #fff
    }

.btn-primary {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    font-weight: 700
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #1a242f;
        border-color: #161f29
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #2c3e50;
        border-color: #2c3e50
    }

    .btn-primary .badge {
        color: #2c3e50;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #18bc9c;
    border-color: #18bc9c;
    font-weight: 700
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #128f76;
        border-color: #11866f
    }

    .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #18bc9c;
        border-color: #18bc9c
    }

    .btn-success .badge {
        color: #18bc9c;
        background-color: #fff
    }

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px
}

.btn.active, .btn:active, .btn:focus {
    outline: 0
}

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049
}

    .scroll-top .btn {
        font-size: 20px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        line-height: 28px
    }

        .scroll-top .btn:focus {
            outline: 0
        }

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}

    .portfolio-modal .modal-content h2 {
        margin: 0;
        font-size: 3em
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px
    }

    .portfolio-modal .modal-content .item-details {
        margin: 30px 0
    }

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

    .portfolio-modal .close-modal:hover {
        opacity: .3
    }

    .portfolio-modal .close-modal .lr {
        height: 75px;
        width: 1px;
        margin-left: 35px;
        background-color: #2c3e50;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 1051
    }

        .portfolio-modal .close-modal .lr .rl {
            height: 75px;
            width: 1px;
            background-color: #2c3e50;
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            z-index: 1052
        }

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}

.affix {
    position: relative
}

#mainNav .call-now {
    background: #eb6841
}

.logo {
    height: auto !important;
    margin-top: 0;
    border-radius: 0 10px 10px 0;
    padding: 0
}

.navbar-nav {
    float: none
}

.custom-nav-bar {
    background: #00a0b0
}

.banner {
    background-size: cover;
    color: #fff;
    padding: 15px
}

    .banner .container {
        position: relative
    }

    .banner img {
        width: 100%;
        border-radius: 25px
    }

.banner-text {
    background: rgba(235,104,65,.85);
    padding: 1px 15px 10px;
    position: absolute;
    bottom: 0;
    margin: 16px;
    left: -1px;
    width: 80%
}

.More-service, .editing-service {
    margin: 30px 0 50px
}

#testimonials {
    padding: 0 0 20px
}

    #testimonials h3, .editing-service h3 {
        color: purple;
        font-size: 36px;
        position: relative;
        z-index: 2
    }

        #testimonials h3:after, .editing-service h3:after {
            content: ' ';
            width: 100%;
            border-bottom: 5px solid purple;
            right: 0;
            bottom: 16px;
            position: absolute;
            z-index: -2
        }

        #testimonials h3:before, .editing-service h3:before {
            content: ' - ';
            width: 70%;
            right: 15%;
            bottom: 0;
            background: #fff;
            color: #fff;
            position: absolute;
            z-index: -1
        }

    #testimonials .owl-carousel {
        padding-bottom: 20px
    }

        #testimonials .owl-carousel img {
            width: auto;
            margin: 0 auto
        }

        #testimonials .owl-carousel .item {
            width: auto;
            margin: 0 auto;
            padding-right: 20px;
            padding-left: 30px
        }

            #testimonials .owl-carousel .item h4 {
                text-transform: capitalize;
                font-size: 16px
            }

            #testimonials .owl-carousel .item cite {
                color: #333
            }

    #testimonials blockquote {
        height: 168px;
        padding-right: 10px
    }

        #testimonials blockquote p {
            font-size: 14px;
            text-align: justify
        }

            #testimonials blockquote p i {
                color: #999
            }

.blue p, .orange p {
    font-size: 14px
}

p {
    font-size: 18px
}

h5 {
    color: #21b7c6;
    font-size: 20px
}

.blue {
    background: #21b7c6;
    border-radius: 15px
}

    .blue img {
        width: 100%;
        border-radius: 15px;
        padding: 10px;
        margin-top: 15px
    }

.orange img {
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    margin-top: 15px
}

.orange {
    background: #eb6841;
    border-radius: 15px
}

.mid-banner {
    background-size: 100% 100%;
    width: 100%;
    padding: 50px 0 30px;
    text-align: center;
    color: #333;
    font-size: 20px
}

    .mid-banner h3 {
        font-size: 30px;
        font-weight: 700
    }

    .mid-banner p {
        font-size: 20px;
        margin-bottom: 40px
    }

    .mid-banner a {
        color: #fff;
        border: 1px solid ##ff6000;
        border-radius: 10px;
        padding: 10px 18px;
        margin: 10px;
        display: inline-block;
        text-decoration: none;
        background-color: #ff6000;
    }

        .mid-banner a:hover {
            background: #fff;
            color: #ff6000;
            border: 1px solid #ff6000;
        }

.mid-banner-small {
    padding: 22px 0 15px !important;
    text-align: center
}

.mid-banner-small-btn {
    text-align: center
}

    .mid-banner-small-btn a {
        color: #011a29;
        border: 1px solid #011a29;
        border-radius: 0 0 10px 10px;
        padding: 10px 18px;
        margin: 0 25px;
        display: inline-block;
        width: 300px;
        border-top: 0;
        font-size: 18px
    }

        .mid-banner-small-btn a:hover {
            background: #011a29;
            color: #fff
        }

.owl-carousel {
    text-align: center;
    padding: 15px 0 40px
}

    .owl-carousel img {
        border-radius: 50%;
        width: 90%;
        padding: 5%
    }

    .owl-carousel h4 {
        color: purple
    }

.owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
    position: absolute
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    position: absolute
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #eb6841;
    font-size: 26px;
    margin: 5px;
    padding: 15px 3px
}

.call-now {
    padding: 6px;
    font-weight: 700
}

    .call-now .btn-primary {
        background: #fff;
        color: #000
    }

    .call-now ul {
        padding: 0;
        margin: 0
    }

    .call-now li {
        display: inline-block;
        color: #fff;
        padding: 6px;
        font-size: 20px;
        font-weight: 22px
    }

        .call-now li span {
            font-size: 12px;
            color: #fff;
            text-transform: uppercase
        }

#contact {
    background-size: cover;
    color: #fff
}

.custom-process {
    background: #eb6841;
    color: #fff;
    font-size: 16px;
    padding: 50px 0
}

    .custom-process .img-area {
        text-align: center
    }

    .custom-process img {
        border-radius: 15px
    }

    .custom-process li {
        padding: 10px 0
    }

.banner-text {
    position: relative;
    width: 100%;
    margin: 0
}

.editing-service h3:before {
    display: none
}

.editing-service h3:after {
    display: none
}

.blue, .orange {
    padding-top: 15px;
    color: #fff;
    border-radius: 15px
}

.footer-nav ul li {
    display: inline-block;
    text-transform: capitalize;
    padding: 0 10px;
    border-right: 1px solid;
    font-size: 14px
}

    .footer-nav ul li:last-child {
        border: none
    }

    .footer-nav ul li a {
        color: #fff
    }

.item {
    padding: 40px
}

.social {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9
}

.discount-footer a {
    color: #ff0;
    font-size: 18px
}

.discount-footer {
    background: #eb6841;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid;
    font-size: 13px;
    padding: 5px;
    z-index: 999
}
</pre></body></html>