<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* general css */
body {
  background: #fff!important;
}
#sp-top-bar a {
    color: #fff!important;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
body.itemid-101 #sp-header {
  background-color: rgba(255,255,255,0)!important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}
body.itemid-101 #sp-main-body {
  position: relative;
  top:-73px;
}
#sp-header {
    background: #000!important;
}

/* Sub pages */
body:not(.home) .header-area {
    background: #fff;
}

/* Sticky menu */
.is-sticky.header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

/*** Logo ***/
.header-area .logo {
  padding: 14px 0;
}

/*** Menu ***/
body .sp-megamenu-parent &gt; li &gt; a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent &gt; li.active &gt; a {
    font-weight: 700;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
body.itemid-101 #sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8)!important;
}

/*** Canvas Menu ***/
#offcanvas-toggler &gt; .fa {
  color: #fff!important;
}
.offcanvas-menu .sp-module-content {
    width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul &gt; li {
  line-height: 45px;
  border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul &gt; li:first-child {
  border-top: 1px solid #E8EEF3;  
}

/**** Button ****/
.tp-caption a.btn-slider {
     padding: 10px 30px;
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     border-radius: 5px;
     float: left;
     color: #fff!important;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
}
.tp-caption a.btn-slider:hover {
    background-color: #fff!important;
    border: 2px solid #fff!important;
}
.lt-title .sppb-addon-title {
    font-size: 30px;
    font-weight: 700!important;
}
/*** Slider ***/
.lt-slider-color span {
    color: #fff;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*** Intro ***/
.lt-intro {
    position: relative;
    top:-100px; 
}
.lt-intro-content {
    cursor: pointer;
    padding: 30px;
}
.lt-intro-content .sppb-addon-content {
    color: #333;
}
.lt-intro-sub:hover .sppb-addon-content {
    color: #fff!important;
}
.lt-intro-content::after {
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 100%;
    content:"";
    transition: 0.5s;
    z-index: -1;
}
.lt-intro-sub:hover .lt-intro-content::after {
    width: 100%;
    height: 100%;
    background: rgba(6,34,65,0.80);
    transition: 0.5s;
}
.lt-intro-sub {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.lt-intro-content::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.lt-intro-sub:hover .lt-intro-content::before {
    opacity: 0;
}
.lt-intro-content h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
.lt-intro-content h3 {
    font-size: 20px;
    font-weight: 600;
}
/*** About ***/
.lt-about {
    position: relative;
}
.lt-about-content {
    border: 1px solid #fff;
    padding: 20px;
}
/**** Service ****/
.lt-service-item {
    cursor: pointer;
    padding: 30px 20px;
    position: relative;
    border: 1px solid #ccc;
}
.lt-service-item .sppb-addon-content {
    color:#333!important;
}
.lt-service-sub:hover .sppb-addon-content,
.lt-service-sub:hover .sppb-addon-title {
    color:#fff!important;
}
.lt-service-sub:hover .lt-service-item::after {
    width: 100%;
    height: 100%;
    background: rgba(6,34,65,0.80);
    transition: 0.5s;
}
.lt-service-sub:hover .lt-service-item::before {
    opacity: 0;
}
.lt-service-sub {
    cursor: pointer;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.lt-service-item::before {
     position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.lt-service-item::after {
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 100%;
    content:"";
    transition: 0.5s;
    z-index: -1;
}
.lt-intro-content h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
/**** Business ****/
.lt-business-item .sppb-icon-container i {
    font-size: 25px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    background-color: #fff;
}
.lt-business-video .sppb-icon-inner i {
    position: absolute;
    top:160px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 100px;
    width: 98px;
    background-color: #fff;
    border-radius: 50px!important;
}
/***** Contact *****/
.lt-contact-content .sppb-icon-container {
    font-size: 20px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
}
.lt-contact-content .sppb-addon-title  {
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
}
.lt-contact-button .sppb-btn-custom {
    cursor: pointer;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 0px!important;
}

/*** Team ***/
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
    width: 100%;
}
.lt-team-item {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.lt-team-item .sppb-addon-text {
    cursor: pointer;
    width: 74%;
    padding: 30px 10px 10px 20px;
    background: rgba(6,34,65,0.95);
    height: 100%;
    position: absolute;
    top: 68%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s;
}
.lt-team-item .sppb-addon-title  {
  font-size: 20px;
  font-weight: 700;
} 
.lt-team-item:hover .sppb-addon-text {
    top: 30%;
    transition: 0.5s;
    text-align: left;
}
.lt-team-item h6 {
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}
.lt-team-item ul {
    padding: 0;
    position: absolute;
    bottom: 94px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item h4.sppb-addon-title {
    font-size: 20px;
    color: #fff;
    padding: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item h6 {
    color: #fff;
    font-size:16px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item p {
   font-size: 14px;
    color: #fff;
    padding: 0;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover p {
    bottom: 180px;
    padding-left:20px;
    padding-right:5px;
    opacity: 1;
    visibility: inherit;
} 

.lt-team-item:hover ul {
    bottom: 130px;
    opacity: 1;
    visibility: inherit;
}
.lt-team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.lt-team-item ul li:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.lt-team-item ul li a {
    background: #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50px;
}
.lt-team-item ul li em {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item ul li a:hover em {
   color: #000;
}
.lt-team-item ul li strong {
   display: none;
}
/*** Testimonial ***/
.lt-testimonial {
    position: relative;
    z-index: 1;
}
.lt-testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}
/*** Portfolio ***/
#lt-portfolio .sppb-row &gt; div:first-child {
   padding: 0;
}
.lt-portfolio p {
   color: #fff;
}
.sp-simpleportfolio-info {
    position: relative;
}
.sp-simpleportfolio-info::before {
    position: absolute;
    left: 0px;
    content: "";
    top: 25px;
    width: 3px;
    height: 20px;
    background: #90C404;
    transition: 0.5s;
}
.lt-portfolio-top {
   padding: 40px;
}
.lt-portfolio-top p {
   color: #000;
}
.lt-portfolio-top ul {
    padding-left: 0;
}
.lt-portfolio-top ul li {
   list-style: none;
}
.lt-portfolio-top ul li:before {
    content: "\f101";
    margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li &gt; a {
    background: none;
    color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li &gt; a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a {
     background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter &gt; ul &gt; li.active &gt; a:after {
    visibility: inherit;
    opacity: 1;
}
/*** Blog ***/
.lt-blog p {
   color: #212529;
}
.moduleItemComments {
    font-size: 0;
}
.moduleItemComments:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
    width: 22%;
    float: left;
    margin-right: 2%;
    margin-top: 30px;
    box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3;
    position: relative;
    padding: 15px;
    color: #dfd9d9;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    color: #000;
}
div.k2ItemsBlock ul li:nth-child(2n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a {
    color: #333;
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border: 0;
}
div.k2ItemsBlock ul .clearList {
    display: none;
}
.sp-module-content {
    display: inline-block;
}
div.itemFacebookButton {
    width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}

/*** Contact ***/
.lt-contact-us ul {
    padding-left: 0;
}
.lt-contact-us ul li {
    list-style: none;
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
}
.lt-contact-us ul li em {
    margin-right: 10px;
    color: #555;
}
#lt-contact:hover .sppb-btn-custom {
  color:#fff!important;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.lt-contact-us ul li strong {
    display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.creativecontactform_header {
    display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
    box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
    box-shadow: none!important;
}
.creativecontactform_field_name {
    color: #fff!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
    width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
    width: 32%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
    margin-right: 0;
}
.powered_by.powered_by_1 {
    opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
  border: 0!important;
  float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
    background: #222;
    color: #fff!important;
    text-shadow: none;
}
/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#002937!important;
}

/*** Responsive ***/
@media (max-width: 992px) {
  #sp-logo,
  #sp-menu {
    width: 50%;
  }
  .lt-slider-color i {
    width: 45px;
    height: 45px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent &gt; li &gt; a, .sp-megamenu-parent &gt; li &gt; span {
    padding: 0 7px!important;
  }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
  .lt-slider-color i {
    width: 35px;
    height: 35px;
  }
  .tp-caption a.btn-slider {
         font-size:12px!important;
  }
  .lt-business-video {
        display: none!important;
  }
  .lt-team-item:hover .sppb-media-body {
       top: 0%!important;
  }
   #lt-intro {
        top:50px!important;
        padding-bottom: 90px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 8px!important;
        line-height: 13px!important;
    }
    body.itemid-101 #sp-main-body {
        top:0px!important;
    }
    body.itemid-101 #sp-header {
        background-color: rgba(6, 34, 65, 0.78)!important;
    }
}
  /* Screen min 767px */
@media (max-width: 767px) {
   #lt-intro {
        top:50px!important;
        padding-bottom: 90px!important;
    }
    .lt-slider {
      top:73px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 8px!important;
        line-height: 13px!important;
    }
    body.itemid-101 #sp-main-body {
        top:0px!important;
    }
    body.itemid-101 #sp-header {
    background-color: rgba(6, 34, 65, 0.78)!important;
    }
  .tp-caption.small_light_white, .small_light_white {
        font-size: 8px!important;
        line-height: 13px!important;
  }
  .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
  }
  .tp-caption a.btn-slider {
        font-size: 12px!important;
        padding: 10px 20px!important;
  }
  .header-area .logo {
        padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
       width: 100%!important;
  }
  .lt-about-content,
  .lt-service-item {
       margin-bottom: 40px!important;
  }
  .lt-video {
      padding-top: 30px!important;
      padding-bottom: 30px!important;
  }
  .lt-business-video {
        display: none!important;
  }
  .lt-team-item:hover .sppb-media-body {
       top: 0%!important;
  }
}
 /* Screen min 480px */
@media (max-width: 480px) {
   #lt-intro {
        top:50px!important;
        padding-bottom: 90px!important;
    }
    .lt-slider {
      top:73px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 8px!important;
        line-height: 13px!important;
    }
    body.itemid-101 #sp-main-body {
        top:0px!important;
    }
    body.itemid-101 #sp-header {
    background-color: rgba(6, 34, 65, 0.78)!important;
    }
  .tp-caption.small_light_white, .small_light_white {
      font-size: 8px!important;
      line-height: 13px!important;
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  .tp-caption a.btn-slider {
      font-size: 12px!important;
      padding: 10px 20px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .lt-about-content,
  .lt-service-item {
      margin-bottom: 40px!important;
  }
  .lt-video {
      padding-top: 30px!important;
      padding-bottom: 30px!important;
  }
  .lt-business-video {
        display: none!important;
  }
  ul.social-icons &gt; li {
    display: inline-block;
    margin: 5px 6px!important;
}
}
 /* Screen min 360px */
@media (max-width: 360px) {
   #lt-intro {
        top:50px!important;
        padding-bottom: 90px!important;
    }
    .lt-slider {
      top:73px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 8px!important;
        line-height: 13px!important;
    }
    body.itemid-101 #sp-main-body {
        top:0px!important;
    }
    body.itemid-101 #sp-header {
    background-color: rgba(6, 34, 65, 0.78)!important;
    }
  .tp-caption.small_light_white, .small_light_white {
        font-size: 8px!important;
        line-height: 13px!important;
  }
  .tp-caption a.btn-slider {
        font-size: 12px!important;
        padding: 10px 20px!important;
    }
  .header-area .logo {
        padding: 21px 0!important;
  }
  .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
  }
  div.k2ItemsBlock ul li {
        width: 100%!important;
  }
  .lt-about-content {
        margin-bottom: 40px!important;
  }
  .lt-video {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
  }
  .lt-business-video {
        display: none!important;
  }
}
 /* Screen min 320px */
@media (max-width: 320px) {
    #lt-intro {
        top:50px!important;
        padding-bottom: 90px!important;
    }
    .lt-slider {
      top:73px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 8px!important;
        line-height: 13px!important;
    }
    body.itemid-101 #sp-main-body {
        top:0px!important;
    }
    body.itemid-101 #sp-header {
    background-color: rgba(6, 34, 65, 0.78)!important;
    }
    .lt-business-video {
        display: none!important;
    }
    .lt-video {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .lt-about-content {
        margin-bottom: 40px!important;
    }
    .tp-caption a.btn-slider {
        font-size: 12px!important;
        padding: 10px 20px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
}</pre></body></html>