<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.layout-boxed .body-innerwrapper {
  max-width: 1900px !important;
  margin: 0 auto;
  box-shadow: none !important;
}
h1 {
  padding: 1% 0 2% 0;
  font-size: 1.8em !important;
}
.badge {
  display: none !important;
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1580px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1780px;
  }
}
#sp-header {
  background: #333 !important;
  height: 100px !important;
}
 #sp-header::before {
  background: #333 !important;
}
 #sp-logo img {
    margin-top: 20px !important;
}
.sp-megamenu-parent &gt; li.active &gt; a {
  color: #53ad6b !important;
}
.sp-megamenu-parent &gt; li &gt; a {
  color: #f1f1f1 !important;
}
a {
  color: #1b692d !important;
}
a:hover, a:focus, a:active {
  color: #53ad6b !important;
}
#mod-custom111.mod-custom.custom {
  font-size: 0.9em;
}
#mod-custom119.mod-custom.custom {
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1.3em;
}
#sp-servs {
  padding: 3% 0px;
}
ul.mod-articles-items {
  list-style-type: none !important;
}
.gradient-bg, .gradient-hover::before, .btn-bottom-border::after, .animated-border::before, .animated-border::after, .animated-border .border-span::before, .animated-border .border-span::after, .blog-post .tags a::before {
  background-color: #1b692d !important;
}
.article-intro-image.float-mod-articles-image &gt; a &gt; img {
  max-height: 370px !important;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.article-intro-image.float-mod-articles-image &gt; a &gt; img {
  max-height: 288px !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.article-intro-image.float-mod-articles-image &gt; a &gt; img {
  max-height: 225px !important;
}
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
.article-intro-image.float-mod-articles-image &gt; a &gt; img {
  max-height: 300px !important;
}
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
.article-intro-image.float-mod-articles-image &gt; a &gt; img {
  max-height: 320px !important;
}
}
@media screen and (min-width: 1601px) and (max-width: 1700px) {
.article-intro-image.float-mod-articles-image &gt; a &gt; img {
  max-height: 340px !important;
}
}
@media screen and (min-width: 1701px) and (max-width: 1779px) {
.article-intro-image.float-mod-articles-image &gt; a &gt; img {
  max-height: 300px !important;
}
}
.blog-post figcaption {
  background-color: inherit !important;
}
#sp-bottom {
  background-color: rgba(120, 120, 120, 0.1) !important;
  color: #444 !important;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 300 !important;;
  font-size: 1.5em !important;;
  color: #1b692d !important;
  margin: 0 !important;
}
#sp-bottom {
  font-size: 1.3em !important;
  line-height: inherit !important;
}
#startbilder {
  url
}
#sp-footer {
  font-size: 1em !important;
}


