<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&amp;subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@media (max-width: 767px) {
 
    .navbar-brand {
        padding: 0 15px 15px;
        height: auto;
    }
}
.Home_Header_BG{
/*background-image: -ms-linear-gradient(left, #464646 20%, #2C3E50 100%, #2C3E50 100%);

 
background-image: -moz-linear-gradient(left, #464646 20%, #2C3E50 100%, #2C3E50 100%);

 
background-image: -o-linear-gradient(left, #464646 20%, #2C3E50 100%, #2C3E50 100%);

 
background-image: -webkit-gradient(linear, left top, right top, color-stop(20, #464646), color-stop(100, #2C3E50), color-stop(100, #2C3E50));

 
background-image: -webkit-linear-gradient(left, #464646 20%, #2C3E50 100%, #2C3E50 100%);

 
background-image: linear-gradient(to right, #464646 20%, #2C3E50 100%, #2C3E50 100%);*/

/*background-image: -ms-linear-gradient(left, #2C3E50 20%, #464646 100%, #464646 100%);

background-image: -moz-linear-gradient(left, #2C3E50 20%, #464646 100%, #464646 100%);

background-image: -o-linear-gradient(left, #2C3E50 20%, #464646 100%, #464646 100%);

background-image: -webkit-gradient(linear, left top, right top, color-stop(20, #2C3E50), color-stop(100, #464646), color-stop(100, #464646));

background-image: -webkit-linear-gradient(left, #2C3E50 20%, #464646 100%, #464646 100%);

background-image: linear-gradient(to right, #2C3E50 20%, #464646 100%, #464646 100%);*/

background:#fff

}


.Home_Header
{
    font-size:2.5em;
    text-align:center;
    margin:2em;
    color:#222

}
#contact-us h2
{
    text-transform:uppercase;
}
/*
    ******************************************************
    **********************
    *****************************************************
    
*/ .box h3 {
    text-align: center;
    position: relative;
}

.box {
}
/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.CherryUmbrella p {
    /*font:17px/1.5em 'Lato',sans-serif;*/
    font-size: 17px;
    color: #fff;
}

.benifits_header {
    font: 15px/1.5em 'Lato',sans-serif;
}


.media.service-box .pull-left {
    margin-right: 20px;
}

    .media.service-box .pull-left &gt; i {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 60px;
        border-radius: 100%;
        color: #d7d7d7;
        box-shadow: inset 0 0 0 1px #929292;
        -webkit-box-shadow: inset 0 0 0 1px #929292;
        transition: background-color 400ms,background-color 400ms;
        position: relative;
    }

        .media.service-box .pull-left &gt; i:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            margin-top: -10px;
            right: -10px;
            border: 4px solid #fff;
            border-radius: 20px;
            background: #929292;
        }

