/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
.navbar-default {
    background-color: #2b2b2b;
    border-color: #383838;
    margin-top: -4px !important;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    border: 1px solid white;
}
.navbar-brand img{
padding: 0px 15px;
    display: flex;
    align-items: center;
    width: 147px;
}
.dropdown.show a#dropdownMenuLink {
    position: relative;
    top: 15px;
    color: #ffff;
    font-size: 16px;
    padding: 8px 7px;
}
.dropdown.show i {
    margin-left: 7px;
    font-size: 20px;
}
header.header-section.animated.fadeInDown.header-fixed {
        background-color: #2b2b2b;
        padding: 10px 0px 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffff;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 18px;
    padding: 0px;
    margin: 0px 15px;
    color: #ffff;
}
section.Warehouse{
    background-size: cover;
    background-color: #f2f2f2;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/site-landing-page-bg.jpg);
    padding: 30px 0px 100px;

}
.border-green-bright {
    border-color: #33ccff;
}
.elrning h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: -6px;
}
.elrning span{
 color: #33c9ff;
}
.aprootz h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 33px;
}
.Capsule.meni img {
    width: 100%;
}
.research {
    display: flex;
    justify-content: space-between;

}
.menubar h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 19px;
}
.menubarnar button.seller {
    background-color: #ffcb48;
    border: 0;
    padding: 2px 12px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
}
.mendiv {
     border: 2px solid #00bcd4;
    padding: 18px 18px 110px;
    border-radius: 2px;
    position: relative;
    top: -27px;
}
.baynow button.btnnow {
    background-color: #33c9ff;
    border: 0;
    padding: 11px 116px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #33c9ff;
    cursor: pointer;
    margin-bottom: 21px;
        outline: none;
}
.baynow button.btnnow:hover {
    background-color: transparent;
    /* background-color: red; */
    border: 1px solid #fff;
    color: #ffff;
}
.baynow i{
    margin-right: 12px;
    font-size: 17px;
}
ul.sest {
    list-style: none;
    padding: 0;
}
ul.sest li a i{
    color: #00bcd4;
    font-size: 14px;
    margin-left: 3px;
}
.icons a.reviews {
    color: #fff;
    margin-left: 13px;
    font-size: 16px;
    text-decoration: none;
}
.icons a.reviews span {
    color: #00bcd4;
}
a.positive i {
    color: #fff !important;
}
.reviewsmenu ul.escription {
    list-style: none;
    padding: 0;
}
ul.escription a.viewnew  i{
   color: #33c9ff;
    margin-right: 7px;
    font-size: 17px;
}
ul.escription a.viewnew {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}
.fication p {
    color: #fff;
    max-width: 67%;
    font-size: 14px;
}

.fication h2 {
    font-size: 18px;
    color: #33c9ff;
}
.Courses img{
	width: 100%;
	margin-bottom: 13px;
}
.delivery {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
p.laoreet{
    color: #fff;
    font-size: 14px;
    /* width: 100% !important; */
    max-width: 100%;
}
.fication {
    color: #fff;
    font-size: 14px;
}
.courses-ican ul li i{
	color: #33c9ff;
}
.courses-ican {
	color: #33c9ff;
}
.courses-ican span {
    padding-right: 10px;
}
ul.tation {
    list-style: none;
    padding: 0;
}
.Courses {
    background-color: #383838;
    border-radius: 2px;
}
.ullamcorper button.lamcorperbtnmenu {
    background-color: #00bcd4;
    border: 0;
    outline: none;
    padding: 5px 17px;
    font-size: 16px;
    color: #0a0a0a;
    border: 1px solid #00bcd4;
}
.ullamcorper i{
    margin-right: 9px;
}
.ullamcorper button.lamcorperbtnmenu:hover {
    background-color: transparent;
    border: 1px solid;
    color: #ffff;
}
.aliquam {
    padding: 10px 18px;
}


.Capsule ul.dssociate a {
    color: #fff;
    text-decoration: none;
        font-size: 14px;
}
.Capsule ul.dssociate {
    list-style: none;
   padding: 0;
}
.Capsule ul.dssociate li {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 10px;
}
ul.dssociate span i{
    color: #33c9ff;
    font-size: 15px;
    margin-right: 14px;

}
.Capsule ul.dssociate li:hover {
    background-color: #33c9ff;
    color: #383838;
}

