﻿@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Context Styles
 *     1.3 Page layout
 *     1.4 Offsets
 *   2 Utilities
 *     2.1 Text styling
 *     2.2 Row spacing
 *     2.3 Sections
 *     2.4 Grid modules
 *     2.5 Backgrounds
 *     2.6 Utilities custom
 *   3 Components
 *     3.1 Typography
 *     3.2 Brand
 *     3.3 Links
 *     3.4 Blocks
 *     3.5 Boxes
 *     3.6 Groups
 *     3.7 Responsive units
 *     3.8 Lists
 *     3.9 Images
 *     3.10 Icons
 *     3.11 Dividers
 *     3.12 Buttons
 *     3.13 Forms
 *     3.14 Quotes
 *     3.15 Thumbnails
 *     3.16 Breadcrumbs
 *     3.17 Service
 *     3.18 Pricing
 *     3.19 Snackbars
 *     3.20 Footers
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 RD Navbar
 *     4.5 Tooltop Custom
 *     4.6 Owl Carousel
 *     4.7 Bootstrap Modal
 */
/** @group Base */
/** @section Reset Styles*/
a:focus,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

button {
    padding: 0;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    display: block;
}

dl {
    margin: 0;
}

dt,
dd {
    line-height: inherit;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0;
}

cite {
    font-style: normal;
}

form {
    margin-bottom: 0;
}

blockquote {
    padding-left: 0;
    border-left: 0;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

html p a:hover {
    text-decoration: none;
}

/** @section Context Styles */
.context-dark,
.bg-gray-700,
.bg-primary,
.bg-secondary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1,
.bg-secondary h1,
.context-dark h2,
.bg-gray-700 h2,
.bg-primary h2,
.bg-secondary h2,
.context-dark h3,
.bg-gray-700 h3,
.bg-primary h3,
.bg-secondary h3,
.context-dark h4,
.bg-gray-700 h4,
.bg-primary h4,
.bg-secondary h4,
.context-dark h5,
.bg-gray-700 h5,
.bg-primary h5,
.bg-secondary h5,
.context-dark h6,
.bg-gray-700 h6,
.bg-primary h6,
.bg-secondary h6,
.context-dark .h1,
.bg-gray-700 .h1,
.bg-primary .h1,
.bg-secondary .h1,
.context-dark .h2,
.bg-gray-700 .h2,
.bg-primary .h2,
.bg-secondary .h2,
.context-dark .h3,
.bg-gray-700 .h3,
.bg-primary .h3,
.bg-secondary .h3,
.context-dark .h4,
.bg-gray-700 .h4,
.bg-primary .h4,
.bg-secondary .h4,
.context-dark .h5,
.bg-gray-700 .h5,
.bg-primary .h5,
.bg-secondary .h5,
.context-dark .h6,
.bg-gray-700 .h6,
.bg-primary .h6,
.bg-secondary .h6 {
    color: #ffffff;
}

/** @section Page layout */
.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    opacity: 0;
}

.page.fadeIn {
    animation-timing-function: ease-out;
}

.page.fadeOut {
    animation-timing-function: ease-in;
}

[data-x-mode] .page {
    opacity: 1;
}

/** @section Offsets */
* + p {
    margin-top: 15px;
}

* + img {
    margin-top: 30px;
}

* + h2,
* + .h2 {
    margin-top: 20px;
}

p + h2,
p + .h2 {
    margin-top: 20px;
}

h2 + p,
.h2 + p {
    margin-top: 20px;
}

* + .btn {
    margin-top: 30px;
}

* + .container {
    margin-top: 30px;
}

* + .row {
    margin-top: 30px;
}
.footerpages {
    float: left;
    text-align: left;
    width: 50%;
}
.icon-lg {
    font-size: 20px;
    padding: 25px 0;
}