.media.service-box:hover .pull-left &gt; i {
    background-image: -moz-linear-gradient(90deg,#ccc 0%,#d7d7d7 100%);
    background-image: -webkit-linear-gradient(90deg,#ccc 0%,#d7d7d7 100%);
    background-image: -ms-linear-gradient(90deg,#ccc 0%,#d7d7d7 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
}

/*  BENIFITS LEFT  */
/*
    ***********************************************
    **********
    **********************************************
*/

.media.service-box .pull-right {
    margin-right: 0px;
}

    .media.service-box .pull-right &gt; i {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 60px;
        border-radius: 100%;
        color: #669500;
        box-shadow: inset 0 0 0 1px #669500;
        -webkit-box-shadow: inset 0 0 0 1px #669500;
        transition: background-color 400ms,background-color 400ms;
        position: relative;
    }

        .media.service-box .pull-right &gt; i:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            margin-top: -10px;
            left: -10px;
            border: 4px solid #fff;
            border-radius: 20px;
            background: #7FBA00;
        }

.media.service-box:hover .pull-right &gt; i {
    background-image: -moz-linear-gradient(90deg,#7FBA00 0%,#7FBA00 100%);
    background-image: -webkit-linear-gradient(90deg,#7FBA00 0%,#7FBA00 100%);
    background-image: -ms-linear-gradient(90deg,#7FBA00 0%,#7FBA00 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
}


/* ===== Begin roatet boxes ===== */
/* Begin rotate box-1 */



/* === Rotate Box === */

/*
    Benefits
*/

#Benefits {
    background: #fff;
}

.Benefits_services {
    background: rgb(247, 247, 247);
}

.rotate-box-1.square-icon .rotate-box-icon, .rotate-box-2.square-icon .rotate-box-icon {
    background-color: #2c3e50;
}

.rotate-box-1, .rotate-box-2 {
    display: inline-block;
    margin: 30px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.rotate-box-1, a.rotate-box-2 {
    text-decoration: none;
    color: #363940;
}

    a.rotate-box-1:hover, a.rotate-box-2:hover {
        color: #676D75;
    }

.rotate-box-1 .rotate-box-icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 25px;
    margin-top: 10px;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rotate-box-1.square-icon .rotate-box-icon, .rotate-box-2.square-icon .rotate-box-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #FFF !important;
    font-size: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .rotate-box-1.square-icon .rotate-box-icon:after, .rotate-box-2.square-icon .rotate-box-icon:after {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        border: 2px solid #FFF;
    }

.rotate-box-1:hover.square-icon .rotate-box-icon, .rotate-box-2:hover.square-icon .rotate-box-icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate-box-1.square-icon .rotate-box-icon .fa, .rotate-box-2.square-icon .rotate-box-icon .fa {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotate-box-1:hover.square-icon .rotate-box-icon .fa, .rotate-box-2:hover.square-icon .rotate-box-icon .fa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate-box-1 .rotate-box-info a, .rotate-box-2 .rotate-box-info a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rotate-box-1 h4, .rotate-box-2 h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.rotate-box-1 p {
    padding: 0 10px;
}

.rotate-box-info p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000;
}

.rotate-box-1 .rotate-box-info {
    padding-left: 60px;
}

/* End rotate box-1 */


/* Begin rotate box-2 */
.rotate-box-2 .rotate-box-icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rotate-box-2.square-icon .rotate-box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
}

.rotate-box-2.square-icon .rotate-box-info {
    margin-top: 30px;
}


/*
    ***********************************************************
    ******************************** SERVICE STD
    **********************************************************
*/

.service-single {
    margin-top: 30px;
    padding-bottom: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px #e8e8e8;
}

    .service-single .box-top {
        background: #2c3e50;
        padding: 30px;
        color: #fff;
    }

        .service-single .box-top i {
            font-size: 50px;
            padding: 20px 0;
        }

        .service-single .box-top h2 {
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 45px;
            color: #fff;
        }

    .service-single .box-down {
        max-width: 350px;
        margin: 0 auto;
        border-radius: 100%;
        background: #fff;
        margin-top: -50px;
        padding: 50px 25px 10px 25px;
    }

    .service-single .btn-holly {
        background: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 20px;
        color: #FFA500;
    }

        .service-single .btn-holly:hover {
            background: #FFA500;
            border-color: #FFA500;
            color: #fff;
        }

.service-content {
    position: relative;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 300;
}

    .service-content h3 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #434a54;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .service-content .service-icon {
        position: absolute;
        left: 50%;
        top: -35px;
        width: 70px;
        height: 70px;
        margin-left: -35px;
        border-radius: 100%;
        background-color: #ef4034;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .service-content .service-icon .glyphicon {
            font-family: 'Glyphicons Halflings';
            font-size: 32px;
            line-height: 40px;
            font-weight: 400;
        }

        .service-content .service-icon .fa {
            font-family: 'FontAwesome';
            font-size: 32px;
            line-height: 40px;
            font-weight: 400;
        }

        .service-content .service-icon .fa,
        .service-content .service-icon .glyphicon {
            position: absolute;
            left: 0;
            top: 16px;
            width: 70px;
            height: 70px;
            vertical-align: middle;
            text-align: center;
            color: #ffffff;
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -ms-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

    .service-content:hover &gt; .service-icon .glyphicon,
    .service-content:hover &gt; .service-icon .fa {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .service-content:hover &gt; .service-icon {
        background-color: #434a54;
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .service-content:hover &gt; h3 {
        color: #6b6e80;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
/*
    ************************************************


*/
/* index page */
.rst-header-banner.rst-banner-background.rst-index-page-banner {
    background: url("../images/banner/banner7.jpg") no-repeat scroll center top / cover;
}

.rst-index-page-banner .rst-search-form {
    margin: 95px 0 167px;
}

.rst-home-whatwehave {
    float: left;
    padding: 0 15px;
    width: 33.2%;
}

.rst-home-whatwehave h5 {
   color:#fff;
}


.wpb_row {
    position: relative;
}

.rst-home-whatwehave i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #233141;
    font-size: 50px;
    height: 120px;
    left: 15px;
    padding: 35px 0;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 120px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
}

.rst-home-whatwehave:hover .rst-borderdashed i {
    color: #fff;
    background: #e74c3c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rst-borderdashed {
    background: url("http://themeforces.com/demo/skeets-html/images/border-dashed.png") no-repeat top left;
    background-size: 100%;
    height: 150px;
    width: 150px;
    padding: 14px;
    display: inline-block;
    position: relative;
}

    .rst-borderdashed::after {
        background: url("http://themeforces.com/demo/skeets-html/images/icon/dashed-line.jpg");
        content: "";
        height: 1px;
        position: absolute;
        right: -125px;
        top: 50%;
        width: 125px;
        z-index: 2;
    }

    .rst-borderdashed::before {
        background: url("http://themeforces.com/demo/skeets-html/images/icon/dashed-line.jpg");
        content: "";
        height: 1px;
        position: absolute;
        left: -125px;
        top: 50%;
        width: 125px;
        z-index: 2;
    }

.rst-home-whatwehave:first-of-type .rst-borderdashed::before {
    width: 0;
}

.rst-home-whatwehave:last-of-type .rst-borderdashed::after {
    width: 0;
}

.rst-home-whatwehave h5 {
    margin: 1em 0 20px;
    font-size: 18px;
    font-weight: 300;
}

.rst-home-whatwehave h4 {
    margin: 1em 0 20px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

#rst-home-whatwehave {
    padding: 0 0 155px;
}

#rst-support-products {
    background-color: #f8f9fb;
    padding: 0 0 150px;
}

.rst-product-box-2 .rst-box-data {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    padding: 40px;
}

    .rst-product-box-2 .rst-box-data h4 {
        font-family: Montserrat;
        letter-spacing: 2px;
        margin: 0;
        padding: 9px 0 15px;
        text-transform: uppercase;
    }

.rst-product-box-2 .rst-box-metadata {
    border-top: 0 none;
}

    .rst-product-box-2 .rst-box-metadata &gt; p {
        margin: 0 0 30px;
    }

.rst-box-metadata &gt; img {
    border-radius: 50%;
    float: left;
    height: auto;
    margin: 0;
    width: 45px;
}

.rst-box-metadata &gt; span {
    display: inline-block;
    float: right;
    margin: 12px 0 0;
}

.owl-theme.rst-home-sp-products-owl .owl-controls {
    margin-top: 0;
    text-align: right;
}

#rst-home-whoweare {
    padding: 140px 0 110px;
}

#rst-home-whatabout {
    background: url("http://themeforces.com/demo/skeets-html/images/border-dashed.png") no-repeat scroll center top;
    background-size: cover;
    padding: 0 0 160px;
}

    #rst-home-whatabout .rst-group-title h3,
    #rst-home-whatabout .rst-group-title p,
    #rst-home-whatpeoplesay .rst-group-title h3,
    #rst-home-whatpeoplesay .rst-group-title p {
        color: #fff;
    }

/**8*****************************************************
     ****************************
     ***********************************
 */

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-warning {
    border-left-color: #aa6708;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #aa6708;
    border-left-width: 5px;
    border-radius: 3px;
}

.service-info h3 {
    color: #222;
    font-weight: 300;
    line-height: 28px;
    font-size: 18px;
}
/*******************************************************
     **************************** EXPENSES
     ***********************************
 */
#expenses {
    background: #fff;
}


#Audits {
    background: url(../images/audits.jpg);
    background-attachment: fixed !important;
    background-size: cover;
    background-repeat: repeat;
    /* background-image: url("http://cdn.modernfarmer.com/wp-content/uploads/2013/04/shutterstock_57963004.jpg"); */
    /*background-image: url("../images/Youfarm_Solutions.jpg");
    background-attachment: fixed !important;
    background-size: cover;
    background-repeat: repeat;*/
}

