@import url(grotesque.css);
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1.2
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

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

.btn-outline-danger,
.btn-outline-dark,
.btn-outline-info,
.btn-outline-light,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-warning,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.dropdown-menu,
.form-control,
.modal-content,
.popover {
    background-clip: padding-box
}

.dropdown-menu,
.nav,
.navbar-nav {
    list-style: none
}

.dk-selected,
.product-block ul li a span,
.shop-prduct-list .category_outer ul li a {
    text-overflow: ellipsis;
    white-space: nowrap
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

.blockquote,
hr {
    margin-bottom: 1rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300
}

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

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

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

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

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

a>code,
pre code {
    color: inherit
}

code {
    color: #e83e8c;
    word-break: break-word
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

.btn,
.btn-link,
.dropdown-item {
    font-weight: 400
}

pre {
    display: block;
    color: #212529
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

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

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered,
.table-responsive>.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.form-control {
    display: block;
    color: #495057;
    background-color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.custom-file-input.is-valid~.custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.invalid-tooltip,
.valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    line-height: 1;
    border-radius: .2rem;
    top: 100%
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .8)
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-file-input:invalid~.custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .8)
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link {
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: ""
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    transition: height .35s ease
}

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

.dropdown-toggle:empty::after {
    margin-left: 0
}

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

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

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
    width: 0;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    height: 0
}

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-left: .3em solid;
    vertical-align: 0
}

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

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
    margin-bottom: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before,
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-group>.btn:first-child,
.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.nav,
.navbar {
    flex-wrap: wrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    left: 0
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label::before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-file,
.custom-select {
    display: inline-block;
    width: 100%
}

.custom-file-input:lang(en)~.custom-file-label::after,
.custom-file-label::after {
    content: "Browse"
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-file-input:focus~.custom-file-control::before,
.custom-select:focus {
    border-color: #80bdff
}

.custom-select:focus {
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file,
.custom-file-input,
.custom-file-label {
    height: calc(2.25rem + 2px)
}

.custom-file {
    position: relative
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    top: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    right: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: flex;
    padding-left: 0
}

.nav-link,
.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

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

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

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

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

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

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

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

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

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

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

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

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    flex-direction: row
}

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

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

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

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

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

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

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

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

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

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-footer,
.card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03)
}

.card-title {
    margin-bottom: .75rem
}

