.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-chevron-up:before {
    content: "\f077"
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa {
    font-family: Font Awesome\ 5 Free
}

.fa {
    font-weight: 900
}

ul {
    box-sizing: border-box
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

@-ms-viewport {
    width: device-width
}

header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button {
    border-radius: 0
}

button,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    overflow: auto;
    resize: vertical
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h2 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h2 {
    font-size: 2rem
}

.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
    }
}

.col-lg-3,
.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.d-block {
    display: block !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

.owl-carousel,
.owl-carousel .owl-item {
    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 {
    -webkit-backface-visibility: hidden;
    -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)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel.owl-loaded {
    display: block
}

.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: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl Mono';
    src: url(../fonts/SuisseIntlMono.woff2) format('woff2'), url(../fonts/SuisseIntlMono.woff) format('woff'), url(../fonts/SuisseIntlMono.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Regular.woff2) format('woff2'), url(../fonts/SuisseIntl-Regular.woff) format('woff'), url(../fonts/SuisseIntl-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

textarea {
    -webkit-appearance: none;
    border-radius: 0px
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Thin.woff2) format('woff2'), url(../fonts/SuisseIntl-Thin.woff) format('woff'), url(../fonts/SuisseIntl-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Light.woff2) format('woff2'), url(../fonts/SuisseIntl-Light.woff) format('woff'), url(../fonts/SuisseIntl-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Bold.woff2) format('woff2'), url(../fonts/SuisseIntl-Bold.woff) format('woff'), url(../fonts/SuisseIntl-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl Semi';
    src: url(../fonts/SuisseIntl-SemiBold.woff2) format('woff2'), url(../fonts/SuisseIntl-SemiBold.woff) format('woff'), url(../fonts/SuisseIntl-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

.sticky-wrapper .uneclogo .logosvg {
    height: 67px
}

.back-to-top {
    background-color: rgba(0, 0, 0, 0.12156862745098039)
}

.home-portf .col-lg-3.col-md-4.col-xs-3:last-child {
    display: none
}

button.owl-dot {
    background-color: #FFF !important
}

button.owl-dot.active {
    background-color: #F44336 !important
}

#intro .intro-content .subtitle {
    font-size: 18px;
    font-weight: bold
}

.nav-menu>li {
    float: left
}

@media (max-width:767px) {
    #mobile-nav-toggle {
        display: inline
    }
}

#mobile-nav ul li a {
    letter-spacing: .05em
}

@media (max-width:767px) {
    #header {
        padding: 10px 0 !important
    }
}

@media (max-width:767px) {
    .owl-dots {
        right: 24px !important
    }
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl Mono';
    src: url(../fonts/SuisseIntlMono.woff2) format('woff2'), url(../fonts/SuisseIntlMono.woff) format('woff'), url(../fonts/SuisseIntlMono.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Regular.woff2) format('woff2'), url(../fonts/SuisseIntl-Regular.woff) format('woff'), url(../fonts/SuisseIntl-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Thin.woff2) format('woff2'), url(../fonts/SuisseIntl-Thin.woff) format('woff'), url(../fonts/SuisseIntl-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Light.woff2) format('woff2'), url(../fonts/SuisseIntl-Light.woff) format('woff'), url(../fonts/SuisseIntl-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl';
    src: url(../fonts/SuisseIntl-Bold.woff2) format('woff2'), url(../fonts/SuisseIntl-Bold.woff) format('woff'), url(../fonts/SuisseIntl-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Suisse Intl Semi';
    src: url(../fonts/SuisseIntl-SemiBold.woff2) format('woff2'), url(../fonts/SuisseIntl-SemiBold.woff) format('woff'), url(../fonts/SuisseIntl-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

button.owl-prev {
    width: 20px;
    margin: 20px;
    margin-left: 50px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

button.owl-next {
    width: 20px;
    margin: 20px;
    margin-right: 50px
}

.subtitle {
    color: #FFF;
    margin-bottom: 30px
}

body {
    background: #fff;
    color: #000
}

a {
    color: #000
}

p {
    padding: 0;
    margin: 0 0 30px 0
}

.sticky-wrapper .uneclogo .logo-fill {
    fill: #FFF
}

.sticky-wrapper .uneclogo .logosvg {
    height: 67px
}

.sticky-wrapper .uneclogo {
    display: block;
    height: 51px;
    display: block;
    width: 200px;
    margin-top: 3px
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: 'Suisse Intl';
    margin: 0 0 20px 0;
    padding: 0
}

.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px
}

@media (max-width:767px) {
    .back-to-top {
        bottom: 15px
    }
}

#header-sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 200px
}

body:before {
    content: "";
    display: block;
    height: 115px;
    position: absolute;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    width: 100%
}

@media (min-width:769px) {
    body:before {
        content: "";
        display: block;
        height: 115px;
        position: absolute;
        z-index: 10;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
        width: 100%
    }
}

#header {
    padding: 18px 0;
    z-index: 999999
}

.owl-dots {
    width: 100px;
    margin-left: 0;
    bottom: 40px;
    top: inherit;
    margin-top: 0;
    border: none;
    outline: none;
    z-index: 100;
    position: absolute;
    right: 5%
}

button.owl-dot {
    height: 7px;
    display: inline-block;
    background-color: #FFF !important;
    margin-right: 12px
}

button.owl-dot.active {
    height: 7px;
    display: inline-block;
    background-color: #F44336 !important;
    margin-right: 12px
}

#intro {
    width: 100%;
    min-height: 500px;
    position: relative;
    background-size: cover
}

#intro .intro-content {
    max-width: 40%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.54);
    padding: 50px;
    margin-left: -47px;
    min-width: 38%
}