.navbar-brand {
    padding: 8px 15px;
}

.ui-group-buttons .or {
    position: relative;
    float: left;
    width: .3em;
    height: 1.3em;
    z-index: 3;
    font-size: 1em;
    text-align: center;
}

    .ui-group-buttons .or:before {
        position: absolute;
        top: 50%;
        left: 50%;
        content: 'or';
        background-color: #028fcc;
        margin-top: -.1em;
        margin-left: -.9em;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.55;
        color: #fff200;
        font-style: normal;
        font-weight: 300;
        text-align: center;
        border-radius: 500px;
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        z-index:999999;
    }

    .ui-group-buttons .or:after {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        width: .3em;
        height: 2.84em;
        background-color: #028fcc /*rgba(0,0,0,0)*/;
        border-top: .6em solid #028fcc;
        border-bottom: .6em solid #028fcc;
    }

    .ui-group-buttons .or.or-lg {
           height: 1.3em;
    font-size: 1.45em;
}

        .ui-group-buttons .or.or-lg:after {
            height: 2.85em;
        }

    .ui-group-buttons .or.or-sm {
        height: 1em;
    }

        .ui-group-buttons .or.or-sm:after {
            height: 2.5em;
        }

    .ui-group-buttons .or.or-xs {
        height: .25em;
    }

        .ui-group-buttons .or.or-xs:after {
            height: 1.84em;
            z-index: -1000;
        }

.ui-group-buttons {
    display: inline-block;
    vertical-align: middle;
}

    .ui-group-buttons:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .ui-group-buttons .btn {
        float: left;
        border-radius: 0;
    }

        .ui-group-buttons .btn:first-child {
            margin-left: 0;
            font-size:2em;
            /*border-top-left-radius: .25em;
            border-bottom-left-radius: .25em;*/
            padding-right: 30px;
        }

        .ui-group-buttons .btn:last-child {
             font-size:2em;
            /*border-top-right-radius: .25em;
            border-bottom-right-radius: .25em;*/
            padding-left: 30px;
        }


        /*************************************************
            *****************************
            ******** OUR CHARGES
            *****************************
            
        **************************************************/
.OurChrgesBG1 {
    background-color: #2c3e50;
    padding: 2em 0;
  position:relative;
}

.OurChrgesBG2 {
    background-color: #27ae60;
    padding: 2em 0;
    position:relative;
}
.OurChrgesBG3 {
    background-color: #464646;
    padding: 2em 0;
    position:relative;
}
.OurChrgesBG4 {
    background-color: #ef5545;
    padding: 2em 0;
    position:relative;
}

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