/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

/* p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
} */

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    width: 250px;
    background: #f9fbe7;
    color: #252714;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
    background: #e6ebb0;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #e6ebb0;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #e6ebb0;
}

#sidebar ul p {
    color: #252714;
    padding: 10px;
}

#sidebar ul li a {
    width: 250px;
    padding: 10px 80px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #252714;
    background: #e6ee9c;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #252714;
    background: #e6ee9c;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #e6ebb0;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #252714;
}

a.article,
a.article:hover {
    background: #e6ebb0 !important;
    color: #252714 !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding-top: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    
      /* .parallax{
        background: url("img/home/lobbyU.jpg");
        opacity: 1;
        text-align: center;
        width: 100%;
        height: 80%;
        background-size: cover;
        box-sizing: border-box;
        box-shadow: inset 0px -150px 30px -80px #FFF;
      }
      .parallax-inner h1{
        text-align: center;
        font-size: 300%;
        color: #fafafa;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-shadow: 1px 1px 15px #000;
      } */
}
@media (max-width: 576) {
    
    
}

.boxx {
    /* border: 1px solid; */
    /* border-radius: 10% 10% 37% 38% / 10% 10% 78% 76% ; */
    /* padding: 40px 20px; */
    transition: 1s;
}
.boxx:hover{
    z-index: 2;
    transform: scale(1.3);
}
.pos1{
    background-color: rgb(152, 106, 236);
  border: 1px solid rgb(190, 118, 238);
  -ms-transform: translate(-20px,70px) rotate(45deg); /* IE 9 */
  transform: translate(10px,70px) rotate(-45deg); /* Standard syntax */
}
.pos3{
    background-color: rgb(102, 28, 238);
  border: 1px solid rgb(102, 28, 238);
  -ms-transform: translate(-550px,310px) rotate(180deg); /* IE 9 */
  transform: translate(-50px,70px) rotate(45deg); /* Standard syntax */
}
.rot3{
    color: #fafafa;
    -ms-transform: rotate(-180deg); /* IE 9 */
  transform: rotate(-180deg); /* Standard syntax */
}
.pos4{
    background-color: rgb(152, 106, 236);
  border: 1px solid rgb(190, 118, 238);
  -ms-transform: translate(-390px,250px) rotate(225deg); /* IE 9 */
  transform: translate(280px,80px) rotate(135deg); /* Standard syntax */
}
.pos5{
    background-color: rgb(152, 106, 236);
  border: 1px solid rgb(190, 118, 238);
  -ms-transform: translate(-390px,250px) rotate(225deg); /* IE 9 */
  transform: translate(-15px,150px) rotate(180deg); /* Standard syntax */
}
.pos6{
    background-color: rgb(156, 117, 228);
  border: 1px solid rgb(156, 117, 228);
  -ms-transform: translate(-190px,250px) rotate(135deg); /* IE 9 */
  transform: translate(-310px,80px) rotate(225deg); /* Standard syntax */
}
.pos2{
  transform: translate(-20px,0px)
}
/* .rot1{
    -ms-transform: rotate(20deg); 
  transform: rotate(20deg); 
} */

div.polaroid {
    max-width: 250px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 4px 6px 20px 4px rgb(0 0 0 / 2%);
    text-align: center;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 10px;
}
  
div.container {
    padding: 10px;
}
.br-c-body{
    border-radius: 0px 0px 10px 10px; 
}