﻿body {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #0e0e12;
    background-color: #fff;
}
a:focus {
    outline: 0 !important
}
a {
    color: var(--txt-gray-dark);
    text-decoration: none;
}

    a:hover {
        color: var(--txt-green);
        text-decoration: none
    }

:root {
    --txt-green: #189d0e;
    --bg-gray-dark: #191919;
    --bg-gray-light: #4d4d4d;
    --txt-gray-dark: #0e0e12;
    --txt-gray-light: rgba(70, 71, 78, 255);
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 25px;
    text-align: left;
    font-weight: bold;
}

h3 {
    font-size: 20px;
}

.left {
    float: left
}

.col-lg-4 h2 {
    text-align: center
}

.featurette-heading {
    text-align: center
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}


.icon-earth, .icon-firefox, .icon-chrome {
    font-size: 50px;
    color: #616161;
    padding-left: 30px
}
.sub-menu1-link {
    position: relative;
    transition: .2s;
    font-weight: 400 !important;
    font-size: 17px;
    
}
    .sub-menu1-link:hover {
        color: #189d0e !important;
        background-color: unset !important
    }
    .sub-menu1-link:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 2px;
        width: 25px;
        background-color: #189d0e;
    }
.sub-menu2-link {
    font-weight: 400 !important;
    font-size: 15px;
    transition: .2s;
    line-height: 1;
}
.sub-menu2-link:hover {
    color: #189d0e !important;
}
.navbar-brand {
    padding-bottom: 0px;
    margin: 0 !important;
    display: block;
    float: unset;
    width: fit-content;
    padding: 0;
    padding-top: 2px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #343a40;
    font-size: 15px
}
.clear {
    clear: both;
    height: 0
}

.clear {
    clear: both;
    height: 0
}

.mega-dropdown {
    position: static !important
}

    .mega-dropdown a {
        font-weight: 700
    }


.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

    .mega-dropdown-menu a {
        font-weight: 400
    }

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 19px;
                font-weight: 300 !important;
            }



        .mega-dropdown-menu .dropdown-header a {
            color: #343a40;
            font-weight: bold;
        }

.guestbook .carousel-caption {
    text-shadow: none
}

.guestbook .item {
    min-height: 200px
}

    .guestbook .item img {
        max-height: 100px;
        margin: auto;
        display: block
    }

.guestbook .carousel-caption {
    position: initial
}

.guestbook .carousel-indicators {
    bottom: 0
}

    .guestbook .carousel-indicators li {
        border: 1px solid #ccc
    }
.carousel-caption h2 {
    text-align: left;
    font-size: 45px;
}

.carousel-caption span {
    font-size: 30px;
    line-height: 40px
}

.testimonial-section {
    position: relative;
    padding: 30px 0 50px;
    background-color: #f9f9f9
}



.align-right {
    text-align: right
}

.clipHome {
    position: relative;
    height: 272px;
    overflow: hidden;
    width: 100%;
    background-color: #f6f6f6
}

    .clipHome img {
        position: absolute;
        width: 100%;
        max-width: 100%;
        top: 0;
        height: auto;
        bottom: 0;
        max-height: 100%;
        margin: auto;
        left: 0;
        right: 0
    }

.testimonial-section {
    position: relative;
    padding: 30px 0 50px;
    background-color: #f9f9f9
}

.SubMenu2 {
    padding-left: 0;
    margin-top: 10px;
    list-style: none;
    margin-right: 10px;
    width: 100%;
    overflow: hidden;
}
.sub-menu2-list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
  
}
.SubMenu1_ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    padding-left: 0;
    list-style: none;
}
#menuTop {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

    #menuTop .navbar-nav {
        position: relative;
    }
.navbar-nav > li > a {
    padding-top: 25px;
}
#menuTop .navbar-nav > li > .dropdown-menu {
    padding: 20px 25px;
    width: 100%;
    border-top: 2px solid #000;
    width: 110%;
    right: 0%;
    left: unset;
    top: 100%;
    background-color: var(--bg-gray-dark);
    border-bottom: 5px solid var(--txt-green);
}

        #menuTop .navbar-nav .dropdown {
            position: unset !important;
        }

