html {
    overflow-x: hidden
}

html,
body {
    height: 100%
}

a {
    outline: none;
    color: #fcd155
}

a:hover,
a:focus {
    color: black
}

img {
    opacity: 1;
    transition: opacity 0.3s
}

img[data-src] {
    opacity: 0
}

@media (max-width: 576px) {
    .d-sm-none {
        display: none !important
    }
}

.flex-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1480px;
        padding: 0 90px
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 900px
    }
}

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

.bg-dark-2 {
    background-color: #231f20 !important
}

.revealOnScroll {
    opacity: 0
}

.bg {
    height: 100%;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.center-middle {
    position: absolute;
    top: 50%;
    right: 50%;
    left: unset;
    transform: translate(50%, -50%)
}

.breadcrump {
    font-size: 14px
}

.breadcrump a {
    color: gray
}

#back-top {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 800;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 3px
}

@media (max-width: 991px) {
    #back-top {
        display: none
    }
}

#back-top i {
    line-height: 15px
}

#back-top.show {
    opacity: 0.9;
    visibility: visible
}

.pswp img {
    max-height: 100vh !important;
    width: auto !important;
    position: static !important;
    height: auto !important
}

.pswp__zoom-wrap {
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: none !important
}

.pswp__img--placeholder--blank {
    width: 100% !important;
    height: 100% !important
}

.pswp__preloader {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 500
}

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn.btn-primary {
    background-color: #fcd155;
    border-color: #fcd155;
    border-radius: 5px;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.2px;
    box-shadow: 0px 0px 15px #3c3c3c42;
    padding: 13px 25px
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #292929;
    border-color: #292929;
    box-shadow: none
}

.btn.btn-primary.outline {
    background: none;
    color: white;
    border-color: white
}

.btn.btn-primary.outline:hover {
    background-color: #fcd155;
    border-color: #fcd155
}

.btn.btn-secondary {
    background-color: #292929;
    border-color: #292929
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    text-align: left
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', serif;
    letter-spacing: -0.2px
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #545454
}

/* Cookies Start */

.cookies-overflow-hidden {
    overflow: hidden;
}

@media screen and (min-width:1368px) {
    .cookies-overflow-hidden {
        padding-right: 17px;
    }
}

#cookieAlert .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 10px
}

.cookie {
    background: #fff;
    color: #424242;
    position: fixed;
    z-index: 2147483647;
    display: none;
    border-radius: 32px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
    color: #1B1B1BBF;
    height: auto;
    left: 50%;
    letter-spacing: .1px;
    line-height: 24px;
    max-height: calc(100% - 16px);
    overflow: hidden;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-property: width, max-width, top, bottom, left, opacity;
    -o-transition-property: width, max-width, top, bottom, left, opacity;
    transition-property: width, max-width, top, bottom, left, opacity;
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding-right: 17px;
}

.cookie-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #9B9B9B33;
    z-index: 2147483646;
    display: none;
}

@media screen and (min-width:601px) {
    .cookie {
        max-width: 900px;
    }
}

.cookie .accordion-tab {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 20px;
}

.cookie .accordion-tab:not(:last-child) {
    margin-bottom: 10px;
}

.cookie .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 16px; */
}

.cookie .accordion-tab-plus-min {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 16px;
}

.cookie .accordion-tab-plus-min span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookie .accordion-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    color: #424242;
}

.cookie .accordion-active-always {
    font-size: 12px;
    color: rgba(27, 27, 27, 0.65);
    line-height: 1.33;
    font-weight: 600;
}

.cookie .accordion-tab span {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cookie .accordion-tab.open span:first-child {
    opacity: 0;
}

.cookie .cookies-header {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.33%;
    font-size: 18px;
    margin-bottom: 24px;
    color: #1B1B1BBF;
}

.cookie .accordion-header-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (min-width:1368px) {
    .cookie .accordion-header-trigger:hover {
        opacity: 0.7;
    }
}

.cookie .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
    letter-spacing: 0.02px;
    display: none;
    padding-top: 16px;
}

