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

/* Global Styles */

html,
body {
    width: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    /* background-color: rgb(255,255,255); */
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    /* background-color: rgba(255,255,255,0.8); */
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav &gt; .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav &gt; .sidebar-brand a {
    color: #999;
}

.sidebar-nav &gt; .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: auto;
    /* background: url(../images/bg.jpg?1) no-repeat center center scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 800px;
}

/* About */

.about {
}

/* Services */

.services {
    /* padding: 50px 0; */
    min-height: 570px;
    background: url(../images/lx.png) no-repeat center center scroll;
    width: 100%;
    min-width: 1100px;
}

.service-item {
    margin-bottom: 30px;
    font-weight: bold;
}
.toprow {
    padding-top: 164px;
    /* padding-left: 258px; */
    margin: 0 auto;
    width: 1100px;
}


.df {
    width: 170px;
    float: left;
    margin-left: 69px;
    margin-top: 113px;
}
.df1 {
    width: 200px;
    float: left;
    margin-left: 117px;
    margin-top: -29px;
    position: absolute;
    /* z-index: 5; */
}
.df2 {
    width: 170px;
    float: left;
    margin-left: 161px;
    margin-top: 186px;
    position: absolute;
}
.df3 {
    width: 170px;
    float: left;
    margin-left: 388px;
    margin-top: 100px;
    position: absolute;
}
.df4 {
    width: 170px;
    float: left;
    margin-left: 704px;
    margin-top: 123px;
    position: absolute;
}
.df5 {
    width: 170px;
    float: left;
    margin-left: 936px;
    margin-top: 344px;
    position: absolute;
}

.df6 {
    width: 170px;
    float: left;
    margin-left: 294px;
    margin-top: 350px;
    position: absolute;
}
.df7 {
    width: 170px;
    float: left;
    margin-left: 580px;
    margin-top: 323px;
    position: absolute;
}

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    /*padding: 50px 0;*/
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
        width: 100%;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}


/* Footer */

footer {
    /*padding: 100px 0;*/
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

@media (max-width: 768px){
.df1 {
	    width: 300px;
	    height: 253px;
	    margin-left: 56px;
	    margin-top: -77px;
	    position: absolute;
}
.df2 {
	    width: 300px;
	    height: 253px;
	    margin-left: 23px;
	    margin-top: 254px;
	    position: absolute;
}
.df3 {
	    width: 300px;
	    height: 253px;
	    margin-left: -7px;
	    margin-top: 503px;
	    position: absolute;
}
.df4 {
	    width: 300px;
	    height: 253px;
	    margin-left: 40px;
	    margin-top: 774px;
	    position: absolute;
}
.df5 {
	    width: 300px;
	    height: 253px;
	    margin-left: -42px;
	    margin-top: 988px;
	    position: absolute;
}
.toprow {
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
}
	.header {
	    background: url(../images/m.jpg) no-repeat center center scroll;
	    min-height: 360px;
	}
	.services {
	    padding: 50px 0;
	    min-height: 1374px;
	    background: url(../images/mlx.jpg?1) no-repeat center center scroll;
	}
	.df {
	    width: 300px;
	    height: 253px;
	    margin-left: -69px;
	}
}
</pre></body></html>