
/* css variables */
@import url(./partials/_variables.css);

@import url(./partials/_global.css);

/* Start top Navigation */
#main-navigation {
    background-color: rgba(0,89,89,1);
    border-bottom: 5px solid rgba(0,128,128,1);
    }

.navbar .navbar-brand {
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 3px black,
                 0px 7px 11px grey,
                 3px 3px 11px lightgrey;
}

.header_area .main-menu .navbar-nav .active a{
    /* background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    color: white;
}

.header_area .main-menu .navbar-nav a:hover{
    /* background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    color: whitesmoke;
}

.header_area .main-menu .navbar-nav .dropdown-item:hover{
    background-color:  rgba(0,128,128,1);
}

/* End top Navigation */

/* BSM starts here */
.container-owc{
    margin-top: 10px;
    margin-bottom: 30px;
}
.card-owc-show{
    background: #8360c3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2ebf91, #8360c3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom right, #b266b2, #008080); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: whitesmoke;
}
.card-owc-show:hover{
    box-shadow:
                  1px 2px 5px black,
                  3px 5px 8px #008080;
}

.owc-op{
    margin-top: 1rem;
    padding-bottom: 20px;
    color: #005959;
}
.card-owc-op{
    border: 1px solid #008080;
}
.card-owc-op:hover{
    box-shadow:
                  1px 2px 5px black,
                  3px 5px 8px #008080;
}

#image-carousel{
  padding: 0.3rem;
}

.table{
    color: #005959;
}
.table-card{
    color: whitesmoke;

}
.form-control:focus{
    border-color: #008989;
    box-shadow: 0 0 0 0.2rem rgba(0,128,128,.25);
}
/* BSM Ends here */
#blackpage-menu-holder{
    background-color: #555656;
    color: whitesmoke;
    }
    #blackpage-menu{
      padding-top: 30px;
      padding-bottom: 20px;
}

#frontpage-menu-holder{
    background-color: #B33771;
    }
    #frontpage-menu{
      padding-top: 30px;
      padding-bottom: 20px;
}

.bgimg {
  /* Background image */
  background-image: url('https://cdn.pixabay.com/photo/2018/01/25/13/21/frame-3106116_960_720.png');
  /* Full-screen */
  /* height: 200%; */
  /* Center the background image */
  background-position: center;
  /* Scale and zoom in the image */
  /* background-size: cover; */
  /* Add position: relative to enable absolutely positioned elements inside the image (place text) */
  /* position: relative; */
  /* Add a white text color to all elements inside the .bgimg container */
  /* color: white; */
  /* Add a font */
  /* font-family: "Courier New", Courier, monospace; */
  /* Set the font-size to 25 pixels */
  /* font-size: 25px; */
}

.footer-area{
    /* padding-top: 1rem!important; */
    padding-bottom: 1rem!important;
    margin-top: 20px;
    color: rgba(211,211,211,1);
    background-color: #555656;
    font-size: 0.9rem;
}

#main-navigation-menu {
    background-color: rgba(0,89,89,1);
    border-top: 5px solid rgba(0,128,128,1);
    }
    .bottom-menu>ul {
      display: flex;
      flex-direction:row;
    }
    .bottom-menu>ul>li {
        list-style: none;
        text-align: center !important;
        display: block !important;
        padding: 0 20px;
        /* border-right: 1px solid rgba(0,0,0,0.2); */
    }
    .bottom-menu>ul>li:last-child {
      border-right: none;
    }
    .bottom-menu>ul>li>a {
      /* padding: 0 50px; */
      /* display: block; */
      color: white !important;
    }

    /* .bottom-menu>ul>li>a .name {
      font-size: 10px;
    } */
