
.subtitle{
    font-size: 3rem;
    font-weight: 300;
    font-style: italic;
    color: #67AC5B;
    text-transform: lowercase;
}
.subtitle::after {
    content: "";
    display: block;
    position: absolute;
    width: 92px;
    height: 5px;
    background-color: #67AC5B;
}
#loading_form {
    background: #f7f7f7;
}


h1.line, h2.line {
    font-size: 3rem;
    font-weight: 300;
    font-style: italic;
}

h1.line::after, h2.line::after {
    content: "";
    display: block;
    position: absolute;
    width: 92px;
    height: 5px;
    background-color: #67AC5B;
}

h1.line.green::after , h2.line.green::after {
    background-color: #67AC5B;
}

h1.line.white::after, h2.line.white::after {
    background-color: #ffffff;
}

h1, h2, h3, .h1, .h2, .h3 {
    margin-bottom: 30px;
}
.text-background {
    font-size: 16vw;
    opacity: 0.1;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    margin-top: -7%;

    font-style: italic;
}

.theme-grey .nav-tabs-navigation #v-pills-tab {
    background-color: transparent;
}

.theme-grey .form-control {
    margin: 0px;
    padding-left: 8px;
    background-color: #efefef;
    height: 44px;
}

.theme-grey .form-control:focus,
.theme-grey .bmd-form-group.is-focused .form-control {
    background-color: #efefef;
    transition-duration: 0.3s;
}

.theme-grey .bmd-form-group label, label {
    color: #666;
}



.theme-grey h3 {
    color: #67AC5B;

}



.theme-grey .form-control {
    background-image: linear-gradient(to top, #0dbd17 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #ccc 1px, rgba(210, 210, 210, 0) 1px);
}

.theme-grey .form-control:invalid {
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #ccc 1px, rgba(210, 210, 210, 0) 1px);
}

.theme-grey textarea.form-control {
    height: 44px !important;
}

.theme-grey .select2-container--default .select2-selection--single, .select2-dropdown, .select2-search__field {
    background-color: #efefef;
}

.theme-grey .select2-container .select2-selection--single {
    height: 44px;
}

.theme-grey .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.theme-grey .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.theme-grey .select2-dropdown.select2-dropdown--below {
    top: 0px;
}

.theme-grey .select2-container {
    padding: 0;
}

.theme-grey .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.theme-grey .select2-container {
    width: 100% !important;
    line-height: 1.1;
    height: 44px;
    padding: 0;
}


.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
}


.home .logo {
    width: 300px;
}

.navbar-expand-lg .navbar-toggler {
    display: block;
}

#sectionsNav .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.nav-open #sectionsNav .navbar-translate {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
     transform: translate3d(0px, 0, 0); 
}

#sectionsNav .navbar-collapse .navbar-nav .nav-item:after {
    width: calc(100% - 30px);
    content: "";
    display: block;
    height: 1px;
    margin-left: 15px;
    background-color: #3c485857;
}
.nav-open #sectionsNav .navbar-collapse {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

#sectionsNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #3C4858;
    padding: 1.5rem 2rem;
}
@media (max-width: 767px) {
    #sectionsNav .navbar-collapse .navbar-nav .nav-item .nav-link{
        padding: 1.5rem 0;
    }
}
#sectionsNav .navbar-collapse {
    position: fixed;
    display: block;
    top: 0px;
    height: 100vh;
    width: 290px;
    right: -100px;
    margin-right: 0 !important;
    z-index: 1032;
    visibility: visible;
    background-color: #fff;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    max-height: none !important;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.144);
    -webkit-transform: translate3d(230px, 0, 0);
    -moz-transform: translate3d(230px, 0, 0);
    -o-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}


#sectionsNav .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: transform 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

#sectionsNav .navbar-nav {
     align-items:normal !important;
}
@media (max-width: 991px) {

    #sectionsNav {
        height: 70px;
        display: block;
    }

    .home .logo {
        width: 200px;
    }

    #sectionsNav .navbar-brand img {
        width: 120px;
    }

    #sectionsNav .navbar-brand {
        margin-left: -60px;
        left: 50%;
    }

    h2.line ,  h1.line {
        font-size: 2rem;
        font-weight: 300;
        font-style: italic;
    }

}

.navbar-transparent .navbar-brand img {
    display: none
}

.navbar {
    border-radius: 0px;
}

.select2-container {
    line-height: 1.1;
    height: 36px;
    padding: 8px 0;
}

