@-webkit-keyframes progress-bar-stripes {
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.15
}

@-ms-viewport {
    width: device-width
}

footer,
header,
nav,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0
}

.left .text h1,
h1,
h2,
h3,
h4,
p {
    margin-top: 0
}

ul {
    margin-bottom: 1rem;
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b {
    font-weight: bolder
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden],
template {
    display: none
}

.h1,
.h2,
.h3,
.h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-family: inherit;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.small,
small {
    font-weight: 400
}

a>code {
    color: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-12,
.col-lg-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-8,
.col-sm-4,
.col-xl-5,
.col-xl-6,
.col-xl-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col,
.col-12 {
    max-width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width:576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }
}

@media (min-width:1200px) {
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }
}

form {
    width: 100%
}

.btn {
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.btn-sm {
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: ""
}

.dropup .dropdown-toggle::after {
    vertical-align: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.list-group,
.media {
    display: -ms-flexbox;
    display: flex
}

.media {
    -ms-flex-align: start;
    align-items: flex-start
}

.list-group {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-dialog {
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block
}

.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

.popover .arrow::after,
.popover .arrow::before,
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    display: block
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel,
.carousel-item {
    position: relative
}

.carousel-item {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after,
.carousel-indicators li::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::before {
    top: -10px
}

.carousel-indicators li::after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

@media (min-width:992px) {
    .align-self-lg-center {
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (min-width:1200px) {
    .align-self-xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.position-static {
    position: static
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.ml-auto {
    margin-left: auto
}

.text-center {
    text-align: center
}

.visible {
    visibility: visible
}

@media print {

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

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

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

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

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

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px
    }

    .navbar {
        display: none
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
    margin-left: -.5px;
    margin-right: .5px
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url() no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

*,
[class*=" icon-"],
[class^=icon-] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    text-rendering: optimizeLegibility;
    text-shadow: none
}

@media (min-width:2000px) {
    html {
        font-size: .8vw
    }
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

h1,
h2,
h3,
h4 {
    position: relative
}

h1,
h2 {
    margin-bottom: 1.875rem;
    font-weight: 200
}

h1 {
    margin-top: 3.75rem;
    font-size: 200%;
    line-height: 1
}

h2 {
    margin-top: 3.125rem;
    font-size: 160%
}

h2,
h3,
h4 {
    line-height: 1.1
}

h3 {
    margin-top: 1.875rem;
    margin-bottom: 3rem;
    font-size: 130%;
    font-weight: 300
}

h4 {
    margin-top: 2.5rem;
    margin-bottom: 1.3125rem;
    font-size: 112.5%;
    font-weight: 600
}

@media (min-width:992px) {
    h1 {
        font-size: 260%
    }

    h2 {
        font-size: 200%
    }

    h3 {
        font-size: 140%
    }

    h4 {
        font-size: 125%
    }
}

@media (min-width:1500px) {
    h1 {
        font-size: 300%
    }

    h2 {
        font-size: 240%
    }

    h3 {
        font-size: 160%
    }

    h4 {
        font-size: 131.25%
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(inc/fonts/icomoon.eot);
    src: url(inc/fonts/icomoon.eot) format('embedded-opentype'), url(inc/fonts/icomoon.ttf) format('truetype'), url(inc/fonts/icomoon.woff) format('woff'), url(inc/fonts/icomoon.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"],
[class^=icon-] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon-arrow-down:before {
    content: "\e900"
}

.icon-arrow-left:before {
    content: "\e901"
}

.icon-arrow-right:before {
    content: "\e902"
}

.icon-map-marker:before {
    content: "\e90a"
}

:focus,
button:focus {
    outline: 0
}

button,
input,
select,
textarea {
    border: 0;
    border-radius: 0;
    outline: 0
}

.owl-theme .owl-nav [class*=owl-]:hover,
button {
    background: 0 0
}

p {
    margin-top: .5rem;
    margin-bottom: 2rem
}

li>p {
    margin-top: 0;
    margin-bottom: .5rem
}

.strong,
strong {
    font-weight: 600;
    color: #000
}

.small,
small {
    font-size: 85%
}

.small-caps {
    display: block;
    font-size: 80%;
    text-transform: uppercase;
    color: #39b54a
}

img {
    display: block;
    width: 100%;
    height: auto
}

.section-box,
section {
    position: relative;
    padding-top: 1em;
    padding-bottom: 2em
}

section {
    padding-top: 3em;
    padding-bottom: 5em
}

@media (min-width:1200px) {
    section {
        padding-top: 6em;
        padding-bottom: 8em
    }

    .section-box {
        padding-top: 2em;
        padding-bottom: 4em;
        position: relative
    }
}

input,
select,
textarea {
    font-size: 1rem
}

input:not([type=checkbox]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.btn,
a {
    color: #000
}

.btn {
    background-color: #39b54a;
    text-transform: uppercase;
    padding: .8rem 2rem .8625rem;
    border: 0;
    text-align: center;
    border-radius: 0;
    font-weight: 600;
    position: relative;
    font-size: .85rem;
    display: block
}

.btn:hover {
    color: #fff
}

@media (min-width:768px) {
    .btn {
        padding: 1rem 4rem 1.0625rem;
        font-size: 1rem;
        display: inline-block
    }
}

a {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

a:hover {
    text-decoration: none
}

.inspect {
    position: relative;
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 600
}

.inspect:after {
    content: "\e904";
    position: absolute;
    margin-left: .5rem;
    top: -.7rem;
    font-size: 1.4rem;
    font-family: 'icomoon';
    color: #39b54a
}

.carousel-scale .inspect {
    margin-top: .35rem
}

.container,
.container-fluid {
    position: relative;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

.container-fluid {
    width: inherit
}

.row {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem
}

.col,
.col-12,
.col-lg-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-8,
.col-sm-4,
.col-xl-5,
.col-xl-6,
.col-xl-7 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

@media (min-width:768px) {
    .container {
        max-width: 83.333333%
    }

    .container,
    .container-fluid {
        padding-left: 2vw;
        padding-right: 2vw
    }

    .row {
        margin-left: -2vw;
        margin-right: -2vw
    }

    .col,
    .col-12,
    .col-lg-12,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-md-12,
    .col-md-8,
    .col-sm-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7 {
        padding-left: 2vw;
        padding-right: 2vw
    }
}

nav {
    font-weight: 600;
    z-index: 10
}

.navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 1rem
}

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-brand img {
    height: 4rem;
    width: auto
}

@media (min-width:992px) {
    .navbar-brand img {
        height: 5rem
    }

    .navbar-brand {
        padding-top: 3rem
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(55,55,55, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

nav.container {
    max-width: 100%
}

@media (min-width:992px) {
    nav.container {
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

.nav-item.active a,
a:hover,
nav a.nav-link:hover {
    color: #39b54a
}

.navbar-toggler {
    position: relative;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 0
}

.navbar-toggler>span {
    display: block;
    position: absolute;
    top: calc(50% - .03125rem);
    width: 100%;
    height: .0625rem;
    background-color: #000;
    border-radius: .03125rem
}

.navbar-toggler.collapsed>span:nth-of-type(1) {
    top: calc(20% - .03125rem);
    transform: rotate(0deg);
    transition: top .25s ease-in-out .25s, transform .25s ease-in-out
}

.navbar-toggler.collapsed>span:nth-of-type(2) {
    transform: rotate(0deg);
    transition: transform .25s ease-in-out
}

.navbar-toggler.collapsed>span:nth-of-type(3) {
    top: calc(80% - .03125rem);
    transform: rotate(0deg);
    transition: top .25s ease-in-out .25s, transform .25s ease-in-out
}

.navbar-toggler>span:nth-of-type(1) {
    top: calc(50% - .03125rem);
    transform: rotate(45deg);
    transition: top .25s ease-in-out, transform .25s ease-in-out .25s
}

.navbar-toggler>span:nth-of-type(2) {
    transform: rotate(-45deg);
    transition: transform .25s ease-in-out .25s
}

.navbar-toggler>span:nth-of-type(3) {
    top: calc(50% - .03125rem);
    transform: rotate(-45deg);
    transition: top .25s ease-in-out, transform .25s ease-in-out .25s
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    background-color: rgba(255, 255, 255, .3)
}

@media (min-width:992px) {
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media (min-width:1400px) {
    .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (min-width:1200px) {
    nav.container {
        max-width: 83.3333%;
        padding-left: 2vw;
        padding-right: 2vw
    }
}

.dropdown-menu {
    background-color: #39b54a;
    border: 0;
    border-radius: 0
}

.dropdown-item {
    padding: .5rem 2rem;
    color: #000
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    background-color: #fff
}

.hero {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.hero .left {
    background: #f5f5f5;
    position: relative;
    width: 100%;
    z-index: 2;
    margin: 0 auto
}

@media (min-width:992px) {
    .hero .left {
        width: calc(100% - 3.125rem);
        margin: -3rem auto
    }
}

.left .text {
    position: relative;
    padding: 1.5625rem
}

@media (min-width:576px) and (max-width:768px) {
    .left .text {
        max-width: 540px;
        margin: auto;
        padding-top: 3rem;
        padding-bottom: 4rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .left .text {
        max-width: 83.333333%;
        margin: auto;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 5rem;
        padding-bottom: 6rem
    }
}

.left i {
    position: absolute;
    bottom: 4rem;
    left: 2rem;
    padding: 0;
    display: none;
    font-size: 240%
}

.hero .right {
    height: calc(60vh - 4rem);
    position: relative
}

@media screen and (orientation:landscape) {
    .hero .right {
        height: calc(80vh - 4rem)
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .rsp-no-gutters>[class*=col-] {
        padding-right: 2vw;
        padding-left: 2vw
    }
}

@media screen and (min-width:992px) {
    .hero .left {
        height: calc(100vh - 12rem);
        position: absolute;
        width: 50%;
        margin-top: 3rem;
        left: 0
    }

    .left .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% - 22vw);
        padding: 0
    }

    .hero .right {
        height: calc(100vh - 4rem);
        position: relative
    }

    .left i {
        left: 11vw;
        display: inline-block
    }
}

#hero-carousel,
.item,
.owl-item,
.owl-stage,
.owl-stage-outer {
    height: 100%;
    position: relative
}

.owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem
}

#hero-carousel .owl-nav {
    background: #f5f5f5
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    padding: .25rem .75rem
}

#services-carousel .inspect,
.home-btn-wrap.btnmargin {
    margin-top: 1rem
}

.owl-next i,
.owl-prev i {
    color: #39b54a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.slide1 {
    background: url(inc/img/home-slider/hero1-822.jpg) no-repeat center center
}

.slide2 {
    background: url(inc/img/home-slider/hero2-822.jpg) no-repeat center center
}

.slide3 {
    background: url(inc/img/home-slider/hero3-822.jpg) no-repeat bottom center
}

.slide4 {
    background: url(inc/img/home-slider/hero4-822.jpg) no-repeat center center
}

.slide5 {
    background: url(inc/img/home-slider/hero5-822.jpg) no-repeat center center
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .slide1 {
        background: url(inc/img/home-slider/hero1-822.jpg) no-repeat center center
    }

    .slide2 {
        background: url(inc/img/home-slider/hero2-822.jpg) no-repeat center center
    }

    .slide3 {
        background: url(inc/img/home-slider/hero3-822.jpg) no-repeat bottom center
    }

    .slide4 {
        background: url(inc/img/home-slider/hero4-822.jpg) no-repeat center center
    }

    .slide5 {
        background: url(inc/img/home-slider/hero5-822.jpg) no-repeat center center
    }
}

@media screen and (min-width:992px) {
    .slide1 {
        background: url(inc/img/home-slider/hero1-1112.jpg) no-repeat center center
    }

    .slide2 {
        background: url(inc/img/home-slider/hero2-1112.jpg) no-repeat center center
    }

    .slide3 {
        background: url(inc/img/home-slider/hero3-1112.jpg) no-repeat bottom center
    }

    .slide4 {
        background: url(inc/img/home-slider/hero4-1112.jpg) no-repeat center center
    }

    .slide5 {
        background: url(inc/img/home-slider/hero5-1112.jpg) no-repeat center center
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:992px),
only screen and (min--moz-device-pixel-ratio:2) and (min-width:992px),
only screen and (-o-min-device-pixel-ratio:2/1) and (min-width:992px),
only screen and (min-device-pixel-ratio:2) and (min-width:992px),
only screen and (min-resolution:192dpi) and (min-width:992px),
only screen and (min-resolution:2dppx) and (min-width:992px) {
    .slide1 {
        background: url(inc/img/home-slider/hero1.jpg) no-repeat center center
    }

    .slide2 {
        background: url(inc/img/home-slider/hero2.jpg) no-repeat center center
    }

    .slide3 {
        background: url(inc/img/home-slider/hero3.jpg) no-repeat bottom center
    }

    .slide4 {
        background: url(inc/img/home-slider/hero4.jpg) no-repeat center center
    }

    .slide5 {
        background: url(inc/img/home-slider/hero5.jpg) no-repeat center center
    }
}

@media screen and (min-width:992px) {
    .slide1 {
        background: url(inc/img/home-slider/hero1-822.jpg) no-repeat center center
    }

    .slide2 {
        background: url(inc/img/home-slider/hero2-822.jpg) no-repeat center center
    }

    .slide3 {
        background: url(inc/img/home-slider/hero3-822.jpg) no-repeat bottom center
    }

    .slide4 {
        background: url(inc/img/home-slider/hero4-822.jpg) no-repeat center center
    }

    .slide5 {
        background: url(inc/img/home-slider/hero5-822.jpg) no-repeat center center
    }
}

@media screen and (min-width:1500px) {
    .slide1 {
        background: url(inc/img/home-slider/hero1-1112.jpg) no-repeat center center
    }

    .slide2 {
        background: url(inc/img/home-slider/hero2-1112.jpg) no-repeat center center
    }

    .slide3 {
        background: url(inc/img/home-slider/hero3-1112.jpg) no-repeat bottom center
    }

    .slide4 {
        background: url(inc/img/home-slider/hero4-1112.jpg) no-repeat center center
    }

    .slide5 {
        background: url(inc/img/home-slider/hero5-1112.jpg) no-repeat center center
    }
}

@media screen and (min-width:2000px) {
    .slide1 {
        background: url(inc/img/home-slider/hero1.jpg) no-repeat center center
    }

    .slide2 {
        background: url(inc/img/home-slider/hero2.jpg) no-repeat center center
    }

    .slide3 {
        background: url(inc/img/home-slider/hero3.jpg) no-repeat bottom center
    }

    .slide4 {
        background: url(inc/img/home-slider/hero4.jpg) no-repeat center center
    }

    .slide5 {
        background: url(inc/img/home-slider/hero5.jpg) no-repeat center center
    }
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media screen and (min-width:992px) {
    .home-btn-wrap {
        z-index: 1;
        position: relative;
        top: 50%;
        display: inline-block;
        width: calc(200% + 22vw);
        left: 0
    }

    .btn-setup {
        display: table;
        margin: auto
    }

    .home-btn-wrap.btnmargin {
        margin-top: 1rem
    }

    .owl-nav {
        bottom: 5rem;
        background: 0 0;
        right: 0
    }
}

@media screen and (min-width:1200px) {
    .home-btn-wrap.btnmargin {
        margin-top: 1rem
    }
}

.c-block-txt {
    position: relative;
    background: #fff;
    width: calc(100% - 3.125rem);
    padding: 1.5625rem;
    margin: -2.75rem auto 3rem
}

.c-block-txt h3,
.carousel-txt h3 {
    margin: 0;
    color: #000
}

.c-block-txt p,
.f-item a,
.owl-next i:hover,
.owl-prev i:hover {
    color: #000
}

@media screen and (min-width:1200px) {
    .c-block-txt {
        padding: 2vw;
        width: 60%;
        position: absolute;
        margin: 0
    }

    .tl {
        left: 0;
        top: 0
    }

    .tr {
        right: 0;
        top: -8rem
    }

    .bl {
        left: 0;
        bottom: 0
    }

    .br {
        right: 0;
        bottom: -6rem
    }
}

#services-carousel .owl-item .carousel-txt {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

#services-carousel .owl-item.active .carousel-txt {
    opacity: 1;
    transition-delay: 1s
}

.carousel-txt {
    bottom: 1.5625rem;
    position: absolute;
    background: #fff;
    padding: 1.5625rem 3.25rem 1.5625rem 1.5625rem;
    left: 1.5625rem
}

.carousel-txt .inspect,
.feat-list li {
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    .carousel-txt {
        width: auto;
        left: 2vw;
        padding-right: 3.25rem;
        bottom: 2vw;
        right: auto
    }
}

footer {
    background-color: #757575
}

.f-item a {
    padding-bottom: 8%;
    padding-top: 7%;
    text-align: center;
    display: block
}

.f-item a span {
    display: block;
    font-size: 180%;
    margin-bottom: 10px
}

@media screen and (min-width:1500px) {
    .f-item a span {
        font-size: 220%
    }
}

footer .ft-copyright {
    font-size: 85%
}

@media (min-width:576px) {
    footer .ft-copyright {
        text-align: center
    }
}

.about-services div::before,
footer .ft-copyright:before {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%
}

footer .ft-copyright:before {
    top: 0;
    background-color: #00a99d;
    pointer-events: none
}

footer .ft-copyright a {
    color: #ededed;
    padding: .75rem 1.5625rem 1rem;
    display: inline-block;
    line-height: 1
}

footer .ft-copyright a:hover {
    color: #fff
}

.copyright {
    color: #666;
    padding: 20px 0;
    text-align: center
}

.btn-slide:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: scale .3s;
    -moz-transition: scale .3s;
    transition: scale .3s
}

.btn-slide.social-ft,
.btn-slide.btn-after-pos {
    position: relative;
    z-index: 999
}

.btn-slide.social-ft:after,
.btn-slide.btn-after-pos:after {
    width: 100%;
    transform: scaleX(0);
    transition: transform .3s;
    transform-origin: 0;
    height: 100%;
    top: 0;
    left: 0
}

.btn-slide.btn-after-pos:after {
    background: #000
}

.btn-slide.social-ft:after {
    background: #00a99d
}

.btn-slide:active:after,
.btn-slide:hover:after {
    transform: scaleX(1)
}

.about-title,
.about-title h1 {
    position: relative
}

p.highlight {
    background: #f5f5f5;
    padding: 1.5625rem;
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    font-weight: 300;
    font-size: 140%
}

@media screen and (max-width:768px) {
    .about-title img {
        margin-left: -1.5625rem;
        margin-right: -1.5625rem;
        width: calc(100% + 3.125rem)
    }
}

@media screen and (min-width:768px) {
    p.highlight {
        padding: 2vw;
        margin-left: -2vw;
        margin-right: -2vw
    }

    .about-title h1 {
        margin: 0;
        position: absolute;
        background: #fff;
        max-width: calc(66.666667% + 4vw);
        display: inline-block;
        padding: 2vw 4vw;
        bottom: 0;
        width: 100%;
        left: 50%;
        transform: translate(-50%)
    }
}

.contact-copyright {
    margin-top: 2rem;
    color: #ababab
}

.pos-contactblock {
    position: relative
}

@media screen and (min-width:992px) {
    .pos-contactblock {
        position: absolute;
        left: 0
    }
}

.padbot80 {
    padding-bottom: 80px
}

.mtop60 {
    margin-top: 60px
}

.mtop80 {
    margin-top: 80px
}

.mbot30 {
    margin-bottom: 30px
}

.mbot100 {
    margin-bottom: 100px
}

.about-services {
    text-align: center;
    display: table;
    width: 100%
}

.about-services div {
    border: medium;
    padding: 8% 0 10%;
    position: relative;
    vertical-align: top
}

.about-services .icon {
    display: inline-block;
    font-size: 200%;
    color: #39b54a
}

.about-services div::before {
    background: #e8e1e1 0 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.about-services.last div:last-child:before {
    background: 0 0
}

.cva {
    vertical-align: middle
}

@media screen and (min-width:992px) {

    .about-services div:last-child:before,
    .about-services.first div:last-child:before {
        background: 0 0
    }

    .about-services.last {
        margin-top: 4rem
    }

    .about-services div {
        border: medium;
        display: table-cell;
        float: none;
        padding: 4% 4% 5%;
        position: relative;
        vertical-align: top
    }

    .about-services div:before {
        background: #e8e1e1 0 0;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }

    .one>* {
        width: 100%
    }

    .three>* {
        border-right: 1px solid #e0e0e0;
        float: left;
        border-bottom: medium none;
        width: 33.3333%
    }

    .one>:last-child,
    .three>:last-child {
        border-right: none
    }
}

.carousel-scale {
    opacity: .6;
    transition: .4s ease all;
    transform: scale(.9)
}

@media (max-width:1000px) {
    .carousel-scale {
        margin: 0;
        transform: scale(.9)
    }
}

.active .carousel-scale {
    opacity: 1;
    transform: scale(1)
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1)
}

#services-carousel .owl-nav,
.product-slider .owl-nav {
    position: relative;
    font-size: 2rem;
    bottom: auto;
    left: 0;
    right: 0
}

.product-slider .owl-nav {
    left: auto;
    text-align: right;
    width: auto;
    right: auto;
    display: block
}

@media (min-width:1200px) {
    .contactblock .br {
        width: auto
    }
}

.font-lg {
    font-size: 160%
}

.font-lg,
.font-xxl,
.title-intro {
    display: block
}

.font-xxl {
    font-size: 200%;
    line-height: 1.4
}

.title-intro {
    font-size: 220%;
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    .font-lg {
        font-size: 180%
    }

    .font-xxl {
        font-size: 260%
    }

    .title-intro {
        font-size: 280%
    }
}

.font-w-200 {
    font-weight: 200
}

.commervest-banner {
    background-image: url(inc/img/dxd/asq-640.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 85vh;
    width: 100%
}

@media screen and (min-width:768px) {
    .commervest-banner {
        min-height: 62vh
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .commervest-banner {
        background: url(inc/img/dxd/asq-1024.jpg) no-repeat center center;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

@media screen and (min-width:992px) {
    .commervest-banner {
        background-image: url(inc/img/dxd/a-1120.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:992px),
only screen and (min--moz-device-pixel-ratio:2) and (min-width:992px),
only screen and (-o-min-device-pixel-ratio:2/1) and (min-width:992px),
only screen and (min-device-pixel-ratio:2) and (min-width:992px),
only screen and (min-resolution:192dpi) and (min-width:992px),
only screen and (min-resolution:2dppx) and (min-width:992px) {
    .commervest-banner {
        background: url(inc/img/dxd/a-1600.jpg) no-repeat center center;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

@media screen and (min-width:1400px) {
    .commervest-banner {
        background-image: url(inc/img/dxd/a-1600.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:992px),
only screen and (min--moz-device-pixel-ratio:2) and (min-width:992px),
only screen and (-o-min-device-pixel-ratio:2/1) and (min-width:992px),
only screen and (min-device-pixel-ratio:2) and (min-width:992px),
only screen and (min-resolution:192dpi) and (min-width:992px),
only screen and (min-resolution:2dppx) and (min-width:992px) {
    .commervest-banner {
        background: url(inc/img/dxd/a-2600.jpg) no-repeat center center;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

#about-modal .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: initial;
    margin: 0;
    max-width: initial;
    background-color: #fff
}

.commervest-banner:after,
.more-banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.more-box {
    display: block;
    position: absolute;
    top: 1.5625rem;
    left: 1.5625rem;
    right: 1.5625rem;
    color: #000;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88%;
    background: rgba(255, 255, 255, .6);
    padding: 1.5625rem
}

@media (min-width:992px) {
    .more-box {
        width: 50%;
        left: 30%
    }
}

@media (min-width:1200px) {
    .more-box {
        width: 40%;
        left: 30%
    }
}

@media (min-width:1700px) {
    .more-box {
        width: 30%
    }
}

.social-icons li {
    position: relative;
    display: block;
    padding: .75rem 0;
    border-bottom: 1px solid #ccc
}

.commervest-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity 450ms cubic-bezier(.25, .46, .45, .94);
    -moz-transition: opacity 450ms cubic-bezier(.25, .46, .45, .94);
    -ms-transition: opacity 450ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity 450ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 450ms cubic-bezier(.25, .46, .45, .94);
    will-change: opacity
}

.no-touch .commervest-banner:hover:after,
.touch .commervest-banner:after {
    background: rgba(0, 0, 0, .4);
    opacity: 1
}

.no-touch .commervest-banner:hover span.inspect,
.touch .commervest-banner span.inspect {
    transition: opacity 450ms cubic-bezier(.25, .46, .45, .94), top 450ms cubic-bezier(.25, .46, .45, .94);
    will-change: opacity, top;
    top: 50%;
    opacity: 1
}

.f-item .wi {
    font-size: 180%;
    margin-bottom: 10px
}

@media screen and (min-width:1500px) {
    .f-item .wi {
        font-size: 220%
    }

    .title-intro {
        font-size: 360%
    }
}

.main-image-link {
    display: block;
    position: relative;
    overflow: hidden
}

.main-image-link img {
    transition: transform 1s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.main-image-link:hover img,
a.main-image-link:hover img {
    transform: scale(1.03)
}

@font-face {
    font-family: weathericons;
    src: url(inc/fonts/weathericons/weathericons-regular-webfont.eot);
    src: url(inc/fonts/weathericons/weathericons-regular-webfont.eot?) format('embedded-opentype'), url(inc/fonts/weathericons/weathericons-regular-webfont.woff2) format('woff2'), url(inc/fonts/weathericons/weathericons-regular-webfont.woff) format('woff'), url(inc/fonts/weathericons/weathericons-regular-webfont.ttf) format('truetype'), url(inc/fonts/weathericons/weathericons-regular-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.wi {
    display: inline-block;
    font-family: weathericons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div#about-modal {
    -webkit-overflow-scrolling: touch
}

.close {
    text-shadow: none;
    opacity: 1
}

button.disabled {
    cursor: not-allowed
}

.bg-color-grey {
    background-color: #f5f5f5
}

.comm-transitioner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: translateX(-100%);
    pointer-events: none;
    z-index: 10000
}

body.loaded .comm-transitioner,
body.loading .comm-transitioner {
    transition: transform 1000ms cubic-bezier(.86, 0, .07, 1)
}

body.loading .comm-transitioner {
    transform: translateX(0)
}

body.loaded .comm-transitioner {
    transform: translateX(100%)
}

.service-image small {
    margin-top: .5rem;
    text-align: right;
    display: block
}

.social-icons {
    list-style-type: none;
    padding: 5% 0;
    margin: 0
}

.social-icons li:last-child {
    border-bottom: none
}

.ico-desc {
    display: inline-block;
    line-height: 1.25rem;
    margin-left: 2rem
}

.social-icons span {
    color: #686868;
    font-size: 1.25rem;
    margin-right: .75rem;
    position: absolute;
    display: inline-block
}

.btn-setup {
    margin: auto;
    display: block
}

.product-slider {
    margin-top: 2rem
}

.owl-theme .owl-nav.disabled+.owl-dots {
    text-align: right
}

.value {
    font-weight: 600
}

@media screen and (min-width:480px) {
    .value {
        line-height: 1.3
    }
}

@media screen and (min-width:992px) {
    .service-image #reveal-image {
        position: absolute;
        width: calc(100% - 2vw);
        right: 0;
        left: 0
    }

    .service-image small {
        padding-top: calc(100% + 2vw);
        color: #68686d
    }

    .home-btn-wrap {
        z-index: 1;
        top: 50%;
        display: inline-block;
        width: calc(246% + 4vw);
        left: 0
    }

    .home-btn-wrap.home {
        width: calc(250% + 8vw)
    }

    .social-icons li {
        border-bottom: none
    }

    .home-btn-wrap,
    .value {
        position: relative
    }

    .btn-setup {
        display: table
    }
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.modal-dialog {
    position: absolute;
    top: 3.125rem;
    left: 1.5625rem;
    right: 1.5625rem;
    bottom: 3.125rem;
    margin: 0;
    max-width: none;
    pointer-events: auto
}

@media (min-width:768px) {
    .modal-dialog {
        left: 5%;
        right: 5%;
        bottom: 10%
    }
}

.one>*,
.three>* {
    width: 100%;
    border-bottom: 1px solid #e0e0e0
}

.one>:last-child,
.three>:last-child {
    border-bottom: none
}

@media screen and (min-width:992px) {
    .one>* {
        width: 100%
    }

    .three>* {
        border-right: 1px solid #e0e0e0;
        float: left;
        border-bottom: medium none;
        width: 33.3333%
    }

    .one>:last-child,
    .three>:last-child {
        border-right: none
    }
}

.no-touch .owl-theme .owl-nav [class*=owl-]:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}