/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.cover-container {
  max-width: 42em;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    overflow-x: hidden;
    height: 100%;
    background: #ff0034;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #ff0034;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
  min-height: 100%;
  width: 100%;
  padding: 0 0 15px 0;
  background-color: #eeeeee;
  border-radius: 25px 25px 0 0;
}
.mainInner div{
    vertical-align: middle;
    border-radius: 25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    z-index:50;
    left: 0;
    width: 300px;
    transform: translateX(-300px);
    transition: transform 250ms ease-in-out;
    background: #ff0034;
    box-shadow: 0 0 150px black;
    padding-top: 60px;
    border-radius: 0 25px 25px 0;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: lowercase;
    font-weight: 500;
    margin: 20px 45px;
    cursor: pointer;
    font-size: 1.5rem;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.sidebarMenuInner a{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
input[type="checkbox"]:not(:checked) ~ #sidebarMenu {
  box-shadow: 0 0 0;
}
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    right: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    width: 19px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.admin {
    font-weight: 800 !important;
}
.text-justify {
    text-align: justify!important;
}
.headwelcome {
    color: #fff;
    text-align: center!important;
    line-height: 60px;
    padding: 0 15px;
}
.extrasmall {
    font-size: 0.6rem;
}
.mdsmall {
    font-size: 0.7rem;
    color: #b1b1b1;
}
.bot0 {
    margin-bottom: 0;
}
.bot01 {
  margin-bottom: 0.1rem;
}
.spx {
background-color: #fff;
    border-top: 1px solid #f2f2f2;
    border-bottom: 2px solid #e3e3e3;
}
.spx2 {
  background-color: #fff;
      border-top: 1px solid #f2f2f2;
      border-bottom: 2px solid #e3e3e3;
  }
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 200px;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }
  .card {
      border-radius: 0!important;
  }
  .card-body {
        padding: 0.5rem!important;
  }
  .card-img, .card-img-top {
      border-radius: 25px !important;
  }
.admbutton {
    text-decoration:none!important;
    color:#212529!important;
}
.b0 {
  border: 0 !important;
  background: transparent;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out!important;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out!important;
    }
  }
  .onerem {
    font-size: 1rem!important;
  }
  .blockquote {
      border-radius: 25px !important;
  }
  .table-bordered>:not(caption)>* {
    border-width: 0 !important;
  }
  .pdol {
    border-bottom: 1px solid #eeeeee; 
    border-radius: 0 !important;
  }
  .pdol:last-child {
    border-bottom: 0;
  }
  .brtl {
    border-top-left-radius: 25px!important;
  }
  .brtr {
    border-top-right-radius: 25px!important;
  }
  .brbl {
    border-bottom-left-radius: 25px!important;
  }
  .brbr {
    border-bottom-right-radius: 25px!important;
  }
 .inr {
  display: inline-block;
  float: right;
 }
 .inl {
  display: inline-block;
  float:left;
 }
a {
  color: #212529;
  text-decoration: none !important;
}
a:hover {
  color: #ff0034;
  text-decoration: none !important;
}
a:active {
  color: #ff0034;
  text-decoration: none !important;
}