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

/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

.table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

:root {
  --theme-color: #e40000;
  --primary-color: #ffc845;
  --secondary-color: #d83030;
  --font-color: #707070;
  --bg-color: #fff;
  --heading-color: #060606;
  --footer-color: #f7f7f7;
  --footer-cpy-color: #040a17;
  --border-radius: 30px;
  --border-radius-full: 15px;
  --border-color-light: #eee;
  --iframe-filter: grayscale(0%);
  --bg-grey: #f9f9f9;
  --bg-light: #fbfbfb;
  --bg-dark-color: #fff;
  --footer-sub-color: #333;
  --disable-color: #d8d6d6;
  --box-shadow-color: rgb(0 0 0 / 10%);
  --heading-color-2: #fff;
}


.clear {
  clear: both;
}

.img-responsive {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 8px;
}

.d-grid {
  display: grid;
}

.align-self {
  align-self: center;
}

.align-end {
  align-self: end;
}

button,
input,
select,
label,
li,
span {
  -webkit-appearance: none;
  outline: none;
}

a,
a:hover,
button,
button:hover {
  text-decoration: none;
  transition: .5s all;
  -moz-transition: .5s all;
}

.noscroll {
  min-height: 100vh;
  overflow: hidden;
}

.radius-image {
  border-radius: var(--border-radius);
}

.radius-image-full {
  border-radius: var(--border-radius-full);
}


/* //services section */

/* feature section */
.w3l-feature-8 {
  background: url(../images/bg2.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
}

.w3l-feature-8::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 58%);
  z-index: -1;
}

.feature-images i {
  color: #fff;
  font-size: 50px;
}

.w3l-feature-8 h3.feature-titel {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all .25s ease-in-out;
}

.w3l-feature-8 p.feature-text {
  margin-top: 15px;
  color: #eee;
}

a.btn.btn-style.btn-style-normal {
  background: none;
  padding: 0;
}

.feature-info a:hover h3.feature-titel {
  color: var(--secondary-color);
  transition: all .25s ease-in-out;
}

/* //feature section */

/* content tabs section */
.w3l-content-12-main .content-12 .content-heading {
  line-height: 42px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.w3l-content-12-main .content-12 {
  align-items: center;
}

.w3l-content-12-main .column {
  text-align: left;
}

.w3l-content-12-main .content-12 section.tab-content {
  display: none;
  padding: 38px 0 0;
}

.w3l-content-12-main .content-12 input {
  display: none;
}

.w3l-content-12-main .content-12 label.tabtle {
  display: inline-block;
  padding: 10px 0px;
  font-weight: 600;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #101d29;
  margin: 0 35px 0px 0px;
}

.w3l-content-12-main .content-12 label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.w3l-content-12-main label.tabtle:hover {
  opacity: 0.9;
  cursor: pointer;
}

.w3l-content-12-main .content-12 input:checked+label.tabtle {
  border-bottom: 2px solid var(--primary-color);
  text-align: center;
  color: var(--primary-color);
}

.w3l-content-12-main .content-12 #tab1:checked~#content1,
.w3l-content-12-main .content-12 #tab2:checked~#content2,
.w3l-content-12-main .content-12 #tab3:checked~#content3,
.w3l-content-12-main .content-12 #tab4:checked~#content4 {
  display: block;
}

@media all and (max-width: 1024px) {
  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 19px;
  }
}

@media screen and (max-width: 992px) {
  .w3l-content-12-main .content-12 .content12 {
    grid-template-columns: 1fr;
  }

  .w3l-content-12-main .content-12 .content12 {
    margin-top: 0px;
  }

  .w3l-content-12-main .content-12 .content-para {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .w3l-content-12-main .content-12 label.tabtle:before {
    margin: 0;
    font-size: 18px;
  }

  .w3l-content-12-main .content-12 .content-heading {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .w3l-content-12-main .content-12 .grid-col-4 {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .w3l-content-12-main .content-12 .grid-col-4 {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .w3l-content-12-main .content-12 section.tab-content {
    padding: 28px 0 0;
  }

  .w3l-content-12-main .content-12 .content-heading {
    line-height: 34px;
    font-size: 24px;
  }
  .w3l-content-12-main .content-12 label.tabtle {
    margin: 0 15px 0px 0px;
}
}

@media screen and (max-width: 414px) {
  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 16px;
  }
}

/* //content tabs section */

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