/* your styles go here */

a {
    color: #0b7a64;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #52bca7;
}

.dropdown-menu.megamenu {
    border-radius: 0 5px 5px 5px;
}

.dropdown-menu.megamenu .megamenu-list-link {
    padding-top: 0px;
    text-decoration: none;
    color: #0b7a64;
}

.dropdown-menu.megamenu > .row{
    margin: 0 -15px;
}

.top-bar {
    position: relative;
    color: #343a40;
    background: #9fcf67;
    font-weight: 300;
    z-index: 50;
}

.bg-transparent {
    background-color: #017663d6 !important;
}

.nav-landing-image {
    height: 400px;
    background-position: center center !important;
}

.nav-landing-name {
    text-transform:uppercase;
}

/*-------------------------------------------------------------------------------------------*/
/*  Accordion Tab Begin   ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.accordion-section {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

    .accordion-section:last-child {
        border-bottom: 1px solid #f1f1f1;
    }

.accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 0px;
    text-transform:uppercase;
}

    .accordion-title.active {
        /*background: #fafafa;*/
        color: #ed1a39;
    }

    .accordion-title:before {
        content: "\f105";
        display: block;
        font-family: "FontAwesome",sans-serif;
        position: absolute;
        right: 18px;
        font-weight: 400;
    }

    .accordion-title.active:before {
        content: "\f107";
    }

.accordion-content.default-hidden {
    display: none;
    margin: 0;
}

.accordion-content {
    padding: 0 20px 10px;
}

/*-------------------------------------------------------------------------------------------*/
/*  Accordion Tab End   ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.display-5 {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.3;
}

.slider-text-shadow {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.90);
}

.align-items-flex-end {
    align-items: flex-end;
}

/*ADA*/
.header .skipTo {
    padding: 1em;
    position: absolute;
    top: -58px;
    left: 1em;
    z-index: 1000;
    color: #fff;
    text-decoration: none;
    border-radius: 0 0 2px 2px;
    transition: .2s;
    background: #95092b;
}

.header .skipTo:focus {
    position: absolute;
    top: 0;
}

.svg-icon{
    color: #ced4da;
}

/*Search input begin*/
@media (min-width: 992px) {
    .form-control, .form-control:focus, .form-control-underlined {
        color: #fff;
    }

    .form-control.form-control-underlined:focus {
        border-color: #ced4da;
        box-shadow: none;
    }

    .form-control.form-control-underlined:focus ~ .input-group-append > .btn-underlined {
        border-bottom-color: #ced4da;
    }

    .btn.btn-underlined {
        border-bottom-color: #ced4da;
    }

    .btn.btn-underlined:focus {
        box-shadow: none;
    }

    .input-group-underlined:focus .btn-underlined, .input-group-underlined:hover .btn-underlined {
        border-bottom-color: #ced4da;
    }

    .input-group-underlined:focus .form-control-underlined, .input-group-underlined:hover .form-control-underlined {
        border-bottom-color: #ced4da;
    }
}
/*Search input end*/