.js-navbar-collapse {
    position: unset !important;
}

    .js-navbar-collapse .navbar-nav {
        position: unset !important;
    }

        .js-navbar-collapse .navbar-nav .mega-dropdown {
            position: unset !important;
        }

#menuTop .dropdown-header {
    font-size: 18px;
}

#menuTop .navbar-nav > li > .dropdown-menu a {
    color: #fff;
    padding: 5px 0;
}

.menu_link1 {
    position: relative;
    overflow: hidden
}

    .menu_link1:before {
        position: absolute;
        content: '';
        height: 2px;
        bottom: 15px;
        right: -50%;
        width: 50%;
        background-color: #189d0e;
        transition: .4s ease-in-out;
    }

    .menu_link1:hover:before {
        width: 100%;
        right: unset;
    }
.SubMenu1 {
    padding: 18px;
    background-position: 800px 4px;
    z-index: 31;
}

.sub-menu1-list {
    width: 100%;
   
    float: left;
    padding: 0;
}

#open-menu {
    width: 35px;
    height: 35px;
    position: absolute;
    background-image: url('../images/menu.svg');
    top: 22px;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
}

#open-menu, .toggle-mnu {
    display: none;
}

.guestbook .carousel-caption {
    width: 100%;
    width: 60%;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    font-style: italic;
    background: 0 0
}

footer {
    background-color: #343a40;
    color: rgba(255,255,255,.75);
    width: 100%;
    float: left;
}



.mm-page {
    position: unset !important;
}

.form-group {
    clear: both;
}

.btn {
    font-weight: 600;
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 0 !important;
    text-transform: uppercase;
}
.btn-default {
    color: #000 !important;
}
.vezi_toate_green {
    text-align: center;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    padding: 8px 18px;
    transition: .5s;
    background: linear-gradient(to right, rgba(24, 157, 14, 0.6) 0%, #189d0e 100%);
}
    .vezi_toate_green:hover {
        color: #fff;
        background: linear-gradient(to right, rgba(24, 157, 14, 0.6) 0%, rgba(24, 157, 14, 0.9)100%);
    }
.btn_white {
    border-radius: 5px !important;
    border: 1px solid #189d0e !important;
    background-color: transparent !important;
    color: #fff !important;
}
    .btn_white:hover {
      
        background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
.consulting-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,.8)
}
.consulting-section {
    position: relative;
    padding: 45px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/general/newssleter.jpg)
}

#cookieConsent {
    position: fixed;
    bottom: 0;
    top: unset;
    height: 55px;
    margin: 0;
    background-color: #202121;
    padding: 0 35px;
}

    #cookieConsent .navbar-right a {
        margin-right: 20px;
    }

    #cookieConsent .navbar-right {
        margin-top: 11px;
    }
 

.titlefooter {
    padding: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #4c5156
}

footer a {
    color: rgba(255,255,255,.75)
}



.sidebar-nav .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0
}

.sidebar-nav .nav > li {
    width: 100%
}
.nav-list li a::before {
    content: "›";
    float: left;
    font-size: 22px;
    left: -13px;
    top: 4px;
    color: #343a40;
    position: absolute
}

.navbar-nav {
    margin: 0;
    width: 100%;
    position: relative;
}

.navbar-collapse {
    padding: 0
}
.affix-top {
    top: 0;
    width: 100%;
    position: relative;
    z-index: 20;
}
.affix .bottom_menu {
    width: 90%;
    margin: auto;
}

    .affix-top .show-affix {
        display: none;
    }

.affix .show-affix {
    display: block;
}

