a,
a:hover {
    color: #100B03;
}


/* START-NAV-BAR */

.navbar {
    padding: 1.5rem 0rem 1.5rem 6rem;
    /*padding: 0;*/
    position: relative;
    background: linear-gradient(0deg, rgba(255,255,255,0.1) 0, rgba(255, 255, 255, 0.76) 30%);
}

.navbar.top-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;

}
header{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 0.5s ease;
}

header.scrolled {
    position: fixed;
    top:0;
    left:0;
    right: 0;
    z-index: 1030;
    /*box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);*/
    background-color: rgba(252, 252, 252, 1);
    animation: smoothScroll 0.5s forwards;

}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.navbar .navbar-brand {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
}
.navbar .navbar-brand img{
    max-width: 150px;
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    align-items: flex-end
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-nav .nav-item {
    margin-right: 10px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #100B03;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    color: #2E9332;
}

.navbar-light .navbar-nav .nav-item:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 2px;
    width: 0;
    left: 20%;
    bottom: 0;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46,147,50, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 0;
    top: 81px;
}

.navbar-light .dropdown-menu .dropdown-item {
    color: #005CA9;
}


/* END-NAV-BAR */


/* END-NAV-BAR */


/* START-BTNS */

.btn-style-1 {
    padding: 7px 25px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -webkit-transition: .6s;
    transition: .8s;
    background-color: #2E9332;
}

.btn-style-1:hover {
    color: #ffffff;
}

.btn-style-2 {
    padding: 10px;
    min-width: 170px;
    background-color: #ffffff;
    color: #005CA9;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    -webkit-transition: .6s;
    transition: .8s;
}

.btn-style-2:hover {
    color: #000000;
}


/* END-BTNS */


/* START-PAGINATION */

.pagination {
    position: relative;
}

.pagination .page-item:first-child {
    position: absolute;
    left: 0;
}

.pagination .page-item:first-child .page-link {
    padding-left: 0;
}

.pagination .page-item:last-child {
    position: absolute;
    right: 0;
}

.pagination .page-item:last-child .page-link {
    padding-right: 0;
}

.pagination .page-item {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.pagination .page-item.disabled .page-link {
    color: #7E7E7E;
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: none;
}

.pagination .page-item .page-link:hover,
.pagination .page-item:last-child .page-link,
.pagination .page-item.active .page-link {
    color: #000000;
}

.pagination .page-item .page-link {
    color: #7E7E7E;
}


/* END-PAGINATION */


/* START-FORM */

.form-group.form-group-style-1 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
}

.form-group.form-group-style-1 select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group.form-group-style-1 select option {
    background: #1e1e1e;
    color: #fff;
}

.form-group.form-group-style-1 .form-control {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: #2E9332;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    height: 38px;
}

.form-group.form-group-style-1 .form-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group.form-group-style-1 textarea.form-control {
    height: 105px;
}

.form-group.form-group-style-1 .bar {
    position: relative;
    border-bottom: 1px solid #2E9332;
    display: block;
}

.form-group.form-group-style-1 .bar::before {
    content: '';
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #2E9332;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group.form-group-style-1 select,
.form-group.form-group-style-1 input:focus,
.form-group.form-group-style-1 input:valid,
.form-group.form-group-style-1 input.form-file,
.form-group.form-group-style-1 input.has-value .form-group.form-group-style-1 textarea:focus,
.form-group.form-group-style-1 textarea:valid,
.form-group.form-group-style-1 textarea.form-file,
.form-group.form-group-style-1 textarea.has-value {
    color: #2E9332;
}

.form-group.form-group-style-1.has-error .form-label,
.form-group.form-group-style-1.has-success .form-label,
.form-group.form-group-style-1 select~.form-label,
.form-group.form-group-style-1 input:focus~.form-label,
.form-group.form-group-style-1 input:valid~.form-label,
.form-group.form-group-style-1 input.valid~.form-label,
.form-group.form-group-style-1 textarea:focus~.form-label,
.form-group.form-group-style-1 textarea:valid~.form-label,
.form-group.form-group-style-1 textarea.valid~.form-label {
    font-size: 0.8rem;
    color: #2E9332;
    top: -1rem;
    left: 0;
}

.form-group.form-group-style-1 select:focus,
.form-group.form-group-style-1 input:focus,
.form-group.form-group-style-1 textarea:focus {
    outline: none;
}

.form-group.form-group-style-1 select:focus~.form-label,
.form-group.form-group-style-1 input:focus~.form-label,
.form-group.form-group-style-1 textarea:focus~.form-label {
    color: rgba(46, 147, 50, 0.5);
}

.form-group.form-group-style-1 select:focus~.bar::before,
.form-group.form-group-style-1 input:focus~.bar::before,
.form-group.form-group-style-1 textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}