.cookie .cookies-header svg {
    margin-right: 15px;
}

.cookie .cookies-tabs {
    padding: 5px;
    border-radius: 10px;
    background: #1B1B1B0D;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cookie .cookie-tab {
    width: 200px;
    padding: 6px 28px;
    color: rgba(27, 27, 27, 0.65);
    font-weight: 700;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cookie .accordion-switch {
    position: relative;
}

.cookie .accordion-switch.accordion-switch-not-allowed,
.cookie .accordion-switch.accordion-switch-not-allowed label {
    cursor: not-allowed;
}

.cookie .accordion-switch input {
    height: 0;
    width: 0;
    visibility: hidden;
}

.cookie .accordion-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 24px;
    background: #1B1B1B40;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    padding: 0;
}

.cookie .accordion-switch label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 1;
    transform: scale(1);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    -webkit-transition: left 0.4s, -webkit-transform 0.4s;
    transition: left 0.4s, -webkit-transform 0.4s;
    -o-transition: left 0.4s, transform 0.4s;
    transition: left 0.4s, transform 0.4s;
    transition: left 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.cookie .accordion-switch input:checked+label {
    background: #1B1B1BBF;
}

.cookie .accordion-switch input:checked+label:after {
    left: calc(100% - 5px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cookie .accordion-switch label:active:after {
    /* width: 130px; */
}

.cookie .cookie-tab.active {
    background-color: #fff;
    color: #1b1b1b;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
}

@media screen and (min-width:1368px) {
    .cookie .cookie-tab:hover:not(.active) {
        background: #ffffff80;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .07);
    }
}

.cookie .cookie__message {
    padding: 2px 0;
    margin: 0;
    display: inline-block;
    color: inherit;
    font-size: 15px
}

.cookie .cookie__decline,
.cookie .cookie__selection {
    margin-right: 30px;
}



.cookie .cookie__accept,
.cookie .cookie__decline,
.cookie .cookie__selection,
.cookie .cookie__link {
    border: 0;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    display: inline-block
}

.cookie .cookie__selection {
    display: none;
}

.cookie .cookie__accept:focus,
.cookie .cookie__decline:focus,
.cookie .cookie__link:focus,
.cookie .cookie__selection:focus {
    outline: none
}

.cookie .cookie__accept,
.cookie .cookie__decline,
.cookie .cookie__selection {
    padding: 10px 57px;
    color: #fff;
    border: 2px solid #535353;
    border-radius: 40px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cookie .cookie__accept,
.cookie .cookie__selection {
    background-color: #535353;
}

.cookie .cookie__decline {
    background-color: transparent;
    color: #535353;
}

.cookie input[type=checkbox]+label:before {
    content: unset !important;
}

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

    .cookie .cookie__accept:hover,
    .cookie .cookie__accept:focus,
    .cookie .cookie__accept:active,
    .cookie .cookie__selection:hover,
    .cookie .cookie__selection:focus,
    .cookie .cookie__selection:active,
    .cookie .cookie__decline:hover,
    .cookie .cookie__decline:focus,
    .cookie .cookie__decline:active {
        background: #3a3838;
        border-color: #3a3838;
        color: white
    }
}

@media screen and (max-width:1367px) {

    .cookie .cookie__accept:hover,
    .cookie .cookie__accept:active,
    .cookie .cookie__accept:focus,
    .cookie .cookie__selection:hover,
    .cookie .cookie__selection:focus,
    .cookie .cookie__selection:active {
        background-color: #535353;
        color: #fff;
        border: 2px solid #535353;
    }

    .cookie .cookie__decline:hover,
    .cookie .cookie__decline:active,
    .cookie .cookie__decline:focus {
        background-color: transparent;
        color: #535353;
        border: 2px solid #535353;
    }
}

.cookie .cookies__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cookie .cookie__customize {
    margin-top: 24px;
    color: #1B1B1BBF;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
}

@media screen and (min-width:1368px) {
    .cookie .cookie__customize:hover {
        color: #3a3838;
    }
}

@media screen and (max-width:1367px) {
    .cookie .cookie__customize:hover {
        color: #1B1B1BBF;
    }
}

.row.row--cookies-tab-contect {
    max-height: 500px;
    overflow-y: auto;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.cookies .container {
    display: block;
}

.cookie .d-none {
    display: none !important;
}

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

.cookie .row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row.row--cookies-tab-contect {
    scrollbar-width: thin;
    scrollbar-color: #919191 transparent;
    margin-bottom: 24px;
}

/* Chrome, Edge, and Safari */
.row.row--cookies-tab-contect .col,
.row.row--cookies-tab-contect .tab-content {
    height: 100%;
}

.row.row--cookies-tab-contect {
    scrollbar-width: 3px;
}

.row.row--cookies-tab-contect::-webkit-scrollbar {
    width: 3px;
}

.row.row--cookies-tab-contect::-webkit-scrollbar-track {
    background: transparent;
}

.row.row--cookies-tab-contect::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 00px;
    border: 3px solid #fff;
}

.cookie .cookie__link {
    color: #fff;
    background: none;
    padding: 2px 3px;
    margin: 0;
    text-decoration: underline
}

.cookie .show-options.container {
    max-width: 100%;
    margin-inline: auto;
}

.cookie .show-options {
    /* display: none; */
    color: #424242;
    padding: 28px 32px;
}

.cookie .show-options .opt-title,
.cookie .show-options .c-title {
    font-size: 18px;
    font-weight: 600;
}

.cookie .opt-text .cookie__decline,
.cookie .opt-text .cookie__decline:hover {
    font-size: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: #424242;
}

.cookie .show-options .opt-text {
    padding-top: 15px;
    /* padding-bottom: 15px; */
    text-align: justify;
    font-size: 14px;
    /* margin-bottom: 15px */
}

.cookie .show-options .c-options .c-option {
    background-color: #eeeeee;
    text-align: left
}

.cookie .show-options .c-options .c-option:first-child {
    padding-top: 10px
}

.cookie .show-options .c-options .c-option:last-child {
    padding-bottom: 10px
}

.cookie .show-options .c-options .c-option .c-option-icon {
    display: inline-block;
    width: 85px
}

.cookie .show-options .c-options .c-option .c-option-icon i {
    padding: 20px;
    font-size: 40px;
    color: #343434
}

.cookie .show-options .c-options .c-option .c-option-title {
    display: inline-block;
    margin-top: 28px
}

.cookie .show-options .c-options .c-option .c-option-title {
    color: #444444;
    vertical-align: top
}

.cookie .show-options .c-options .c-option .c-option-title input[type='checkbox'] {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    vertical-align: middle;
    cursor: pointer
}

.cookie .show-options .c-options .c-option .c-option-title input[type='checkbox']:checked {
    background: #007bff;
    border-color: #007bff;
    text-align: center
}

.cookie .show-options .c-options .c-option .c-option-title input[type='checkbox']:checked:before {
    content: '\2713';
    color: white;
    font-size: 16px;
    line-height: 20px
}

.cookie .show-options .c-options .c-option .c-option-title input[type='checkbox']:disabled {
    cursor: not-allowed
}

.cookie .show-options .c-options .c-option .c-option-title span {
    margin-left: 5px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px
}

.cookie ul.all-activated,
.cookie ul.all-de-activated {
    padding-left: 0px;
    margin-bottom: 0
}

.cookie .show-options .c-active {
    padding-bottom: 5px;
    border-bottom: 1px solid #919191
}

.cookie .show-options .de-active {
    padding-top: 5px
}

.cookie .show-options li.c-activated,
.cookie .show-options li.de-activated {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    font-size: 14px
}

.cookie .show-options li.c-activated i,
.cookie .show-options li.de-activated i {
    font-size: 15px;
    margin-right: 5px
}

.cookie .show-options li.c-activated i {
    color: green
}

.cookie .show-options li.de-activated i {
    color: red
}

.cookie .show-options .active-de-active {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px
}

.cookie .show-options .all-de-activated {
    display: none
}

.cookie .show-options .button {
    position: relative;
    padding: 5px 25px;
    overflow: hidden;
    margin-bottom: 0;
    border: none;
    background: #087dc4;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14.4px;
    font-size: 14.4px;
    font-size: 9px;
    color: white;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.cookie .show-options .buttons {
    text-align: right;
    margin-top: 15px
}

.cookie .show-options .btn-cookie-ghost,
.cookie .show-options .btn-cookie {
    padding: 5px 25px;
    -webkit-transition: all .35 ease-in-out;
    -o-transition: all .35 ease-in-out;
    transition: all .35 ease-in-out;
    cursor: pointer;
    border-radius: .1rem;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    border: 1px solid transparent
}

.cookie .show-options .btn-cookie-ghost:hover,
.cookie .show-options .btn-cookie-ghost:active,
.cookie .show-options .btn-cookie:hover,
.cookie .show-options .btn-cookie:active {
    background-color: #444444;
    color: #fff
}

.cookie .show-options .btn-cookie-ghost {
    margin-right: 10px;
    background: #6c757d;
    color: white
}

.cookie .show-options .btn-cookie {
    background-color: #007bff;
    color: #fff
}

.m-cookie {
    position: absolute;
    top: 0;
    bottom: unset
}

@media (max-width: 640px) {
    .cookie .cookie__link {
        margin: 5px 0
    }
}

.cookie .cookie__link:hover,
.cookie .cookie__link:focus {
    text-decoration: underline
}

.cookie__link.learn_more {
    text-decoration: underline;
    margin: 0 10px
}

.cookie__link.learn_more:hover {
    color: #007bff
}

@media (max-width: 320px) {
    .cookie .cookie__link {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .cookie .show-options .c-active .c-title {
        margin-top: 15px
    }
}

@media only screen and (max-width: 768px) {
    .cookie .show-options .buttons {
        text-align: center
    }

    .cookie .col.c-options {
        max-width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 20px
    }
}

@media (max-width: 640px) {
    .cookie .cookie__message {
        width: 100%;
        text-align: center
    }

    .cookie .show-options .c-options .c-option .c-option-icon {
        width: 55px
    }

    .cookie .show-options .c-options .c-option .c-option-icon i {
        font-size: 22px
    }

    .cookie .show-options .c-options .c-option .c-option-title {
        margin-top: 18px
    }
}

@media (max-width: 320px) {

    .cookie .cookie__accept,
    .cookie .cookie__selection .cookie .cookie__decline,
    .cookie .cookie__link {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:991px) {

    .row.row--cookies-tab-contect {
        max-height: 250px;
    }

    .cookie .cookie__accept,
    .cookie .cookie__selection .cookie .cookie__decline,
    .cookie .cookie__link {
        margin: 5px 00px 5px 0
    }

    .cookie .cookies__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cookie .cookie__decline,
    .cookie .cookie__selection {
        margin-right: 0;
    }

    .cookie__decline,
    .cookie__selection {
        margin-bottom: 10px;
    }

    .cookie .show-options {
        padding: 28px 16px;
    }

    .cookie {
        border-radius: 12px;
    }

    .cookie .cookie__customize {
        margin-top: 10px;
    }

    .cookie .show-options .opt-title,
    .cookie .show-options .c-title {
        font-size: 16px;
    }

    .cookie .accordion-tab {
        padding: 20px 10px;
    }

    .cookie .accordion-tab-plus-min {
        margin-right: 8px;
        width: 17px;
        height: 17px;
    }

    .cookie .accordion-tab {
        border-radius: 10px;
    }

    .cookie .accordion-switch label {
        width: 40px;
    }

    .cookie__accept {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .cookie__selection {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .cookie__decline {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width:768px) {
    .cookie .cookie-tab {
        font-size: 13px;
        width: 33.33%;
        padding: 6px;
    }

    .cookie .cookie__selection {
        white-space: nowrap;
    }

    .cookie .cookie__accept,
    .cookie .cookie__decline,
    .cookie .cookie__selection {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }
}

/* Cookies End */


.er-404 {
    text-align: center
}

.er-404 .er-404-title {
    padding: 3rem 0
}

.er-404 .er-404-title h2 {
    font-size: 3.6rem
}

.er-404 .er-404-title p {
    font-size: 1.3rem
}

.er-404 .er-404-img img {
    width: 100%;
    max-height: 650px
}

.er-404 .er-404-btn {
    padding: 3rem 0
}

.er-404 .er-404-btn .er-404-btn-a {
    padding: 15px 20px;
    background-color: #fcd155;
    color: #fff;
    text-align: center;
    margin-top: 1.5rem;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: .3rem;
    transition: all 150ms ease;
    border: 1px solid transparent
}

.er-404 .er-404-btn .er-404-btn-a:hover {
    background-color: black
}

@media only screen and (max-width: 1370px) {
    .er-404 .er-404-img img {
        max-height: 450px
    }
}

.under-construction .top-line img,
.company-logo img {
    margin: auto
}

.under-construction p {
    color: #354A53;
    font-size: 17px
}

.under-construction .contact-info .container.company .row {
    padding: 25px 0
}

@media (min-width: 1200px) {

    .under-construction .contact-info .container,
    .under-construction .container {
        width: 840px !important
    }
}

.under-construction .company-inner {
    max-width: 230px;
    margin: auto
}

.under-construction .contact-info.row {
    background-color: #e8e6e6;
    padding: 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2)
}

.under-construction .company .icon {
    display: inline-block
}

.under-construction .company .icon :last-child .fa {
    padding-right: 0
}

.under-construction .company .icon .fa,
.under-construction .company .icon .fab {
    color: #354A53;
    font-size: 30px
}

.under-construction .top-line {
    position: relative
}

.under-construction .text-top {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    width: 100%;
    font-size: 45px;
    font-weight: 600
}

@media only screen and (max-width: 480px) {
    .under-construction .text-top {
        font-size: 22px
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .under-construction .text-top {
        font-size: 30px
    }
}

.under-construction .under-web-experts img {
    height: 8rem
}

.under-construction under-web-experts p {
    font-size: 15px;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .under-construction .contact-info div[class^="col-sm"]:last-child {
        line-height: 3rem
    }
}

@media only screen and (min-width: 768px) {
    .under-construction .contact-info div[class^="col-sm"]:last-child {
        line-height: 5rem
    }
}

@media only screen and (max-width: 768px) {
    .under-construction .contact-info .social-icons {
        padding-bottom: 1rem
    }
}

.under-construction .web h1 {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 5px;
    color: #354A53;
    border-bottom: 2px solid #dc001a;
    font-size: 22px;
    font-weight: 700
}

.under-construction .web p {
    font-size: 15px;
    padding-top: 10px;
    color: #354A53
}

.under-construction img {
    margin-left: auto;
    margin-right: auto
}

.under-construction .under-web-experts {
    margin-top: 3rem
}

.under-construction .under-web-experts p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    color: #354A53
}

.under-construction .under-web-experts a {
    display: block;
    width: 100%;
    height: 100%
}

.under-construction .logo-client {
    position: absolute;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 768px) {
    .under-construction .logo-client {
        top: 65%;
        left: 49.2%;
        max-width: 25%
    }

    .under-construction .gr {
        margin-bottom: 1rem
    }
}

@media only screen and (min-width: 768px) {
    .under-construction .logo-client {
        top: 66%;
        left: 49.5%;
        max-width: 165px
    }
}

.under-construction .under-div {
    margin-top: 1rem
}

.carousel-item {
    height: 40rem;
    position: relative
}

.carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #19191980;
    z-index: 1
}

@media (max-width: 1200px) {
    .carousel-item {
        height: 30rem
    }
}

.carousel-item .container {
    z-index: 100;
    position: relative
}

.carousel-item .carousel-caption {
    text-align: center;
    max-width: 700px
}

@media (max-width: 1200px) {
    .carousel-item .carousel-caption {
        max-width: 100%;
        text-align: center;
        left: initial;
        right: 50%;
        transform: translate(50%, -50%)
    }
}

@media (max-width: 991px) {
    .carousel-item .carousel-caption {
        top: 35%
    }
}

.carousel-item .container {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    height: 100%;
    padding: 0 100px
}

.carousel-inner h1 {
    color: #fcd155;
    padding: 5px 10px;
    font-size: 35px;
    text-shadow: 1px 1px 3px #0000005e;
    font-weight: 600
}

@media (max-width: 1200px) {
    .carousel-inner h1 {
        font-size: 30px
    }
}

.carousel-inner p {
    font-size: 16px;
    text-shadow: 1px 1px 3px #0000005e;
    color: white
}

@media (max-width: 1024px) {
    .carousel-control-prev {
        left: 15px
    }
}

@media (max-width: 1024px) {
    .carousel-control-next {
        right: 15px
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 20px;
    border: solid 1px #fff
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    z-index: 200
}

.carousel-control-prev-icon:before {
    content: " ";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-135deg);
    position: absolute;
    height: 15px;
    width: 15px;
    transform: translate(70%, -50%) rotate(-135deg);
    top: 50%;
    right: 50%;
    left: unset;
    position: absolute
}

.carousel-control-next-icon:before {
    content: " ";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    height: 15px;
    width: 15px;
    transform: translate(30%, -50%) rotate(45deg);
    top: 50%;
    right: 50%;
    left: unset;
    position: absolute
}

.home-welcome img {
    min-width: 100%;
    width: 100%
}

.home-welcome h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px
}

.page-header {
    position: relative
}

.page-header .page-header-link {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fcd155;
    font-size: 15px;
    font-weight: 600
}

@media (max-width: 991px) {
    .page-header .page-header-link {
        position: relative;
        top: 10px
    }

    .page-header .page-header-link br {
        display: none
    }
}

.page-header.white h2 {
    color: white
}

.page-header.white h2:after {
    background: white
}

.page-header h2 {
    font-size: 35px;
    line-height: 40px
}

.page-header span {
    color: #fcd155;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0.5px
}

.home-services {
    position: relative
}

.home-services:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #191919b3;
    z-index: 1
}

.home-services .container {
    z-index: 100;
    position: relative
}

.home-services .slick-carousel .slick-prev {
    top: -55px;
    right: 100px;
    left: unset
}

.home-services .slick-carousel .slick-next {
    top: -55px;
    right: 30px
}

.home-services .slick-carousel .slick-prev,
.home-services .slick-carousel .slick-next {
    border-radius: 50%;
    padding: 20px;
    border: solid 1px white
}

.home-services .slick-carousel .slick-prev:before,
.home-services .slick-carousel .slick-next:before {
    top: 50%;
    right: 50%;
    left: unset
}

.home-services .slick-carousel .slick-prev:before {
    transform: translate(70%, -50%) rotate(-135deg)
}

.home-services .slick-carousel .slick-next:before {
    transform: translate(30%, -50%) rotate(45deg)
}

.home-services .slick-slide {
    outline: none
}

.home-services .card-body {
    padding: 25px
}

.home-services .card {
    background: #292929d1;
    border-radius: 6px;
    border: none;
    height: 300px
}

.home-services .card .card-icon img {
    display: inline;
    max-width: 80px
}

.home-services .card a:hover,
.home-services .card a:focus {
    text-decoration: none
}

.home-services .card a:hover h4,
.home-services .card a:focus h4 {
    color: #fcd155
}

.home-services .card h4 {
    color: White;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 20px;
    text-transform: uppercase
}

.home-services .card p {
    font-size: 15px;
    line-height: 23px
}

.home-articles .article-preview {
    border: solid 12px #d0c4b8;
    padding: 30px
}

.home-articles .article-preview .card-text {
    max-height: 320px;
    overflow: hidden
}

.home-articles .article-img img {
    min-width: 100%;
    width: 100%
}

.article-date {
    width: 65px;
    background: #f4f4f6;
    text-align: center;
    padding: 7px 0
}

.article-date .date {
    font-size: 35px;
    font-weight: 500;
    color: #fcd155;
    letter-spacing: -1px
}

.article-date .month {
    text-transform: uppercase;
    color: #fcd155;
    ont-weight: 600;
    font-size: 20px
}

.links-container .link img {
    min-width: 100%;
    width: 100%
}

.links-container .slick-dots {
    margin-top: 30px
}

.links-container .slick-dots li button:before {
    background: black
}

.form-group input,
.form-group textarea {
    border-radius: 5px;
    background: #f2f2f4;
    border: solid 1px #f2f2f4;
    padding: 15px 20px;
    height: auto;
    font-size: 15px
}

.form-group input:focus,
.form-group textarea:focus {
    background: #f2f2f4;
    border: solid 1px #fcd155;
    box-shadow: none
}

.contact-form-info {
    background: #292929;
    padding: 50px;
    max-height: 350px;
    color: white
}

.contact-form-info a:hover {
    color: #fcd155
}

.contact-form-info p {
    color: white
}

.contact-form-info div {
    font-weight: bold;
    margin-bottom: 5px;
    color: #193d61;
    font-size: 15px
}

.contact-form-info div br {
    display: none
}

.contact-form-info i {
    font-size: 30px;
    position: relative;
    top: 5px;
    color: white;
    margin-right: 10px
}

.checkbox {
    font-size: 15px
}

.checkbox label {
    cursor: pointer
}

.news-container .card {
    box-shadow: 0px 0px 15px #3c3c3c42;
    border-radius: 0;
    border: none
}

.news-container .card a:hover,
.news-container .card a:focus {
    text-decoration: none
}

.news-container .card a:hover .card-body h4,
.news-container .card a:hover .card-body p,
.news-container .card a:focus .card-body h4,
.news-container .card a:focus .card-body p {
    text-decoration: none
}

.news-container .card a:hover .card-body h4,
.news-container .card a:focus .card-body h4 {
    color: #fcd155
}

.news-container .card .card-body h4 {
    color: #313131
}

.news-container .card .card-body p {
    font-size: 15px;
    max-height: 55px;
    overflow: hidden
}

.news-container .card .article-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fcd155
}

.news-container .card .article-date .date,
.news-container .card .article-date .month {
    color: White
}

.hero.bg {
    position: relative
}

.hero.bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #191919b3;
    z-index: 1
}

.hero.bg .hero-container {
    z-index: 10;
    width: 100%;
    position: relative
}

.hero.bg .hero-container h1 {
    color: white;
    font-size: 40px
}

.hero.bg .hero-container .breadcrump {
    text-transform: uppercase;
    color: #d0d0d0;
    font-size: 14px
}

.hero.bg .hero-container .breadcrump a {
    color: #d0d0d0
}

@media (max-width: 1200px) {
    .hero.bg {
        min-height: 230px
    }

    .hero.bg .hero-container {
        margin-top: 0 !important
    }

    .hero.bg .hero-container h1 {
        font-size: 35px
    }

    .hero.bg .hero-container .breadcrump {
        font-size: 12px
    }
}

.services-inner .card {
    border: none
}

.services-inner h4 {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 20px;
    text-transform: uppercase
}

.services-inner .card-icon img {
    display: inline;
    max-width: 80px
}

.services-inner .card-read-more {
    text-transform: uppercase;
    color: #fcd155;
    font-size: 15px;
    font-weight: 600
}

.article-date-inner {
    background: #f4f4f6;
    padding: 5px 10px;
    color: #fcd155;
    width: auto;
    display: inline-block
}

.gallery-thumb.bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.gallery-thumb .card-body {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #3c3c3ccc;
    transition: opacity 0.3s
}

.gallery-thumb .card-body:hover {
    opacity: 0.8
}

.gallery-thumb .card-body h2 {
    color: #fff;
    width: 100%;
    text-align: center;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    font-size: 25px;
    text-shadow: 2px 2px 5px #00000082
}

.gallery-thumb .card-body h2 span {
    display: inline-block;
    font-size: 15px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 21px;
    font-weight: 200;
    text-shadow: 2px 2px 5px #00000082;
    width: 100%
}

.thumb-gallery .thumb a {
    height: 220px !important;
    overflow: hidden;
    transition: opacity 0.3s;
    position: relative
}

.thumb-gallery .thumb a:hover {
    opacity: 0.8
}

.thumb-gallery .thumb a img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

@media (max-width: 991px) {
    .logo-container .row.py-3 {
        padding: 0 !important;
        padding-top: 10px !important
    }
}

@media (max-width: 767px) {
    .logo-container .navbar-brand img {
        max-width: 80%
    }
}

@media (max-width: 991px) {
    .logo-container .info div {
        text-align: left !important
    }

    .logo-container .info div span {
        font-size: 14px !important
    }
}

@media (max-width: 800px) {
    .logo-container .info {
        display: none
    }
}

.logo-container .info .email i {
    font-size: 30px;
    top: 5px
}

.logo-container .info i {
    font-size: 25px;
    position: relative;
    top: 2px;
    color: #fcd155
}

.logo-container .info a {
    color: black;
    font-weight: 600
}

.logo-container .info span {
    font-weight: 500;
    font-size: 18px;
    color: #fcd155
}

.logo-container .info .email span {
    font-size: 17px
}

.navbar-toggler {
    display: none;
    outline: none !important
}

.navbar-toggler i {
    font-size: 40px
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: block;
        position: absolute;
        right: 10px;
        top: 35px
    }
}

.menu-container {
    background: #292929
}

@media (max-width: 991px) {
    .menu-container {
        border: none;
        background: none;
        margin-top: -5px
    }
}

@media (max-width: 991px) {
    .navbar-collapse.collapse.show {
        border-top: solid 1px #dadada
    }
}

.main-menu .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    white-space: nowrap
}

