<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------------- */
/* !Home Slides */
/* --------------------------------------------------------- */

#home-slide-1 {
    background-image: url(../images/Home_slide1.jpg);
    opacity: 0.5;
}
#home-slide-2 {
    background-image: url(../images/Home_slide2.jpg);
    opacity: 0.5;
}
#home-slide-3 {
    background-image: url(../images/Home_slide3.jpg);
    opacity: 0.5;
}


/* --------------------------------------------------------- */
/* !Quotes Block */
/* --------------------------------------------------------- */

#quotes {
    background-image: url(../images/Parallax1.jpg);
    opacity: 0.5;
}


/* --------------------------------------------------------- */
/* !Tweets Block */
/* --------------------------------------------------------- */

#tweets {
    background-image: url(../images/Parallax2.jpg);
}


/* --------------------------------------------------------- */
/* !Services More */
/* --------------------------------------------------------- */

#services-more {
    background-image: url(../images/Parallax3.jpg);
}


/* --------------------------------------------------------- */
/* !Client Quotes Block */
/* --------------------------------------------------------- */

#client-quotes {
    background-image: url(../images/Parallax4.jpg);
}


/* --------------------------------------------------------- */
/* !Contact Block */
/* --------------------------------------------------------- */

#contact {
    background-image: url(../images/Footer_Image.jpg);
}


/* --------------------------------------------------------- */
/* !Blog Header */
/* --------------------------------------------------------- */

#blog-header {
    background-image: url(../images/Parallax3.jpg);
}

#centured-header{
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: center;
}

.centured{
    text-align: center;
}

#clear-text{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}


/* --------------------------------------------------------- */
/* !Panels in Services section */
/* --------------------------------------------------------- */
.card {
    background: #fff;
    border-radius: 2px;
    border-top: 6px solid #bdc5c8;
    padding: 20px 60px 10px 60px;
    margin-bottom: 20px;
}

.card-no-spaces {
    background: #fff;
    border-radius: 2px;
    padding: 0;
    margin: 0;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


.row-eq-height1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-eq-height {
    min-height: 350px;
}

.toogle{
    position: absolute;
    top: -0;
    right: -0;
    background: #33b5e5;
    width: 40px;
    height: 40px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 35px;

    text-align: center;
}


.apex-icon a{
    margin-left: 10px;
}

#lang{
    float:right;
    margin-right: 50px;
}
#lang a{
    color: #ffffff; 
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
}


</pre></body></html>