/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
body,html{height:auto !important;}
    list-style: none !important;
    list-style-type: none !important;
}
ul.rtl {
    direction: rtl;
    float:rtl;
}
.header-middle{
    background: #003553!important;
    text-align: center !important;
}
.bg-theme-colored {
    background-color: #003553 !important;
    border-bottom: 1px solid #bbb !important;
    box-shadow: -5px 5px #fff;
}
.bottom-bg-theme-colored {
    background-color: #2d6f00 !important;
}
.header-top {
    padding: 0 !important;
}
nav#menuzord, .header-nav-wrapper.navbar-scrolltofixed.bg-light {
    background: #3F51B5 !important;
}
.menuzord-menu > li > a {
    color: #fefefe !important;
}
.menuzord-menu, .menuzord-menu > li {
    display: inline-block;
     float: right !important; 
}
.p-15 {
     padding: 5px!important; 
}
img.image.fit-image.framed-image {
padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.f_3100.maintext {
    text-align: justify;
}
.upcoming-events.media.maxwidth400.bg-light.mb-10.shadow {
    box-shadow: #999 3px 3px 9px;
}
section > .engineering-container {
    background: rgba(255,255,255,0.45);
    margin-bottom: 15px;
    box-shadow: 2px 5px 5px #cdcdcd;
}
img.docId.slider{width:100%;}
.sidebar.sidebar-right{
    background: #ededed !important;
    box-shadow: 2px 5px 5px #cdcdcd;
}
h2.widget-title,
h3.widget-title,
h4.widget-title,
.BigBold-Title> h2{
  font-family: 'BTitrBold' !important;
}
.lms-login{
    font-size: 18px !important;
}
.widget.dark> ul> li,
.widget.dark> ul> li > a{
    color: #e0e0e0 !important;
}
  .floating-menu {
    background: #4caf50;
    padding: 5px;;
    width: 215px;
    z-index: 100;
    position: fixed;
    bottom: 110px;
    right: 0px;
  }

  .floating-menu a, 
  .floating-menu h3 {
    font-size: 1.0em;
    display: block;
    margin: 0 0.75em;
    color: white;
  }
