html,
body {
    background-color: white;
    font-family: "HelveticaNeue Light";
    font-weight: 00;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

/*Typography*/
@font-face {
    font-family: "HelveticaNeue";
    src: url("fonts/HelveticaNeue.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeue Light";
    src: url("fonts/HelveticaNeue-Light.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeue Medium";
    src: url("fonts/HelveticaNeue-Medium.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeue Bold";
    src: url("fonts/HelveticaNeue-Bold.woff") format("woff");
}

@font-face {
    font-family: "Material Design Iconic Font";
    src: url("css/fonts/Material-Design-Iconic-Font.woff") format("woff");
}

@font-face {
    font-family: "Avenir Light";
    src: url("fonts/Avenir\ Light.woff") format("woff");
}

@font-face {
    font-family: "Avenir Regular";
    src: url("fonts/Avenir\ Regular.woff") format("woff");
}

@font-face {
    font-family: "Avenir Medium";
    src: url("fonts/Avenir\ Medium.woff") format("woff");
}

/* Navbar */

.font {
    font-family: "HelveticaNeue Light";
}

.navbar {
    color: black;
    background-color: #e4ffce;
}

#navbarku {
    position: fixed;
    width: 100%;
    top: 0;
    transition: all 1s;
    z-index: 99 !important;
}

.nav-item {
    color: black;
    font-size: 16px;
    font-family: "HelveticaNeue Light";
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
}

.dropdown-item {
    color: black;
    font-size: 16px;
    font-family: "HelveticaNeue Light";
    font-weight: 500;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: none;
    z-index: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
    transition: all 0.5 ease-in-out;
    margin: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu a {
    margin-left: -5px;
    border-style: none;
}

.navbar-light .navbar-​brand a:hover {
    color: #abf867;
}

.bg-orange-1:hover {
    color: #abf867 !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

/* Carousel */
.carousel {
    width: 100% !important;
    overflow: hidden !important;
    right: 0 !important;
    margin-top: 10rem;
}

.avenir {
    font-family: "Avenir Regular";
    font-size: 35px;
}

.carousel-item {
    height: 39rem;
    transition: transform 2s ease;
    opacity: 0.5s ease-out;
    position: relative;
}

.carousel-item img {
    position: absolute;
    bottom: -45%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 60px;
    width: 60px;
}

/* Main */
.card {
    border: none;
}

.p-4 li a {
    color: #abf867;
}

.t-weiter {
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.t-weiter:hover {
    color: #ef6d48 !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

a:link {
    text-decoration: none;
    color: black;
}

.right-arrow a {
    color: black;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
}

.right-arrow a:hover {
    color: black;
}

.right-text a {
    color: black;
    font-weight: 700;
}

.right-text a:hover {
    padding-right: 20px;
}

/* Cookie Consent */
.cookie-container {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #141213;
    opacity: 80%;
    color: white;
    padding: 18px;
    z-index: 100;
}

.cookie-container.active {
    display: block;
}

.cookie-container p {
    margin: 0;
    padding-bottom: 10px;
}

.cookie-btn {
    background-color: white;
    color: #121314;
    cursor: pointer;
    padding: 7px 15px 7px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.cookie-btn:hover {
    background-color: #b8b8b8;
    transition: 0.3s;
}

.cookie-container a {
    color: white;
    text-decoration: underline;
    margin-right: 30px;
}

.cookie-info:hover {
    color: #b8b8b8;
    transition: 0.3s;
}

/* Masonry 1 */
.title-1 {
    font-size: 48px;
    line-height: 65px;
    font-family: "HelveticaNeue Light";
    color: black;
}

.card img {
    cursor: pointer;
}

.pointer img {
    cursor: default;
}

#popup-img {
    border: 4px solid white;
}

/* Team */
.bg-1 {
    background-color: #d5dd7f;
}

.bg-2 {
    background-color: #b9e29d;
}

.bg-2-color {
    color: #b9e29d;
}

.bg-3 {
    background-color: #ef6d48;
}

.bg-3 {
    background-color: #f96a5a !important;
}

.ct-3 {
    color: #f96a5a;
}

.bg-4 {
    background-color: #981c46;
}

.bg-5 {
    background-color: #8979b8 !important;
}

.bg-5-color {
    color: #8979b8;
}

.bg-6 {
    color: #2a3146;
}

.bgr-6 {
    background-color: #2a3146 !important;
}

.card-title-team,
.card-text-team {
    text-align: center;
}

.card-text-team {
    color: #757575;
}

.card-title-team {
    font-weight: 500;
}

/* Background-color navi */
.bgn-2 {
    background-color: #f0f9eb;
}

.bgn-3 {
    background-color: #f0f9eb;
}

.bgn-4 {
    background-color: #fdefeb;
}

.bgn-5 {
    background-color: #f5eefa;
}

.bgn-6 {
    background-color: #f0ebff;
}

.bgn-7 {
    background-color: #fcfdf2;
}

.bgn-8 {
    background-color: #fef1f0;
}

.bgn-9 {
    background-color: #e8e9eb;
}

/* Title style */
.title-s {
    font-size: 50px;
}

/* Hover navi */
.bgc-1:hover {
    color: #8979b8 !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.bgc-2:hover {
    color: #838383 !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.bgc-3:hover {
    color: #c0fa8d !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.gc-3 {
    background-color: #c0fa8d !important;
}

.c-3 {
    color: #c0fa8d;
}

/* Workshop*/
.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.hvrbox .hvrbox-layer_bottom {
    margin-top: 60px;
    display: block;
}

.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.hvrbox .hvrbox-text {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: 60%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Workshop-1*/
.blog-post-title {
    font-size: 42px;
}

/* Kalender*/
.hero {
    width: 100%;
    height: 100%;
    padding: 20px;
    font-family: "HelveticaNeue Light";
}

/* Fotogalerie*/
.card-body {
    background-color: transparent !important;
}

.line_height {
    line-height: 0.8;
}

.zoom {
    transition: transform 0.5s;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.02);
}

.text-b {
    font-size: 20px;
}

.text-f {
    font-size: 16px;
}

/* Borders */
.border-1 {
    border-width: 6px !important;
}

.border-c-1 {
    border-color: #b9e29d !important;
}

.border-2 {
    border-width: 6px !important;
}

.border-c-2 {
    border-color: #a362d4 !important;
}

.border-3 {
    border-width: 6px !important;
}

.border-c-3 {
    border-color: #fa8072 !important;
}

/* Borders ends */
.bgc-4:hover {
    color: #f96a5a !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.bgc-5:hover {
    color: #2a3146 !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.bgc-6:hover {
    color: #9e9d9d !important;
    background-color: transparent !important;
    transition: all 0.4s ease-in-out;
}

.bgc-7:hover {
    color: #00803b !important;
    background-color: transparent !important;
    transition: all 0.4s ease-in-out;
}

.tgc {
    background-color: #00803b !important;
}

.gc {
    color: #00803b;
}

.bgc-8:hover {
    color: #a02f5d !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.bgc-9:hover {
    color: #9c9c9c !important;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

/* Footer */
.footer {
    font-family: "HelveticaNeue Light";
    color: black;
}

.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #c0fa8d;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    font-weight: 300;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

.footer-dark .item.text p {
    margin-bottom: 0;
}

.footer-dark .copyright {
    text-align: right;
    padding-top: 24px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1px;
}

.back-p {
    font-size: 28px;
    font-weight: 500;
}

.back-w-g {
    color: grey;
}

.back-w-b {
    background-color: grey;
}

.back-w {
    font-size: 18px;
    color: grey;
    font-weight: 500;
}

.btn a {
    text-decoration: none;
    color: grey;
}

#mc_embed_signup {
    text-align: left;
    font-size: 14px;
    font-family: "HelveticaNeue Light";
}

#mce-EMAIL {
    width: 300px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 7px 7px 7px 7px;
    border-radius: 5px;
}

.news-t {
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 15px;
}

#mc-embedded-subscribe {
    width: 150px;
    padding: 7px 7px 7px 7px;
    border-radius: 20px;
    color: white;
    background-color: #74f602;
}

#mc-embedded-subscribe:hover {
    opacity: 0.6;
    transition: 0.5s;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (min-width: 0px) and (max-width: 319px) {
    .carousel {
        width: 100% !important;
        overflow: hidden !important;
        margin-right: 0 !important;
    }

    .carousel-item {
        height: 8rem;
    }

    .navbar-toggler {
        border-style: none !important;
    }

    .navbar-brand img {
        width: 150px;
        height: 130px;
    }

    .mtmb {
        margin-top: 2rem !important;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mtmb-n {
        margin-top: 2rem !important;
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .t-small-4 {
        font-size: 22px;
        line-height: 28px;
    }

    .t-small-1 {
        font-size: 19px;
    }

    .t-small-2 {
        font-size: 17px;
    }

    .t-small-3 {
        font-size: 14px;
    }

    .resp-big {
        width: 250px;
        height: 250px;
    }

    .m-left {
        margin: 0;
        padding: 0;
    }

    .m-n {
        margin-top: -2rem !important;
    }

    #mc-embedded-subscribe {
        width: 130px;
        padding: 7px 7px 7px 7px;
        border-radius: 20px;
        color: white;
        background-color: #ee3907;
        justify-content: center !important;
    }

    #mce-EMAIL {
        width: 260px;
    }

    .clear {
        display: flex;
        justify-content: center !important;
    }

    .aic {
        justify-content: center;
    }

    footer,
    .footer-dark {
        width: 100%;
        background-color: #ef6d48;
        display: flex;
        align-self: center !important;
    }

    .none {
        display: none;
    }

    .bc-t {
        background-color: white !important;
        display: flex;
        margin: 0;
    }

    .d-b {
        display: inline-block;
    }

    .copyright {
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: center !important;
    }

    .logo {
        align-items: center;
        width: 225px;
        height: 200px;
    }

    .logo-r {
        align-items: center;
        width: 250px;
        height: 120px;
    }

    .navbar-brand-1 img {
        margin-left: -52px !important;
    }

    .nav-tog-f {
        margin-left: -40px;
    }

    .w-video {
        width: 271px !important;
        height: 204px !important;
    }

    .co-ga {
        width: 280px;
    }

    .pointer img {
        cursor: default;
        border-radius: 50%;
        padding: 10px;
    }

    .d-block-phone {
        display: flex;
        flex-direction: column;
    }

    .img-resp img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .img-resp img {
        width: 100%;
        height: auto;
    }

    .navbar-toggler {
        border-style: none !important;
    }

    .navbar-brand img {
        width: 150px;
        height: 140px;
    }

    .carousel {
        width: 100% !important;
        overflow: hidden !important;
        margin-right: 0 !important;
    }

    .carousel-inner {
        overflow: visible;
    }

    .navbar-brand-1 img {
        margin-left: -52px !important;
    }

    .nav-tog-f {
        margin-left: -40px;
    }

    .carousel-item {
        height: 10rem;
    }

    .mtmb-n {
        margin-top: 2rem !important;
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .mtmb {
        margin-top: 2rem !important;
        margin-left: 1rem !important;
        margin-right: 1 !important;
    }

    .t-small-fo {
        font-size: 28px;
        font-weight: 900;
    }

    .t-small {
        font-size: 23px;
        font-weight: 900;
    }

    .t-big {
        font-size: 22px;
        line-height: 26px;
    }

    .w-video {
        width: 300px !important;
        height: 170px !important;
    }

    .t-small-1 {
        font-size: 19px;
    }

    .t-small-2 {
        font-size: 17px;
    }

    .t-small-3 {
        font-size: 14px;
    }

    .media p {
        font-size: 14px;
        color: white;
    }

    .m-left {
        margin: 0;
        padding: 0;
    }

    .mr-pic {
        margin-left: 20px;
    }

    .mr-pic-1 {
        margin-right: 20px;
    }

    .mr-pic-5 {
        margin-right: 7px;
    }

    .mr-pic1 {
        margin-left: 0px;
        padding-right: 0px;
    }

    .logo {
        align-items: center;
        width: 225px;
        height: 200px;
    }

    .logo-r {
        align-items: center;
        width: 250px;
        height: 120px;
    }

    .d-block-phone {
        display: flex;
        flex-direction: column;
    }

    #email {
        color: black;
        font-size: 18px;
        padding: 5px 15px 5px 15px;
        width: 250px;
        margin-bottom: 5px;
        margin-top: 10px;
        border-radius: 15px;
    }

    .none {
        display: none;
    }

    .bg-media {
        background-color: white;
    }

    #mc-embedded-subscribe {
        width: 150px;
        padding: 7px 7px 7px 7px;
        border-radius: 20px;
        color: white;
        background-color: #ee3907;
        justify-content: center;
    }

    .aic {
        justify-content: center;
    }

    footer,
    .footer-dark {
        background-color: #ef6d48;
        display: flex;
        align-self: center !important;
    }

    .d-b {
        display: inline-block;
    }

    .copyright {
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: center !important;
    }

    .img-s {
        width: 150px;
        height: 150px;
    }

    .width-ge {
        width: 350px !important;
    }

    #mce-EMAIL {
        width: 270px;
    }

    .w-f {
        width: 220px !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .hero {
        width: 100%;
        height: 100%;
        padding: 20px;
        margin-left: -14px;
        font-family: "HelveticaNeue Light";
    }

    .pointer img {
        cursor: default;
        border-radius: 50%;
        padding: 10px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .img-resp img {
        width: 100%;
        height: auto;
    }

    .navbar-toggler {
        border-style: none !important;
    }

    .mtmb-n {
        margin-top: 2rem !important;
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .navbar-brand-1 img {
        margin-left: -52px !important;
    }

    .carousel-item img {
        position: absolute;
        bottom: 0%;
    }

    .nav-tog-f {
        margin-left: -40px;
    }

    .carousel-item {
        height: 22rem;
        margin: 0;
    }

    .m-n {
        margin-top: -2rem !important;
    }

    .img-n {
        display: none;
    }

    footer,
    .footer-dark {
        background-color: #00803b;
        text-align: center;
    }

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

    #mc_embed_signup {
        text-align: center !important;
    }

    .mar-bot {
        margin-bottom: 20px;
    }

    .t-big-1 {
        font-size: 28px;
        line-height: 30px;
    }

    .bg-media {
        background-color: white;
    }

    .aic {
        justify-content: center;
    }

    #mc-embedded-subscribe {
        width: 150px;
        padding: 7px 7px 7px 7px;
        border-radius: 20px;
        color: white;
        background-color: #ee3907;
        justify-content: center;
    }

    .pointer img {
        cursor: default;
        padding: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1060px) {
    .navbar-toggler {
        border-style: none !important;
    }

    .mtmb-n {
        margin-top: 2rem !important;
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .m-resp {
        margin-right: 140px;
        font-size: 18px;
    }

    .navbar-brand-1 img {
        margin-left: -52px !important;
    }

    .nav-tog-f {
        margin-left: -40px;
    }

    .img-resp {
        position: absolute;
        right: 1%;
        top: 54%;
        margin-right: 59px;
    }

    .mar-resp {
        margin-right: 50px !important;
    }

    .w-video {
        width: 229px !important;
        height: 170px !important;
    }

    .carousel-item img {
        position: absolute;
        bottom: 20%;
    }
}

/*Contact form */
/*[ TEXT ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */
.text-white {
    color: white;
}
.text-black {
    color: black;
}

.text-hov-white:hover {
    color: white;
}

/* ------------------------------------ */
.text-up {
    text-transform: uppercase;
}

/* ------------------------------------ */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-middle {
    vertical-align: middle;
}

/* ------------------------------------ */
.lh-1-0 {
    line-height: 1;
}
.lh-1-1 {
    line-height: 1.1;
}
.lh-1-2 {
    line-height: 1.2;
}
.lh-1-3 {
    line-height: 1.3;
}
.lh-1-4 {
    line-height: 1.4;
}
.lh-1-5 {
    line-height: 1.5;
}
.lh-1-6 {
    line-height: 1.6;
}
.lh-1-7 {
    line-height: 1.7;
}
.lh-1-8 {
    line-height: 1.8;
}
.lh-1-9 {
    line-height: 1.9;
}
.lh-2-0 {
    line-height: 2;
}
.lh-2-1 {
    line-height: 2.1;
}
.lh-2-2 {
    line-height: 2.2;
}
.lh-2-3 {
    line-height: 2.3;
}
.lh-2-4 {
    line-height: 2.4;
}
.lh-2-5 {
    line-height: 2.5;
}
.lh-2-6 {
    line-height: 2.6;
}
.lh-2-7 {
    line-height: 2.7;
}
.lh-2-8 {
    line-height: 2.8;
}
.lh-2-9 {
    line-height: 2.9;
}

/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {
    display: none;
}
.dis-block {
    display: block;
}
.dis-inline {
    display: inline;
}
.dis-inline-block {
    display: inline-block;
}
.dis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-fixed {
    position: fixed;
}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {
    float: left;
}
.float-r {
    float: right;
}

/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
    width: 100%;
    height: 100%;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.max-w-full {
    max-width: 100%;
}
.max-h-full {
    max-height: 100%;
}
.min-w-full {
    min-width: 100%;
}
.min-h-full {
    min-height: 100%;
}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}

.top-auto {
    top: auto;
}
.bottom-auto {
    bottom: auto;
}
.left-auto {
    left: auto;
}
.right-auto {
    right: auto;
}

/*[ Opacity ]
-----------------------------------------------------------
*/
.op-0-0 {
    opacity: 0;
}
.op-0-1 {
    opacity: 0.1;
}
.op-0-2 {
    opacity: 0.2;
}
.op-0-3 {
    opacity: 0.3;
}
.op-0-4 {
    opacity: 0.4;
}
.op-0-5 {
    opacity: 0.5;
}
.op-0-6 {
    opacity: 0.6;
}
.op-0-7 {
    opacity: 0.7;
}
.op-0-8 {
    opacity: 0.8;
}
.op-0-9 {
    opacity: 0.9;
}
.op-1-0 {
    opacity: 1;
}

/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {
    background-color: white;
}
.bgblack {
    background-color: black;
}

/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {
    width: 100%;
}
.wrap-pic-max-w img {
    max-width: 100%;
}

/* ------------------------------------ */
.wrap-pic-h img {
    height: 100%;
}
.wrap-pic-max-h img {
    max-height: 100%;
}

/* ------------------------------------ */
.wrap-pic-cir {
    border-radius: 50%;
    overflow: hidden;
}
.wrap-pic-cir img {
    width: 100%;
}

/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {
    cursor: pointer;
}

/* ------------------------------------ */
.hov-img-zoom {
    display: block;
    overflow: hidden;
}
.hov-img-zoom img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*[  ]
-----------------------------------------------------------
*/
.bo-cir {
    border-radius: 50%;
}

.of-hidden {
    overflow: hidden;
}

.visible-false {
    visibility: hidden;
}
.visible-true {
    visibility: visible;
}

/*[ Transition ]
-----------------------------------------------------------
*/
.trans-0-1 {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.trans-0-2 {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.trans-0-3 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.trans-0-4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.trans-0-5 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.trans-0-6 {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.trans-0-9 {
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}
.trans-1-0 {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

/*[ Layout ]
///////////////////////////////////////////////////////////
*/

/*[ Flex ]
-----------------------------------------------------------
*/
/* ------------------------------------ */
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}

.flex-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.flex-sa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.flex-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.flex-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.flex-str {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
}

/* ------------------------------------ */
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.flex-row-rev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex-col-rev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/* ------------------------------------ */
.flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.flex-c-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.flex-c-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.flex-c-str {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: stretch;
    align-items: stretch;
}

.flex-l-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.flex-r-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}

.flex-sa-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.flex-col-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.flex-col-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.flex-col-l-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.flex-col-r-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
}

.flex-col-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.flex-col-str {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: stretch;
    align-items: stretch;
}

.flex-col-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

/* ------------------------------------ */
.flex-col-rev-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.flex-col-rev-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.flex-col-rev-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: center;
    align-items: center;
}

.flex-col-rev-str {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: stretch;
    align-items: stretch;
}

/*[ Absolute ]
-----------------------------------------------------------
*/
.ab-c-m {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ab-c-t {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ab-c-b {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ab-l-m {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ab-r-m {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ab-t-l {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ab-t-r {
    position: absolute;
    right: 0px;
    top: 0px;
}

.ab-b-l {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.ab-b-r {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
}
input:-moz-placeholder {
    color: #adadad;
}
input::-moz-placeholder {
    color: #adadad;
}
input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}
textarea:-moz-placeholder {
    color: #adadad;
}
textarea::-moz-placeholder {
    color: #adadad;
}
textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*---------------------------------------------*/
.container {
    max-width: 1200px;
    --bs-gutter-x: 0rem;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {
    background-color: #fff;
}
.bg1 {
    background-color: #f7f7f7;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: white;
}

.wrap-contact100 {
    width: 920px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 62px 55px 90px 55px;
}

/*------------------------------------------------------------------
[  ]*/

.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact100-form-title {
    display: block;
    width: 100%;
    font-family: "HelveticaNeue Light";
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 59px;
}

/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 10px 30px 9px 22px;
    margin-bottom: 20px;
}

.rs1-wrap-input100 {
    width: calc((100% - 30px) / 2);
}

.label-input100 {
    font-family: "HelveticaNeue Light";
    font-size: 10px;
    color: #393939;
    line-height: 1.5;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: "HelveticaNeue Light";
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding-right: 15px;
}

/*---------------------------------------------*/
input.input100 {
    height: 40px;
}

textarea.input100 {
    min-height: 120px;
    padding-top: 9px;
    padding-bottom: 13px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    background-color: #91e791;
    height: 50px;
    border-radius: 25px;

    font-family: "HelveticaNeue Medium";
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background-color: #bbe9bb;
}

.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    min-height: 40px;
    background-color: #f7f7f7;
    top: 35px;
    left: 0px;
    padding: 0 45px 0 22px;
    pointer-events: none;

    font-family: "HelveticaNeue Light";
    font-size: 18px;
    color: #fa4251;
    line-height: 1.2;
}

#status {
    font-family: "HelveticaNeue";
    font-size: 26px;
    color: black;
    font-style: italic;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
}

.btn-hide-validate {
    font-family: "Material Design Iconic Font";
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35px;
    right: 12px;
}

.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}

.true-validate::after {
    content: "\f26b";
    font-family: "Material Design Iconic Font";
    font-size: 18px;
    color: lightgreen;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35px;
    right: 10px;
}

/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: "HelveticaNeue Light";
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding-left: 0px;
    background-color: transparent;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: "\f312";
    font-family: "Material Design Iconic Font";
    font-size: 18px;
    color: #555555;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
    z-index: 1251;
    width: calc(100% + 2px);
    border: 0px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    left: -24px;

    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {
    top: -38px;
}
.select2-dropdown--below {
    top: 10px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: lightsalmon;
    color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: salmon;
    color: white;
}

.select2-results__options {
    font-family: "HelveticaNeue Light";
    font-size: 14px;
    color: #555555;
    line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: "HelveticaNeue Light";
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
    width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
    width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
    width: 100%;
    padding: 15px 25px 0 25px;
}

.contact100-form-radio {
    padding-bottom: 5px;
}

.input-radio100 {
    display: none;
}

.label-radio100 {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-family: "HelveticaNeue Light";
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
}

.label-radio100::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.label-radio100::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid transparent;
    background: lightsalmon;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.input-radio100:checked + .label-radio100::after {
    display: block;
}

/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
    width: 100%;
    padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 30px;
}

.contact100-form-range-value input {
    display: none;
}

#filter-bar {
    height: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 9px;
    background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
    border: 1px solid #e6e6e6;
    border-radius: 9px;
    background-color: lightsalmon;
    box-shadow: none;
}
#filter-bar .noUi-handle {
    width: 40px;
    height: 36px;
    border: 1px solid #cccccc;
    border-radius: 9px;
    background: #f5f5f5;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    top: -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
    left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
    left: -39px;
}

#filter-bar .noUi-handle:before {
    content: "";
    display: block;
    position: unset;
    height: 12px;
    width: 9px;
    background-color: transparent;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
    display: none;
}