#sp-bottom .newsletter-signup form {
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:-o-flex;
 display:flex
}
#sp-bottom .newsletter-signup form input[type=text] {
 background:#323136;
 border:none;
 border-radius:3px 0 0 3px;
 color:rgba(255,255,255,.6);
 padding:10px 20px;
 height:46px
}
.white {
	color: #333;
	background-color: #fff;
	margin: 0 auto 10px auto;
	border: 1px solid #f1f1f1;
	padding: 5px 10px;
}
.white:hover {
	color: #333;
	background-color: #f9f9f9;
}
.beige {
	color: #000;
	background-color: #e3e1df;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #fff;
}
.greys {
	color: #333;
	background-color: #fafafa;
	margin: 0 auto 5px auto;
	padding: 5px;
}
.greys:hover {
	color: #333;
	background-color: #ddd;
}
.blues {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
    background: #006699;
    background: -moz-linear-gradient(45deg, #006699 0%, #3399cc 100%);
    background: -webkit-linear-gradient(45deg, #006699 0%,#3399cc 100%);
    background: linear-gradient(45deg, #006699 0%,#3399cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#3399cc',GradientType=1 );
}
.greens {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #669933;
    background: -moz-linear-gradient(45deg, #669933 0%, #66cc33 100%);
    background: -webkit-linear-gradient(45deg, #669933 0%,#66cc33 100%);
    background: linear-gradient(45deg, #669933 0%,#66cc33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669933', endColorstr='#66cc33',GradientType=1 );
}
.oranges {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #ff7b26;
    background: -moz-linear-gradient(45deg, #ff7b26 0%, #ffc108 100%);
    background: -webkit-linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    background: linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b26', endColorstr='#ffc108',GradientType=1 );
}
.reds {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #f32328;
    background: -moz-linear-gradient(45deg, #f32328 0%, #fe583c 100%);
    background: -webkit-linear-gradient(45deg, #f32328 0%,#fe583c 100%);
    background: linear-gradient(45deg, #f32328 0%,#fe583c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32328', endColorstr='#fe583c',GradientType=1 );}

.colors {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
	background: #ff7b26;
}
.reds h3::before,.oranges h3::before,.greens h3::before,.blues h3::before,.dark h3::before,.colors h3::before   {background-color:#fff !important;}

.dark {
	background-color: #444;
	margin: 0 auto 10px auto;
	color: #ddd;
	padding: 5px 10px;
}
.dark ul, .mcolor ul, .white ul {
	padding-left: 10px;
}

.dark a, .colors a { color: #ddd !important;}

#sp-tops {
    padding: 10px 0px;
}
#sp-bottom .newsletter-signup form, .sm-popup .newsletter-signup form {
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:-o-flex;
 display:flex
}
#sp-bottom .newsletter-signup form input[type=text], .sm-popup .newsletter-signup form input[type=text]{
 background:transparent;
 border-radius:3px 0 0 3px;
 padding:10px 20px;
 height:46px;
 border: 1px solid #999;
}
#sp-bottom .newsletter-signup form button[type=submit], .sm-popup .newsletter-signup form button[type=submit] {
 text-transform:uppercase;
 background:#1a73e8;
 padding-left:18px;
 padding-right:18px;
 width:140px;
 height:46px;
 color:#fff;
 border:none;
 box-shadow:none;
 border-radius:0 3px 3px 0;
 -webkit-transition:.4s;
 transition:.4s
}
#sp-bottom .newsletter-signup form button[type=submit]:hover {
 background:#2a61c9
}
@media (min-width: 992px) { #sp-header  { position: relative; z-index: 30; }#sp-logo img { margin-top: -20px;}#sp-header.header-sticky #sp-logo img { margin-top: 0px;}#sp-top1 ul.social-icons {margin-left: 300px;} }
@media (min-width: 992px) { #sp-header::before { position: absolute; content: ''; background-color: #fff; -webkit-transform: skew( 25deg); transform: skew( 25deg); box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.05), 0 -4px 6px 0 rgba(0, 0, 0, 0.05); } }
@media (min-width: 992px) { #sp-header::before { top: -2.5rem; bottom: 0rem; left: -3rem; width: calc(50% - 420px + 18.3333333333rem); } }
@media (min-width: 1300px) { #sp-header::before { width: calc(50% - 570px + 15.3333333333rem); } }
@media (min-width: 992px) {

#sp-top-bar { color: #333; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+50,fff+51,fff+100 */
background: #fff; /* Old browsers */
background: -moz-linear-gradient(left, #f1f1f1 0%, #f1f1f1 50%, #fff 50%, #fff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f1f1f1 0%,#f1f1f1 50%,#fff 50%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f1f1f1 0%,#f1f1f1 50%,#fff 50%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fff',GradientType=1 ); /* IE6-9 */ }
.ninzio-overlay {background-color: rgba(237,51,37,0.8) !important;}
}
.sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item &gt; a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	line-height: 20px;
	display: block;
	cursor: pointer;
	padding: 8px;
	font-size: 16px;
	font-weight: 300;
}
.sp-megamenu-parent .sp-mega-group&gt;li&gt;a {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px
}
#sp-advert{
    margin-top: 20px;
}
.burger-icon&gt;span {
    background-color: #fff;
}
#sp-main-body {
    padding: 20px 0
}
.owl-carousel button {
  box-shadow: 1px 1px 2px #777,-1px -1px 2px #999;
  border: 0;
  color: #fff;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
section {
  background: #fff;
}
@media (max-width:991px) {
    .sp-megamenu-parent&gt;li&gt;a,
    .sp-megamenu-parent&gt;li&gt;span {
        line-height: 50px
    }
    #sp-header {
        height: 60px
    }
    #sp-header .logo {
        height: 60px
    }
 }   
 
@media (min-width: 1400px){
#sp-servs .container,#sp-servs .container-lg,#sp-servs .container-md,#sp-servs .container-sm,#sp-servs .container-xl,#sp-servs .container-xxl {
    max-width: 1820px;
} 
} 
@media (min-width: 1400px){
#sp-advert .container,#sp-advert .container-lg,#sp-advert .container-md,#sp-advert .container-sm,#sp-advert .container-xl,#sp-advert .container-xxl {
    max-width: 1620px;
} 
} 
.homepage-2-slider{top: 100px !important; bottom: 100px !important;}

.bg-dark h1, .bg-dark h2, .bg-dark a, .bg-dark h3{
  color: #fff !important;
}

.bg-dark #sp-main-body, .bg-dark #sp-top-header, .bg-dark #sp-header.header-sticky,.bg-dark .sm-popup,.bg-dark .qcontact-modal-item,.bg-dark #sp-section-6,.bg-dark #npost465{
  background: #111 !important;
}
.bg-dark .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,.bg-dark .offcanvas-menu{
  background: #222 !important;
}
.bg-dark .team-item_info a,.bg-dark  h3.news-spr__tilte,.bg-dark .spr-news_title&gt;a,.bg-dark .spr-news_read-btn &gt; a,.bg-dark  .spr-news_meta li, .spr-news_meta li a, .bg-dark .team-item_titles h4, .bg-dark .mx-main-title h1 {
  color: #222 !important;
}
.bg-dark .the-button a, .bg-dark .all-content-inner h2, .bg-dark .all-content-inner a, .bg-dark  h3.services-eight__title a {
  color: #222 !important;
}
.news-spr__single:hover .news-spr__tilte {
    color: #ffffff !important;;
}
.bg-dark .pager {
    border-top: 1px solid #333;
}
.bg-dark #sp-left .sp-module,.bg-dark .article-list .article,.bg-dark .qcontact-modal-item, .bg-dark .supper-news-item, .bg-dark .gallery-container, .bg-dark .services-three__single:hover, .bg-dark .sppb-panel-modern{
    border: 1px solid #333;
}
.bg-dark #sp-left .sp-module .sp-module-title,.bg-dark #sp-right .sp-module .sp-module-title,.bg-dark .gallery-thumbs .swiper-slide {
    border-bottom: 1px solid #333;
}
.bg-dark .burger-icon &gt; span{
  background: #f1f1f1 !important;
}
.bg-dark .offcanvas-menu .offcanvas-inner .sp-module ul &gt; li.menu-parent &gt; a &gt; .menu-toggler,.bg-dark .offcanvas-menu .offcanvas-inner .sp-module ul &gt; li.menu-parent &gt; .menu-separator &gt; .menu-toggler{
  color: #f1f1f1 !important;
}
.bg-dark .gallery-thumbs .swiper-slide-thumb-active {
  background: #0053cf !important;
}
:root {
 --bs-light-rgb:235,  238, 242;
 }
.bg-dark body {
 --bs-bg-opacity:1;
 background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}</pre></body></html>