.affix {
    top: 0;
    /*border-bottom: 1px solid #e7e7e7;*/
    -webkit-box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
    -moz-box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
    box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
    background-color: #fff;
    width: 100%;
    float: left;
    z-index: 20;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

    .affix .hide-affix {
        display: none;
    }



/*
    ~~~~ ~~~~ ~~~~ ~~~~
    menu
    ~~~~ ~~~~ ~~~~ ~~~~
*/
.top_menu {
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0;
    display: flex;
    color: #fff;
}
    .top_menu a {
        height: 100%;
        color: #fff;
        width: 100%;
        float: left;
    }

.zoneTop_left {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 115px;
}

.zoneTop_left_item {
}

    .zoneTop_left_item:nth-child(1),
    .zoneTop_left_item:nth-child(2),
    .zoneTop_left_item:nth-child(3) {
        background-repeat: no-repeat;
        background-position: left;
        background-size: 15px;
        height: 25px;
        width: 25px;
    }

    .zoneTop_left_item:nth-child(1) {
        background-image: url('../images/icons/facebook (5) copy@1x (1).png');
        background-size: 7px;
        background-position: center;
    }

    .zoneTop_left_item:nth-child(2) {
        background-image: url('../images/icons/instagram.svg');
    }

    .zoneTop_left_item:nth-child(3) {
        background-image: url('../images/icons/linkedin.svg');
    }

.zoneTop_right {
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: 30px;
    width: 48%;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: unset;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: unset;
    border-color: unset;
}

.navbar {
    border-radius: 0;
    background-color: var(--bg-gray-dark);
    height: 110px;
    padding-top: 5px;
    margin-bottom: 0;
    border-bottom: 5px solid #000;
}

.navbar-top {
    clear: both;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.zoneTop_right_item {
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    width: auto !important;
    align-items: center;
    padding-left: 25px;
    font-weight: 400;
    display: flex;
}

    .zoneTop_right_item:nth-child(1) {
        background-image: url('../images/icons/envelope@1x.png');
    }

    .zoneTop_right_item:nth-child(2) {
        background-image: url('../images/icons/phone-call (2)@1x.png');
    }

    .zoneTop_right_item:nth-child(3) {
        background-size: 16px;
        background-image: url('../images/icons/placeholder@1x.png');
    }

.menu_page a {
    color: #fff;
}
.green_link:first-child .sub-menu2-link {
    color: #189d0e !important;
    font-weight: 600 !important;
    position: relative;
    padding-left: 25px !important;
}
    .green_link:first-child .sub-menu2-link:after {
        color: #fff;
        position: absolute;
        content: 'NOU';
        height: 80%;
        height: 4px;
        font-size: 13px;
        width: 10px;
        font-weight: 400;
        left: -13px;
        top: 7.6px;
    }
    .green_link:first-child .sub-menu2-link:hover {
        color: #1ece11 !important;
    }
.bottom_menu {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
}

.logo-col {
    width: unset;
    float: left;
    position: absolute;
    left: 0;
    top: -27px;
}

.menu_page {
    float: right;
}

.menu_link1 {
    padding-top: 10px !important;
    height: 50px;
    padding-left: 45px !important;
    padding-right: 0 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 18px;
}

.logo-col img {
    width: auto ;
    height: auto ;
}

.ShoppingCartBoxList {
    width: 100%;
    float: left;
    display: block;
    transition: 1s
}



.Lang {
    width: 100%;
    float: left;
    margin-left: 31px
}

    .Lang .navbar-nav > li > a {
        padding-top: 4px;
        padding-bottom: 4px;
        color: #fff;
        border-radius: 3px;
    }

        .Lang .navbar-nav > li > a:hover {
            color: #343a40;
        }

.lang-nav {
    float: right;
}

.searchTop-Cart {
    position: relative;
    box-sizing: border-box;
    padding: 25px 0;
}

.cartOptions {
    float: right;
    width: 45%;
}

.cartCount {
    width: 20px;
    height: 20px;
    background: #ed1a21;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 2px;
    position: absolute;
    top: -9px;
    font-size: 11px;
    transition: 1s;
    left: 0px;
    line-height: 17px;
}



/*
    ~~~ ~~~ ~~~
    search input
    ~~~ ~~~ ~~~
*/
.SearchImput {
    width: 87%;
    float: left
}
.SearchButton {
    width: 30px;
    float: left;
    padding: 6px;
    border: 0;
    font-size: 18px;
    height: 34px;
}

.SearchTop .form-group {
    float: left;
    position: relative;
    z-index: 999
}




.guestbook .carousel-caption {
    text-shadow: none
}

.guestbook .item {
    min-height: 200px
}

    .guestbook .item img {
        max-height: 100px;
        margin: auto;
        display: block
    }

.guestbook .carousel-caption {
    position: initial
}

.guestbook .carousel-indicators {
    bottom: 0
}

    .guestbook .carousel-indicators li {
        border: 1px solid #ccc
    }






/* ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
   home_page footer
*/
.footer_container {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}
.footer_container1 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    float: left;
    width: 70%;
}
.footer_container2 {
    float: right;
    width: 30%;
}
footer {
    background-image: url('../images/homepage/footer.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0 5px;
}
    footer iframe{
        height: 200px !important;
        width: 250px !important;
    }
.footer_content {
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
    display: flex;
}
.footer_item {
    width: 33%;
}
.footer_ite1 {
    padding-left: 25px;
}
.footer_title {
    font-size: 20px;
    margin-bottom: 15px;
}
.footer_content a{
    font-weight: 400;
    margin-top: 2px;
    padding-bottom: 7px;
}
.footer_social {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    width: 100%;
}
    .footer_social img {
    }

.facebook,
.instagram,
.linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #8b8c8c;
    transition: .5s ease-in;
}
    .facebook:hover,
   
    .instagram:hover,
    .linkedin:hover {
        transform: rotate(360deg);
        background-color: #189d0e;
    }
.instagram{
    margin: 0px 10px;
}
    .instagram img{
        width: 60%;
    }
    .footer_container2 .footer_item {
        width: 100%;
    }
.footer-form1 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    width: 100%;
}
.newssletter {
    height: 42px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
}
.newssletter-btn {
    width: 94%;
    float: left;
    height: 100%;
    background-color: #189d0e;
    border-radius: 4px;
    outline: none !important;
}
    .newssletter-btn img {
        width: 20px;
        height: 20px;
    }