.form-group.form-group-style-1 .form-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #2E9332;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group.has-success.form-group-style-1 .bar {
    background: green;
}

.form-group.has-error.form-group-style-1 .bar {
    background: red;
}

.form-group.form-group-style-1 label.error {
    transition: all 0.28s ease;
    -webkit-transition: all 0.28s ease;
    position: absolute;
    font-size: 12px;
    top: 4px;
    bottom: auto;
    right: 0;
    text-align: right;
    padding-right: 8px;
    width: auto;
    z-index: 0;
    color: #f44336;
}

.form-group.form-group-style-1.has-error label.error,
.form-group.form-group-style-1 input:focus~label.error,
.form-group.form-group-style-1 input:valid~.label.error,
.form-group.form-group-style-1 input.valid~.label.error,
.form-group.form-group-style-1 textarea:valid~.label.error,
.form-group.form-group-style-1 textarea.valid label.error {
    top: -15px;
}

.form-group.form-group-style-2 {
    position: relative;
}

.form-group.form-group-style-2 input {
    background-color: rgba(180, 180, 180, 0.45);
    color: #2E9332;
    border: none;
    padding-right: 35px;
}

.form-group.form-group-style-2 input:focus {
    border: none;
}

.form-group.form-group-style-2 button[type=submit] {
    position: absolute;
    top: 6px;
    right: 5px;
    color: #585858;
    background-color: transparent;
    border: none;
}

.form-group.form-group-style-2 input::placeholder {
    color: #2E9332;
}

form p.success-msg {
    color: #2E9332;
}

form p.success-msg:before {
    font-family: FontAwesome;
    content: "\f00c  ";
}


/* END-FORM */


/* START-ALERT */

.alert {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    border: none;
}


/* END-ALERT */


/* START-FORM */

.form-label {
    color: #005CA9;
    font-size: 15px;
}

.form-control {
    background-color: transparent;
    border-radius: 0;
    font-weight: lighter;
    border-color: #E5E5E5;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #005CA9;
}

.form-group label.error {
    color: #ff0000;
    font-size: 14px;
}


/* END-FORM */


/* START-TAB-BAR */

.nav-tabs .nav-link {
    background-color: transparent !important;
    color: #585858 !important;
    text-transform: uppercase !important;
    border: 0;
    font-weight: 300;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs li:nth-child(even):before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #2E9332;
    border-radius: 50%;
    display: inline-block;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #2E9332;
    color: #2E9332 !important;
}


/* END-TAB-BAR */


/* Larg devices (desktop, less than 1199.98px) */

@media (max-width: 1199.98px) {
    .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-brand img {
        max-width: 160px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
    }
}


/* Medium devices (tablets, less than 991.98) */

@media (max-width: 991.98px) {
    .navbar {
        position: relative;
    }
    .navbar {
        padding: 0 10px;
        margin: 10px 0;
    }
    .navbar-expand-lg .navbar-collapse {
        background-color: #fcfcfc;
        padding-left: 20px;
        margin-top: 15px;
    }
    .navbar-brand img {
        max-width: 140px;
    }
    .navbar-light .navbar-nav .nav-item:after {
        content: none;
    }
    .navbar-light .dropdown-menu,
    .navbar-light .dropdown-menu .mega-menu-column a {
        margin-left: 15px;
    }
    .navbar-light .dropdown-menu .mega-menu-column {
        margin-bottom: 15px;
    }
    .navbar-light .dropdown-menu .mega-menu-column:last-child {
        margin-bottom: 0px;
    }
    .navbar-open .navbar {
        background-color: #ffffff;
    }
    .navbar-open.navbar .navbar-collapse {
        height: 0;
        transition: height 0.15s ease-out;
    }
    .navbar-open .navbar .navbar-collapse {
        height: 100vh;
        overflow-y: scroll;
    }
}


/* Small devices (landscape phones, less than 767.98px) */

@media (max-width: 767.98px) {}