#intro .intro-content h2 {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
    font-weight: 700
}

h2.reverse {
    color: #000
}

@media (max-width:767px) {
    #intro .intro-content h2 {
        font-size: 25px
    }
}

#intro .intro-content .btn-get-started {
    font-family: "Suisse Intl Mono";
    border: 2px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 0;
    margin-right: -33px;
    margin-bottom: -33px;
    color: #fff
}

#intro #intro-carousel {
    z-index: 8
}

#intro #intro-carousel .item {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.img-responsive {
    width: 100%
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    list-style: none
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

#nav-menu-container {
    margin-top: 20px;
    min-height: 57px;
    padding-top: 15px;
    float: right;
    margin: 0
}

@media (max-width:768px) {
    #nav-menu-container {
        display: none
    }

    .nav-menu li:after {
        display: none !important
    }
}

.nav-menu a {
    padding: 10px 0px;
    padding-top: 0px;
    margin-right: 0px;
    padding-bottom: 2px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    font-family: "Suisse Intl Semi";
    font-weight: 700;
    font-size: 12px;
    outline: none;
    margin-top: 0px
}

.nav-menu>.menu-active>a {
    border-bottom: 2px solid #FF0000
}

.nav-menu>li {
    padding-left: 15px;
    margin-top: 0px;
    padding-right: 15px
}

.nav-menu>li:nth-child(1):after {
    display: none
}

.nav-menu>li:after {
    border-right: 1px solid #cacaca;
    content: "";
    display: inline-block;
    height: 10px;
    width: 2px;
    position: absolute;
    left: 1px;
    top: 8px
}

#mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    outline: none
}

#mobile-nav-toggle i {
    color: #fff
}

@media (max-width:768px) {
    #mobile-nav-toggle {
        display: inline
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    width: 100%;
    position: relative
}

#mobile-nav ul li a {
    font-family: 'Suisse Intl';
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    text-transform: uppercase;
    padding: 13px 1px 3px 2px;
    margin-bottom: 8px;
    margin-left: 10px;
    position: relative;
    text-decoration: none;
    width: auto;
    display: inline-block;
    outline: none
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    display: none
}

.section-header h2 {
    font-size: 25px;
    color: #000;
    font-family: "Suisse Intl";
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

section.reverse h2 {
    color: #FFF
}

#portfolio .portfolio-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0
}

#portfolio .portfolio-item {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: left
}

#portfolio .portfolio-item h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 43px
}

#portfolio .portfolio-item img {
    width: 100%
}

#portfolio .portfolio-info {
    width: 100%;
    left: 0px;
    padding: 20px
}

#portfolio .portfolio-info h2 {
    color: #FFF;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%
}

#portfolio .portfolio-info p {
    font-size: 15px;
    text-align: left;
    margin: 0px;
    font-weight: normal;
    font-family: 'Suisse Intl';
    color: #FFF
}

#portfolio .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px
}

#intro .owl-nav {
    opacity: 0
}