.footer-form {
    width: 100%;
    height: 42px;
    margin: 15px 0;
}
.newssletter_btn1 {
    width: 80px;
    height: 42px;
    padding: 4px;
    padding: 2px 0;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.CopyRight {
    border-top: 1px solid #f6f6f61f;
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    position: relative;
}
.arrow {
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
}
    .arrow img {
        height: 45px;
    }
    .CopyRight2 {
        margin: 0 15px;
        width: 10px;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
    }
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 1px #189d0e, 0 0 5px #189d0e;
    box-shadow: inset 0 0px 1px #189d0e, 0 0 5px #189d0e;
}
.SubHeader {
    background-color: #e4e4e4;
    width: 100%;
    position: relative;
}

    .SubHeader .breadcrumb {
        background-color: unset;
        margin-bottom: 0;
    }
.breadcrumb {
    padding-left: 0;
    padding-right: 0;
}
    .SubHeader a{
        font-weight: 400;
    }




.NotFound {
    width: 70%;
    margin: 100px auto;
    padding: 25px;
    border-radius: 5px;
    background-color: var(--txt-gray-light);
    color: #fff;
    position: relative;
}
    .NotFound h1 {
        font-size: 56px;
        
    }
    .NotFound h2 {
        font-size: 28px;
        font-weight: 400;
    }
    .NotFound p {
        font-size: 42px;
        font-weight: 400;
    }
    .NotFound p span{
        font-size: 46px;
        font-weight: 600;
        color: #189d0e;
    }
    .NotFound div {
        width: 100%;
        margin-top: 20px;
    }
    .NotFound a {
        color: #fff;
        width: 120px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #189d0e;
        font-size: 16px;
        font-weight: 400;
        border-radius: 4px;
        transition: .3s;
    }
        .NotFound a:hover {
            background-color: #8b8c8c;
        }
    .NotFound:before {
        position: absolute;
        background-color: #fff;
        content: '';
        bottom: 15px;
        right: 0;
        width: 35px;
        height: 5px;
    }
    .NotFound:after {
        position: absolute;
        content: '';
        bottom: 25px;
        right: 0;
        width: 55px;
        height: 5px;
        background-color: #fff;
    }
