html, body {
    margin:0;font-family:"Montserrat",Verdana,sans-serif;padding: 0;
    font-size: 15px;
}
.card
{
    margin-bottom: 20px;
}
.navbar-brand img
{
    height: 50px;
}
.bg-dark {
    background-color: #000 !important;
}
.textblue
{
color:#17a2b8 !important;
}
.textgreen
{
    color: #28a745 !important;
}
.navbar-nav .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: white !important;
}
.navbar-nav .nav-link:hover {color: #dcdcdc !important; }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1) !important;
    border-color: rgba(255,255,255,0) !important;
}
.navbar-toggler-icon:focus,
.navbar-toggler:focus, .navbar-toggler:hover {
    border: none; outline: none;
}
@media screen and (max-width: 768px) {
    .navbar-nav
    {
        padding-top: 15px;
        font-size: 18px;
        line-height: 22px;
    }
}


.article-header {
    padding: 50px 0;
}
.article-header {
    position: relative;
    min-height: 30vh;
    padding: 45px 0;
    color: #fff;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.article-header__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dark-opacity-overlay::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}
.article-header__h1 {
    margin-bottom: 1rem;
    color: #fff;
}

.heading-h1, .section-header__h1, .article-header__h1, .home__h2 {
    font-family: "Montserrat",Verdana,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 69px;
    color: #fff;
    margin: 0 0 0.5rem 0;
}
.container.article-header__content
{
    z-index: 10;
}
.dropdown-toggle::after {  border-top: 0; }
.page-footer__bottom-bar {
    padding: 25px 0;
    background-color: rgba(255,255,255,0.1);
}
.page-footer__bottom-bar_copyright {
    margin-bottom: 1rem;
}
.page-footer__bottom-bar_text {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1rem;
}
.page-footer__bottom-bar_logo {
    width: 100%;
    max-width: 170px;
    height: auto;
    margin-bottom: 1rem;
}
.page-footer {
    background-color: #000;
    color: #fff;
    margin-top: auto;
}

.boldtext
{
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cursors label
{
    cursor: pointer !important;
}
.borderbottom
{
    border-bottom: 1px solid #ccc;
}


.bandage-st
{
    border-radius: 2px;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px 0px 2px;
    padding: 2px 3px;
}

.card-title
{
    font-weight: 600;
}

a, .page-link,.page-link:hover, a:hover
{
    color: #28a745;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#searchForm {
    margin-bottom: 50px;
}

.search-item-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 150px;
}

.profile-item-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 200px;
}
.form-check
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.form-check:last-child
{

    border:none;
}
.showhide
{
    display: block;
}
.showmob
{
    display: none;
}
.font20
{
    font-size: 20px; font-weight: bold;
}
.font18
{
    font-size: 18px;
}
.font17
{
    font-size: 17px;
}
.font16
{
    font-size: 16px;
}

.dropdown-item.selected {
    background-color: rgba(146, 146, 146, 0.18);
}


.videosize iframe
{
    width: 400px;
    height: 200px;
}







@media screen and (max-width: 768px) {
    .showhide
    {
        display: none;
    }
    .showmob
    {
        display: block;
    }
    .heading-h1, .section-header__h1, .article-header__h1, .home__h2 {

        font-size: 37px;
        line-height: 41px;

    }
    .videosize iframe
    {
        width: 100%;
        height: 200px;
    }

}