.owl-nav {
    display: block !important;
    top: 50%;
    margin-top: -50PX;
    width: 100%;
    position: absolute
}

.owl-next {
    float: right
}

.pull-left {
    float: left;
    clear: both
}

.line {
    background-color: #ff0102;
    height: 4px;
    display: inline-block;
    width: 40px
}

.intro-content .line {
    margin-bottom: 20px
}

@media (max-width:1400px) {
    .owl-dots {
        margin-left: calc(40vw - 40px)
    }
}

@media (max-width:1300px) {
    .owl-dots {
        margin-left: calc(36vw - 40px)
    }
}

@media (max-width:767px) {
    .pull-left {
        width: auto
    }

    #nav-menu-container {
        width: auto
    }

    h2 {
        font-size: 1.4rem
    }

    .sticky-wrapper .uneclogo {
        height: 47px
    }

    #header {
        padding: 10px 0 !important
    }

    #intro .intro-content h2 {
        font-size: 19px
    }

    #intro .intro-content {
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        padding: 30px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #intro .intro-content .subtitle {
        font-size: 14px;
        font-weight: normal
    }

    .owl-carousel.owl-drag .owl-item .container {
        padding-left: 0px
    }
}

@media (max-width:767px) {
    #mobile-nav-toggle {
        position: fixed
    }

    #portfolio .portfolio-item .portfolio-overlay {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5)
    }

    #portfolio .portfolio-overlay {
        opacity: 1;
        height: 100%
    }

    #portfolio .portfolio-info {
        position: absolute;
        top: 42px
    }
}

@media (max-width:767px) {
    #intro .intro-content .btn-get-started {
        font-size: 10px;
        padding: 5px 14px
    }

    .nav-menu>li:after {
        display: none
    }

    .line {
        background-color: #ff0102;
        height: 3px;
        display: inline-block;
        width: 19px
    }

    .section-header h2 {
        font-size: 20px
    }

    .owl-nav {
        display: none !important
    }

    .owl-dots {
        width: auto !important;
        bottom: 28px;
        right: 24px !important;
        border: none;
        outline: none;
        z-index: 100;
        position: absolute
    }

    .container {
        padding-right: 28px;
        padding-left: 28px
    }

    #portfolio .portfolio-item {
        height: 158px;
        margin-bottom: 6px;
        margin-left: 10px;
        margin-right: 10px
    }

    .sticky-wrapper .uneclogo .logo-fill {
        fill: #fff
    }

    .sticky-wrapper .uneclogo .logo-fill:nth-child(6) {
        fill: #fff
    }

    .sticky-wrapper .uneclogo .logo-fill:nth-child(3) {
        fill: #fff
    }

    .sticky-wrapper .uneclogo .logosvg {
        height: 49px
    }
}

button.owl-dot {
    background-color: #FFF !important;
    height: 7px;
    width: 7px
}

button.owl-dot.active {
    height: 7px;
    width: 7px;
    background-color: #F44336 !important
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

@media (max-width:767px) {
    .back-to-top {
        padding: 3px 7px 4px 7px;
        font-size: 13px;
        right: 2px
    }
}

@media (max-width:479px) {
    #intro #intro-carousel .item {
        height: 100vh;
        min-height: 100%;
        background-size: auto 75%;
        background-position: top;
        background-color: #000;
        height: calc(var(--vh, 1vh) * 100)
    }

    #intro .intro-content {
        background-color: #000
    }

    .page-template-home-page-template #intro .intro-content h2 {
        font-size: 15px;
        margin-bottom: 0
    }

    .page-template-home-page-template .intro-content .line {
        margin-bottom: 5px
    }

    .page-template-home-page-template .subtitle {
        margin-bottom: 15px
    }

    #mobile-nav-toggle {
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        float: right
    }

    #header .container {
        float: left;
        width: 75%
    }

    #mobile-nav-toggle {
        margin: 10px 20px 8px 0
    }
}

@media (max-width:991px) {
    .page-template-home-page-template #intro .intro-content {
        max-width: 50%;
        padding: 30px;
        margin-left: -36px;
        min-width: 50%
    }

    .page-template-home-page-template #intro .intro-content h2 {
        font-size: 25px
    }
}

@media only screen and (max-width:767.98px) {
    .page-template-home-page-template #intro .intro-content {
        max-width: 100%;
        padding: 30px;
        margin-left: 0;
        min-width: 100%
    }
}