.grecaptcha-badge{
    display: none;
}
.DivSocial {
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 25;
}
    .DivSocial img {
        width: 36px;
        height: 36px;
        transition: .3s ease;
    }
    .DivSocial img:hover {
        transform: scale(1.1)
    }
    .DivSocial .facebook1{
        margin-bottom:8px;
    }
    .DivSocial .whatsapp1 {
    }




.helpBanner {
    width: 100%;
    float: left;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 15px;
    background-color: #e4e4e4;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}
    .helpBanner img {
        height: 34px !important;
        width: 36px !important;
    }
.helpB_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}
.helpB_content {
    width: 100%;
    float: left;
    font-size: 17px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.helpB_item {
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.helpB_itemText2 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 15px;
}
.helpB_title1 img {
    height: 56px !important;
    width: 56px !important;
}
.helpB_title2 {
    margin-top: 5px;
    font-size: 22px;
}


.bottom_menu1{

}
.top_menu{

}
.affix {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: rgba(25, 25, 25, 0.98);
    box-shadow: 0px 2px 12px -1px #000;
    border-bottom: 4px solid rgba(0, 0, 0, 0.7);
    height: 55px;
    padding-top: 4px;
}
    .affix .green_link:first-child .sub-menu2-link:after {
        left: -7px;
    }
    .affix .menu_link1:before {
        bottom: 11px;
    }
    .affix .navbar-nav > li > a {
        line-height: 26px;
    }
    .affix .logo-col {
        top: 1px;
        width: 180px;
    }
    .affix .navbar-brand {
        height: auto;
        
    }
    .affix #menuTop .navbar-nav > li > .dropdown-menu {
        right: -3%;
    }

    .affix-top {
        position: static;
        top: -35px;
    }

.affix + .navbar-top {
    padding-top: 70px;
}
#progressBar {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: rgba(24, 157, 14, 0.27);
}
.affix #menuTop .navbar-nav > li > .dropdown-menu {
    border-top: none;
    
}





/* Btn 10  */
.btn10 {
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    color: #fff !important;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent !important;
    z-index: 10;
    padding-left: 34px;
}




    .btn10::before {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: linear-gradient(to right, rgba(24, 157, 14, 0.6) 0%, #189d0e 100%);
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 1;
        top: 0;
        z-index: -12;
        -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .btn10::after {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #000;
        position: absolute;
        
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 0;
        top: 0;
        z-index: -15;
        -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
        -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        transition: all .4s cubic-bezier(.2,.95,.57,.99);
    }

    .btn10:hover::before, .btn1O:hover::before {
        opacity: 1;
        width: 116%;
    }

    .btn10:hover::after, .btn1O:hover::after {
        opacity: 1;
        width: 120%;
    }
     
        .transition {
            position: absolute;
            top: -10%;
            left: 0%;
            width: 100%;
            height: 0%;
            background: #189d0e;
            z-index: -1;
            /*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
        }
.rent_btn {
   
    font-size: 16px;
    position: relative;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    display: flex;
    background: linear-gradient(to right, rgba(24, 157, 14, 0.6) 0%, #189d0e 100%);
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: .3s;
  
    box-shadow: inset -3px -3px 7px rgba(0, 0, 0, 0.1), inset 3px 3px 5px rgba(0, 0, 0, 0.2);
}

    .rent_btn:hover {
        color: #fff;
        box-shadow: inset -3px -2px 7px rgba(0, 0, 0, 0.2), inset 3px 4px 5px rgba(0, 0, 0, 0.3);
    }

        .rent_btn:hover:after {
            transform: translateX(2px)
        }

    .rent_btn:after {
        content: 'NOU';
        position: absolute;
        transition: .3s;
        left: -23px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -5px;
        box-shadow: 0px 0px 12px -2px #000;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        border: 3px solid #fff;
        z-index: 10;
    }

.admin-btn {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 60vh;
    padding: 3px 8px;
    background-color: vaR(--txt-green);
}