@media (max-width: 1200px) {
    .main-menu .nav-link {
        color: black
    }
}

.main-menu .nav-link:hover {
    color: #fcd155
}

.main-menu .dropdown-item {
    font-weight: 600;
    padding: 10px 20px;
    border-bottom: solid 1px #dadada
}

.main-menu .dropdown-item:last-child {
    border-bottom: 0
}

.main-menu .dropdown-item.active,
.main-menu .dropdown-item:active,
.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
    background-color: #fcd155;
    color: white
}

.main-menu .dropdown-menu {
    border-radius: 2px;
    border: none;
    box-shadow: 2px 2px 8px #0000003b;
    margin-top: 0;
    padding: 0
}

@media (max-width: 991px) {
    .main-menu .dropdown-menu {
        box-shadow: none;
        text-align: center;
        font-size: 14px
    }
}

.copyright .row small:first-child {
    border-top: solid 1px gray
}

.copyright .row small:first-child a {
    text-decoration: underline
}

@media (max-width: 991px) {
    .footer-menu {
        display: none
    }
}

.footer-menu a {
    font-size: 15px
}

.footer-address .pin i {
    top: 0px;
    transform: translateY(0);
    font-size: 25px
}

.footer-address div {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    line-height: 22px;
    color: #d4d4d4 !important
}

.footer-address div i {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px
}

.footer-info img {
    max-width: 100%;
    width: auto
}

.footer-info p {
    font-size: 15px;
    line-height: 22px;
    color: #d6d6d6
}

@media (max-width: 991px) {
    .footer-info {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (max-width: 767px) {
    .footer-info {
        text-align: center
    }
}

.footer-address a:hover {
    color: #fcd155
}

@media (max-width: 991px) {
    .footer-address {
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (max-width: 767px) {
    .footer-address {
        display: none
    }
}

@media (max-width: 767px) {

    .footer-address,
    .footer-info {
        flex: 0 0 100%;
        max-width: 100%
    }
}