.card-header,
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-subtitle {
    margin-top: -.375rem
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.alert,
.btn .badge,
.page-link {
    position: relative
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb,
.pagination {
    border-radius: .25rem;
    list-style: none
}

.card-columns .card {
    margin-bottom: .75rem
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0
}

.page-link,
.popover-body,
.popover-header {
    padding: .5rem .75rem
}

.page-link {
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

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

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.badge,
.close {
    font-weight: 700;
    line-height: 1
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

.progress {
    display: flex;
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

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

.media-body {
    flex: 1
}

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

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

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

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

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

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

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

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

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.popover,
.tooltip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    text-decoration: none
}

.modal-title,
.popover,
.tooltip {
    line-height: 1.5
}

.popover,
.text-hide,
.tooltip {
    text-shadow: none
}

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

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

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

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

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

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

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

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

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

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

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

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

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

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

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-item {
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

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

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

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

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

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

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

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center no-repeat;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

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

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

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

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

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

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

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

progress,
sub,
sup {
    vertical-align: baseline
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-left,
.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

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

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

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

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.text-truncate,
svg:not(:root) {
    overflow: hidden
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
    margin-bottom: .5rem
}

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

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap
}

button,
hr,
input {
    overflow: visible
}

pre,
textarea {
    overflow: auto
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
    .container {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
    .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
    .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

body,
caption {
    text-align: left
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-muted {
    color: #6c757d!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

address,
legend {
    line-height: inherit
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.owl-carousel .owl-stage:after,
.owl-carousel.owl-refresh .owl-item,
.swiper-invisible-blank-slide {
    visibility: hidden
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

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

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

img,
legend {
    width: 100%
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block
}

label,
output {
    display: inline-block
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.article-list .col,
.article-list .col-1,
.article-list .col-10,
.article-list .col-11,
.article-list .col-12,
.article-list .col-2,
.article-list .col-3,
.article-list .col-4,
.article-list .col-5,
.article-list .col-6,
.article-list .col-7,
.article-list .col-8,
.article-list .col-9,
.article-list .col-auto,
.article-list .col-lg,
.article-list .col-lg-1,
.article-list .col-lg-10,
.article-list .col-lg-11,
.article-list .col-lg-12,
.article-list .col-lg-2,
.article-list .col-lg-3,
.article-list .col-lg-4,
.article-list .col-lg-5,
.article-list .col-lg-6,
.article-list .col-lg-7,
.article-list .col-lg-8,
.article-list .col-lg-9,
.article-list .col-lg-auto,
.article-list .col-md,
.article-list .col-md-1,
.article-list .col-md-10,
.article-list .col-md-11,
.article-list .col-md-12,
.article-list .col-md-2,
.article-list .col-md-3,
.article-list .col-md-4,
.article-list .col-md-5,
.article-list .col-md-6,
.article-list .col-md-7,
.article-list .col-md-8,
.article-list .col-md-9,
.article-list .col-md-auto,
.article-list .col-sm,
.article-list .col-sm-1,
.article-list .col-sm-10,
.article-list .col-sm-11,
.article-list .col-sm-12,
.article-list .col-sm-2,
.article-list .col-sm-3,
.article-list .col-sm-4,
.article-list .col-sm-5,
.article-list .col-sm-6,
.article-list .col-sm-7,
.article-list .col-sm-8,
.article-list .col-sm-9,
.article-list .col-sm-auto,
.article-list .col-xl,
.article-list .col-xl-1,
.article-list .col-xl-10,
.article-list .col-xl-11,
.article-list .col-xl-12,
.article-list .col-xl-2,
.article-list .col-xl-3,
.article-list .col-xl-4,
.article-list .col-xl-5,
.article-list .col-xl-6,
.article-list .col-xl-7,
.article-list .col-xl-8,
.article-list .col-xl-9,
.article-list .col-xl-auto,
.article-listing .col,
.article-listing .col-1,
.article-listing .col-10,
.article-listing .col-11,
.article-listing .col-12,
.article-listing .col-2,
.article-listing .col-3,
.article-listing .col-4,
.article-listing .col-5,
.article-listing .col-6,
.article-listing .col-7,
.article-listing .col-8,
.article-listing .col-9,
.article-listing .col-auto,
.article-listing .col-lg,
.article-listing .col-lg-1,
.article-listing .col-lg-10,
.article-listing .col-lg-11,
.article-listing .col-lg-12,
.article-listing .col-lg-2,
.article-listing .col-lg-3,
.article-listing .col-lg-4,
.article-listing .col-lg-5,
.article-listing .col-lg-6,
.article-listing .col-lg-7,
.article-listing .col-lg-8,
.article-listing .col-lg-9,
.article-listing .col-lg-auto,
.article-listing .col-md,
.article-listing .col-md-1,
.article-listing .col-md-10,
.article-listing .col-md-11,
.article-listing .col-md-12,
.article-listing .col-md-2,
.article-listing .col-md-3,
.article-listing .col-md-4,
.article-listing .col-md-5,
.article-listing .col-md-6,
.article-listing .col-md-7,
.article-listing .col-md-8,
.article-listing .col-md-9,
.article-listing .col-md-auto,
.article-listing .col-sm,
.article-listing .col-sm-1,
.article-listing .col-sm-10,
.article-listing .col-sm-11,
.article-listing .col-sm-12,
.article-listing .col-sm-2,
.article-listing .col-sm-3,
.article-listing .col-sm-4,
.article-listing .col-sm-5,
.article-listing .col-sm-6,
.article-listing .col-sm-7,
.article-listing .col-sm-8,
.article-listing .col-sm-9,
.article-listing .col-sm-auto,
.article-listing .col-xl,
.article-listing .col-xl-1,
.article-listing .col-xl-10,
.article-listing .col-xl-11,
.article-listing .col-xl-12,
.article-listing .col-xl-2,
.article-listing .col-xl-3,
.article-listing .col-xl-4,
.article-listing .col-xl-5,
.article-listing .col-xl-6,
.article-listing .col-xl-7,
.article-listing .col-xl-8,
.article-listing .col-xl-9,
.article-listing .col-xl-auto,
.footer-bottom .col,
.footer-bottom .col-1,
.footer-bottom .col-10,
.footer-bottom .col-11,
.footer-bottom .col-12,
.footer-bottom .col-2,
.footer-bottom .col-3,
.footer-bottom .col-4,
.footer-bottom .col-5,
.footer-bottom .col-6,
.footer-bottom .col-7,
.footer-bottom .col-8,
.footer-bottom .col-9,
.footer-bottom .col-auto,
.footer-bottom .col-lg,
.footer-bottom .col-lg-1,
.footer-bottom .col-lg-10,
.footer-bottom .col-lg-11,
.footer-bottom .col-lg-12,
.footer-bottom .col-lg-2,
.footer-bottom .col-lg-3,
.footer-bottom .col-lg-4,
.footer-bottom .col-lg-5,
.footer-bottom .col-lg-6,
.footer-bottom .col-lg-7,
.footer-bottom .col-lg-8,
.footer-bottom .col-lg-9,
.footer-bottom .col-lg-auto,
.footer-bottom .col-md,
.footer-bottom .col-md-1,
.footer-bottom .col-md-10,
.footer-bottom .col-md-11,
.footer-bottom .col-md-12,
.footer-bottom .col-md-2,
.footer-bottom .col-md-3,
.footer-bottom .col-md-4,
.footer-bottom .col-md-5,
.footer-bottom .col-md-6,
.footer-bottom .col-md-7,
.footer-bottom .col-md-8,
.footer-bottom .col-md-9,
.footer-bottom .col-md-auto,
.footer-bottom .col-sm,
.footer-bottom .col-sm-1,
.footer-bottom .col-sm-10,
.footer-bottom .col-sm-11,
.footer-bottom .col-sm-12,
.footer-bottom .col-sm-2,
.footer-bottom .col-sm-3,
.footer-bottom .col-sm-4,
.footer-bottom .col-sm-5,
.footer-bottom .col-sm-6,
.footer-bottom .col-sm-7,
.footer-bottom .col-sm-8,
.footer-bottom .col-sm-9,
.footer-bottom .col-sm-auto,
.footer-bottom .col-xl,
.footer-bottom .col-xl-1,
.footer-bottom .col-xl-10,
.footer-bottom .col-xl-11,
.footer-bottom .col-xl-12,
.footer-bottom .col-xl-2,
.footer-bottom .col-xl-3,
.footer-bottom .col-xl-4,
.footer-bottom .col-xl-5,
.footer-bottom .col-xl-6,
.footer-bottom .col-xl-7,
.footer-bottom .col-xl-8,
.footer-bottom .col-xl-9,
.footer-bottom .col-xl-auto,
.footer-top .col,
.footer-top .col-1,
.footer-top .col-10,
.footer-top .col-11,
.footer-top .col-12,
.footer-top .col-2,
.footer-top .col-3,
.footer-top .col-4,
.footer-top .col-5,
.footer-top .col-6,
.footer-top .col-7,
.footer-top .col-8,
.footer-top .col-9,
.footer-top .col-auto,
.footer-top .col-lg,
.footer-top .col-lg-1,
.footer-top .col-lg-10,
.footer-top .col-lg-11,
.footer-top .col-lg-12,
.footer-top .col-lg-2,
.footer-top .col-lg-3,
.footer-top .col-lg-4,
.footer-top .col-lg-5,
.footer-top .col-lg-6,
.footer-top .col-lg-7,
.footer-top .col-lg-8,
.footer-top .col-lg-9,
.footer-top .col-lg-auto,
.footer-top .col-md,
.footer-top .col-md-1,
.footer-top .col-md-10,
.footer-top .col-md-11,
.footer-top .col-md-12,
.footer-top .col-md-2,
.footer-top .col-md-3,
.footer-top .col-md-4,
.footer-top .col-md-5,
.footer-top .col-md-6,
.footer-top .col-md-7,
.footer-top .col-md-8,
.footer-top .col-md-9,
.footer-top .col-md-auto,
.footer-top .col-sm,
.footer-top .col-sm-1,
.footer-top .col-sm-10,
.footer-top .col-sm-11,
.footer-top .col-sm-12,
.footer-top .col-sm-2,
.footer-top .col-sm-3,
.footer-top .col-sm-4,
.footer-top .col-sm-5,
.footer-top .col-sm-6,
.footer-top .col-sm-7,
.footer-top .col-sm-8,
.footer-top .col-sm-9,
.footer-top .col-sm-auto,
.footer-top .col-xl,
.footer-top .col-xl-1,
.footer-top .col-xl-10,
.footer-top .col-xl-11,
.footer-top .col-xl-12,
.footer-top .col-xl-2,
.footer-top .col-xl-3,
.footer-top .col-xl-4,
.footer-top .col-xl-5,
.footer-top .col-xl-6,
.footer-top .col-xl-7,
.footer-top .col-xl-8,
.footer-top .col-xl-9,
.footer-top .col-xl-auto,
.img-text-outer .detail-block .detail-inner,
.sign-newsletter-block .col,
.sign-newsletter-block .col-1,
.sign-newsletter-block .col-10,
.sign-newsletter-block .col-11,
.sign-newsletter-block .col-12,
.sign-newsletter-block .col-2,
.sign-newsletter-block .col-3,
.sign-newsletter-block .col-4,
.sign-newsletter-block .col-5,
.sign-newsletter-block .col-6,
.sign-newsletter-block .col-7,
.sign-newsletter-block .col-8,
.sign-newsletter-block .col-9,
.sign-newsletter-block .col-auto,
.sign-newsletter-block .col-lg,
.sign-newsletter-block .col-lg-1,
.sign-newsletter-block .col-lg-10,
.sign-newsletter-block .col-lg-11,
.sign-newsletter-block .col-lg-12,
.sign-newsletter-block .col-lg-2,
.sign-newsletter-block .col-lg-3,
.sign-newsletter-block .col-lg-4,
.sign-newsletter-block .col-lg-5,
.sign-newsletter-block .col-lg-6,
.sign-newsletter-block .col-lg-7,
.sign-newsletter-block .col-lg-8,
.sign-newsletter-block .col-lg-9,
.sign-newsletter-block .col-lg-auto,
.sign-newsletter-block .col-md,
.sign-newsletter-block .col-md-1,
.sign-newsletter-block .col-md-10,
.sign-newsletter-block .col-md-11,
.sign-newsletter-block .col-md-12,
.sign-newsletter-block .col-md-2,
.sign-newsletter-block .col-md-3,
.sign-newsletter-block .col-md-4,
.sign-newsletter-block .col-md-5,
.sign-newsletter-block .col-md-6,
.sign-newsletter-block .col-md-7,
.sign-newsletter-block .col-md-8,
.sign-newsletter-block .col-md-9,
.sign-newsletter-block .col-md-auto,
.sign-newsletter-block .col-sm,
.sign-newsletter-block .col-sm-1,
.sign-newsletter-block .col-sm-10,
.sign-newsletter-block .col-sm-11,
.sign-newsletter-block .col-sm-12,
.sign-newsletter-block .col-sm-2,
.sign-newsletter-block .col-sm-3,
.sign-newsletter-block .col-sm-4,
.sign-newsletter-block .col-sm-5,
.sign-newsletter-block .col-sm-6,
.sign-newsletter-block .col-sm-7,
.sign-newsletter-block .col-sm-8,
.sign-newsletter-block .col-sm-9,
.sign-newsletter-block .col-sm-auto,
.sign-newsletter-block .col-xl,
.sign-newsletter-block .col-xl-1,
.sign-newsletter-block .col-xl-10,
.sign-newsletter-block .col-xl-11,
.sign-newsletter-block .col-xl-12,
.sign-newsletter-block .col-xl-2,
.sign-newsletter-block .col-xl-3,
.sign-newsletter-block .col-xl-4,
.sign-newsletter-block .col-xl-5,
.sign-newsletter-block .col-xl-6,
.sign-newsletter-block .col-xl-7,
.sign-newsletter-block .col-xl-8,
.sign-newsletter-block .col-xl-9,
.sign-newsletter-block .col-xl-auto,
.signup-newsletter-block .newsletter-inner .right-block {
    align-self: center
}

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

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

body {
    margin: 0;
    font-weight: 400;
    background-color: #fff
}

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

hr {
    box-sizing: content-box;
    height: 0
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

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

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    max-width: 100%;
    padding: 0;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal
}

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

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

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

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

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

.form-control {
    box-shadow: none
}

::-webkit-input-placeholder {
    line-height: normal
}

h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:991px) {
    h2 {
        font-size: 2.4rem;
        line-height: 3rem
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 2.2rem;
        line-height: 2.4rem
    }
}

@media (max-width:375px) {
    h2 {
        font-size: 2rem;
        line-height: 2.2rem
    }
}

h2.subtitle {
    border-bottom: 2px solid #364550;
    padding-bottom: 3.3rem;
    margin: 0 0 4rem
}

@media (max-width:1199px) {
    h2.subtitle {
        padding-bottom: 2.5rem;
        margin: 0 0 3.5rem
    }
}

@media (max-width:991px) {
    h2.subtitle {
        padding-bottom: 2rem
    }
}

@media (max-width:767px) {
    h2.subtitle {
        padding-bottom: 1.5rem;
        margin: 0 0 3.5rem;
        text-align: center
    }
}

p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: 300
}

.title-block {
    margin-bottom: 2.5rem;
    position: relative;
    background: #fcfcfc;
    border: none!important
}

@media (max-width:991px) {
    .title-block {
        margin-bottom: 2.5rem
    }
}

.title-block h2 {
    letter-spacing: .2rem;
    color: #b69e56
}

.title-block .title-inner {
    position: relative;
    margin: 0 32px;
    padding: 0 0 18px;
    border-bottom: 2px solid #cab98e
}

.title-block .container {
    padding: 43px 0 2rem
}

.title-block .breadcrumb {
    position: relative;
    top: .6rem;
    padding: 0;
    float: right;
    background-color: transparent;
    font-size: 1.6rem
}

@media (max-width:575px) {
    .title-block .breadcrumb {
        float: left
    }
}

.title-block .breadcrumb a {
    color: #364550
}

.title-block .breadcrumb a:hover {
    color: #b69e56
}

h1 {
    font-size: 4.6rem;
    line-height: 5.2rem;
    text-transform: uppercase
}

.grey-bg {
    background: #eee
}

.grey-bg h2,
.grey-bg p {
    color: #364550
}

.grey-box-bg {
    background: #ececec
}

.margin_bottom {
    margin-bottom: 75px
}

.theme-primary-bg {
    background-color: #d9e7e6
}

.theme-primary-bg h2,
.theme-primary-bg p {
    color: #000
}

.grey-dark-bg {
    background: #b69e56
}

.grey-dark-bg h2,
.grey-dark-bg p {
    color: #fff
}

.grey-border-top {
    border-top: 5px solid #7b7977
}

.secondary-button {
    text-transform: uppercase;
    line-height: 20px;
    height: auto;
    text-align: center;
    font-size: 18px;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-weight: 500;
    cursor: pointer;
    background-color: #f7f7f7;
    color: #443731;
    float: right;
    position: relative
}

.primary-button,
.read-button {
    height: auto;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer
}

.secondary-button:after {
    content: "";
    position: absolute;
    transition: .3s;
    display: block;
    background: #f7f7f7;
    width: 3.125em;
    top: -3px;
    bottom: -3px;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    right: -15px;
    -webkit-transform: skewX(-29deg);
    -moz-transform: skewX(-29deg);
    transform: skewX(-29deg)
}

.primary-button:after,
.read-button:after {
    content: "";
    display: block;
    top: 0;
    bottom: 0
}

.secondary-button a {
    color: #cab98e
}

.secondary-button:hover {
    background-color: #b69e56!important;
    color: #fff
}

.secondary-button:hover a {
    color: #fff
}

.secondary-button:hover i {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0)
}

.secondary-button:hover:after {
    background: #b69e56
}

.read-button {
    text-align: left;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    background-color: #f7f7f7;
    float: none;
    position: relative
}

.read-button:hover {
    color: #443731
}

.read-button:hover i {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0)
}

.read-button:after {
    position: absolute;
    transition: .3s;
    background: #f7f7f7;
    width: 3.125em;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    right: -15px;
    -webkit-transform: skewX(-29deg);
    -moz-transform: skewX(-29deg);
    transform: skewX(-29deg)
}

.primary-button {
    text-align: center;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    background-color: #b69e56;
    color: #fff;
    float: right;
    position: relative;
    text-transform: uppercase
}

.primary-button:hover {
    background: #443731
}

.primary-button:hover i {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0)
}

.primary-button:hover:after {
    background: #443731!important
}

.primary-button:after {
    position: absolute;
    transition: .3s;
    background: #b69e56;
    width: 2.125em;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    right: 0;
    -webkit-transform: skewX(-29deg);
    -moz-transform: skewX(-29deg);
    transform: skewX(-29deg)
}

a.primary-button:hover:after {
    background: #fff!important
}

@font-face {
    font-family: gotham-bold;
    src: url(../fonts/Gotham-Bold.eot);
    src: url(../fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Bold.woff2) format("woff2"), url(../fonts/Gotham-Bold.woff) format("woff"), url(../fonts/Gotham-Bold.ttf) format("truetype"), url(../fonts/Gotham-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: gotham-light;
    src: url(../fonts/Gotham-Light.eot);
    src: url(../fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Light.woff2) format("woff2"), url(../fonts/Gotham-Light.woff) format("woff"), url(../fonts/Gotham-Light.ttf) format("truetype"), url(../fonts/Gotham-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

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

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

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

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

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

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

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

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

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

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

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

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

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

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

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

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

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

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

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.dk-select,
.dk-select *,
.dk-select:after,
.dk-select:before,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi:after,
.dk-select-multi:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dk-select,
.dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 200px;
    cursor: pointer
}

.dk-selected {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .4em;
    padding: 0 1.5em 0 .5em;
    -o-text-overflow: ellipsis
}

.dk-selected:after,
.dk-selected:before {
    content: '';
    display: block;
    position: absolute;
    right: 0
}

.dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: .25em .25em 0;
    border-top-color: #ccc;
    margin: -.125em .5em 0 0
}

.dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #ccc;
    margin: 0 1.5em 0 0
}

.dk-selected-disabled {
    color: #bbb
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0
}

.dk-select-open-up .dk-select-options {
    border-radius: .4em .4em 0 0;
    margin-bottom: -1px;
    bottom: 100%
}

.dk-select-open-down .dk-select-options {
    border-radius: 0 0 .4em .4em;
    margin-top: -1px;
    top: 100%
}

.dk-select-multi .dk-select-options {
    max-height: 10em
}

.dk-select-options {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .25em 0;
    width: auto;
    z-index: 100
}

.dk-optgroup,
.dk-optgroup+.dk-option {
    margin-top: .25em
}

.dk-option-selected {
    background-color: #3297fd;
    color: #fff
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit
}

.dk-option {
    padding: 0 .5em
}

.dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff
}

.dk-select-options .dk-option-disabled {
    color: #bbb;
    background-color: transparent
}

.dk-select-options .dk-option-hidden {
    display: none
}

.dk-optgroup {
    border: solid #ccc;
    border-width: 1px 0;
    padding: .25em 0
}

.dk-select-open-down .dk-selected:after,
.dk-select-open-up .dk-selected:after,
.dk-selected:focus:after,
.dk-selected:hover:after {
    border-left-color: #3297fd
}

.dk-optgroup+.dk-optgroup {
    border-top-width: 0;
    margin-top: 0
}

.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0
}

.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.dk-optgroup-label {
    padding: 0 .5em .25em;
    font-weight: 700;
    width: 100%
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0
}

.dk-optgroup-options li {
    padding-left: 1.2em
}

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd
}

.dk-select-open-down .dk-selected:before,
.dk-select-open-up .dk-selected:before {
    border-width: 0 .25em .25em;
    border-bottom-color: #3297fd
}

.dk-select-multi:focus .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-open-up .dk-select-options {
    display: block;
    border-color: #3297fd
}

.sign-newsletter-block .newsletter-inner .left-newspaper br,
select[data-dkcacheid] {
    display: none
}

.dk-select-multi:focus,
.dk-select-multi:hover {
    outline: 0
}

.dk-selected:focus,
.dk-selected:hover {
    outline: 0;
    border-color: #3297fd
}

.dk-selected:focus:before,
.dk-selected:hover:before {
    border-top-color: #3297fd
}

.dk-select-disabled {
    opacity: .6;
    color: #bbb;
    cursor: not-allowed
}

.dk-select-disabled .dk-selected:focus,
.dk-select-disabled .dk-selected:hover {
    border-color: inherit
}

.dk-select-disabled .dk-selected:focus:before,
.dk-select-disabled .dk-selected:hover:before {
    border-top-color: inherit
}

.dk-select-disabled .dk-selected:focus:after,
.dk-select-disabled .dk-selected:hover:after {
    border-left-color: inherit
}

.sign-newsletter-block {
    background-color: #ececec
}

.sign-newsletter-block .container {
    max-width: 129rem
}

.sign-newsletter-block .newsletter-inner {
    padding: 40px 0 30px
}

@media (max-width:991px) {
    .sign-newsletter-block .container {
        max-width: 100%
    }
    .sign-newsletter-block .newsletter-inner {
        padding: 3rem 0
    }
}

.sign-newsletter-block .newsletter-inner .primary-button {
    width: 100%;
    position: relative;
    top: 0;
    padding: 18px 0;
    font-size: 16px;
    text-transform: uppercase
}

.sign-newsletter-block .newsletter-inner .left-newspaper {
    padding: 0 25px
}

.sign-newsletter-block .newsletter-inner .left-newspaper h2 {
    color: #b69e56;
    margin-top: -.8rem;
    text-transform: uppercase
}

@media (max-width:767px) {
    .sign-newsletter-block .newsletter-inner .left-newspaper h2 {
        margin-top: 0;
        font-size: 2.2rem;
        margin-bottom: 2rem
    }
    .sign-newsletter-block .newsletter-inner .left-newspaper br {
        display: block
    }
    .sign-newsletter-block .newsletter-inner .left-newspaper {
        text-align: center
    }
}

@media (max-width:991px) {
    .sign-newsletter-block .newsletter-inner .left-newspaper {
        padding: 0;
        margin-bottom: 0
    }
    .sign-newsletter-block .newsletter-inner .left-newspaper h2 {
        text-align: center
    }
}

.sign-newsletter-block .newsletter-inner .right-form-block {
    padding-left: 25px
}

@media (max-width:1370px) {
    .sign-newsletter-block .newsletter-inner .right-form-block {
        padding-right: 35px
    }
}

.sign-newsletter-block .newsletter-inner .right-form-block .form-group .email-box {
    padding: 0 0 0 15px
}

@media (max-width:575px) {
    .sign-newsletter-block .newsletter-inner .right-form-block .form-group .email-box {
        padding: 0 0 20px 15px
    }
}

.sign-newsletter-block .newsletter-inner .right-form-block .form-group .email-box input {
    width: 288px;
    float: right
}

.sign-newsletter-block .newsletter-inner .right-form-block .form-group .form-control {
    border: 0;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #443731;
    padding: 1.9rem 2rem;
    display: inline-block;
    border-radius: 5px
}

.sign-newsletter-block .newsletter-inner .right-form-block .form-group .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.sign-newsletter-block .newsletter-inner .right-form-block .form-group .default-button {
    font-weight: 600;
    border-radius: .5rem;
    cursor: pointer;
    background-color: #364550;
    color: #fff;
    float: right
}

@media (max-width:767px) {
    .sign-newsletter-block .newsletter-inner .right-form-block .form-group .form-control {
        padding: 1.9rem 3rem
    }
    .sign-newsletter-block .newsletter-inner .right-form-block .form-group .default-button {
        height: 6rem;
        line-height: 6rem;
        font-size: 1.6rem
    }
}

@media (max-width:399px) {
    .sign-newsletter-block .newsletter-inner .right-form-block .form-group .default-button {
        max-width: 100%;
        margin-top: 1.5rem
    }
}

.sign-newsletter-block .newsletter-inner .right-form-block .form-group .default-button:hover {
    color: #fff;
    background-color: #f1822c
}

.footer .footer-top .footer-items h3.title-content,
.footer .footer-top .footer-items span a {
    color: #443731
}

@media (max-width:991px) {
    .sign-newsletter-block .newsletter-inner .right-form-block .form-group .email-box input {
        width: 100%
    }
    .sign-newsletter-block .newsletter-inner .right-form-block .form-group {
        margin-left: 0
    }
    .sign-newsletter-block .newsletter-inner .right-form-block {
        max-width: 60rem;
        margin: auto
    }
}

.footer .footer-top .footer-items .location-block p {
    margin: 0 0 0 35px
}

.footer .footer-top .footer-items span {
    position: absolute;
    left: 68px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #443731
}

.footer .footer-top .footer-items .primary-button {
    position: relative;
    float: none;
    font-size: 18px;
    padding: 18px 17px;
    display: inline-block;
    width: 200px;
    max-width: 100%
}

.footer .footer-top .footer-items .primary-button:after {
    top: 0
}

.footer .footer-top .footer-items .primary-button i {
    position: relative;
    top: -2px;
    left: -5px;
    width: 20px;
    height: 20px;
    display: inline-block
}

.footer .footer-top .footer-items.primary-pd {
    padding-right: 2.8rem
}

.footer .footer-top .footer-items.research .primary-button:after,
.footer .footer-top .sign-newsletter-block.research .primary-button:after {
    top: 0!important
}

.footer .footer-top .col-md-2,
.footer .footer-top .col-md-3,
.footer .footer-top .col-sm-3 {
    align-self: center;
    border: none
}

.footer .footer-top h2 {
    padding: 15px 0 15px 23px;
    color: #b69e56
}

@media (max-width:991px) {
    .footer .footer-top h2 {
        font-size: 23px!important;
        line-height: 27px!important;
        padding: 15px 0 0 15px
    }
    .footer .footer-top .primary-button:after {
        top: 0!important
    }
}

@media (max-width:575px) {
    .footer .footer-top h2 {
        padding: 15px 0 0
    }
}

.footer .footer-top .primary-button:after {
    width: 2em
}

@media (max-width:767px) {
    .footer .footer-top .contact-item .footer-items {
        margin-left: 0
    }
}

.footer .footer-links {
    background: #b69e56;
    padding: 45px;
    border-bottom: 5px solid #fff
}

@media (max-width:991px) {
    .footer .footer-links {
        padding: 25px
    }
}

.footer .footer-links ul {
    text-align: center
}

.footer .footer-links ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 25px;
    border-right: 2px solid #443731;
    margin: 15px 0
}

@media (max-width:399px) {
    .footer .footer-links ul li {
        display: block;
        border: none
    }
}

@media (max-width:991px) {
    .footer .footer-links ul li {
        padding: 0 15px
    }
}

.footer .footer-links ul li a {
    color: #443731;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.footer .footer-links ul li a:hover {
    color: #fff
}

.footer .footer-links ul li:last-child {
    border-right: none
}

.footer .footer-bottom .bottom-middle-content {
    color: #fff;
    text-transform: uppercase
}

.footer .footer-col {
    float: left;
    width: 25%;
    padding: 0 1.5rem
}

@media (max-width:991px) {
    .footer .footer-col {
        width: 50%
    }
}

.footer .footer-col.column1 {
    width: 30.3%;
    padding-left: 5rem
}

@media (max-width:991px) {
    .footer .footer-col.column1 {
        width: 50%;
        margin-bottom: 3rem;
        padding-left: 0
    }
}

@media (max-width:575px) {
    .footer .footer-col.column1 {
        width: 100%;
        margin-bottom: 4.5rem
    }
    .footer .footer-col.column1 .title-content {
        margin-bottom: 3rem
    }
}

.footer .footer-col.column2 {
    width: 19%;
    padding-left: 3.7rem
}

@media (max-width:991px) {
    .footer .footer-col.column2 {
        width: 50%;
        margin-bottom: 3rem;
        padding-left: 0
    }
}

@media (max-width:575px) {
    .footer .footer-col.column2 {
        margin-bottom: 4.3rem;
        width: 100%
    }
}

.footer .footer-col.column3 {
    padding-left: 3.2rem;
    width: 20%
}

@media (max-width:991px) {
    .footer .footer-col.column3 {
        width: 50%;
        padding-left: 0
    }
}

.footer .footer-col.column4 {
    padding-left: 2.8rem
}

@media (max-width:991px) {
    .footer .footer-col.column4 {
        padding-left: 0
    }
}

@media (max-width:575px) {
    .footer .footer-col.column3 {
        margin-bottom: 5.4rem;
        width: 100%
    }
    .footer .footer-col.column4 {
        width: 100%
    }
}

.footer .inner-container {
    padding: 0 30px 0 50px
}

@media (max-width:1439px) {
    .footer .inner-container {
        padding: 0 15px;
        text-align: center
    }
}

.footer .footer-top {
    border: none
}

.footer .footer-top h3.title-content {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:991px) {
    .footer .footer-top h3.title-content {
        margin-bottom: 2rem
    }
}

@media (max-width:767px) {
    .footer .footer-top h3.title-content {
        margin-bottom: 3rem
    }
}

@media (max-width:575px) {
    .footer .footer-top h3.title-content {
        margin-bottom: 2rem
    }
}

.footer .footer-top .footer-items {
    padding: 36px 0
}

@media (max-width:767px) {
    .footer .footer-top .footer-items {
        padding: 10px 0
    }
}

.footer .footer-top .footer-items ul {
    padding-left: .3rem
}

.footer .footer-top .footer-items ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #fff;
    text-transform: uppercase
}

.footer .footer-top .footer-items ul li a:hover {
    color: #b69e56
}

.footer .footer-top .footer-items .location-block {
    position: relative
}

.footer .footer-top .footer-items .location-block i {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.footer .footer-top .footer-items .location-block i img {
    width: 100%
}

.footer .footer-top .footer-items .location-block p {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #443731;
    font-weight: 500;
    text-align: left
}

.footer .footer-top .fax-block {
    font-weight: 500;
    color: #443731;
    font-size: 18px
}

.footer .footer-top .fax-block a {
    color: #443731
}

.footer .footer-top .fax-block a:hover {
    color: #4f4f4f
}

.footer .footer-top .contact-item .primary-button {
    max-width: 23rem;
    margin-bottom: 1.5rem;
    font-weight: 700
}

@media (max-width:767px) {
    .footer .footer-top .contact-item .primary-button {
        margin-top: 2.3rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width:575px) {
    .footer .footer-top .contact-item .primary-button {
        margin: 1.5rem 0
    }
}

.footer .footer-top .contact-item span {
    color: #fff;
    display: block;
    margin: .7rem 0;
    font-size: 1.6rem;
    line-height: 2.3rem
}

.footer .footer-top .contact-item span a {
    color: #fff
}

.footer .footer-top .contact-item span a:hover {
    color: #b69e56
}

.footer .footer-top .contact-item .hours-block {
    margin-bottom: 4rem
}

.footer .footer-top .contact-item .hours-block .title-content {
    margin-bottom: 1.8rem
}

.footer .footer-top .contact-item .hours-block span {
    display: block;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1.3rem;
    color: #43a0ee
}

.footer .footer-top .contact-item .hours-block span strong {
    margin-right: 1rem;
    font-weight: 700
}

.footer .footer-top .contact-item .primary-button i {
    position: relative;
    top: 0;
    margin-right: .3rem
}

.footer .footer-bottom {
    padding: 1rem 0;
    background: #443731;
    color: #fff
}

@media (max-width:767px) {
    .footer .footer-bottom {
        padding: 2.5rem 0
    }
}

.footer .footer-bottom .bottom-middle-content {
    padding: 1.5rem 0
}

.footer .footer-bottom .bottom-middle-content p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: gotham-light;
    color: #fff;
    text-transform: uppercase;
    margin-right: 18px
}

@media (max-width:991px) {
    .footer .footer-top .contact-item .hours-block {
        margin-bottom: 2rem
    }
    .footer .footer-bottom .bottom-middle-content p {
        font-size: 1.6rem;
        line-height: 2.3rem
    }
    .footer .footer-bottom .footer-logo {
        right: 0
    }
}

.footer .footer-bottom .bottom-middle-content a,
.footer .footer-bottom .bottom-middle-content span {
    font-size: 1.6rem;
    line-height: 3.5rem;
    font-family: gotham-light;
    color: #fff;
    text-transform: capitalize;
    margin-top: 7px;
    margin-right: 5px;
    cursor: pointer
}

.footer .footer-bottom .bottom-middle-content a:hover a,
.footer .footer-bottom .bottom-middle-content span:hover a {
    opacity: .5
}

@media (max-width:767px) {
    .footer .footer-bottom .bottom-middle-content {
        text-align: center;
        padding: 2rem 0
    }
}

@media (max-width:575px) {
    .footer .footer-bottom .bottom-middle-content {
        padding: 1rem 0
    }
}

.footer .footer-bottom .footer-logo {
    display: block;
    position: relative;
    /*width: 94px*/
    width: 175px;
}

.footer .footer-bottom .footer-logo img {
    width: 100%;
    height: 100%;
    display: block
}

@media (max-width:767px) {
    .footer .footer-bottom .footer-logo {
        text-align: center;
        max-width: 23rem;
        margin: 0 auto
    }
    .footer .footer-bottom .footer-logo img {
        width: 100%
    }
}

.footer .footer-bottom .footer-social {
    float: right;
    margin-top: 0;
    margin-right: .2rem
}

@media (max-width:767px) {
    .footer .footer-bottom .footer-social {
        float: none;
        text-align: center;
        margin-top: 0
    }
    .footer .footer-bottom .footer-social ul {
        display: inline-block
    }
}

.footer .footer-bottom .footer-social ul li {
    float: left;
    margin-right: 1.8rem
}

.footer .footer-bottom .footer-social ul li a {
    width: 5rem;
    height: 5rem;
    line-height: 4.5rem;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%
}

@media (max-width:375px) {
    .footer .footer-bottom .footer-social ul li a {
        width: 4rem;
        height: 4rem;
        line-height: 3.5rem
    }
}

.footer .footer-bottom .footer-social ul li a i {
    width: 2rem;
    height: 2rem;
    display: inline-block
}

@media (max-width:991px) {
    .footer .footer-bottom .footer-social ul li a i {
        width: 1.7rem;
        height: 1.7rem
    }
}

.footer .footer-bottom .footer-social ul li a i img {
    width: 100%
}

.footer .footer-bottom .footer-social ul li a:hover {
    background: #b69e56;
    border-color: #b69e56
}

.footer .footer-bottom.mobile {
    display: none
}

@media (max-width:767px) {
    .footer .footer-bottom.mobile {
        display: block
    }
    .footer .footer-bottom.mobile .footer-social {
        margin-bottom: 2.8rem
    }
    .footer .footer-bottom.mobile .footer-logo {
        margin-bottom: 3.3rem
    }
}

header {
    padding: 0;
    border-bottom: 2px solid #fff;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #443731;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

header .inner-container {
    padding: 0 15px
}

header .button-menu .get_in_btn .primary-button:hover,
header .button-menu .primary-button:hover {
    background-color: #fff!important;
    color: #443731
}

header .button-menu .get_in_btn .primary-button:hover:after,
header .button-menu .primary-button:hover:after {
    background: #fff
}

header .button-menu .get_in_btn .primary-button a,
header .button-menu .primary-button a {
    color: #443731
}

header .primary-button:after {
    z-index: -1;
    right: -3px;
    width: 3.125em!important
}

@media (max-width:1199px) {
    header .primary-button:after {
        z-index: 0;
        width: 3.125em
    }
}

@media (max-width:991px) {
    header .inner-container {
        padding: 0
    }
    header .primary-button:after {
        display: none
    }
}

header .dropdown-arrow:hover:after {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width:1024px) {
    header .dropdown-arrow:hover:after {
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

header .logo_menu {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left
}

header .mobile-right-listing {
    display: none
}

@media (max-width:991px) {
    header .logo_menu {
        background-color: #443731;
        z-index: 99;
        position: relative;
        width: 100%;
        border-bottom: 2px solid #fff;
        padding: 0 20px
    }
    header .mobile-right-listing {
        display: block;
        border-bottom: 0
    }
    header .mobile-right-listing ul {
        margin: 0
    }
    header .mobile-right-listing ul .button-col {
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
    header .mobile-right-listing ul .icon-col {
        text-align: center
    }
    header .mobile-right-listing ul .icon-col .inner-icon-col {
        display: inline-block;
        padding-top: 1.3rem
    }
    header .mobile-right-listing ul .icon-col .inner-icon-col li {
        margin-right: 1rem
    }
    header .mobile-right-listing ul .icon-col .inner-icon-col li:last-child {
        margin-right: 0
    }
    header .mobile-right-listing ul .icon-col .inner-icon-col .icon-menu.cart {
        position: relative;
        top: -.9rem
    }
    header .mobile-right-listing ul .col-6 {
        float: left;
        box-sizing: border-box;
        width: 50%
    }
    header .inner-container {
        padding-bottom: 0
    }
    header {
        padding: 0;
        position: fixed
    }
    .menu-open header {
        position: relative
    }
}

header a {
    color: #43a0ee
}

header a:hover {
    text-decoration: none;
    color: #43a0ee;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

header ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

header ul li {
    float: left
}

header .logo {
    display: block;
    float: left;
    width: 16rem;
    position: relative;
    top: 0
}

header .logo img {
    width: auto;
    height: 57px;
    display: block
}

@media (max-width:1199px) {
    header .logo {
        width: 13rem
    }
}

header .menu-contact-mobile {
    display: none
}

@media (max-width:991px) {
    header .logo {
        float: none;
        margin: 1.5rem 0;
        width: 12rem
    }
    header .menu-contact-mobile {
        display: block;
        background-color: #a0a6af;
        color: #fff;
        padding: 1rem 2rem;
        font-weight: 600;
        font-size: 1.6rem
    }
}

header .menu {
    margin: 3rem 0 0;
    display: inline-block;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.submenuOpen header .menu {
    overflow: hidden
}

@media (max-width:991px) {
    header .menu {
        transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        position: static;
        left: 0;
        right: 0;
        top: -300%;
        display: none;
        margin: 0
    }
    .menu-open header .menu {
        display: block
    }
}

header .menu .menu-dropdown {
    margin: 1.5rem 2.8rem
}

@media (max-width:991px) {
    header .menu .menu-dropdown {
        margin: 1.5rem 0
    }
}

@media (max-width:767px) {
    header .menu .menu-dropdown .img-zoom {
        margin-bottom: 15px
    }
}

header .menu .project-col a {
    margin-bottom: 0
}

header .menu .project-col a .project-type-caption span {
    padding: 11px 62px 5px 26px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    font-family: brandon-grotesque, sans-serif
}

header .menu .project-col a .project-type-caption span em {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

@media (max-width:991px) {
    header .menu .project-col a .project-type-caption span em {
        right: 10px
    }
}

header .menu ul {
    width: 100%
}

header .menu ul li {
    padding: 0 1.2rem 1.9rem;
    position: relative
}

header .menu ul li:before {
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    content: "";
    right: 0;
    top: 0
}

.clearfix:after,
.clearfix:before {
    content: " "
}

header .menu ul li:last-child:before {
    display: none
}

@media (max-width:1199px) {
    header .menu ul li {
        padding: 0 1rem 1.9rem
    }
}

@media (max-width:1024px) {
    header .menu ul li:before {
        display: none
    }
    header .menu ul li {
        padding: 0 .7rem 1.9rem
    }
}

header .menu ul li a {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 3px 15px 2px
}

@media (max-width:1439px) {
    header .menu ul li a {
        font-size: 1.4rem;
        padding: 0 10px
    }
}

header .menu ul li a i {
    display: none
}

header .menu ul li a:hover {
    color: #b69e56
}

@media (max-width:1199px) {
    header .menu ul li a {
        padding: 0 5px;
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    header .menu ul li a {
        line-height: 3.5rem
    }
}

@media (max-width:991px) {
    header .menu ul li a i {
        display: inline-block;
        margin-left: 0
    }
    header .menu ul li a .mobile-hidden {
        display: none
    }
    header .menu ul li a {
        padding: .5rem;
        display: inline-block;
        width: 100%
    }
    header .menu ul li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #dedede;
        margin: 0
    }
    header .menu ul li:last-child {
        border-bottom: 0 solid #dedede
    }
}

header .menu ul li.dropdown {
    padding-right: 4.5rem
}

@media (max-width:1024px) {
    header .menu ul li.dropdown {
        padding-right: 2.5rem
    }
}

@media (max-width:991px) {
    header .menu ul li.dropdown {
        margin-bottom: 0;
        padding-right: 0
    }
    header .menu ul li.dropdown a {
        width: auto
    }
}

header .menu .dropdown {
    cursor: pointer
}

header .menu .dropdown:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    -moz-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000
}

header .menu .dropdown:hover>i.dropdown-img {
    transform: rotate(-180deg);
    transition: all .3s
}

header .menu .dropdown>i {
    display: inline-block;
    height: 25px;
    width: 16px;
    top: 0;
    right: 28px;
    position: absolute;
    transition: all .3s
}

@media (max-width:1024px) {
    header .menu .dropdown>i {
        right: 5px
    }
}

@media (max-width:1280px) {
    header .menu .dropdown>i {
        top: -3px
    }
}

@media (max-width:991px) {
    header .menu .dropdown>i {
        position: relative;
        right: 0
    }
}

header .menu .dropdown .sub_menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: #fff;
    border-top: 2px solid #d7d7d7;
    top: 7.4rem;
    width: 100%;
    line-height: 3.6rem;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    left: 0;
    padding: 1rem 1.8rem
}

header .menu .dropdown .sub_menu li {
    margin: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #979797
}

header .menu .dropdown .sub_menu li a {
    color: #364550;
    display: inline-block;
    width: 100%;
    font-size: 1.6rem
}

header .menu .dropdown .sub_menu li a:hover {
    color: #b69e56!important
}

header .menu .dropdown .sub_menu li:last-child {
    border-bottom: 0
}

header .menu .open .sub_menu {
    opacity: 1;
    visibility: visible
}

@media (max-width:991px) {
    header .menu .dropdown .sub_menu {
        padding: 0;
        position: static;
        opacity: 1;
        visibility: visible;
        border: 0;
        display: none;
        margin-bottom: 10px
    }
    header .menu .dropdown .sub_menu li a {
        color: #fff
    }
    header .menu .dropdown .sub_menu li {
        text-align: center
    }
    header .menu .open .sub_menu {
        display: inline-block
    }
}

header .mobile-right-listing,
header .right-menu {
    position: relative;
    float: right;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    margin-right: 15px
}

@media (max-width:575px) {
    header .mobile-right-listing,
    header .right-menu {
        text-align: center;
        width: 100%
    }
}

header .mobile-right-listing ul,
header .right-menu ul {
    display: block
}

@media (max-width:991px) {
    header .mobile-right-listing,
    header .right-menu {
        float: none;
        width: 100%;
        position: static
    }
    header .mobile-right-listing ul,
    header .right-menu ul {
        width: 100%;
        display: inline-block
    }
    header .mobile-right-listing li.button-menu a,
    header .right-menu li.button-menu a {
        background-color: #443731
    }
}

header .mobile-right-listing li,
header .right-menu li {
    display: block
}

header .mobile-right-listing li.button-menu a,
header .right-menu li.button-menu a {
    padding: 2.6rem 3rem 2.6rem 4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    font-weight: 700
}

@media (max-width:1199px) {
    header .mobile-right-listing li.button-menu a,
    header .right-menu li.button-menu a {
        padding: 2.6rem 3rem 2.6rem 2rem
    }
}

header .mobile-right-listing li.button-menu a i,
header .right-menu li.button-menu a i {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 .1rem 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: .4rem;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

header .mobile-right-listing li.button-menu a i img,
header .right-menu li.button-menu a i img {
    width: 100%;
    height: 100%;
    display: block
}

header .mobile-right-listing li.button-menu a:hover,
header .right-menu li.button-menu a:hover {
    background: #b69e56
}

header .mobile-right-listing li.button-menu a:hover i,
header .right-menu li.button-menu a:hover i {
    transform: translateX(-5px) scale(1.15);
    -webkit-transform: translateX(-5px) scale(1.15);
    -moz-transform: translateX(-5px) scale(1.15)
}

@media (max-width:991px) {
    header .mobile-right-listing li.button-menu a,
    header .right-menu li.button-menu a {
        width: 100%;
        padding: 1.5rem;
        float: none;
        background: #443731
    }
    header .mobile-right-listing li,
    header .right-menu li {
        float: none;
        width: 100%
    }
    header .right-menu ul {
        display: none
    }
}

header .right-menu>ul {
    padding-right: 4.5rem
}

header .display-table {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

header .display-table .display-tablecell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

header .menu-icon {
    display: none;
    z-index: 99;
    position: absolute;
    margin: 0 1rem;
    top: 2.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 2rem;
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    cursor: pointer
}

@media (max-width:991px) {
    header .menu-icon {
        display: inline-block
    }
}

.submenuOpen header .menu-icon {
    display: none
}

@media (max-width:575px) {
    header .menu-icon {
        position: fixed;
        right: 1.5rem;
        top: 2.5rem
    }
    .menu-open header .menu-icon {
        position: absolute;
        top: 3rem
    }
}

header .menu-icon span {
    display: block;
    position: absolute;
    height: .3rem;
    width: 100%;
    background: #b69e56;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    border-radius: 0
}

header .menu-icon span:nth-child(1) {
    top: 0
}

header .menu-icon span:nth-child(2) {
    top: .9rem
}

header .menu-icon span:nth-child(3) {
    top: 1.8rem
}

.menu-open header .menu-icon span {
    background: #b69e56
}

.menu-open header .menu-icon span:nth-child(1) {
    top: .5rem;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.menu-open header .menu-icon span:nth-child(2) {
    opacity: 0;
    left: -1.5rem
}

.menu-open header .menu-icon span:nth-child(3) {
    top: .5rem;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

header .submenu_close {
    display: none;
    position: absolute;
    right: 3rem;
    top: 3rem;
    max-width: 2rem
}

.blue-button,
header .submenu_close i {
    display: block
}

@media (max-width:1024px) {
    header .submenu_close {
        display: block
    }
}

header .submenu_close i img {
    max-width: 100%
}

.default-button {
    font-size: 1.6rem;
    line-height: 6rem;
    color: #43a0ee;
    max-width: 15rem;
    height: 6rem;
    width: 100%;
    background: #f6f6f6;
    text-transform: uppercase;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.default-button:hover {
    background: #43a0ee;
    color: #fff
}

@media (max-width:767px) {
    header .submenu_close {
        right: 2rem;
        top: 1.5rem
    }
    .default-button {
        font-size: 1.4rem;
        height: 4rem;
        line-height: 4rem
    }
}

.breadcrumb li a,
.form-control {
    line-height: 2rem;
    font-size: 1.6rem
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px
}

.breadcrumb,
ul {
    margin: 0
}

.mCSB_scrollTools {
    width: 4px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px
}

.breadcrumb li a {
    text-transform: uppercase
}

.form-control {
    width: 100%;
    border: 1px solid #d3dee3;
    background: #fff;
    height: auto;
    padding: 1.9rem 1.5rem 1.3rem;
    border-radius: 4px
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-color: #43a0ee
}

textarea.form-control {
    height: 10rem;
    resize: none
}

.blue-button {
    font-size: 2.2rem;
    color: #fff;
    text-transform: uppercase;
    max-width: 20rem;
    height: 4.5rem;
    line-height: 4.5rem;
    background: #43a0ee;
    box-shadow: 0 0 1px 0 rgba(173, 164, 139, .12), 0 1px 3px 0 rgba(8, 19, 31, .12);
    width: 100%;
    text-align: center;
    border-radius: 4px
}

.blue-button:hover {
    background: #eee;
    color: #fff
}

.dk-select {
    width: 24rem
}

.dk-select.dk-select-open-down .dk-selected:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 25%
}

.dk-select.dk-select-open-down .dk-select-options {
    border-radius: 0
}

.dk-select .dk-selected {
    height: 4.7rem;
    line-height: 5.2rem;
    font-size: 1.8rem;
    padding: 0 5.5rem 0 2.1rem;
    border: 0;
    background: #f7f7f7;
    color: #000;
    border-radius: 0
}

.dk-select .dk-selected:before {
    border: 0;
    background: url(../images/bottom-arrow.svg) no-repeat;
    background-size: 2.1rem;
    width: 2.1rem;
    height: 2.1rem;
    margin: 0;
    right: 2.5rem;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.hero-banner .hero-img,
.white-btn {
    width: 100%
}

.hero-banner .banner-text,
.hero-banner .hero-bottom .hero-bottom-inner ul li a i {
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.dk-select .dk-selected:after {
    display: none
}

.dk-select .dk-option {
    font-size: 1.6rem;
    line-height: 3.5rem
}

.dk-select .dk-select-options {
    padding: 0;
    max-height: 18rem;
    border-color: #43a0ee
}

.dk-select .dk-select-options .dk-option-highlight,
.dk-select .dk-select-options .dk-option-selected {
    background-color: #43a0ee;
    color: #fff
}

.white-btn {
    font-size: 1.6rem;
    color: #364550;
    text-transform: uppercase;
    max-width: 17rem;
    height: 6rem;
    line-height: 6rem;
    background: #fff;
    text-align: center;
    display: block;
    border: 1px solid #364550;
    border-radius: 4px
}

body,
html {
    height: 100%
}

.white-btn:hover {
    background: #364550;
    color: #fff
}

a,
h3 {
    color: #364550
}

::-moz-selection {
    color: #fff;
    background: rgba(68, 55, 49, .7)
}

::selection {
    color: #fff;
    background: rgba(68, 55, 49, .7)
}

html {
    font-size: 62.5%
}

html.menu-open {
    overflow: hidden
}

.container {
    max-width: 1170px
}

body {
    font-size: 1.4rem;
    line-height: normal;
    color: #443731;
    overflow-x: hidden;
    font-family: brandon-grotesque, sans-serif;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased
}

body.menu-open:before {
    opacity: 1;
    visibility: visible
}

input,
input[type=email],
input[type=password],
input[type=phone],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

:focus,
button:focus {
    outline: 0
}

button {
    border: 0
}

.clearfix:before {
    display: table
}

.clearfix:after {
    display: table;
    clear: both
}

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

.btn-link:focus,
.btn-link:hover {
    background-color: inherit;
    text-decoration: underline;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

a,
a:hover {
    transition: all .3s
}

.wrapper {
    min-height: 100%
}

ul {
    padding: 0
}

ul li {
    list-style: none
}

a {
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

a:hover {
    color: #eee;
    text-decoration: none;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
    text-transform: uppercase
}

main {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    margin-top: 7.5rem
}

@media (max-width:991px) {
    main {
        margin-top: 12rem
    }
}

.menu-open main {
    margin-top: 0
}

.inner-container {
    max-width: 1350px;
    margin: 0 auto
}

.bg-set,
.hero-banner {
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important
}

.hero-banner {
    background: url(../images/banner01.jpg);
    min-height: 71.7rem;
    position: relative;
    border-bottom: 6px solid #656f79
}

@media (max-width:1199px) {
    .hero-banner {
        min-height: 65rem
    }
}

@media (max-width:1024px) {
    .hero-banner {
        min-height: 60rem
    }
}

.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(134, 137, 134, .38)
}

.hero-banner .banner-text {
    text-align: center;
    position: absolute;
    right: 0;
    top: 42%;
    transform: translateY(-50%);
    z-index: 1
}

@media (max-width:767px) {
    .hero-banner {
        min-height: 37rem
    }
    .hero-banner .banner-text {
        top: 54%;
        padding: 0 2.7rem
    }
}

.hero-banner .banner-text .banner-text-inner {
    padding: 0 7.5rem
}

@media (max-width:1199px) {
    .hero-banner .banner-text .banner-text-inner {
        padding: 0 2.5rem
    }
}

@media (max-width:1024px) {
    .hero-banner .banner-text .banner-text-inner {
        padding: 0
    }
}

.hero-banner .banner-text h4 {
    font-size: 2.3rem;
    line-height: 2.8rem;
    letter-spacing: .2rem;
    margin-bottom: 7.3rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .hero-banner .banner-text h4 {
        margin-bottom: 5rem
    }
}

@media (max-width:991px) {
    .hero-banner .banner-text h4 {
        font-size: 2.1rem;
        line-height: 2.6rem;
        margin-bottom: 4rem
    }
}

@media (max-width:767px) {
    .hero-banner .banner-text h4 {
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: 6rem;
        padding: 0 2rem
    }
}

.hero-banner .banner-text h1 {
    font-size: 5.3rem;
    line-height: 6.3rem;
    letter-spacing: .2rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .hero-banner .banner-text h1 {
        font-size: 4.8rem;
        line-height: 5.6rem
    }
}

@media (max-width:991px) {
    .hero-banner .banner-text h1 {
        font-size: 4.2rem;
        line-height: 5rem
    }
}

@media (max-width:767px) {
    .hero-banner .banner-text h1 {
        font-size: 3.2rem;
        line-height: 4.1rem
    }
}

@media (max-width:375px) {
    .hero-banner .banner-text h1 {
        font-size: 2.2rem;
        line-height: 3rem
    }
}

.hero-banner .hero-bottom {
    padding: 2rem 0;
    background: rgba(35, 78, 112, .87);
    background: linear-gradient(90deg, rgba(35, 78, 112, .87) 51%, rgba(134, 137, 134, .87) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width:1024px) {
    .hero-banner .hero-bottom {
        bottom: auto;
        top: 101%;
        padding: 3rem 0
    }
}

.hero-banner .hero-bottom .hero-bottom-inner {
    padding: 2.1rem 0;
    background: rgba(255, 255, 255, .09)
}

@media (max-width:767px) {
    .hero-banner .hero-bottom .hero-bottom-inner {
        padding: 1rem 0
    }
}

.hero-banner .hero-bottom .hero-bottom-inner ul {
    margin: 0 0 0 8rem
}

.hero-banner .hero-bottom .hero-bottom-inner ul li {
    display: table;
    float: left;
    width: 24.2%;
    padding-right: 5rem;
    position: relative
}

@media (max-width:1199px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul {
        margin: 0
    }
    .hero-banner .hero-bottom .hero-bottom-inner ul li {
        padding-right: 3rem
    }
}

@media (max-width:767px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul li {
        width: 50%!important;
        min-height: 5rem
    }
    .hero-banner .hero-bottom .hero-bottom-inner ul li:after {
        display: none
    }
}

@media (max-width:575px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul li {
        width: 100%!important;
        padding-right: 0!important
    }
}

.hero-banner .hero-bottom .hero-bottom-inner ul li:after {
    content: "";
    position: absolute;
    right: 4.5rem;
    top: -.3rem;
    bottom: -.3rem;
    width: .1rem;
    height: auto;
    border: 1px dashed #fff
}

.hero-banner .hero-bottom .hero-bottom-inner ul li:nth-child(2) {
    width: 28.4%
}

@media (max-width:991px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul li:nth-child(2) {
        width: 29%
    }
}

.hero-banner .hero-bottom .hero-bottom-inner ul li:nth-child(3) {
    width: 25.9%
}

.hero-banner .hero-bottom .hero-bottom-inner ul li:last-child {
    width: 21.5%;
    padding-right: 0
}

@media (max-width:991px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul li:last-child {
        width: 21%
    }
}

.hero-banner .hero-bottom .hero-bottom-inner ul li:last-child:after {
    display: none
}

.hero-banner .hero-bottom .hero-bottom-inner ul li a {
    font-size: 1.7rem;
    line-height: 2rem;
    padding-left: 7.5rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase
}

@media (max-width:1199px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul li:after {
        right: 3rem
    }
    .hero-banner .hero-bottom .hero-bottom-inner ul li a {
        font-size: 1.6rem;
        line-height: 1.9rem
    }
}

.hero-banner .hero-bottom .hero-bottom-inner ul li a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.product-block ul li a i img,
.why-energymasta ul li a i img {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    display: block
}

@media (max-width:1024px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul li:after {
        right: 1.5rem
    }
    .hero-banner .hero-bottom .hero-bottom-inner ul li a {
        padding-left: 5rem;
        font-size: 1.4rem;
        line-height: 1.7rem
    }
    .hero-banner .hero-bottom .hero-bottom-inner ul li a i {
        width: 4rem
    }
}

@media (max-width:767px) {
    .hero-banner .hero-bottom .hero-bottom-inner ul li a {
        padding-left: 4rem
    }
    .hero-banner .hero-bottom .hero-bottom-inner ul li a i {
        width: 3rem;
        left: 2rem
    }
}

.hero-banner .hero-bottom .hero-bottom-inner ul li a i img {
    max-width: 100%
}

.hero-banner .hero-bottom .hero-bottom-inner ul li a:hover {
    opacity: .6
}

.inner-banner {
    overflow: hidden;
    max-height: 15.1rem;
    padding-bottom: 20px;
    background: #f7f7f7
}

.banner,
.owl-carousel .owl-item img {
    max-height: 750px
}

.why-energymasta {
    padding: 4.9rem 0 5.5rem
}

@media (max-width:991px) {
    .why-energymasta {
        padding: 3rem 0 4rem
    }
}

.why-energymasta h2 {
    text-align: center;
    margin-bottom: 4.3rem
}

@media (max-width:767px) {
    .why-energymasta {
        padding: 3.5rem 0 4.6rem
    }
    .why-energymasta h2 {
        margin-bottom: 4rem
    }
}

.why-energymasta ul {
    margin: 0 -3rem 0 -.4rem
}

.why-energymasta ul li {
    padding: 0 2.2rem;
    float: left;
    width: 25%
}

@media (max-width:1199px) {
    .why-energymasta ul {
        margin: 0
    }
    .why-energymasta ul li {
        padding: 0 1.2rem
    }
}

@media (max-width:991px) {
    .why-energymasta ul li {
        padding: 0 .6rem
    }
}

@media (max-width:767px) {
    .why-energymasta ul {
        margin: 0
    }
    .why-energymasta ul li {
        width: 50%;
        margin-bottom: 1.5rem
    }
}

.why-energymasta ul li:last-child {
    margin-bottom: 0
}

.why-energymasta ul li a {
    display: block;
    text-align: center;
    color: #443731;
    height: 100%;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 2.7rem 1rem 3.7rem;
    border: 2px solid #364550;
    border-radius: 4px
}

@media (max-width:1199px) {
    .why-energymasta ul li a {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

@media (max-width:991px) {
    .why-energymasta ul li a {
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 2rem 1rem
    }
}

.why-energymasta ul li a i {
    display: block;
    margin-bottom: 2.1rem;
    overflow: hidden
}

.why-energymasta ul li a i img {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

@media (max-width:767px) {
    .why-energymasta ul li a {
        font-size: 1.4rem;
        line-height: 1.5rem
    }
    .why-energymasta ul li a i img {
        width: 100%
    }
    .why-energymasta ul li a i {
        max-width: 40px;
        width: 100%;
        margin: 0 auto 20px
    }
}

.insulation-video .insulation-video-outer .video-listing ul li a i img,
.product-block ul li a span em img,
.title-text a i img {
    max-width: 100%
}

.why-energymasta ul li a:hover {
    background: #ebebeb
}

.title-text {
    background: #eff2f5;
    padding: 4rem 0;
    border-top: 1rem solid #f6f6f6;
    text-align: center
}

.title-text h2 {
    margin-bottom: 3rem
}

@media (max-width:991px) {
    .title-text {
        padding: 3rem 0
    }
    .title-text h2 {
        margin-bottom: 2rem
    }
}

@media (max-width:767px) {
    .title-text {
        padding: 5.2rem 0
    }
    .title-text h2 {
        margin-bottom: 4rem
    }
}

.title-text p {
    margin-bottom: 3.2rem;
    opacity: .8
}

.title-text a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem
}

.title-text a i {
    position: relative
}

@media (max-width:991px) {
    .title-text p {
        margin-bottom: 2.5rem
    }
    .title-text a {
        font-size: 1.5rem;
        line-height: 1.9rem
    }
    .title-text a i {
        top: -.2rem;
        left: .5rem
    }
}

.title-text a i img {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.product-block {
    padding: 3rem 0 0
}

@media (max-width:767px) {
    .title-text p {
        margin-bottom: 5.7rem
    }
    .title-text a {
        font-size: 1.4rem;
        line-height: 1.8rem
    }
    .product-block {
        padding: 3.8rem 0 0
    }
}

.product-block ul li {
    padding: 0 1.5rem;
    width: 33.33%;
    float: left;
    margin-bottom: 5.9rem
}

.product-block ul li:nth-child(3n+1) {
    padding-left: 0
}

.product-block ul li:nth-child(3n) {
    padding-right: 0
}

@media (max-width:991px) {
    .product-block ul li:nth-child(3n+1) {
        padding-left: 1.5rem
    }
    .product-block ul li:nth-child(2n+1) {
        padding-left: 0
    }
    .product-block ul li:nth-child(2n) {
        padding-right: 0
    }
    .product-block ul li:nth-child(3n) {
        padding-right: 1.5rem
    }
    .product-block ul li {
        width: 50%;
        margin-bottom: 4rem
    }
}

@media (max-width:767px) {
    .product-block ul li {
        margin-bottom: 3rem
    }
}

@media (max-width:575px) {
    .product-block ul li {
        width: 100%;
        padding: 0!important;
        height: auto!important
    }
}

.product-block ul li a {
    display: block
}

.product-block ul li a i {
    display: block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 1rem
}

.product-block ul li a i img {
    margin: 0 auto;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.product-block ul li a span {
    display: block;
    position: relative;
    background: #fcfcfc;
    border-top: 2px solid #364550;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 1.5rem 2.5rem 1.5rem 1.4rem;
    text-transform: uppercase;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    overflow: hidden
}

@media (max-width:1199px) {
    .product-block ul li a span {
        font-size: 1.7rem;
        line-height: 2.1rem;
        padding: 1.3rem 2.5rem 1.3rem 1.2rem
    }
}

.product-block ul li a span em {
    position: absolute;
    right: 1.3rem;
    width: 1rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

@media (max-width:991px) {
    .product-block ul li a span {
        padding: 1rem 2rem 1rem 1rem;
        font-size: 1.6rem;
        line-height: 2rem
    }
    .product-block ul li a span em {
        right: 1rem;
        width: .8rem
    }
}

@media (max-width:767px) {
    .product-block ul li a i {
        margin-bottom: 3.4rem
    }
    .product-block ul li a span {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding: .8rem 2rem .8rem .8rem
    }
    .product-block ul li a span em {
        width: .7rem;
        height: auto
    }
}

.product-block ul li a:hover i img {
    transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1)
}

.product-block ul li a:hover span {
    background: #ebebeb
}

.insulation-video {
    background: #eff2f5;
    padding: 5.6rem 0
}

.insulation-video .insulation-video-outer .full-video {
    width: 63.6%;
    float: left;
    height: 39.9rem
}

@media (max-width:991px) {
    .insulation-video .insulation-video-outer .full-video {
        width: 100%
    }
}

@media (max-width:767px) {
    .insulation-video {
        padding: 3rem 0
    }
    .insulation-video .insulation-video-outer .full-video {
        height: 30rem
    }
}

.insulation-video .insulation-video-outer .full-video .video_outer {
    height: 100%
}

.insulation-video .insulation-video-outer .full-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0
}

.insulation-video .insulation-video-outer .video-listing {
    width: 36.4%;
    float: left;
    height: 39.9rem;
    padding: 2.2rem;
    background-image: linear-gradient(90deg, #364550 51%, #868986 100%);
    overflow-y: auto
}

@media (max-width:767px) {
    .insulation-video .insulation-video-outer .video-listing {
        height: 30rem;
        padding: 1.5rem
    }
}

.insulation-video .insulation-video-outer .video-listing ul li {
    background: rgba(255, 255, 255, .31);
    padding: 1.1rem 1.8rem;
    margin-bottom: .4rem
}

.insulation-video .insulation-video-outer .video-listing ul li:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .insulation-video .insulation-video-outer .video-listing {
        width: 100%
    }
    .insulation-video .insulation-video-outer .video-listing ul li {
        padding: 1rem 1.2rem
    }
}

.insulation-video .insulation-video-outer .video-listing ul li a {
    display: block;
    position: relative;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #fff
}

@media (max-width:375px) {
    .insulation-video .insulation-video-outer .video-listing ul li a {
        font-size: 1.3rem;
        line-height: 1.8rem
    }
}

.insulation-video .insulation-video-outer .video-listing ul li a i {
    float: left;
    width: 12rem;
    margin-right: 1.5rem;
    position: relative
}

.insulation-video .insulation-video-outer .video-listing ul li a i em {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .2rem .8rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background: #59626b;
    font-style: normal
}

.insulation-video .insulation-video-outer .video-listing ul li a i em img {
    position: relative;
    margin-right: .5rem;
    top: -.1rem
}

.insulation-video .insulation-video-outer .video-listing ul li a .inner_content {
    float: left;
    display: table;
    min-height: 6.4rem
}

.insulation-video .insulation-video-outer .video-listing ul li a span {
    display: table-cell;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    vertical-align: middle
}

.insulation-video .insulation-video-outer .video-listing ul li a span .current {
    font-style: normal;
    display: none;
    text-transform: uppercase
}

.insulation-video .insulation-video-outer .video-listing ul li a.active span .current {
    display: block
}

.img-text-outer {
    margin: 0 -1.5rem 2.6rem;
    display: flex
}

@media (max-width:767px) {
    .insulation-video .insulation-video-outer .video-listing ul li a i em {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
    .insulation-video .insulation-video-outer .video-listing ul li a i em img {
        max-width: .6rem
    }
    .img-text-outer {
        flex-direction: column
    }
}

.img-text-outer:last-child {
    margin-bottom: 0
}

.img-text-outer.right-img {
    flex-direction: row-reverse
}

.img-text-outer.right-img .img-block {
    float: right;
    padding-right: 0;
    padding-left: 1.5rem
}

.img-text-outer.halfwidth {
    margin: 0
}

.img-text-outer.halfwidth .img-block {
    width: 50%;
    padding: 0
}

@media (max-width:767px) {
    .img-text-outer.right-img {
        flex-direction: column
    }
    .img-text-outer.right-img .img-block {
        float: none;
        padding-left: 0
    }
    .img-text-outer.right-img .detail-block .detail-inner {
        background: #dadada
    }
    .img-text-outer.halfwidth .img-block {
        width: 100%;
        height: 300px!important
    }
}

.img-text-outer.halfwidth .img-block .img-inner img {
    width: 100%;
    max-width: inherit
}

.img-text-outer.halfwidth .detail-block {
    width: 50%;
    min-height: 47rem;
    padding: 0
}

@media (max-width:767px) {
    .img-text-outer.halfwidth .detail-block {
        width: 100%;
        min-height: inherit;
        height: auto!important
    }
}

.img-text-outer.halfwidth .detail-block .detail-inner {
    background: 0 0;
    padding: 0 23.5rem 5rem 10.5rem
}

@media (max-width:1199px) {
    .img-text-outer {
        margin-left: 0;
        margin-right: 0
    }
    .img-text-outer.halfwidth .detail-block .detail-inner {
        padding: 2rem 3rem
    }
}

.img-text-outer.halfwidth .detail-block ul {
    line-height: 2.5rem;
    padding-left: 2rem;
    margin-top: .5rem
}

.img-text-outer.halfwidth .detail-block ul li {
    color: #fff;
    position: relative;
    opacity: .8;
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: .5rem
}

.img-text-outer.halfwidth .detail-block ul li:after {
    content: '';
    position: absolute;
    width: .5rem;
    height: .1rem;
    top: 1rem;
    left: -1.5rem;
    background-color: #fff;
    opacity: .8
}

.img-text-outer .img-block {
    width: 33.33%;
    float: left;
    padding: 0 1.5rem 0 0
}

.img-text-outer .img-block .img-inner {
    display: block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

@media (max-width:767px) {
    .img-text-outer .img-block {
        float: none;
        width: 100%;
        padding-right: 0
    }
    .img-text-outer .img-block .img-inner {
        top: 0;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .img-text-outer .img-block .img-inner img {
        float: none;
        width: 100%
    }
}

.filter-box .filter-label::after,
.three-col-box .address address::before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: ""
}

.img-text-outer .img-block .img-inner img {
    max-width: 100%;
    width: 100%
}

.img-text-outer .detail-block {
    width: 66.67%;
    float: left;
    height: 100%;
    display: flex;
    padding: 0 1.5rem
}

.img-text-outer .detail-block .detail-inner h2 {
    margin-bottom: 4.2rem;
    text-align: left
}

@media (max-width:767px) {
    .img-text-outer .detail-block {
        float: none;
        width: 100%;
        padding: 0
    }
    .img-text-outer .detail-block .detail-inner h2 {
        margin-bottom: 1.5rem
    }
}

.img-text-outer .detail-block .detail-inner p {
    font-size: 2.2rem;
    line-height: 2.9rem;
    margin: 0 0 5rem;
    opacity: .8
}

@media (max-width:767px) {
    .img-text-outer .detail-block .detail-inner p {
        margin: 0 0 1.5rem
    }
    .img-text-outer .detail-block .detail-inner {
        background: #f6f6f6;
        padding: 2rem 1.5rem 3rem
    }
}

.getting-started {
    padding: 0 0 4rem
}

.tips-listing {
    background: #f6f6f6;
    padding: 2.8rem 0
}

.tips-listing ul {
    margin: 0 -1.6rem
}

.tips-listing ul li {
    padding: 0 1.6rem;
    float: left;
    width: 16.667%
}

.tips-listing ul li a {
    min-height: 7.3rem;
    border: 1px solid #364550;
    display: table;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border-radius: 2.8px
}

.tips-listing ul li a span {
    display: table-cell;
    vertical-align: middle
}

.tips-listing ul li a.active,
.tips-listing ul li a:hover {
    background: #364550;
    color: #fff
}

.tips-details {
    padding: 3.7rem 0 44rem
}

.tips-details ul {
    margin-top: .7rem
}

.tips-details ul li {
    display: block
}

.tips-details ul li a {
    display: block;
    border: 1px solid #979797;
    font-size: 1.8rem;
    height: 5.7rem;
    color: #979797;
    line-height: 5.7rem;
    text-align: center;
    border-bottom: none
}

.tips-details ul li a.active,
.tips-details ul li a:hover {
    background: #979797;
    color: #fff
}

.tips-details ul li:last-child a {
    border-bottom: 1px solid #979797
}

.tips-details p {
    padding: 0 3rem .6rem 0;
    line-height: 2.5rem;
    margin: 0
}

.tips-details .tip-content-outer .tip-content-inner {
    display: none
}

.tips-details .tip-content-outer .tip-content-inner:first-child {
    display: block
}

.map-area {
    margin-top: 45px
}

.map-area .map {
    height: 30rem;
    margin: 0 -1.5rem;
    overflow: hidden
}

.table-row {
    display: table;
    width: 100%;
    height: 100%
}

.table-row>[class^=col-] {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.three-col-box {
    margin-bottom: 2.6rem
}

@media (max-width:767px) {
    .three-col-box {
        margin-bottom: 4rem
    }
}

.three-col-box h3 {
    margin-bottom: 2.9rem;
    color: #fff
}

.three-col-box .box-inner {
    background: #ececec;
    border-top: 2px solid #b69e56;
    padding: 0 4.1rem 0 7.4rem;
    color: #b69e56
}

.three-col-box .box-inner .footer-top h2 {
    padding: 15px 0
}

@media (max-width:991px) {
    .three-col-box .box-inner .inner-container {
        padding: 0 30px 0 20px
    }
}

@media (max-width:575px) {
    .three-col-box .box-inner .inner-container {
        padding: 0
    }
}

@media (max-width:767px) {
    .three-col-box h3 {
        margin-bottom: 1rem
    }
    .three-col-box .box-inner {
        text-align: center
    }
}

@media (max-width:991px) {
    .three-col-box .box-inner {
        padding: 1.5rem 1.5rem 0
    }
}

@media (max-width:1199px) {
    .three-col-box .box-inner .primary-button {
        width: 100%
    }
}

@media (max-width:1230px) {
    .three-col-box .box-inner {
        padding: 15px 15px 0
    }
}

@media (min-width:992px) {
    .three-col-box .box-inner .column-3 {
        flex: 0 0 19%;
        max-width: 19%
    }
    .three-col-box .box-inner .column-4 {
        flex: 0 0 30.33333%;
        max-width: 30.33333%
    }
}

.three-col-box .table-row>[class^=col-] {
    vertical-align: top
}

.three-col-box .primary-button {
    width: 25rem;
    margin-top: -.5rem;
    position: absolute;
    left: 0;
    padding: 18px 0
}

.three-col-box .primary-button i {
    margin-right: .7rem
}

.three-col-box .working-hours {
    color: #fff;
    line-height: 3rem;
    padding-left: 7rem
}

@media (max-width:991px) {
    .three-col-box .working-hours {
        padding-left: 1.5rem
    }
}

.three-col-box .working-hours span {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0
}

.three-col-box .working-hours span a {
    color: #fff
}

.three-col-box .working-hours span a:hover {
    color: #b69e56
}

.three-col-box .address {
    padding: 0 0 0 6.1rem
}

@media (max-width:767px) {
    .three-col-box .working-hours span {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: .4rem
    }
    .three-col-box .address {
        margin-bottom: 2rem
    }
}

@media (max-width:991px) {
    .three-col-box .address {
        padding-left: 0
    }
}

.three-col-box .address address {
    position: relative;
    display: inline-block;
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    min-height: 2rem;
    color: #eee
}

.three-col-box .address address::before {
    position: absolute;
    left: 0;
    background: url(../images/location.svg) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    width: 2.6rem;
    height: 3.5rem
}

.row.pad-26 {
    margin: -9px -26px 30px
}

@media (max-width:767px) {
    .three-col-box .address address {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding: 0 0 0 2.4rem
    }
    .three-col-box .address address::before {
        width: 1.5rem
    }
    .row.pad-26 {
        margin: 0 -15px
    }
}

.row.pad-26>[class^=col-] {
    padding-left: 26px;
    padding-right: 26px
}

@media (max-width:767px) {
    .row.pad-26>[class^=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

.contact-form {
    padding: 2rem 0 7.4rem
}

@media (max-width:575px) {
    .contact-form {
        padding: 2rem 0 3rem
    }
}

.contact-form .form-group {
    margin-bottom: 1.8rem
}

.contact-form .form-group .form-control {
    color: #08131f;
    line-height: 20px;
    box-shadow: none;
    height: 54px
}

.contact-form .form-group .form-control:focus {
    border-color: #b69e56
}

.contact-form .form-group textarea.form-control {
    height: 27.1rem;
    resize: none;
    box-shadow: none
}

.contact-form .bt-wrap {
    padding-top: 2.6rem
}

@media (max-width:767px) {
    .contact-form .form-group textarea.form-control {
        height: 20rem
    }
    .contact-form .bt-wrap {
        padding-top: .7rem
    }
}

.contact-form .bt-wrap .primary-button {
    margin-right: 35px;
    width: 20rem;
    padding: 18px 0
}

.contact-form .bt-wrap .primary-button:after {
    bottom: 0
}

.contact-form .bt-wrap [type=submit] {
    border: none;
    margin-left: auto;
    text-transform: uppercase;
    padding: .3rem;
    height: 5rem;
    max-width: 22.4rem;
    cursor: pointer;
    background-color: #b69e56;
    font-weight: 600;
    transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease
}

@media (max-width:575px) {
    .contact-form .bt-wrap [type=submit] {
        max-width: 100%
    }
}

.contact-form .bt-wrap [type=submit]:hover {
    background-color: #364550
}

.form-box .form-wrap {
    padding: 1rem 5.8rem;
    border: 1px solid #979797;
    border-radius: 3px
}

@media (max-width:767px) {
    .form-box .form-wrap {
        padding: 1.5rem 2.5rem
    }
    .text-right {
        text-align: left!important
    }
}

.form-box .form-wrap .primary-button {
    width: 185px;
    margin: 21px 33px;
    text-transform: uppercase
}

.form-box .form-wrap .primary-button:after {
    right: -1px
}

.form-box .form-wrap .primary-button .input-primary-send {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: none;
    cursor: pointer;
    width: 185px;
    padding: 15px 0;
    text-transform: uppercase;
    background: 0
}

.form-box .form-wrap h2 {
    font-size: 2.8rem;
    line-height: 5.6rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
    color: #b69e56;
    font-weight: 500
}

.filter-box {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem
}

.filter-box .filter-label {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #b69e56;
    text-transform: uppercase;
    padding: 0 3rem;
    position: relative
}

@media (max-width:767px) {
    .filter-box {
        display: block
    }
    .filter-box .filter-label {
        display: block;
        width: 100%;
        text-align: center
    }
}

.filter-box .filter-label::after {
    position: absolute;
    display: block;
    right: 0;
    transform: translateY(-50%);
    width: .2rem;
    height: 3.9rem;
    background: #b69e56
}

@media (max-width:991px) {
    .filter-box {
        margin-bottom: 3rem
    }
    .filter-box .filter-label {
        padding: 0 1.5rem
    }
    .filter-box .filter-label::after {
        right: -7px
    }
}

.filter-box ul {
    padding: 0 2.3rem
}

@media (max-width:767px) {
    .filter-box .filter-label::after {
        display: none
    }
    .filter-box ul {
        text-align: center;
        padding: 0
    }
    .filter-box ul li {
        display: inline-block
    }
}

.filter-box ul li {
    display: inline-block;
    vertical-align: middle
}

@media (max-width:991px) {
    .filter-box ul li {
        padding: 0 .5rem
    }
}

.filter-box ul li.active a {
    border: 1px solid #b69e56
}

.filter-box ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #b69e56;
    text-transform: uppercase;
    padding: .7rem 2rem;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    transition: all .5s
}

@media (max-width:767px) {
    .filter-box ul li a {
        margin: 0;
        display: inline-block
    }
}

.post-block {
    max-width: 930px;
    margin: 0 auto;
    min-height: 300px
}

.post-block .mix {
    display: none;
    width: 100%
}

.post-block .post-column {
    margin-bottom: 4.3rem
}

.shop-prduct-list .filter-block {
    margin-bottom: 4.6rem
}

.shop-prduct-list .filter-block .fill-right {
    float: right
}

.shop-prduct-list .filter-block .fill-right label {
    font-size: 1.8rem;
    line-height: 3.8rem;
    font-weight: 700;
    margin-right: 3.7rem;
    position: relative;
    top: .6rem
}

.shop-prduct-list .filter-block .search-input {
    display: block;
    max-width: 100%
}

.shop-prduct-list .product_listing {
    padding-bottom: 3rem;
    margin-bottom: 5.7rem;
    border-bottom: 2px solid #dadada
}

.shop-prduct-list .category_outer {
    background: #f7f7f7;
    padding: 3.3rem 1.3rem
}

.shop-prduct-list .category_outer h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 2.1rem;
    font-weight: 700;
    text-transform: uppercase
}

.shop-prduct-list .category_outer ul li {
    display: block;
    margin-bottom: 1.3rem
}

.shop-prduct-list .category_outer ul li:last-child {
    margin-bottom: 0
}

.shop-prduct-list .category_outer ul li a {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0 1.7rem 1.4rem 0;
    font-weight: 300;
    border-bottom: 2px solid rgba(54, 69, 80, .5);
    text-transform: uppercase;
    display: block;
    position: relative;
    overflow: hidden
}

.shop-prduct-list .category_outer ul li a i {
    display: block;
    position: absolute;
    right: .6rem;
    width: .8rem;
    top: 0;
    height: auto
}

.img-container {
    background-size: cover;
    background-repeat: no-repeat
}

.img-container img {
    display: none
}

.img-container.banner {
    position: relative
}

.img-container.banner .banner-text {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff
}

.img-container.banner .banner-text .container {
    max-width: 74.4rem;
    margin: 0 auto
}

.inner-banner img {
    width: 100%;
    display: block
}

.inner-banner img.desktop_img {
    display: block
}

.inner-banner img.mobile_img {
    display: none
}

@media (max-width:767px) {
    .inner-banner img.desktop_img {
        display: none
    }
    .inner-banner img.mobile_img {
        display: block
    }
}

@media (max-width:991px) {
    .blog-outer {
        margin-bottom: 2rem
    }
}

.blog-outer.two-column {
    height: auto!important;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 46px
}

.blog-outer.two-column .img-zoom {
    width: 39%;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

@media (max-width:767px) {
    .blog-outer.two-column {
        display: block
    }
    .blog-outer.two-column .img-zoom {
        display: block;
        flex: inherit;
        width: 100%;
        height: 200px!important
    }
}

.blog-outer.two-column .img-zoom img {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    width: 100%;
    height: 100%
}

.blog-outer.two-column .content-post {
    width: 60%;
    float: left;
    -webkit-flex: 1;
    flex: 1;
    border: 2px solid #b69e56;
    border-left: none
}

.blog-outer.two-column::after,
.blog-outer.two-column::before {
    content: "";
    display: table
}

.blog-outer.two-column::after {
    display: table;
    clear: both
}

.blog-outer .img-block img {
    width: 100%
}

.blog-outer .content-post {
    background-color: #fff;
    position: relative
}

.blog-outer .content-post .read-more-link.read-button {
    max-width: 57%;
    margin: 0 10px 20px;
    padding: 10px 22px;
    cursor: default
}

@media (max-width:767px) {
    .blog-outer.two-column .content-post {
        width: 100%;
        border: 2px solid #b69e56;
        border-top: none
    }
    .blog-outer .content-post .read-more-link.read-button {
        margin: 10px
    }
}

.blog-outer .content-post .read-more-link.read-button a {
    color: #b69e56;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    max-width: 122px;
    width: 100%;
    display: inline-block
}

.blog-outer .content-post .content-post-text h4 a,
.blog-outer .content-post .read-more-link.read-button a:hover {
    color: #443731
}

.blog-outer .content-post .read-more-link.read-button a em {
    position: absolute;
    right: 10px;
    top: -2px;
    width: 12px
}

.blog-outer .content-post .read-more-link.read-button a em img {
    width: 100%
}

.blog-outer .content-post .read-more-link.read-button a em .orange-arrow {
    display: none
}

.blog-outer .content-post .read-more-link.read-button a em .green-arrow,
.blog-outer .content-post .read-more-link.read-button a:hover .orange-arrow {
    display: inline-block
}

.blog-outer .content-post .read-more-link.read-button a:hover .green-arrow {
    display: none
}

.blog-outer .content-post .content-post-text {
    padding: 2.5rem 21.5rem .5rem 3.2rem;
    width: 100%
}

@media (max-width:991px) {
    .blog-outer .content-post .content-post-text {
        padding: 2.8rem 7.2rem .5rem 2.6rem
    }
}

@media (max-width:767px) {
    .blog-outer .content-post .content-post-text {
        padding: 1.5rem 1.5rem .5rem
    }
}

.blog-outer .content-post .content-post-text h4 {
    font-size: 3rem;
    line-height: 2.8rem;
    color: #443731;
    margin-bottom: 1.2rem;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300
}

.blog-outer .content-post .content-post-text h4 a:hover {
    color: #b69e56
}

.blog-outer .content-post .content-post-text p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #443731;
    opacity: .8;
    font-weight: 300;
    margin-bottom: 1rem;
    word-spacing: 1px
}

.blog-outer .content-post .content-list-box ul {
    padding: 0;
    margin: 0 0 1rem
}

.blog-outer .content-post .content-list-box ul li {
    float: left;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #443731;
    border-right: 1px solid #443731;
    font-weight: 700;
    padding: 0 1.6rem
}

.blog-outer .content-post .content-list-box ul li:first-child {
    padding-left: 0
}

.blog-outer .content-post .content-list-box ul li:last-child {
    padding-right: 0;
    border-right: 0
}

.blog-outer .content-post .content-list-box ul li.category {
    text-transform: uppercase
}

@media (max-width:991px) {
    .blog-outer .content-post .content-list-box ul {
        margin-bottom: 0
    }
    .blog-outer .content-post .content-list-box ul li {
        padding: 0 .7rem;
        font-size: 1.5rem;
        line-height: 2.4rem
    }
}

.blog-outer .content-post .content-list-box .read-link {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: #364550;
    text-transform: uppercase;
    position: absolute;
    top: 106%;
    left: 6%;
    margin-top: .2rem
}

.banner,
.blog-outer.hovered .img-zoom {
    position: relative
}

.blog-outer .content-post .content-list-box .read-link:hover {
    color: #f1822c
}

@media (max-width:1024px) {
    .blog-outer .content-post .content-list-box .read-link:hover {
        transition: none
    }
}

@media (max-width:991px) {
    .blog-outer .content-post .content-list-box .read-link {
        font-size: 1.5rem;
        line-height: 2.4rem;
        margin-top: 0
    }
}

@media (max-width:399px) {
    .blog-outer .content-post .content-list-box .read-link {
        float: left;
        margin-top: .5rem;
        width: 100%
    }
}

.blog-outer .content-post .content-list-box .read-link i {
    width: .8rem;
    height: .8rem;
    margin-left: .5rem;
    display: inline-block;
    position: relative;
    top: -.1rem
}

.blog-outer .content-post .content-list-box .read-link i img {
    width: 100%
}

.blog-outer.hovered .img-zoom img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.banner {
    border-bottom: 6px solid #b69e56
}

.banner .banner-bottom {
    padding: 2.4rem 0;
    background: rgba(241, 130, 44, .7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    z-index: 1
}

@media (max-width:767px) {
    .banner .banner-bottom {
        padding: 1.5rem 0 1.5rem 4.5rem;
        bottom: 41px
    }
}

.banner .banner-bottom ul {
    margin-left: 54px
}

@media (max-width:1199px) {
    .banner .banner-bottom ul {
        margin-left: 13.7rem
    }
}

@media (max-width:1024px) {
    .banner .banner-bottom ul {
        width: auto;
        max-width: 850px;
        margin: 0 auto
    }
}

.banner .banner-bottom ul li {
    display: table;
    float: left;
    width: 25%;
    padding-right: 5rem;
    position: relative;
    min-height: 55px
}

@media (max-width:1024px) {
    .banner .banner-bottom ul li {
        padding-right: 3rem
    }
}

@media (max-width:767px) {
    .banner .banner-bottom ul li {
        width: 100%;
        padding: 1.5rem 0
    }
}

.banner .banner-bottom ul li a {
    font-size: 1.7rem;
    line-height: 2rem;
    padding-left: 5.5rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase
}

.banner .banner-bottom ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%)
}

.banner .banner-bottom ul li a i img {
    max-width: 100%
}

@media (max-width:1199px) {
    .banner .banner-bottom ul li a {
        font-size: 1.5rem;
        line-height: 1.9rem;
        padding-left: 4.7rem
    }
    .banner .banner-bottom ul li a i {
        width: 35px;
        height: 35px
    }
}

@media (max-width:1024px) {
    .banner .banner-bottom ul li a {
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding-left: 3.9rem
    }
    .banner .banner-bottom ul li a i {
        width: 3.5rem;
        height: 3.5rem
    }
}

.banner .banner-bottom ul li:after {
    content: "";
    position: absolute;
    right: 43px;
    top: -8px;
    bottom: -7px;
    width: 1px;
    height: auto;
    border: 1px solid #fff
}

@media (max-width:1024px) {
    .banner .banner-bottom ul li:after {
        top: 5px;
        bottom: 3px;
        right: 19px
    }
}

.banner .banner-bottom ul li:last-child:after {
    border: none
}

.banner .banner-inner {
    position: relative
}

.banner .banner-inner .fill-img {
    position: relative;
    height: 740px
}

@media (max-width:1199px) {
    .banner .banner-inner .fill-img {
        height: 600px
    }
}

@media (max-width:767px) {
    .banner .banner-bottom ul li a {
        font-size: 1.7rem;
        line-height: 2rem;
        padding-left: 5.7rem
    }
    .banner .banner-bottom ul li:after {
        border: none
    }
    .banner .banner-inner .fill-img {
        height: 300px
    }
}

.banner .banner-inner .fill-img:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.banner .banner-inner .owl-nav {
    display: none
}

.banner .banner-inner .owl-dots {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%
}

@media (max-width:399px) {
    .banner .banner-inner .owl-dots {
        bottom: -5px
    }
}

.banner .banner-inner .owl-dots .owl-dot.active span,
.banner .banner-inner .owl-dots .owl-dot.active:hover span {
    background: #fff
}

.banner .banner-inner .owl-dots .owl-dot span {
    border: 1px solid #b69e56;
    background: #b69e56;
    width: 14px;
    height: 14px
}

@media (max-width:375px) {
    .banner .banner-inner .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px
    }
}

.banner .banner-inner .owl-dots .owl-dot:hover span {
    background-color: #fff
}

.banner .banner-inner .banner-text {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    max-width: 1220px;
    padding: 0 25px;
    width: 100%
}

.banner .banner-inner .banner-text .banner-inner-text {
    max-width: 400px
}

@media (max-width:767px) {
    .banner .banner-inner .banner-text .banner-inner-text {
        max-width: 300px
    }
}

.banner .banner-inner .banner-text .banner-inner-text h1 {
    color: #fff;
    text-transform: none;
    font-family: brandon-grotesque, sans-serif;
    font-size: 50px;
    line-height: 61px;
    font-weight: 300;
    word-spacing: 1px;
    letter-spacing: 1px
}

@media (max-width:1024px) {
    .banner .banner-inner .banner-text .banner-inner-text h1 {
        font-size: 39px;
        line-height: 47px
    }
}

@media (max-width:767px) {
    .banner .banner-inner .banner-text .banner-inner-text h1 {
        font-size: 26px;
        line-height: 32px
    }
}

@media (max-width:499px) {
    .banner .banner-inner .banner-text .banner-inner-text {
        max-width: 230px
    }
    .banner .banner-inner .banner-text .banner-inner-text h1 {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:375px) {
    .banner .banner-inner .banner-text {
        padding: 0 10px
    }
    .banner .banner-inner .banner-text .banner-inner-text {
        max-width: 180px
    }
    .banner .banner-inner .banner-text .banner-inner-text h1 {
        font-size: 16px;
        line-height: 20px
    }
}

.slider-opacity .banner-inner .owl-nav {
    z-index: 2
}

.slider-opacity .banner-inner:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.why-croft-air {
    background-color: #364550;
    padding: 48px 0 90px
}

@media (max-width:1024px) {
    .why-croft-air {
        padding: 35px 0
    }
}

@media (max-width:767px) {
    .why-croft-air {
        padding: 39px 0 21px
    }
    .why-croft-air .why-croft-air-inner h2 {
        font-size: 26px;
        line-height: 30px
    }
}

.why-croft-air .why-croft-air-inner h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0
}

.why-croft-air .why-croft-air-inner ul {
    max-width: 862px;
    margin: 66px auto 0;
    width: 100%
}

.why-croft-air .why-croft-air-inner ul li {
    text-align: center;
    float: left;
    width: 33.33%
}

@media (max-width:575px) {
    .why-croft-air .why-croft-air-inner ul {
        margin: 40px auto 0
    }
    .why-croft-air .why-croft-air-inner ul li {
        width: 50%
    }
    .why-croft-air .why-croft-air-inner ul li:last-child {
        width: 100%;
        margin-top: 41px
    }
}

.why-croft-air .why-croft-air-inner ul li .croft-feature {
    text-align: center;
    display: block
}

.why-croft-air .why-croft-air-inner ul li .croft-feature span {
    display: inline-block;
    padding: 29px;
    border: 2px solid #fff;
    border-radius: 100%
}

@media (max-width:1024px) {
    .why-croft-air .why-croft-air-inner ul li .croft-feature span {
        padding: 26px
    }
}

.why-croft-air .why-croft-air-inner ul li .croft-feature span i.quality img {
    height: 60px;
    width: 45px
}

.why-croft-air .why-croft-air-inner ul li .croft-feature span i {
    display: inline-block;
    width: 58px;
    height: 58px
}

.why-croft-air .why-croft-air-inner ul li .croft-feature span i img {
    max-width: 100%
}

.why-croft-air .why-croft-air-inner ul li .croft-feature label {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase
}

.description-block {
    background-color: #eee;
    padding: 42px 0 33px;
    text-align: center
}

.description-block .container {
    max-width: 884px
}

.description-block h2 {
    color: #364550;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .description-block {
        padding: 35px 0
    }
    .description-block h2 {
        margin-bottom: 22px
    }
}

@media (max-width:767px) {
    .why-croft-air .why-croft-air-inner ul li .croft-feature label {
        margin-top: 22px
    }
    .description-block {
        padding: 50px 0
    }
    .description-block .container {
        max-width: 100%
    }
    .description-block h2 {
        margin-bottom: 29px
    }
    .description-block .view-all-link {
        display: block
    }
}

.description-block p {
    color: #364550;
    text-align: center;
    opacity: .8;
    font-size: 2.2rem;
    line-height: 33px
}

@media (max-width:1199px) {
    .description-block p {
        padding: 0 12px
    }
}

.description-block .view-all-link {
    padding: 25px 17px 0 0;
    width: 200px;
    margin: 0 auto
}

.description-block .view-all-link a {
    color: #443731
}

.description-block .view-all-link a em {
    right: -22px;
    top: -2px;
    width: 16px
}

.project-types {
    background-color: #fff;
    padding: 80px 0 50px
}

@media (max-width:1199px) {
    .project-types {
        padding: 40px 0
    }
}

@media (max-width:1024px) {
    .project-types {
        padding: 30px 0
    }
}

.project-types h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 32px
}

@media (max-width:575px) {
    .project-types {
        padding: 15px 0 29px
    }
    .project-types h2 {
        display: none
    }
}

.project-types .project-col a {
    display: inline-block;
    margin-bottom: 25px;
    position: relative
}

.project-types .project-col a i {
    width: 100%;
    display: inline-block
}

.project-types .project-col a i img {
    width: 100%
}

.project-types .project-col a .project-type-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #443731
}

.project-types .project-col a .project-type-caption span {
    display: block;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    color: #443731;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    background: rgba(182, 158, 86, .8)
}

@media (max-width:991px) {
    .project-types .project-col a .project-type-caption span {
        font-size: 18px;
        line-height: 22px;
        padding: 8px 20px
    }
}

.project-types .project-col a .project-type-caption span em {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 16px;
    width: 20px;
    display: inline-block
}

.project-types .project-col a .project-type-caption span em img {
    width: 100%
}

@media (max-width:575px) {
    .project-types .project-col a {
        margin-bottom: 15px
    }
    .project-types .project-col a .project-type-caption span em {
        right: 24px
    }
}

.project-types .project-col .img-zoom {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    padding: 0!important
}

.project-types .project-col .img-zoom img {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    width: 100%
}

.project-types .project-col .img-zoom .project-type-caption span {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.project-types .project-col.hovered .img-zoom {
    position: relative
}

.project-types .project-col.hovered .img-zoom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%
}

.project-types .project-col.hovered .img-zoom img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.latest-project {
    background-color: #fff
}

.latest-project h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 45px
}

@media (max-width:767px) {
    .latest-project h2 {
        margin-bottom: 33px
    }
}

.latest-project .latest-project-inner {
    height: 615px;
    position: relative;
    border-bottom: 13px solid #f1822c;
    margin-bottom: 38px;
    display: block
}

@media (max-width:1199px) {
    .latest-project .latest-project-inner {
        height: 550px
    }
}

@media (max-width:767px) {
    .latest-project .latest-project-inner {
        height: 439px;
        margin-bottom: 31px
    }
}

.latest-project .latest-project-inner img {
    width: 100%;
    height: 100%
}

.latest-project .latest-project-inner .project-caption {
    position: absolute;
    bottom: 0;
    width: 100%
}

.latest-project .latest-project-inner .project-caption .caption-block {
    float: left
}

.latest-project .latest-project-inner .project-caption .caption-block .project-text {
    padding: 15px;
    max-width: 336px;
    width: 100%
}

.latest-project .latest-project-inner .project-caption .caption-block .project-text a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    text-transform: uppercase
}

@media (max-width:575px) {
    .latest-project .latest-project-inner .project-caption .caption-block .project-text {
        padding: 15px 16px;
        max-width: 100%
    }
    .latest-project .latest-project-inner .project-caption .caption-block .project-text a {
        font-size: 22px;
        line-height: 26px
    }
    .latest-project .latest-project-inner .project-caption .caption-block .project-text p {
        font-size: 16px;
        line-height: 23px
    }
}

.latest-project .latest-project-inner .project-caption .caption-block .project-text a:hover {
    color: #f1822c
}

.latest-project .latest-project-inner .project-caption .caption-block .project-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px
}

.latest-project .latest-project-inner .project-caption .white-block {
    width: 58%;
    background-color: rgba(255, 255, 255, .58)
}

@media (max-width:1199px) {
    .latest-project .latest-project-inner .project-caption .white-block {
        width: 54%
    }
}

@media (max-width:991px) {
    .latest-project .latest-project-inner .project-caption .white-block {
        width: 45%
    }
}

@media (max-width:767px) {
    .latest-project .latest-project-inner .project-caption .white-block {
        width: 35%
    }
}

@media (max-width:575px) {
    .latest-project .latest-project-inner .project-caption .white-block {
        width: 6%
    }
}

.latest-project .latest-project-inner .project-caption .green-block {
    width: 30%;
    margin: 0 1%;
    background-color: #364550
}

@media (max-width:1199px) {
    .latest-project .latest-project-inner .project-caption .green-block {
        width: 31%
    }
}

@media (max-width:991px) {
    .latest-project .latest-project-inner .project-caption .green-block {
        width: 40%
    }
}

@media (max-width:767px) {
    .latest-project .latest-project-inner .project-caption .green-block {
        width: 50%
    }
    .latest-project .view-all-link {
        display: none
    }
}

@media (max-width:575px) {
    .latest-project .latest-project-inner .project-caption .green-block {
        width: 84%;
        margin: 0 2%
    }
}

.latest-project .latest-project-inner .project-caption .white-block-small {
    width: 10%
}

@media (max-width:575px) {
    .latest-project .latest-project-inner .project-caption .white-block-small {
        width: 6%
    }
}

.latest-project .latest-project-bottom {
    margin-bottom: 0
}

.latest-project .latest-project-bottom .white-block {
    width: 13%
}

.latest-project .latest-project-bottom .green-block {
    width: 23%
}

.latest-project .latest-project-bottom .white-block-small {
    width: 62%
}

.view-all-link {
    text-align: center;
    padding: 34px 0
}

.view-all-link a {
    color: #364550;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.view-all-link a.bold-link {
    font-weight: 500
}

.view-all-link a em {
    position: absolute;
    right: -29px;
    top: -1px;
    width: 12px
}

.view-all-link a em img {
    width: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.view-all-link a em .orange-arrow {
    display: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.view-all-link a em .green-arrow {
    display: inline-block;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.view-all-link a:hover {
    color: #b69e56
}

.view-all-link a:hover .orange-arrow {
    display: inline-block
}

.view-all-link a:hover .green-arrow {
    display: none
}

.latest-post {
    background-color: #fff;
    padding: 65px 0 0;
    margin-bottom: 60px
}

.latest-post .container {
    max-width: 1175px
}

@media (max-width:991px) {
    .latest-post {
        margin-bottom: 30px;
        padding: 35px 0 0
    }
    .latest-post .container {
        max-width: 100%
    }
}

.latest-post h2 {
    text-align: center;
    margin-bottom: 38px;
    float: left;
    letter-spacing: 1px
}

.latest-post .post-col {
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #fff;
    position: relative
}

@media (max-width:767px) {
    .latest-post {
        background-color: #fff;
        padding: 38px 0 0
    }
    .latest-post .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .latest-post .post-col {
        margin-bottom: 24px
    }
}

.latest-post .post-col a {
    display: block;
    width: 100%;
    border-radius: 4px 4px 0 0
}

.latest-post .post-col a img {
    width: 100%
}

.latest-post .post-col .img-zoom {
    display: block;
    overflow: hidden;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.latest-post .post-col .img-zoom img {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    width: 100%
}

.latest-post .post-col .post-text {
    padding: 25px 0 22px;
    margin: 0 22px;
    background-color: #fff;
    border-bottom: 4px solid #b69e56
}

@media (max-width:991px) {
    .latest-post .post-col .post-text {
        margin: 0 10px
    }
}

.latest-post .post-col .post-text a {
    color: #443731;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
    width: 100%;
    float: none
}

.latest-post .post-col .post-text a:hover {
    color: #b69e56
}

.latest-post .post-col .post-text p {
    color: #443731;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 20px 0 0;
    word-spacing: 1px;
    font-style: normal
}

.latest-post .post-col .post-date {
    background-color: #fff;
    text-align: left;
    padding: 16px 2px
}

@media (max-width:767px) {
    .latest-post .post-col .post-date {
        padding: 12px 0
    }
}

.latest-post .post-col .post-date span {
    color: #443731;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    opacity: .8;
    padding: 0 17px;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width:991px) {
    .latest-post .post-col .post-date span {
        font-size: 14px;
        line-height: 22px;
        padding: 0 7px
    }
}

@media (max-width:767px) {
    .latest-post .post-col .post-date span {
        font-size: 16px;
        line-height: 25px;
        padding: 0 18px
    }
}

@media (max-width:399px) {
    .latest-post .post-col .post-date span {
        padding: 0 10px
    }
}

.latest-post .post-col .post-date .date-span:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 6px;
    bottom: 7px;
    width: 1px;
    background: #244e70
}

.latest-post .post-col .read-more-link.read-button {
    max-width: 90%;
    margin-top: 5px;
    padding: 13px 22px;
    cursor: default
}

@media (max-width:767px) {
    .latest-post .post-col .read-more-link {
        padding: 13px 0
    }
}

.latest-post .post-col .read-more-link a {
    color: #b69e56;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    max-width: 122px;
    width: 100%;
    display: inline-block;
    margin: 0 auto
}

.latest-post .post-col .read-more-link a em {
    position: absolute;
    right: 10px;
    top: -2px;
    width: 12px
}

.latest-post .post-col .read-more-link a em img {
    width: 100%
}

.latest-post .post-col .read-more-link a em .orange-arrow {
    display: none
}

.latest-post .post-col .read-more-link a em .green-arrow,
.latest-post .post-col .read-more-link a:hover .orange-arrow {
    display: inline-block
}

.latest-post .post-col .read-more-link a:hover {
    color: #443731
}

.latest-post .post-col .read-more-link a:hover .green-arrow,
.testimonial-block .test-mobile-slider {
    display: none
}

.latest-post .post-col.hovered .img-zoom img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.latest-post .view-all-link {
    padding: 5px 30px;
    float: right
}

@media (max-width:991px) {
    .latest-post .view-all-link {
        padding: 0 30px
    }
}

.latest-post .view-all-link a {
    font-weight: 700
}

.latest-post .view-all-link a em {
    right: -35px
}

.testimonial-block {
    background: url(../images/Testimonials.jpg) center/cover no-repeat;
    padding: 104px 0 0
}

@media (max-width:991px) {
    .testimonial-block {
        padding: 35px 0 0
    }
}

.testimonial-block h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px
}

.testimonial-block .test-mobile-slider .owl-stage-outer .owl-stage {
    align-items: stretch
}

@media (max-width:767px) {
    .testimonial-block {
        padding: 33px 0 0
    }
    .testimonial-block h2 {
        margin-bottom: 32px
    }
    .testimonial-block .test-mobile-slider {
        display: block
    }
}

.testimonial-block .test-mobile-slider .owl-dots {
    display: none
}

.testimonial-block .test-mobile-slider .test-inner-block {
    padding: 25px
}

.testimonial-block .test-mobile-slider .test-inner-block .top-block .testimonial-title h5,
.testimonial-block .test-mobile-slider .test-inner-block .top-block .testimonial-title span {
    background: 0 0;
    opacity: 1;
    color: #fff
}

.testimonial-block .test-mobile-slider .test-inner-block .top-block ul {
    display: inline-block;
    float: right;
    position: absolute;
    top: 20px;
    right: 45px
}

@media (max-width:575px) {
    .testimonial-block .test-mobile-slider .test-inner-block .top-block .testimonial-title span {
        margin-bottom: 15px
    }
    .testimonial-block .test-mobile-slider .test-inner-block .top-block ul {
        top: 19px;
        right: 20px
    }
}

@media (max-width:399px) {
    .testimonial-block .test-mobile-slider .test-inner-block .top-block ul {
        display: block;
        position: inherit;
        margin-top: 20px;
        float: none
    }
}

.testimonial-block .test-mobile-slider .test-inner-block .top-block ul li,
.testimonial-block .test-mobile-slider .test-inner-block .top-block ul li .active-star {
    display: inline-block
}

.testimonial-block .test-mobile-slider .test-inner-block .top-block ul li .inactive-star {
    display: none
}

.testimonial-block .test-mobile-slider .test-inner-block .bottom-block p em {
    background: 0 0;
    opacity: 1;
    color: #fff
}

.testimonial-block .test-inner-block {
    position: relative;
    text-align: center;
    width: 52%;
    margin: 0 auto
}

.testimonial-block .test-inner-block .test-block-pd {
    padding: 19px 35px 0
}

@media (max-width:1199px) {
    .testimonial-block .test-inner-block .test-block-pd {
        padding: 19px 25px
    }
}

.testimonial-block .test-inner-block .top-block {
    margin: 54px 0
}

@media (max-width:991px) {
    .testimonial-block .test-inner-block {
        width: 75%
    }
    .testimonial-block .test-inner-block .test-block-pd {
        padding: 10px 15px
    }
    .testimonial-block .test-inner-block .top-block {
        margin: 34px 0
    }
}

@media (max-width:575px) {
    .testimonial-block .test-inner-block .top-block {
        margin: 15px 0
    }
}

.testimonial-block .test-inner-block .top-block .testimonial-title {
    display: inline-block
}

.testimonial-block .test-inner-block .top-block .testimonial-title h5,
.testimonial-block .test-inner-block .top-block .testimonial-title span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.testimonial-block .test-inner-block .top-block ul {
    display: inline-block;
    float: right;
    position: absolute;
    top: 20px;
    right: 45px
}

@media (max-width:1199px) {
    .testimonial-block .test-inner-block .top-block ul {
        float: none;
        position: inherit;
        display: block;
        margin-top: 20px
    }
}

.testimonial-block .test-inner-block .top-block ul li {
    display: inline-block
}

.testimonial-block .test-inner-block .top-block ul li .active-star {
    display: none
}

.testimonial-block .test-inner-block .top-block ul li .inactive-star {
    display: inline-block
}

.testimonial-block .test-inner-block .top-block ul li img {
    vertical-align: middle
}

.testimonial-block .test-inner-block .bottom-block p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    font-family: brandon-grotesque, sans-serif
}

@media (max-width:991px) {
    .testimonial-block .test-inner-block .bottom-block p {
        font-size: 26px;
        line-height: 32px
    }
}

@media (max-width:575px) {
    .testimonial-block .test-inner-block .bottom-block p {
        font-size: 24px;
        line-height: 28px
    }
}

.testimonial-block .test-inner-block .bottom-block p em {
    color: transparent;
    opacity: .07;
    background: #fff;
    display: block;
    font-style: normal;
    margin-bottom: 5px
}

.signup-newsletter-block {
    background-color: #a0a6af;
    padding: 32px 0;
    border-bottom: 3px solid #f1822c
}

.signup-newsletter-block .newsletter-inner {
    padding-bottom: 25px
}

.signup-newsletter-block .newsletter-inner .newsletter-left h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 20px
}

.signup-newsletter-block .newsletter-inner .newsletter-right .form-group {
    margin-bottom: 0
}

.signup-newsletter-block .newsletter-inner .newsletter-right .form-control {
    width: 60%;
    display: inline-block;
    height: 65px;
    border: 1px solid #364550;
    padding: 5px 22px;
    margin-right: 10px;
    box-shadow: none
}

.signup-newsletter-block .newsletter-inner .newsletter-right .signup-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    border: 1px solid #364550;
    border-radius: 4px;
    background-color: #364550;
    max-width: 150px;
    width: 100%;
    padding: 22px 32px;
    min-height: 65px
}

.signup-newsletter-block .newsletter-inner .newsletter-right .signup-btn:hover {
    color: #364550;
    background-color: #fff
}

.simple-slider {
    position: relative;
    margin-bottom: 5rem
}

.simple-slider .banner-inner .fill-img {
    height: 46.4rem;
    position: relative
}

.simple-slider .banner-inner .owl-dots {
    display: none
}

.simple-slider .banner-inner .owl-nav {
    display: block;
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    right: 0
}

.simple-slider .banner-inner .owl-nav button.owl-next,
.simple-slider .banner-inner .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 5rem;
    height: 5rem;
    position: absolute;
    margin: 0
}

.cms-text p,
.process-block p {
    font-size: 1.6rem;
    line-height: 2.5rem
}

.cms-txt-big p,
.custom-listing ul li a {
    font-family: brandon-grotesque, sans-serif
}

.simple-slider .banner-inner .owl-nav button.owl-next span,
.simple-slider .banner-inner .owl-nav button.owl-prev span {
    width: 100%;
    height: 100%;
    display: block
}

.simple-slider .banner-inner .owl-nav button.owl-prev {
    left: 28px
}

.simple-slider .banner-inner .owl-nav button.owl-prev span {
    background: url(../images/left-white-arrow.svg) center center no-repeat;
    background-size: 24px
}

.simple-slider .banner-inner .owl-nav button.owl-next {
    right: 28px
}

.simple-slider .banner-inner .owl-nav button.owl-next span {
    background: url(../images/right-white-arrow.svg) center center no-repeat;
    background-size: 24px
}

@media (max-width:991px) {
    .simple-slider .banner-inner .owl-nav button.owl-prev {
        left: 10px
    }
    .simple-slider .banner-inner .owl-nav button.owl-next {
        right: 10px
    }
}

.simple-slider .banner-caption {
    width: 100%;
    height: 5.7rem;
    background-color: rgba(255, 255, 255, .58);
    border-bottom: 16px solid #f1822c;
    position: absolute;
    bottom: 0;
    z-index: 1
}

@media (max-width:767px) {
    .simple-slider .banner-inner .owl-nav button.owl-prev {
        left: 5px
    }
    .simple-slider .banner-inner .owl-nav button.owl-next {
        right: 5px
    }
    .simple-slider .banner-caption {
        height: 3rem
    }
}

.cms-text {
    margin: 0 0 45px
}

.process-block h3,
.process-block i {
    align-self: center;
    margin: 0 auto;
    position: relative
}

.cms-text p {
    color: #443731;
    font-weight: 300;
    text-align: left
}

.cms-text h2 {
    color: #b69e56;
    text-align: left;
    text-transform: uppercase
}

.cms-text img {
    width: 100%
}

.process-block {
    padding: 2.5rem 0
}

.process-block .process-col {
    display: flex
}

.process-block h3 {
    color: #364550;
    font-weight: 700;
    max-width: 10rem;
    width: 100%;
    text-align: center
}

.process-block p,
.twocol-row p {
    font-weight: 300;
    color: #364550;
    opacity: .8
}

.process-block i {
    width: 11.6rem;
    height: 11.6rem;
    display: block
}

.process-block i img {
    width: 100%
}

.process-block p {
    padding: 0 4rem 0 0;
    text-align: left
}

@media (max-width:767px) {
    .process-block i {
        width: 10rem;
        height: 10rem
    }
    .process-block p {
        padding: 0
    }
}

@media (max-width:575px) {
    .process-block h3 {
        max-width: 100%;
        top: 0;
        transform: translateY(0)
    }
    .process-block i {
        margin: 10px auto;
        top: 0;
        transform: translateY(0)
    }
    .process-block p {
        text-align: center
    }
}

.orrange-border-bottom {
    border-bottom: 2px solid #f1822c
}

.projects-block {
    margin-top: 3rem
}

.twocol-text .container {
    padding-top: 5rem;
    padding-bottom: 8rem
}

@media (max-width:991px) {
    .twocol-text .container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (max-width:575px) {
    .twocol-text .container {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.twocol-row {
    padding-bottom: 4rem
}

.twocol-row .left-col {
    padding-right: 7.6rem
}

.twocol-row .right-col {
    padding-left: 7.6rem
}

@media (max-width:1199px) {
    .twocol-row .left-col {
        padding-right: 5rem
    }
    .twocol-row .right-col {
        padding-left: 5rem
    }
}

@media (max-width:991px) {
    .twocol-row .left-col {
        padding-right: 2.5rem
    }
    .twocol-row .right-col {
        padding-left: 2.5rem
    }
}

@media (max-width:575px) {
    .twocol-row {
        padding-bottom: 0
    }
    .twocol-row .left-col {
        padding-right: 1.5rem;
        margin-bottom: 3rem
    }
    .twocol-row .right-col {
        padding-left: 1.5rem;
        margin-bottom: 3rem
    }
}

.twocol-row h2 {
    margin-bottom: 2rem;
    color: #364550;
    line-height: 1.7rem
}

.two-col-row.img-text-outer .detail-block .detail-inner h2,
.twocol-row p {
    margin-bottom: 1.5rem
}

.twocol-row a,
.twocol-row p {
    font-size: 1.6rem;
    line-height: 2.5rem
}

.twocol-row p {
    display: block
}

.twocol-row a {
    color: #364550;
    font-weight: 700;
    text-transform: uppercase
}

.twocol-row a:hover {
    color: #f1822c
}

.two-col-row.img-text-outer .img-block {
    width: 46%
}

@media (max-width:767px) {
    .two-col-row.img-text-outer .img-block {
        width: 100%;
        height: 400px!important
    }
}

.two-col-row.img-text-outer .detail-block {
    width: 54%;
    min-height: 405px
}

.banner-img-block img,
.project-detail-block .right-detail-col img {
    width: 100%
}

.two-col-row.img-text-outer .detail-block .detail-inner {
    padding: 3rem 6.2rem 3rem 12.2rem
}

@media (max-width:1199px) {
    .two-col-row.img-text-outer .detail-block .detail-inner {
        padding: 0 4rem 0 7rem
    }
}

@media (max-width:991px) {
    .two-col-row.img-text-outer .detail-block .detail-inner {
        padding: 0 2rem 0 3rem
    }
}

@media (max-width:767px) {
    .two-col-row.img-text-outer .detail-block {
        width: 100%;
        float: left;
        min-height: inherit
    }
    .two-col-row.img-text-outer .detail-block .detail-inner {
        padding: 1.5rem 2rem
    }
    .two-col-row.img-text-outer .detail-block .detail-inner h2 {
        margin-bottom: .3rem
    }
}

.two-col-row.img-text-outer .detail-block .detail-inner p {
    opacity: .8
}

.two-col-row.img-text-outer .detail-block .detail-inner span {
    color: #364550;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 1rem;
    display: block
}

.two-col-row.img-text-outer .theme-primary-bg .detail-inner span {
    color: #443731
}

.two-col-row.img-text-outer .grey-dark-bg .detail-inner span {
    color: #fff
}

.banner-img-block {
    display: block;
    margin: 5rem 0
}

@media (max-width:1024px) {
    .banner-img-block {
        margin: 3rem 0
    }
}

@media (max-width:767px) {
    .banner-img-block {
        margin: 2rem 0
    }
    .three-col-block .col-padding {
        margin-bottom: 2rem
    }
}

.three-col-block {
    margin-top: 5rem;
    margin-left: -5rem;
    margin-right: -5rem
}

.three-col-block .col-padding {
    padding-left: 5rem;
    padding-right: 5rem
}

@media (max-width:1024px) {
    .three-col-block {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
    .three-col-block .col-padding {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.three-col-block h3 {
    color: #364550;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 1.7rem;
    letter-spacing: 1px
}

.three-col-block p {
    color: #364550;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: 1px
}

.project-detail-block {
    margin: 5rem 0
}

.project-detail-block .detail-col {
    padding: 0
}

.project-detail-block .left-detail-col ul {
    padding: 4.2rem 10.8rem 4.2rem 5.7rem;
    min-height: 490px;
    height: 100%;
    border: 2px solid #f6f6f6
}

@media (max-width:991px) {
    .project-detail-block .left-detail-col ul {
        padding: 2rem 3rem
    }
}

@media (max-width:767px) {
    .project-detail-block {
        margin: 3rem 0
    }
    .project-detail-block .left-detail-col ul {
        padding: 1.5rem 2rem;
        min-height: inherit
    }
    .project-detail-block .right-detail-col {
        height: 320px!important
    }
}

.project-detail-block .left-detail-col ul li {
    border-bottom: 2px solid #f1822c;
    padding-bottom: 3.6rem;
    padding-top: 2.6rem
}

.project-detail-block .left-detail-col ul li:last-child {
    border-bottom: none
}

.project-detail-block .left-detail-col ul li h3 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: .6rem;
    color: #364550;
    font-weight: 600
}

.project-detail-block .left-detail-col ul li p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    color: #364550;
    letter-spacing: .1px
}

.project-detail-block .right-detail-col {
    display: block;
    background-size: cover;
    width: 100%
}

.padding-col {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.2rem
}

@media (max-width:767px) {
    .padding-col {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.padding-col h2 {
    color: #b69e56;
    margin-bottom: 17px
}

.blog-inner-row {
    flex-direction: row-reverse;
    margin: 0
}

.blog-inner-row .cms-text {
    margin: 0
}

.blog-inner-row .cms-text p {
    line-height: 23px
}

.blog-inner-row .left-blog {
    padding-right: 11rem;
    padding-top: 1.5rem
}

@media (max-width:991px) {
    .blog-inner-row .left-blog {
        padding-right: 3rem
    }
}

@media (max-width:767px) {
    .blog-inner-row .left-blog {
        padding-right: 1.5rem
    }
}

.blog-inner-row .right-blog {
    padding-left: 1.4rem;
    padding-top: 2.5rem;
    padding-right: 3rem;
    margin-left: -1.5rem;
    background-color: #fdfdfd
}

@media (max-width:1024px) {
    .blog-inner-row .right-blog {
        padding-right: .5rem
    }
    .blog-nav ul {
        width: 100%
    }
}

@media (max-width:991px) {
    .blog-inner-row .right-blog {
        padding-right: 1.5rem
    }
}

@media (max-width:767px) {
    .blog-inner-row .right-blog {
        padding: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.blog-nav ul {
    display: inline-block
}

.blog-nav ul li {
    float: left
}

.blog-nav .category li {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 500;
    padding: 0 2.5rem;
    position: relative;
    top: 8px;
    color: #b69e56
}

.blog-nav .category li:first-child {
    padding-left: 0;
    text-transform: uppercase
}

.blog-nav .category li:after {
    position: absolute;
    content: " ";
    top: -4px;
    right: -4px;
    height: 27px;
    width: 2px;
    background-color: #244e70
}

.blog-nav .category li:last-child:after {
    display: none
}

@media (max-width:1199px) {
    .blog-nav .category li {
        padding: 0 1.4rem
    }
}

@media (max-width:575px) {
    .blog-nav .category li:after {
        right: -1px;
        top: 1px;
        height: 24px
    }
    .blog-nav .category li {
        padding: 0 .7rem;
        font-size: 1.4rem
    }
}

.blog-nav .share-media {
    float: right;
    padding: 5px
}

@media (max-width:1024px) {
    .blog-nav .share-media {
        margin: 2.2rem 0 1.6rem
    }
}

@media (max-width:767px) {
    .blog-nav .share-media {
        margin: 1rem 0 1.5rem
    }
}

.blog-nav .share-media li {
    padding: 0 .35rem
}

.blog-nav .share-media li a {
    line-height: 32px;
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
    border: 1px solid #b69e56;
    border-radius: 100%
}

.blog-nav .share-media li a .hover-img {
    display: none
}

.blog-nav .share-media li a:hover {
    background: #b69e56
}

.blog-nav .share-media li a:hover .hover-img {
    display: inline-block
}

.blog-nav .share-media li a:hover .normal-img {
    display: none
}

.blog-nav .share-media li a i {
    width: 1.6rem;
    display: inline-flex;
    vertical-align: middle;
    align-items: center
}

.blog-nav .share-media li a i img {
    width: 100%
}

.blog-nav .share-media li:first-child {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    position: relative;
    top: 8px;
    right: 8px;
    color: #b69e56;
    text-transform: uppercase
}

.custom-listing h4,
.custom-listing ul li a {
    line-height: 1.8rem;
    color: #b69e56;
    font-size: 1.6rem
}

.blog-nav .share-media li:last-child {
    padding-right: 0
}

.custom-listing h4 {
    font-weight: 700;
    margin: 2.1rem 0 0;
    text-transform: uppercase
}

.custom-listing ul.uppercase-text li a {
    text-transform: uppercase
}

.custom-listing ul li {
    padding: 1.4rem 0 1.5rem;
    border-bottom: 2px solid #dadada;
    position: relative
}

.custom-listing ul li a {
    font-weight: 300;
    display: block;
    padding-right: 9rem;
    position: relative
}

.custom-listing ul li a:hover,
.return-blog .return-content a:hover {
    color: #443731
}

.custom-listing ul li a i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    display: block;
    margin-top: -8px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.custom-listing ul li a i img {
    width: 100%
}

.custom-listing ul li a i img.hover-img {
    display: none
}

.custom-listing ul li a:hover .hover-img {
    display: inline-block
}

.custom-listing ul li a:hover .normal-img {
    display: none
}

.horizontal-line {
    height: .1rem;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 3rem 0
}

.return-blog {
    display: inline-block;
    width: 100%;
    padding: 4.1rem 0;
    border-top: 2px solid #dadada;
    margin: 45px 8px 25px
}

.return-blog .return-content {
    width: 33.33%;
    float: left
}

@media (max-width:767px) {
    .return-blog {
        padding: 2rem 0
    }
    .return-blog .left-right-content {
        width: 25%
    }
}

.return-blog .left-right-content a {
    display: inline-block;
    max-width: 26%;
    width: 100%;
    vertical-align: top;
    font-size: 1.6rem;
    margin-top: 1rem;
    line-height: 2rem;
    color: #b69e56;
    text-align: right;
    position: relative;
    font-weight: 500;
    text-transform: uppercase
}

.return-blog .left-right-content a.next-link {
    float: right;
    text-align: left;
    max-width: 29%
}

@media (max-width:767px) {
    .return-blog .left-right-content a.next-link {
        max-width: 65px
    }
}

@media (max-width:991px) {
    .return-blog .left-right-content a {
        max-width: 28%
    }
}

@media (max-width:767px) {
    .return-blog .left-right-content a {
        max-width: 65px;
        font-size: 1.5rem;
        line-height: 1.8rem
    }
}

.return-blog .left-right-content a i {
    display: block;
    position: absolute;
    top: 0;
    width: 14px
}

.return-blog .left-right-content a i img {
    width: 100%
}

.return-blog .left-right-content a i img.hover-img {
    display: none
}

.return-blog .left-right-content a i.back-arrow {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0
}

.return-blog .left-right-content a i.next-arrow {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    right: 0
}

.return-blog .left-right-content a:hover {
    color: #443731
}

.return-blog .left-right-content a:hover .hover-img {
    display: inline-block
}

.return-blog .left-right-content a:hover .normal-img {
    display: none
}

.return-blog .left-right-content span {
    max-width: 63%;
    width: 100%;
    float: right;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #9b9b9b;
    padding-right: 54px;
    text-transform: uppercase
}

.return-blog .left-right-content span.right-span {
    float: left;
    padding-left: 58px;
    padding-right: 0
}

@media (max-width:991px) {
    .return-blog .left-right-content span {
        padding-right: 0
    }
    .return-blog .left-right-content span.right-span {
        padding-right: 0;
        padding-left: 0
    }
}

.return-blog .center-content {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1rem;
    font-weight: 500;
    color: #b69e56;
    text-transform: uppercase
}

@media (max-width:767px) {
    .return-blog .left-right-content span {
        display: none
    }
    .return-blog .center-content {
        width: 50%;
        font-size: 1.5rem;
        line-height: 1.8rem
    }
}

.get-contact-block {
    padding: 6rem 0
}

.get-contact-block.one-col-outer .col-outer {
    width: 100%;
    padding: 0
}

.get-contact-block.two-col-outer .col-outer {
    width: 50%
}

.get-contact-block .col-outer {
    width: 50%;
    float: left;
    padding: 0 4rem
}

@media (max-width:1199px) {
    .get-contact-block .col-outer {
        padding: 0 2.4rem
    }
}

@media (max-width:991px) {
    .get-contact-block .col-outer {
        padding: 0 1.8rem
    }
}

@media (max-width:767px) {
    .get-contact-block .col-outer {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        padding: 0
    }
    .get-contact-block .col-outer:last-child {
        margin-bottom: 0
    }
}

.get-contact-block .col-outer .inner-get-contact {
    border: 1px solid #eee;
    padding: 3.8rem 2rem;
    border-radius: 4px
}

@media (max-width:991px) {
    .get-contact-block .col-outer .inner-get-contact {
        padding: 2rem 1.7rem
    }
}

.get-contact-block .col-outer .inner-get-contact h4 {
    float: left;
    font-size: 2.6rem;
    line-height: 2.6rem;
    color: #364550;
    text-transform: uppercase;
    padding-top: 2rem
}

@media (max-width:1199px) {
    .get-contact-block .col-outer .inner-get-contact h4 {
        font-size: 2.2rem;
        line-height: 2.2rem
    }
}

@media (max-width:991px) {
    .get-contact-block .col-outer .inner-get-contact h4 {
        font-size: 1.8rem;
        line-height: 2rem
    }
    .get-contact-block .col-outer .inner-get-contact .white-btn {
        max-width: 12rem
    }
}

@media (max-width:399px) {
    .get-contact-block .col-outer .inner-get-contact {
        text-align: center
    }
    .get-contact-block .col-outer .inner-get-contact h4 {
        font-size: 1.6rem;
        line-height: 1.8rem;
        float: none;
        margin-bottom: 1.5rem
    }
}

.get-contact-block .col-outer .inner-get-contact .white-btn {
    float: right
}

@media (max-width:399px) {
    .get-contact-block .col-outer .inner-get-contact .white-btn {
        float: none;
        display: inline-block;
        max-width: 100%
    }
}

.page-listing {
    border-bottom: 4px solid #f6f6f6;
    text-align: center
}

.page-listing ul {
    margin-left: -1rem;
    margin-right: -1rem
}

.page-listing ul li {
    display: inline-block;
    padding: 0 1.7rem
}

@media (max-width:991px) {
    .page-listing ul li {
        padding: 0 1.5rem
    }
}

.page-listing ul li.active a:before {
    opacity: 1;
    width: 100%
}

.page-listing ul li a {
    padding: 2.1rem 0;
    color: #443731;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7rem;
    position: relative;
    text-align: center;
    display: inline-block;
    transition: all .5s;
    text-transform: uppercase
}

.page-listing ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 5px;
    bottom: -4px;
    opacity: 0;
    width: 0;
    left: 0;
    right: 0;
    background-color: #f1822c;
    transition: all .5s
}

.page-listing ul li a:hover {
    transition: all .5s
}

.page-listing ul li a:hover:before {
    transition: all .5s;
    opacity: 1;
    width: 100%
}

.gallary-slider .fill-img {
    min-height: 55rem
}

.gallary-slider .owl-nav {
    display: none
}

.gallary-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%
}

.gallary-slider .owl-dots .owl-dot.active span {
    background-color: #43a0ee;
    opacity: 1;
    padding: 0 1rem;
    width: 1.4rem;
    height: 1.6rem
}

.gallary-slider .owl-dots .owl-dot.active:hover span {
    background-color: #43a0ee;
    opacity: 1
}

.gallary-slider .owl-dots .owl-dot span {
    background-color: #43a0ee;
    width: 1rem;
    height: 1rem;
    margin-right: 6px;
    opacity: .4;
    border-radius: 50%;
    padding: .5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.gallary-slider .owl-dots .owl-dot:hover span {
    background-color: #43a0ee;
    opacity: 1;
    padding: 0 1rem;
    width: 1.4rem;
    height: 1.6rem;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: stretch
}

.get_in_btn {
    display: flex;
    margin-top: 65px
}

@media (max-width:991px) {
    .get_in_btn {
        margin-top: 10px
    }
}

.get_in_btn a.primary-button {
    width: 190px;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 13px 20px 20px;
    word-spacing: 1px;
    letter-spacing: 1px
}

@media (max-width:767px) {
    .page-listing {
        border-bottom: none
    }
    .gallary-slider .fill-img {
        min-height: 30rem
    }
    .get_in_btn a.primary-button {
        padding: 10px 13px 10px 20px
    }
}

@media (max-width:499px) {
    .get_in_btn a.primary-button {
        width: 180px;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0
    }
}

@media (max-width:375px) {
    .get_in_btn a.primary-button {
        width: 140px;
        font-size: 12px;
        line-height: 16px;
        padding: 5px 0
    }
}

.get_in_btn a.primary-button:hover {
    background: #fff;
    color: #443731
}

.get_in_btn a.primary-button:after {
    bottom: 0;
    width: 2.1em;
    right: -1px;
    top: 0;
    transform: skewX(-29deg)
}

.qulification-block-bg {
    padding: 35px 0;
    background: #eee
}

.qulification-block-bg h2 {
    float: none
}

.qulification-block-bg .qulification-block {
    padding: 60px 0;
    border-bottom: 5px solid #b69e56;
    position: relative;
    display: flex
}

.qulification-block-bg .qulification-block .container {
    width: 50%
}

@media (max-width:1199px) {
    .qulification-block-bg .qulification-block .container {
        width: 80%
    }
}

.qulification-block-bg .qulification-block .container h2 {
    color: #fff;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .qulification-block-bg .qulification-block .container {
        width: 100%
    }
    .qulification-block-bg .qulification-block .container h2 {
        margin-bottom: 25px
    }
}

.qulification-block-bg .qulification-block .container p {
    color: #fff;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    opacity: .8;
    margin-bottom: 10px
}

.qulification-block-bg .qulification-block .container .view-all-qulification {
    text-align: center
}

.qulification-block-bg .qulification-block .container .view-all-qulification .secondary-button {
    display: inline-block;
    margin-top: 50px;
    padding: 15px 30px 15px 42px;
    float: none
}

@media (max-width:767px) {
    .qulification-block-bg .qulification-block .container .view-all-qulification .secondary-button {
        margin-top: 20px
    }
}

.qulification-block-bg .qulification-block .container .view-all-qulification .secondary-button:after {
    bottom: 0;
    width: 2.125em;
    right: -8px;
    top: 0
}

.awards-block {
    background: #eee;
    padding-bottom: 25px;
    margin-top: 58px
}

@media (max-width:375px) {
    .awards-block {
        margin-top: 0
    }
}

.awards-block .img-block {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important
}

.awards-block .secondary-button {
    padding: 15px 35px;
    display: inline-block;
    float: left
}

.awards-block .secondary-button:after {
    bottom: 0!important;
    top: 0
}

.testimonial-block .owl-theme .owl-dots {
    padding-bottom: 50px
}

.testimonial-block .owl-theme .owl-dots .owl-dot {
    border: 2px solid transparent;
    border-radius: 100%;
    margin: 3px
}

.testimonial-block .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    opacity: 1;
    width: 7px;
    height: 7px;
    margin: 0;
    border-radius: 100%
}

.testimonial-block .owl-theme .owl-dots .owl-dot.active,
.testimonial-block .owl-theme .owl-dots .owl-dot:hover {
    border-color: #b69e56
}

.testimonial-block .owl-theme .owl-dots .owl-dot.active span,
.testimonial-block .owl-theme .owl-dots .owl-dot:hover span {
    background: #b69e56
}

.testimonial-block .owl-theme .owl-nav button {
    position: absolute;
    font-size: 50px;
    color: #fff;
    top: 30%;
    transform: translateY(-30%)
}

.testimonial-block .owl-theme .owl-nav button:hover {
    background: 0 0!important
}

.testimonial-block .owl-theme .owl-nav .owl-next span,
.testimonial-block .owl-theme .owl-nav .owl-prev span {
    color: transparent;
    height: 30px;
    width: 30px;
    display: block;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center
}

.testimonial-block .owl-theme .owl-nav .owl-prev {
    left: 30px
}

.testimonial-block .owl-theme .owl-nav .owl-prev span {
    background-image: url(../images/left-arrow-white.svg)
}

.testimonial-block .owl-theme .owl-nav .owl-next {
    right: 30px
}

.testimonial-block .owl-theme .owl-nav .owl-next span {
    background-image: url(../images/right-arrow-white.svg)
}

@media (max-width:767px) {
    .testimonial-block .owl-theme .owl-dots {
        padding-bottom: 20px
    }
    .testimonial-block .owl-theme .owl-nav .owl-prev {
        left: 10px
    }
    .testimonial-block .owl-theme .owl-nav .owl-next {
        right: 10px
    }
}

.cms-txt-big {
    padding: 45px 0 50px 13px
}

.cms-txt-big .secondary-button:after {
    bottom: 0
}

.cms-txt-big p {
    font-size: 26px;
    line-height: 36px;
    color: #443731
}

@media (max-width:991px) {
    .cms-txt-big p {
        font-size: 20px;
        line-height: 24px
    }
    .cms-txt-big {
        padding: 20px 15px
    }
}

@media (max-width:767px) {
    .cms-txt-big p {
        font-size: 18px;
        line-height: 24px
    }
    .cms-txt-big {
        padding: 0 15px 30px
    }
}

.services-block {
    margin-top: 0
}

.services-block.awards-block {
    margin-top: 0;
    padding-bottom: 0
}

.services-block .img-text-outer.halfwidth {
    margin-top: 20px
}

.services-block .img-text-outer .detail-block {
    min-height: 475px
}

.services-block .img-text-outer .detail-block .detail-inner {
    padding: 3.5rem 23.5rem 5rem 10.5rem
}

@media (max-width:1024px) {
    .services-block .img-text-outer .detail-block .detail-inner {
        padding: 4.5rem 5rem 5rem
    }
}

.services-block .img-text-outer .detail-block .detail-inner h2 {
    font-size: 34px;
    line-height: 28px;
    font-weight: 500;
    font-family: brandon-grotesque, sans-serif;
    word-spacing: 5px
}

.services-block .img-block {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important
}

.services-block .secondary-button:after {
    bottom: 0
}

.service-block {
    padding: 40px 0
}

.service-block .services-block {
    padding: 0 20px
}

@media (max-width:767px) {
    .services-block .img-text-outer .detail-block {
        min-height: 400px
    }
    .service-block {
        padding: 20px 0
    }
}

.article-block.article-listing ul li {
    font-size: 20px;
    line-height: 35px!important
}

.review-block.article-listing.grey-box .article-list .article-list-1 {
    padding-left: 80px
}

.review-block.article-listing.grey-box .article-list .article-list-1:before {
    left: 35px
}

.review-block.article-listing.grey-box .article-list .article-list-1 p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400
}

@media (max-width:767px) {
    .review-block.article-listing.grey-box .article-list .article-list-1 {
        padding-left: 0
    }
}

.review-block.article-listing.grey-box .article-list:last-child {
    margin-bottom: 0
}

.article-listing:after {
    padding: 35px 0
}

.article-listing h2 {
    letter-spacing: 2px;
    color: #b69e56;
    text-transform: uppercase;
    padding: 27px 15px;
    margin-top: 50px
}

@media (max-width:1024px) {
    .article-listing h2 {
        padding: 15px;
        margin-top: 20px
    }
}

.article-listing .article-list {
    padding: 30px 15px 42px
}

@media (max-width:1024px) {
    .article-listing .article-list {
        padding: 20px 15px
    }
}

@media (max-width:767px) {
    .article-listing .article-list {
        padding: 20px 15px
    }
}

.article-listing .article-list p {
    font-size: 20px;
    line-height: 25px
}

.article-listing .article-list .list-numbers {
    font-size: 32px;
    line-height: 25px;
    display: flex;
    opacity: .8;
    font-weight: 400;
    padding: 15px 0
}

.article-listing .article-list .list-numbers:before {
    content: "";
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid #443731;
    opacity: .8
}

@media (max-width:575px) {
    .article-listing .article-list {
        margin-top: 0
    }
    .article-listing .article-list .clinical-block,
    .article-listing .article-list .examination-block,
    .article-listing .article-list .list-numbers {
        margin-bottom: 15px
    }
    .article-listing .article-list .clinical-block .list-numbers,
    .article-listing .article-list .examination-block .list-numbers {
        font-size: 26px
    }
    .article-listing .article-list .clinical-block p:before,
    .article-listing .article-list .examination-block p:before {
        display: none
    }
}

.article-listing .article-list .clinical-block p,
.article-listing .article-list .examination-block p {
    font-size: 20px;
    line-height: 25px
}

.article-listing .article-list .clinical-block p:before,
.article-listing .article-list .examination-block p:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #443731;
    opacity: .8;
    height: 60px
}

.article-listing .article-list .clinical-block p {
    width: 92%
}

.article-listing .article-list .clinical-block p:before {
    display: none
}

.article-listing .article-list .article-list-1 {
    padding-left: 45px
}

@media (max-width:767px) {
    .article-listing .article-list .list-numbers:before {
        display: none
    }
    .article-listing .article-list .article-list-1 {
        padding-left: 0
    }
}

.article-listing .article-list .article-list-1 ul li {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400
}

.article-listing .article-list .article-list-1 ul li ul li {
    margin-left: 25px
}

.article-listing .article-list .article-list-1 .qualification-list {
    margin-bottom: 40px
}

.article-listing .article-list .article-list-1 .qualification-list li {
    position: relative;
    padding: 11px 0 0 28px
}

.article-listing .article-list .article-list-1 .qualification-list li:after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: #443731;
    position: absolute;
    left: 0;
    top: 20px
}

.article-listing .article-list .article-list-1 .qualification-list:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .article-listing .article-list .article-list-1 .qualification-list li {
        padding: 11px 0 0 20px
    }
    .awards-listing .article-list .list-numbers {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .awards-listing .article-list .list-numbers {
        font-size: 16px
    }
}

.rc-anchor-normal {
    width: 240px
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px
}

.rc-anchor-normal .rc-anchor-content {
    width: 155px
}

.rc-anchor-normal .rc-anchor-pt {
    right: 65px;
    width: 80px
}

.rc-anchor-normal .rc-anchor-logo-portrait {
    padding: 10px 0 0 10px
}

.secondary-button.secondary-bg:hover,
.secondary-button.secondary-bg:hover:after,
a.primary-button.light-bg:hover:after {
    background: #443731!important
}