.footer-icons {
    width: 50%;
    text-align: right;
}
.dt-col-lg-12.dt-col-md-12.dt-col-12.wow.fadeInUp {
    padding: 100px 20px;
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
section.dt__posts.dt__posts--one.dt-py-default {
    padding-top: 150px;
}
section.dt__posts.dt__posts--one.dt-py-default h1 {
    color: #fe7d17 !important;
    font-size: 82px;
    padding-bottom: 20px;
}
form.wpcf7-form {
    display: grid;
    justify-content: center;
}
.page-id-15 p.has-text-align-center {
    text-align: center;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
label {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: relative;
    background: #f76f3f;
    color: #ffffff;
    overflow: hidden;
    transition: 0.3s;
    transition-delay: 0.2s;
    border: none;
    border-radius: 40px;
    z-index: 0;
    padding: 10px 60px;
}
.fun-fear-section .section-title .title {
    font-size: 32px;
}
p.has-text-align-center {
    text-align: center;
}
.dt-container {
    max-width: 1900px !important;
}
.dt-col-lg-12.dt-col-md-12.dt-col-12.wow.fadeInUp p strong {
    font-size: 20px;
}
.dt-col-lg-12.dt-col-md-12.dt-col-12.wow.fadeInUp li strong {
    font-size: 18px;
}
@media (max-width: 600px) {
    .dt-col-lg-12.dt-col-md-12.dt-col-12.wow.fadeInUp {
        padding: 20px;
    }
    h2.heading-title.mb-3.wow.fadeInUp {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    * + .btn {
        margin-top: 40px;
    }
    .row + .row {
        margin-top: 50px;
    }
    .row + .row-md {
        margin-top: 70px;
    }
}

@media (min-width: 1600px) {
    .row + .row-md {
        margin-top: 50px;
    }
    .offset-md {
        margin-top: 60px;
    }
    .offset-lg {
        margin-top: 80px;
    }
    .offset-xl {
        margin-top: 190px;
    }
}

/** @group Utilities */
/** @section Text styling */
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.fw-thin {
    font-weight: 100;
}

.fw-extra-light {
    font-weight: 200;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semi-bold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extra-bold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-primary {
    color: #fe7d17 !important;
}

/** @section Row spacing */
.row-0 {
    margin-bottom: 0px;
}

.row-0:empty {
    margin-bottom: 0;
}

.row-0 > * {
    margin-bottom: 0px;
}

.row-15 {
    margin-bottom: -15px;
}

.row-15:empty {
    margin-bottom: 0;
}

.row-15 > * {
    margin-bottom: 15px;
}

.row-20 {
    margin-bottom: -20px;
}

.row-20:empty {
    margin-bottom: 0;
}

.row-20 > * {
    margin-bottom: 20px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30:empty {
    margin-bottom: 0;
}

.row-30 > * {
    margin-bottom: 30px;
}

.row-40 {
    margin-bottom: -40px;
}

.row-40:empty {
    margin-bottom: 0;
}

.row-40 > * {
    margin-bottom: 40px;
}

.row-50 {
    margin-bottom: -50px;
}

.row-50:empty {
    margin-bottom: 0;
}

.row-50 > * {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .row-md-70 {
        margin-bottom: -70px;
    }
    .row-md-70:empty {
        margin-bottom: 0;
    }
    .row-md-70 > * {
        margin-bottom: 70px;
    }
}

/** @section Sections */
.section-xs {
    padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
    padding: 50px 0;
}

.section-collapse + .section-collapse {
    padding-top: 0;
}

.section-collapse:last-child {
    padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .section-sm {
        padding: 60px 0;
    }
    .section-md {
        padding: 70px 0;
    }
    .section-lg {
        padding: 85px 0;
    }
    .section-xl {
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding: 80px 0 90px;
    }
    .section-lg {
        padding: 100px 0;
    }
    .section-xl {
        padding: 120px 0;
    }
}

@media (min-width: 1200px) {
    .section-md {
        padding: 100px 0;
    }
    .section-lg {
        padding: 115px 0;
    }
}

@media (min-width: 1600px) {
    .section-md {
        padding: 120px 0;
    }
    .section-lg {
        padding: 100px 0;
    }
    .section-xl {
        padding: 170px 0 110px;
    }
}

.section-single {
    display: flex;
    text-align: center;
}

.section-single p {
    margin-left: auto;
    margin-right: auto;
}

.section-single * + .rights {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .section-single * + .rights {
        margin-top: 60px;
    }
}

.section-single .rd-mailform-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-single * + .rd-mailform-wrap {
    margin-top: 20px;
}

.section-single-header {
    padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
    padding: calc(1em + 4vh) 0;
}

.section-single-footer {
    padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.desktop .section-single-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
}

.desktop .section-single-inner > * {
    width: 100%;
}

/** @section Grid modules */
.grid-demo {
    letter-spacing: 0;
    text-align: center;
}

.grid-demo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-demo * + p {
    margin-top: 5px;
}

.grid-demo * + .row {
    margin-top: 20px;
}

.grid-demo .row + .row {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .grid-demo {
        text-align: left;
    }
    .grid-demo p {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    .grid-demo * + p {
        margin-top: 25px;
    }
}

.grid-demo-bordered .row {
    border: 0 solid #d7d7d7;
    border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
    border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
    padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    border-left: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
    .grid-demo-bordered [class*='col'] {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .grid-demo-bordered [class*='col'] {
        padding: 50px 50px 45px;
    }
}

.grid-demo-underlined .row {
    border-bottom: 1px solid #d7d7d7;
}

.grid-demo-underlined [class*='col'] {
    padding: 5px 15px;
}

@media (min-width: 768px) {
    .grid-demo-underlined [class*='col'] {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .grid-demo-underlined [class*='col'] {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.row-narrow {
    margin-left: -10px;
    margin-right: -10px;
}

.row-narrow > [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
}

.row-wide {
    margin-left: -25px;
    margin-right: -25px;
}

.row-wide > [class*='col'] {
    padding-left: 25px;
    padding-right: 25px;
}

.row-ten .col-1 {
    flex: 0 0 auto;
    width: 10%;
}

.row-ten .col-2 {
    flex: 0 0 auto;
    width: 20%;
}

.row-ten .col-3 {
    flex: 0 0 auto;
    width: 30%;
}

.row-ten .col-4 {
    flex: 0 0 auto;
    width: 40%;
}

.row-ten .col-5 {
    flex: 0 0 auto;
    width: 50%;
}

.row-ten .col-6 {
    flex: 0 0 auto;
    width: 60%;
}

.row-ten .col-7 {
    flex: 0 0 auto;
    width: 70%;
}

.row-ten .col-8 {
    flex: 0 0 auto;
    width: 80%;
}

.row-ten .col-9 {
    flex: 0 0 auto;
    width: 90%;
}

.row-ten .col-10 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .row-ten .col-sm-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-ten .col-sm-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-ten .col-sm-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-ten .col-sm-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-ten .col-sm-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-ten .col-sm-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-ten .col-sm-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-ten .col-sm-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-ten .col-sm-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-ten .col-sm-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .row-ten .col-md-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-ten .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-ten .col-md-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-ten .col-md-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-ten .col-md-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-ten .col-md-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-ten .col-md-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-ten .col-md-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-ten .col-md-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-ten .col-md-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .row-ten .col-lg-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-ten .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-ten .col-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-ten .col-lg-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-ten .col-lg-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-ten .col-lg-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-ten .col-lg-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-ten .col-lg-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-ten .col-lg-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-ten .col-lg-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .row-ten .col-xl-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-ten .col-xl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-ten .col-xl-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-ten .col-xl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-ten .col-xl-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-ten .col-xl-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-ten .col-xl-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-ten .col-xl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-ten .col-xl-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-ten .col-xl-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .row-ten .col-xxl-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-ten .col-xxl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-ten .col-xxl-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-ten .col-xxl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-ten .col-xxl-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-ten .col-xxl-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-ten .col-xxl-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-ten .col-xxl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-ten .col-xxl-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-ten .col-xxl-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .row-xl-ten .col-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-xl-ten .col-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-xl-ten .col-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-xl-ten .col-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-xl-ten .col-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-xl-ten .col-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-xl-ten .col-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-xl-ten .col-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-xl-ten .col-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-xl-ten .col-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) and (min-width: 576px) {
    .row-xl-ten .col-sm-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-xl-ten .col-sm-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-xl-ten .col-sm-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-xl-ten .col-sm-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-xl-ten .col-sm-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-xl-ten .col-sm-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-xl-ten .col-sm-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-xl-ten .col-sm-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-xl-ten .col-sm-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-xl-ten .col-sm-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .row-xl-ten .col-md-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-xl-ten .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-xl-ten .col-md-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-xl-ten .col-md-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-xl-ten .col-md-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-xl-ten .col-md-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-xl-ten .col-md-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-xl-ten .col-md-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-xl-ten .col-md-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-xl-ten .col-md-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .row-xl-ten .col-lg-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-xl-ten .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-xl-ten .col-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-xl-ten .col-lg-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-xl-ten .col-lg-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-xl-ten .col-lg-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-xl-ten .col-lg-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-xl-ten .col-lg-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-xl-ten .col-lg-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-xl-ten .col-lg-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .row-xl-ten .col-xl-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-xl-ten .col-xl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-xl-ten .col-xl-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-xl-ten .col-xl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-xl-ten .col-xl-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-xl-ten .col-xl-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-xl-ten .col-xl-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-xl-ten .col-xl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-xl-ten .col-xl-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-xl-ten .col-xl-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) and (min-width: 1600px) {
    .row-xl-ten .col-xxl-1 {
        flex: 0 0 auto;
        width: 10%;
    }
    .row-xl-ten .col-xxl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-xl-ten .col-xxl-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .row-xl-ten .col-xxl-4 {
        flex: 0 0 auto;
        width: 40%;
    }
    .row-xl-ten .col-xxl-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-xl-ten .col-xxl-6 {
        flex: 0 0 auto;
        width: 60%;
    }
    .row-xl-ten .col-xxl-7 {
        flex: 0 0 auto;
        width: 70%;
    }
    .row-xl-ten .col-xxl-8 {
        flex: 0 0 auto;
        width: 80%;
    }
    .row-xl-ten .col-xxl-9 {
        flex: 0 0 auto;
        width: 90%;
    }
    .row-xl-ten .col-xxl-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .container-reset-mobile {
        padding: 0;
    }
    .container-reset-mobile .col-restore {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark,
.bg-secondary .brand .brand-logo-dark {
    display: none;
}

.context-dark .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light,
.bg-secondary .brand .brand-logo-light {
    display: block;
}

.bg-default {
    background-color: #ffffff;
}

.bg-default:not([style*='background-'])
    + .bg-default:not([style*='background-']) {
    padding-top: 0;
}

.bg-gray-100 {
    background-color: #f7f7f7;
}

.bg-gray-100:not([style*='background-'])
    + .bg-gray-100:not([style*='background-']) {
    padding-top: 0;
}

.bg-gray-700 {
    background-color: #22282f;
}

.bg-gray-700:not([style*='background-'])
    + .bg-gray-700:not([style*='background-']) {
    padding-top: 0;
}

.bg-primary {
    background-color: #fe7d17;
}

.bg-primary:not([style*='background-'])
    + .bg-primary:not([style*='background-']) {
    padding-top: 0;
}

.bg-secondary {
    background-color: #f76f3f !important;
}

.bg-secondary:not([style*='background-'])
    + .bg-secondary:not([style*='background-']) {
    padding-top: 0;
}

.bg-primary-light {
    background-color: rgba(254, 234, 199, 0.3);
}

.bg-primary-light:not([style*='background-'])
    + .bg-primary-light:not([style*='background-']) {
    padding-top: 0;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
    .bg-overlay::before {
        display: none;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed;
    }
}

/** @section Utilities custom */
.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.height-fill > * {
    flex-grow: 1;
    flex-shrink: 0;
}

.object-inline {
    white-space: nowrap;
}

.object-inline > * {
    display: inline-block;
    min-width: 20px;
    vertical-align: top;
    white-space: normal;
}

.object-inline > * + * {
    margin-left: 5px;
}

.oh {
    position: relative;
    overflow: hidden;
}

.text-decoration-lines {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.text-decoration-lines-content {
    position: relative;
    display: inline-block;
    min-width: 170px;
    font-size: 13px;
    text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #d7d7d7;
    top: 50%;
    width: 100vw;
}

.text-decoration-lines-content::before {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
    margin-top: 30px;
}

p.rights {
    margin-top: 30px;
}

p.rights a {
    color: inherit;
}

p.rights a:hover {
    color: #fe7d17;
}

.context-dark .rights,
.bg-gray-700 .rights,
.bg-primary .rights,
.bg-secondary .rights {
    color: #ffffff;
}

[style*='z-index: 1000;'] {
    z-index: 1101 !important;
}

.text-block > * {
    margin-left: 0.125em;
    margin-right: 0.125em;
}

/** @group Components */
/** @section Typography */
body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.62222;
    font-weight: 400;
    color: #22282f;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
    color: #fe7d17;
}

h1,
.h1 {
    font-size: 82.35294px;
    line-height: 1;
    color: #fe7d17;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 93.33333px;
    }
}

@media (min-width: 1600px) {
    .hero-right-img {
        margin: 40% 0;
    }
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 100px;
    }
}

h2,
.h2 {
    font-size: 46.66667px;
    line-height: 1;
    color: #fe7d17;
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 56px;
    }
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 70px;
    }
}

h3,
.h3 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        'Helvetica Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}

h4,
.h4 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}

h5,
.h5 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

h6,
.h6 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

small,
.small {
    display: block;
    font-size: 16px;
    line-height: 1.5625;
}

mark,
.mark {
    padding: 3px 5px;
    color: #ffffff;
    background: #fe7d17;
}

.big {
    font-size: 24px;
    line-height: 1.41667;
}

.lead {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

code {
    padding: 3px 5px;
    border-radius: 0.2rem;
    font-size: 90%;
    color: #111111;
    background: #f7f7f7;
}

p [data-toggle='tooltip'] {
    padding-left: 0.25em;
    padding-right: 0.25em;
    color: #fe7d17;
}

p [style*='max-width'] {
    display: inline-block;
}

::selection {
    background: #fe7d17;
    color: #ffffff;
}

::-moz-selection {
    background: #fe7d17;
    color: #ffffff;
}

/** @section Brand */
.brand {
    display: inline-block;
}

.brand img {
    margin-top: 0;
}

.brand .brand-logo-light {
    display: none;
}

.brand .brand-logo-dark {
    display: block;
}

/** @section Links */
a {
    transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
}

a,
a:focus,
a:active {
    color: #fe7d17;
}

a:hover {
    color: #c85901;
}

a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap;
}

.link-hover {
    color: #c85901;
}

.link-press {
    color: #c85901;
}

/** @section Blocks */
.block-center,
.block-sm,
.block-lg,
.block-xl {
    margin-left: auto;
    margin-right: auto;
}

.block-sm {
    max-width: 560px;
}

.block-md {
    max-width: 650px;
}

.block-lg {
    max-width: 768px;
}

.block-xl {
    max-width: 828px;
}

.block-center:hover .block-center-header {
    background-color: #fe7d17;
}

.block-center-title {
    background-color: #ffffff;
}

/** @section Boxes */
.box-minimal {
    text-align: center;
}

.box-minimal .box-minimal-icon {
    font-size: 50px;
    line-height: 50px;
    color: #fe7d17;
}

.box-minimal-divider {
    width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #fe7d17;
}

.box-minimal-text {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

* + .box-minimal {
    margin-top: 30px;
}

* + .box-minimal-title {
    margin-top: 10px;
}

* + .box-minimal-divider {
    margin-top: 20px;
}

* + .box-minimal-text {
    margin-top: 15px;
}

.context-dark .box-minimal p,
.bg-gray-700 .box-minimal p,
.bg-primary .box-minimal p,
.bg-secondary .box-minimal p {
    color: #22282f;
}

.box-counter {
    position: relative;
    text-align: center;
    color: #22282f;
}

.box-counter-title {
    display: inline-block;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.box-counter-main {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
        'Helvetica Neue', Arial, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
}

.box-counter-main > * {
    display: inline;
    font: inherit;
}

.box-counter-main .small {
    font-size: 28px;
}

.box-counter-main .small_top {
    position: relative;
    top: 0.2em;
    vertical-align: top;
}

.box-counter-divider {
    font-size: 0;
    line-height: 0;
}

.box-counter-divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #fe7d17;
}

* + .box-counter-title {
    margin-top: 10px;
}

* + .box-counter-main {
    margin-top: 20px;
}

* + .box-counter-divider {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .box-counter-title {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .box-counter-main {
        font-size: 60px;
    }
    .box-counter-main .small {
        font-size: 36px;
    }
    * + .box-counter-main {
        margin-top: 30px;
    }
    * + .box-counter-divider {
        margin-top: 15px;
    }
    * + .box-counter-title {
        margin-top: 18px;
    }
}

.bg-primary .box-counter {
    color: #ffffff;
}

.bg-primary .box-counter-divider::after {
    background: #ffffff;
}

/** @section Groups */
html .group {
    margin-bottom: -20px;
    margin-left: -15px;
}

html .group:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group > * {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px;
}

html .group-sm {
    margin-bottom: -10px;
    margin-left: -10px;
}

html .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-sm > * {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}

html .group-xl {
    margin-bottom: -20px;
    margin-left: -30px;
}

html .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .group-xl > * {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 30px;
}

@media (min-width: 992px) {
    html .group-xl {
        margin-bottom: -20px;
        margin-left: -45px;
    }
    html .group-xl > * {
        margin-bottom: 20px;
        margin-left: 45px;
    }
}

html .group-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

html .group-custom > * {
    width: 100%;
}

@media (min-width: 576px) {
    html .group-custom {
        flex-direction: row;
    }
}

* + .group-sm {
    margin-top: 30px;
}

* + .group-xl {
    margin-top: 20px;
}

/** @section Responsive units */
.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit > * {
    margin-bottom: 30px;
    margin-left: 20px;
}

.unit:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.unit-body {
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-spacing-xs {
    margin-bottom: -15px;
    margin-left: -7px;
}

.unit-spacing-xs > * {
    margin-bottom: 15px;
    margin-left: 7px;
}

/** @section Lists */
.list > li + li {
    margin-top: 10px;
}

.list-xs {
    margin-top: 30px;
}

.list-xs > li + li {
    margin-top: 5px;
}

.list-sm > li + li {
    margin-top: 10px;
}

.list-md > li + li {
    margin-top: 18px;
}

.list-lg > li + li {
    margin-top: 25px;
}

.list-xl > li + li {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .list-xl > li + li {
        margin-top: 60px;
    }
}

.list-inline > li {
    display: inline-block;
}

html .list-inline-md {
    margin-top: 25px;
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -5px;
    margin-right: -5px;
}

html .list-inline-md > * {
    margin-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

* + .list-terms {
    margin-top: 25px;
}

.list-terms + * {
    margin-top: 25px;
}

.list-terms dt + dd {
    margin-top: 5px;
}

.list-terms dd + dt {
    margin-top: 25px;
}

.index-list {
    counter-reset: li;
}

.index-list > li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

.list-marked {
    text-align: left;
}

.list-marked > li {
    position: relative;
    padding-left: 25px;
}

.list-marked > li::before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 1px;
    min-width: 25px;
    content: '\f105';
    font: 400 14px/24px 'FontAwesome';
    color: #b7b7b7;
}

.list-marked > li + li {
    margin-top: 4px;
}

* + .list-marked {
    margin-top: 15px;
}

p + .list-marked {
    margin-top: 10px;
}

.list-ordered {
    counter-reset: li;
    text-align: left;
}

.list-ordered > li {
    position: relative;
    padding-left: 25px;
}

.list-ordered > li:before {
    position: absolute;
    content: counter(li, decimal) '.';
    counter-increment: li;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px;
    color: #b7b7b7;
}

.list-ordered > li + li {
    margin-top: 10px;
}

* + .list-ordered {
    margin-top: 15px;
}

/** @section Images */
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-responsive {
    width: 100%;
}

@media (max-width: 767.98px) {
    .img-60m {
        max-width: 60%;
    }
    .hero-right-img {
        margin: 5% 0;
    }
}

/** @section Icons */
.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

.icon-white,
.icon-white:focus,
.icon-white:active {
    color: #ffffff;
}

.icon-white:hover {
    color: #fff;
}

.icon-circle {
    border-radius: 50%;
}

.icon-lg {
    font-size: 20px;
}

.icon-box {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 0;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.icon-box:hover {
    background: #fe7d17;
    color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.icon-box-icon {
    font-size: 22px;
    line-height: 1;
}

* + .icon-box-text {
    margin-left: 15px;
}

.icon-fill {
    fill: #fe7d17;
}

/** @section Dividers */
hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #d7d7d7;
}

.divider {
    font-size: 0;
    line-height: 0;
}

.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #fe7d17;
}

/** @section Buttons */
.btn {
    position: relative;
    text-transform: uppercase;
    text-overflow: ellipsis;
}

.page .btn:not([class*='shadow']) {
    box-shadow: none;
}

.page .btn:not(:disabled):not(.disabled):active:focus:not([class*='shadow']),
.page .btn:not(:disabled):not(.disabled).active:focus:not([class*='shadow']) {
    box-shadow: none;
}

.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background-color: #fe7d17;
    border-color: #fe7d17;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #22282f;
    border-color: #22282f;
}

.btn-primary.btn-ujarak::before {
    background: #22282f;
}

.btn-secondary,
.btn-secondary:focus {
    color: #ffffff;
    background-color: #fe7d17;
    border-color: #fe7d17;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active {
    color: #ffffff;
    background-color: #22282f;
    border-color: #22282f;
}

.btn-secondary.btn-ujarak::before {
    background: #22282f;
}

.btn-gray-100,
.btn-gray-100:focus {
    color: #151515;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-gray-100:not(:disabled):not(.disabled):active,
.btn-gray-100:not(:disabled):not(.disabled).active,
.btn-gray-100:hover,
.btn-gray-100:active,
.btn-gray-100.active {
    color: #151515;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.btn-gray-100.btn-ujarak::before {
    background: #eaeaea;
}

.btn-default-outline,
.btn-default-outline:focus {
    color: #cccccc;
    background-color: transparent;
    border-color: #22282f;
}

.btn-default-outline:not(:disabled):not(.disabled):active,
.btn-default-outline:not(:disabled):not(.disabled).active,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active {
    color: #ffffff;
    background-color: #fe7d17;
    border-color: #fe7d17;
}

.btn-default-outline.btn-ujarak::before {
    background: #fe7d17;
}

.btn-ghost {
    border: 0;
    background-color: transparent;
}

.btn-ghost:hover {
    color: #ffffff;
    background: #fe7d17;
}

.btn-facebook,
.btn-facebook:focus {
    color: #ffffff;
    background-color: #4d70a8;
    border-color: #4d70a8;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active {
    color: #ffffff;
    background-color: #456497;
    border-color: #456497;
}

.btn-facebook.btn-ujarak::before {
    background: #456497;
}

.btn-twitter,
.btn-twitter:focus {
    color: #ffffff;
    background-color: #02bcf3;
    border-color: #02bcf3;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active {
    color: #ffffff;
    background-color: #02a8da;
    border-color: #02a8da;
}

.btn-twitter.btn-ujarak::before {
    background: #02a8da;
}

.btn-google,
.btn-google:focus {
    color: #ffffff;
    background-color: #e2411e;
    border-color: #e2411e;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.btn-google:hover,
.btn-google:active,
.btn-google.active {
    color: #ffffff;
    background-color: #cc3a1a;
    border-color: #cc3a1a;
}

.btn-google.btn-ujarak::before {
    background: #cc3a1a;
}

.btn-shadow {
    box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.btn-shadow:hover {
    box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

.btn-shadow:focus,
.btn-shadow:active {
    box-shadow: none;
}

.btn-circle {
    border-radius: 30px;
}

.btn-round-1 {
    border-radius: 5px;
}

.btn-round-2 {
    border-radius: 10px;
}

.btn.btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.btn.btn-icon .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.55em;
    line-height: 1em;
}

.btn.btn-icon-left .icon {
    padding-right: 11px;
}

.btn.btn-icon-right {
    flex-direction: row-reverse;
}

.btn.btn-icon-right .icon {
    padding-left: 11px;
}

.btn.btn-icon.btn-link .icon {
    top: 5px;
    font-size: 1em;
}

.btn.btn-icon.btn-xs .icon {
    top: 0.05em;
    font-size: 1.2em;
    padding-right: 8px;
}

.btn.btn-icon.btn-xs .btn-icon-right {
    padding-left: 8px;
}

.btn-aylen {
    position: relative;
    background: #f76f3f;
    color: #ffffff;
    overflow: hidden;
    transition: 0.3s;
    transition-delay: 0.2s;
    border: none;
    border-radius: 40px;
    z-index: 0;
}

.btn-aylen::before,
.btn-aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-aylen::before {
    background: #bc343e;
}

.btn-aylen::after {
    background: #eb6d3d;
}

.btn-aylen:hover {
    color: #fff;
}

.btn-aylen:hover::before,
.btn-aylen:hover::after {
    transform: translate3d(0, 100%, 0);
}

.btn-aylen:hover::after {
    transition-delay: 0.175s;
}

.lt-ie10 .btn-aylen:hover {
    background-color: #f76f3f;
}

.tablet .btn-aylen:after,
.tablet .btn-aylen:before {
    display: none;
}

.tablet .btn-aylen:hover {
    background-color: #f76f3f;
}

/** @section Forms */
.rd-form {
    position: relative;
    text-align: left;
}

.rd-form .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
}

* + .rd-form {
    margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
    color: #000000 !important;
}

.form-wrap {
    position: relative;
}

.form-wrap.has-error .form-input {
    border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
    border-color: #fe7d17;
}

.form-wrap + * {
    margin-top: 20px;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #22282f;
    background-color: #e7f5f5;
    background-image: none;
    border-radius: 10px;
    -webkit-appearance: none;
    transition: 0.3s ease-in-out;
    border: 1px solid #e7f5f5;
}

.form-input:focus {
    outline: 0;
}

textarea.form-input {
    height: 135px;
    min-height: 50px;
    max-height: 230px;
    resize: vertical;
}

.recaptcha div {
    display: block;
    transform-origin: 0 0;
}

.recaptcha iframe {
    display: block;
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #22282f;
    font-weight: 400;
}

.form-label {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: 0.25s;
    will-change: transform;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #22282f;
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px;
}
.footer-container p {
    text-align: justify;
}
@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }
    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        transform: none;
    }
}
@media (max-width: 768px) {
    .footerpages {
        text-align: center;
        width: 100%;
    }
    .footer-icons {
        width: 100%;
        text-align: center;
    }
}

[data-x-mode='true'] .form-label {
    pointer-events: auto;
}

.form-validation {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: 0.3s;
}

.form-validation-left .form-validation {
    right: auto;
    left: 8px;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: 0.3s all ease;
    max-width: calc(100% - 30px);
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
        max-width: calc(100% - 60px);
    }
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #f5543f;
}

.form-output.success {
    color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
    position: absolute;
    opacity: 0;
    transition: 0.22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1;
}

.radio,
.radio-inline {
    padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
    content: '';
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #22282f;
    border-radius: inherit;
}

.checkbox,
.checkbox-inline {
    padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
    content: '\f222';
    font-family: 'Material Design Icons';
    position: absolute;
    top: -1px;
    left: -2px;
    font-size: 20px;
    line-height: 18px;
    color: #cccccc;
}

.toggle-custom {
    padding-left: 60px;
    -webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
    background: #fe7d17;
    transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    width: 44px;
    height: 20px;
    background: #e7f5f5;
    cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    background: #b7b7b7;
    transform: translate(4px, -50%);
    opacity: 1;
    transition: 0.22s;
}

.rd-form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    margin-bottom: -8px;
    margin-left: -8px;
}

.rd-form-inline:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.rd-form-inline > * {
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 8px;
}

.rd-form-inline > * {
    margin-top: 0;
}

.rd-form-inline .form-wrap {
    flex-grow: 1;
    min-width: 185px;
}

.rd-form-inline .form-wrap-select {
    text-align: left;
}

.rd-form-inline .form-button {
    flex-shrink: 0;
    max-width: calc(100% - 10px);
    min-height: 50px;
}

.rd-form-inline .form-button .btn {
    min-height: inherit;
}

@media (min-width: 576px) {
    .rd-form-inline .btn {
        display: block;
    }
}

.rd-form-inline.rd-form-inline-centered {
    justify-content: center;
}

.form-sm .form-input,
.form-sm .btn {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 40px;
}

.form-sm .form-validation {
    top: -16px;
}

.form-sm .form-label {
    top: 20px;
}

.form-sm * + .btn {
    margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
    min-height: 58px;
}

.form-lg .form-button {
    min-height: 60px;
}

.form-lg .form-label {
    top: 30px;
}

/** @section Quotes */
.quote {
    max-width: 510px;
    position: relative;
    margin-top: 20px;
}

.quote q::before,
.quote q::after {
    display: none;
}

.quote q,
.quote cite {
    display: block;
}

@media (min-width: 768px) {
    .quote {
        margin-top: 30px;
    }
}

.quote-icon > svg {
    width: 30px;
    height: auto;
}

.quote-text {
    font-style: italic;
}

.quote-cite {
    font-size: 20px;
    font-weight: 700;
}

.quote-meta {
    font-size: 16px;
    font-weight: 600;
    color: #fe7d17;
}

* + .quote-text {
    margin-top: 22px;
}

* + .quote-cite {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .quote-icon > svg {
        width: auto;
    }
}

/** @section Thumbnails */
* + .figure-light {
    margin-top: 30px;
}

.figure-light figcaption {
    padding-top: 10px;
    color: #b7b7b7;
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
    position: relative;
    padding: 35px 0 40px;
    text-align: center;
    background-color: #cccccc;
    background-position: center;
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
}

.breadcrumbs-custom-path > * {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: #fe7d17;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    top: 52%;
    right: -5px;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
    display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
    color: #ffffff;
}

.breadcrumbs-custom-path li.active {
    top: 2px;
}

* + .breadcrumbs-custom-path {
    margin-top: 14px;
}

@media (min-width: 576px) {
    .breadcrumbs-custom {
        margin-left: -30px;
        margin-right: -30px;
    }
    .breadcrumbs-custom > * {
        padding-left: 30px;
        padding-right: 30px;
    }
    * + .breadcrumbs-custom-path {
        margin-top: 18px;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 70px 0 80px;
    }
    .breadcrumbs-custom-path li {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 80px 0 100px;
    }
}

@media (min-width: 1600px) {
    .breadcrumbs-custom {
        padding: 80px 0 100px;
    }
}

/** @section Service */
.service {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-text {
    max-width: 333px;
    margin-top: 5px;
}

.service-img + * {
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .service-img {
        max-width: 25%;
    }
}

@media (min-width: 768px) {
    .service-img + * {
        margin-top: 25px;
    }
    .service-text {
        margin-top: 15px;
    }
}

/** @section Pricing */
.pricing {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 130px 20px 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .pricing {
        padding: 160px 30px 180px;
    }
}

.pricing-theme-1 {
    background-image: url('../images/pricing-theme-01.webp');
}

.pricing-theme-2 {
    background-image: url('../images/pricing-theme-02.webp');
}

.pricing-list {
    margin-top: 30px;
}

.pricing-list > li {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.pricing-list li + li {
    margin-top: 10px;
}

/** @section Snackbars */
.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-align: left;
    background-color: #151515;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.snackbars .icon-xxs {
    font-size: 18px;
}

.snackbars p span:last-child {
    padding-left: 14px;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px;
    }
}

/** @section Footers */
.footer-classic {
    text-align: center;
    padding: 60px 0;
}

@media (min-width: 1200px) {
    .footer-classic {
        padding: 50px 0;
    }
}

/** @group Plugins */
/** @section Animate */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

.ipad .not-animated,
.ios .not-animated {
    opacity: 1 !important;
}

.ios .animated {
    animation: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

/** @section Preloader */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    transition: 0.3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader-body {
    text-align: center;
}

.preloader-body p {
    position: relative;
    right: -8px;
}

.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center;
}

.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #fe7d17;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin 0.88s infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

/** @section ToTop */
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    color: #ffffff;
    background: #fe7d17;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: 0.45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
    color: #ffffff;
    background: #111111;
    text-decoration: none;
}

.ui-to-top:focus {
    color: #ffffff;
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar {
    display: none;
    background: transparent;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fe7d17;
    background-color: transparent;
    border: none;
    display: none;
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    transition: 0.3s all ease;
}

.rd-navbar-toggle span:after {
    top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #fe7d17;
    backface-visibility: hidden;
    border-radius: 0;
}

.rd-navbar-toggle span {
    transform: rotate(180deg);
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
    transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #22282f;
    display: none;
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #22282f;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: '';
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-18px);
}

.rd-navbar-brand a {
    display: block;
}

.rd-navbar-dropdown {
    display: none;
}

.rd-navbar-nav-toggle {
    border: none;
    background: transparent;
    padding: 0;
    color: #fe7d17;
}

.rd-navbar-nav-toggle::before {
    content: '\f0c9';
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 26px;
    line-height: 50px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.rd-navbar-nav-toggle.active::before {
    content: '\f00d';
    transform: rotate(180deg);
}

.rd-navbar-nav-toggle {
    margin-left: 50px;
    font-size: 0;
}

.rd-navbar-nav-toggle:hover {
    color: #f76f3f;
}

.rd-navbar-wrap-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

.rd-navbar-static .rd-navbar-main.active .rd-navbar-nav-wrap {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #fe7d17;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #fe7d17;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #fe7d17;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
    color: #fe7d17;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static
    .rd-nav-item
    .rd-nav-link:hover
    + .rd-navbar-submenu-toggle::before {
    transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
    margin-left: 4px;
    font-family: 'Material Design Icons';
    font-size: 16px;
    cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: 0.22s;
    content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
    color: #fe7d17;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
    margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #22282f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.25s;
}

.rd-navbar-static .rd-nav-link:hover {
    color: #fe7d17;
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 22px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border: none;
    transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    width: 270px;
    padding: 15px;
    background: #ffffff;
    z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #fe7d17;
}

.rd-navbar-static .rd-dropdown-link {
    color: #9b9b9b;
}

.rd-navbar-static .rd-dropdown-link:hover {
    color: #fe7d17;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
    position: relative;
    left: -3px;
    display: flex;
    padding: 1px 14px 1px 0;
    text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-dropdown li > a:focus,
.rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
    color: #9b9b9b;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
    color: #fe7d17;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
    transition: 0.15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    color: #fe7d17;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
    display: flex;
    left: 0;
    width: 100%;
    max-width: 1200px;
    padding: 30px 40px;
    background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
    flex-basis: 50%;
    flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
    padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static * + .rd-megamenu-title {
    margin-top: 30px;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
    margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
    color: #000000;
    background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #fe7d17;
    background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
    margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 22px;
    line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px;
    max-height: 58px;
    width: auto;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1079;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #feb67d;
    border: none;
    border-radius: 0;
    opacity: 0.2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #fe7d17;
    border: none;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
    padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed
    .rd-navbar-submenu
    .rd-navbar-dropdown
    .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
    padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 12px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
    margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    position: relative;
    display: block;
    padding: 0 18px 7px;
    font-size: 16px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
    margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 52px;
    font: 400 14px 'FontAwesome';
    line-height: 52px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    top: 4px;
    z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 1079;
    transform: translate3d(0, -10px, 0);
    padding: 15px;
    width: auto;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
    display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
    position: absolute;
    float: left;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
    position: fixed;
    top: 4px;
    z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #22282f;
    box-shadow: 0px 0px 10px -2px rgba(123, 200, 199, 0.5);
    background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #ffffff;
    background: #ffffff;
    border: none;
    box-shadow: 0px 0px 10px -2px rgba(123, 200, 199, 0.5);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #ffffff;
    background: #fe7d17;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
    color: #22282f;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    color: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
    color: #ffffff;
    background: #fe7d17;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: none;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #fe7d17;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #22282f;
}

.rd-navbar-fixed .rd-navbar-collapse {
    background-color: #ffffff;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
    color: #22282f;
}

.rd-navbar-fixed .rd-navbar-nav-toggle {
    display: none;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
    display: block;
    background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px 22px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
    display: flex;
    align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
    margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
    min-width: 200px;
    text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1101;
    width: 450px;
    padding: 94px 0 0 0;
    background: #ffffff;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
    box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transition-delay: 0.1s;
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item {
    position: relative;
    display: block;
    padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
    color: #fe7d17;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
    font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
    border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
    max-width: calc(100% - 30px);
    word-break: break-all;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #cccccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
    color: #fe7d17;
}

.rd-navbar-sidebar
    .rd-navbar-submenu
    .opened
    > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity 0.2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-sidebar
    .rd-navbar-submenu
    > .rd-navbar-submenu
    > .rd-navbar-dropdown,
.rd-navbar-sidebar
    .rd-navbar-submenu
    > .rd-navbar-submenu
    > .rd-navbar-megamenu {
    transform: translateY(30px);
}

.rd-navbar-sidebar
    .rd-navbar-submenu
    > .rd-navbar-submenu.opened
    > .rd-navbar-dropdown,
.rd-navbar-sidebar
    .rd-navbar-submenu
    > .rd-navbar-submenu.opened
    > .rd-navbar-megamenu {
    transform: translateY(0);
}

.rd-navbar-sidebar
    .rd-navbar-submenu
    > .rd-navbar-submenu
    .rd-navbar-submenu
    > .rd-navbar-dropdown {
    transform: translateX(-20px);
}

.rd-navbar-sidebar
    .rd-navbar-submenu
    > .rd-navbar-submenu
    .rd-navbar-submenu.opened
    > .rd-navbar-dropdown {
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar
    .rd-nav-item
    .rd-navbar--has-dropdown
    > .rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-left: 10px;
    margin-bottom: inherit;
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    color: #22282f;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar
    .rd-nav-item
    .rd-navbar--has-dropdown
    > .rd-navbar-submenu-toggle:hover {
    color: #fe7d17;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar
    .rd-nav-item
    .rd-navbar--has-dropdown
    > .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
}

.rd-navbar-sidebar
    .rd-nav-item
    .rd-navbar--has-dropdown
    > .rd-navbar-submenu-toggle {
    font-size: 14px;
    color: #cccccc;
    margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
    margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
    font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a {
    position: relative;
    left: -3px;
    display: flex;
    padding: 1px 14px 1px 0;
    text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:active,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list li > a:active {
    color: #9b9b9b;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
    color: #fe7d17;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
    transition: 0.15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    color: #fe7d17;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
    max-width: 450px;
    margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > * {
    margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
    display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
    margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
    margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
    padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
    display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
    padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
    padding-left: 0;
}

.rd-navbar-sidebar
    .rd-navbar-dropdown
    .rd-navbar--has-dropdown.opened
    > .rd-navbar-submenu-toggle {
    color: #fe7d17;
}

.rd-navbar-sidebar
    .rd-navbar-dropdown
    .rd-navbar--has-dropdown.opened
    > .rd-navbar-submenu-toggle::after {
    top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
    margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
    margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
    margin-top: 10px;
    padding-left: 15px;
}

.rd-navbar-sidebar
    .rd-nav-item
    > .rd-navbar-dropdown
    .rd-navbar-dropdown
    > li
    > a {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-megamenu {
        margin-bottom: -30px;
    }
    .rd-navbar-sidebar .rd-navbar-megamenu > * {
        margin-bottom: 30px;
    }
    .rd-navbar-sidebar .rd-navbar-dropdown > li + li,
    .rd-navbar-sidebar .rd-megamenu-list > li + li {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap {
        width: auto;
        left: calc(50% + 600px - 80px);
    }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
    padding-top: 11px;
    padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
    border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
    padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    width: 60px;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    box-shadow: 0 0 10px #d7d7d7;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
    display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 17px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck
    .rd-navbar-nav-item
    > .rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone
    .rd-navbar-nav-item
    > .rd-navbar-submenu {
    margin-top: 17px;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
    margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
    padding: 10px 0;
}

/** @section Tooltop Custom */
.tooltip {
    font-size: 18px;
    line-height: 1.2;
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #fe7d17;
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fe7d17;
}

/** @section Owl Carousel */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    display: flex;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

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

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
    -webkit-tap-highlight-color: transparent;
}

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

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    user-select: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
}

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

.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 {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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

* + .owl-carousel {
    margin-top: 35px;
}

.owl-carousel .owl-nav {
    pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    background: #fe7d17;
    color: #151515;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
    display: block;
    font-family: 'FontAwesome';
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    text-decoration: none;
    background: #151515;
    color: #fe7d17;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-prev {
    left: 10px;
}

.owl-carousel .owl-prev::before {
    content: '\f104';
}

.owl-carousel .owl-next {
    right: 10px;
}

.owl-carousel .owl-next::before {
    content: '\f105';
}

.owl-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.owl-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
}

.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #151515;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 5px;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
    background: #fe7d17;
}

/**
 * Select 2
 */
.select2-container {
    position: relative;
    display: inline-block;
    width: 100% !important;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.select2-container .select2-selection--single {
    display: block;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-selection--multiple {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.select2-container .select2-search--inline {
    align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
    display: block;
    padding: 0;
    border: none;
    font-size: 14px;
    min-height: 24px;
    box-sizing: border-box;
}

.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.has-error .select2-selection__rendered {
    outline: 1px solid #f5543f;
}

.select2-dropdown {
    position: absolute;
    left: -100000px;
    z-index: 1051;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #e7f5f5;
    color: #22282f;
}

.select2-results {
    display: block;
}

.select2-results__options {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #e7f5f5;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 19px;
    font-size: 14px;
    line-height: 1;
    color: #22282f;
    border-radius: 10px;
    padding-right: 20px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #22282f;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 26px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    border-color: #22282f transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single {
    cursor: default;
    background-color: #e7f5f5;
    color: #424e5b;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #22282f transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #e7f5f5;
    cursor: text;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    width: 100%;
    padding: 13px 24px 8px 14px;
    list-style: none;
    box-sizing: border-box;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 5px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__placeholder {
    color: #22282f;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 5px;
    cursor: default;
    font-size: 14px;
    background-color: #fe7d17;
    color: #ffffff;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    color: #ffffff;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #e7f5f5;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    outline: 0;
}

.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    cursor: default;
    background-color: #e7f5f5;
    color: #424e5b;
}

.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open
    .select2-selection__rendered {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default
    .select2-search--inline
    .select2-search__field::-webkit-input-placeholder {
    color: #22282f;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role='group'] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled='true'] {
    background-color: #e7f5f5;
    color: #424e5b;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #fe7d17;
    color: #ffffff;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #fe7d17;
    color: #ffffff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/** @section Bootstrap Modal */
.modal-content {
    border: none;
}

.modal-body,
.modal-header {
    padding: 20px;
}

@media (min-width: 768px) {
    .modal-body,
    .modal-header {
        padding: 30px;
    }
}

.btn-close:focus {
    box-shadow: none;
}

@media (min-width: 768px) {
    .modal-body .btn {
        margin-top: 5px;
    }
}

.section-scene {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.scene {
    display: none;
    height: 100%;
    z-index: -1;
}

.scene img {
    width: 100vw;
    height: auto;
}

.layer {
    height: 100%;
}

@media (min-width: 992px) {
    .desktop .scene {
        display: block;
        position: absolute;
        top: 10%;
    }
}
@media (max-width: 768px) {
    .rd-navbar-fixed .rd-navbar-panel {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        height: 70px;
    }
    h1,
    .h1 {
        font-size: 56.35294px;
        line-height: 1;
    }
    h2,
    .h2 {
        font-size: 36.66667px;
        line-height: 1.2;
        color: #fe7d17;
    }
    h3,
    .h3 {
        font-size: 30px !important;
    }
    section.dt__posts.dt__posts--one.dt-py-default {
        padding-top: 80px;
    }
    section.dt__posts.dt__posts--one.dt-py-default h1 {
        font-size: 58px;
    }
    input,
    select,
    textarea {
        width: 100%;
    }
}

ul.wp-block-list li {
    padding-top: 15px;
}
