/*
    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 {
    background: #fff;
    border: none;
    border-radius: 0;
    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
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 10001;
    background: #6e93c2;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #6e93c2;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #6e93c2;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

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

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

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

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

#sidebar ul li a:hover {
    color: #6e93c2;
    background: #fff;
}

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

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: #6e93c2;
}

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: #6e93c2;
}

a.article,
a.article:hover {
    background: #6e93c2 !important;
    color: #fff !important;
}

.nav-item a, .title {
  color:#fff !important;
}
.btn-none{
  background: none !important;
}
.fa-bars{
  color: #fff !important;
  font-size: 28px !important;
}
.dropdown-menu .dropdown-item, .modal-title{
    color: #6e93c2 !important;
}
.dropdown-menu .dropdown-item:hover{
    background: #6e93c2 !important;
    color:#fff !important;
}
.modal-body p{
    color: #000 !important;
    font-weight: 600 !important;
}
.modal-body span{
    color: #47748b !important;
    font-weight: 500 !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.profile-btn{
    padding:3px 15px;
    background:#fff;
    color:#6e93c2;
    border-radius: 3px;
    font-size: 18px;
    outline: none;
    border: 2px solid #fff;
}
.navbar-nav li{
    padding-left: 8px;
    padding-right: 8px;
}
.nav-link{
    font-weight: 600;
    color:#fff !important;
}


@media screen and (max-width: 576px) and (min-width: 0px) {
    .desktop-only {
      display: none;
   }
   }
   
   
   @media (min-width: 1025px) {
    
    .mobile-only {
      display: none;
   }
    
   }
   @media (min-width: 768px) and (max-width: 1024px) {
    
    .mobile-only {
      display: none;
   }
    
   }





 #programming{
 
    padding-top: 100px;
    padding-bottom: 45px;
  }
  .programming-heading{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #618CC2;
  }
  .program-card{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 80;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .program-card li{
    padding: 1%;
    border: 0.1px solid rgb(233, 233, 233);
    list-style: none;
    font-size: 18px;
    font-weight: 500;
  }
  .program-card li img{
  width: 22px;
  height: 22px;
  }
  .program-card li:hover{
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .breadcumb-navigation{
    padding-top:65px !important;
  }
  .breadcrumb{
    padding-left:210px;
  }
 .breadcrumb-navtitle{
     font-size: 18px !important;
     font-weight: bold !important;
 }
  @media screen and (max-width: 680px) {
    .program-card{
      text-align: center;
      display: flex;
      flex-direction: column !important;
      width: 80;
      background: #fff;
  
    }
    .program-card li{
      width: 100%;
      padding: 4%;
    }
    .breadcrumb{
        padding-left:14px;
    }
  }



  .books-card{
    display: flex;
    flex-direction: column;
    width: 80;
    text-align: left;
    padding:15px;
    margin-top: 3%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  }
  .books-card p{
      margin: 0px !important;
  }
  .book-info{
      display: flex;
      justify-content: space-between;
      margin-top: 5px;
  }
  .book-title{
      color:#618CC2;
      font-size: 22px;
      font-weight: 600;
  }
  .book-description{
      font-weight: 500;
      padding-top:3px; 
      font-size: 15px;
  }
  .book-author{
      padding-top: 10px;
      color: #000;
      font-size: 17px;
      font-weight: 600;
  }
  .book-btn{
    border:2px solid #6d99d6;
    background:#fff;
    color:#6d99d6;
    outline: none !important;
    border-radius: 3px !important;
    text-decoration: none;
    padding: 8px 30px !important; 
  }
  .book-btn:hover{
    outline-color:#fff;
    border:2px solid #fff;
    background:#6d99d6;
    color:#fff;
  }
  .book-btn-solved{
    outline-color:#fff;
    border:2px solid #fff;
    background:#6d99d6;
    color:#fff !important;
    outline: none !important;
    border-radius: 3px !important;
    text-decoration: none;
    padding: 8px 30px !important; 
  }
  .book-week-desktop {
	color: white;
	width: 150px;
    height: 40px;
    font-weight: bold;
	margin: 2px auto;
	background: #4FC6DB;
	position: relative;
	line-height: 37px;
	padding-left: 30px;
	font-family: arial;
}

.book-week-desktop:before {
	content: '.';
	text-indent: -9999;
	position: absolute;
	width: 0;
	height: 0;
	left: -10px;
	top: 0px;
	border-top: 21px solid white;
	border-bottom: 20px solid white;
	border-right: 15px solid #4FC6DB;
}
.book-week-mobile {
	color: white;
	width: 150px;
    height: 40px;
    font-weight: bold;
	margin: 2px auto;
	background: #4FC6DB;
	position: relative;
	line-height: 37px;
	padding-left: 30px;
	font-family: arial;
}

.book-week-mobile:before {
	content: '.';
	text-indent: -9999;
	position: absolute;
	width: 0;
	height: 0;
	right: -10px;
	top: -1px;
	border-top: 21px solid white;
	border-bottom: 20px solid white;
	border-left: 15px solid #4FC6DB;
}
.success-rate{
    font-weight: 500;
    font-size: 15px;
    padding-top:15px;
    color: rgb(86, 180, 86);
}
  @media screen and (max-width: 680px) {
      
  .books-card{
    margin-top: 8%;
  }
  .book-title{
      padding-top: 5px;
      font-size: 18px;
  }
  .book-description{
      padding-top: 5px;
  }
    .book-info{
        display: flex;
        flex-direction: column;
        margin-top: 5px;
    } 
     .book-btn{
         margin-top: 18px;
       text-align: center;
      }
      .book-btn-solved{
        margin-top: 18px;
        text-align: center; 
      }
  }

  .locked{
    opacity: 0.4;
   }
   
   .lock{
      position: absolute !important;
      font-size: 40px !important;
      left: 50% !important;
      top: 25% !important;
      z-index: 1 !important;
   }
   



  
.footer-top .col-md-6{
    padding-top: 35px;
    padding-left: 15px;
  }
  .footer-top{
      margin-top:70px;
    padding-top: 15px;
    color: #fff;
    padding-bottom: 25px;
  }
  .footer-top ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .footer-top ul li{
    text-align: left;
  }
  .footer-top ul li a{
    color: #fff;
  }
  .footer-top ul li a:hover{
    color: #fff;
  }
  .info-heading{
    color: rgb(204, 204, 204);
    font-size: 19px;
  }
  .text-brand{
      font-size: 25px;
      font-weight: 600;
  }
  .footer-top .navbar-brand {
    color: rgb(204, 204, 204);
    text-decoration: none;
  }
  .footer-top .clg{
    color:rgb(204, 204, 204);
    font-size: 18px;
    padding-left: 45px;
    font-weight: 500; 
  }
  .social-links a i{
    font-size: 20px;
    color: rgb(204, 204, 204) !important;
    padding: 5px;
  }
  .social-links a i:hover{
    color: #fff !important;
  }
  .copyright-virtual{
    padding-bottom: 15px;
    color: rgb(204, 204, 204);
    margin: 0;
  }
  




  
  .button-primary{
      padding:3px 10px;
      background: #3168a7;
      font-weight:600;
      color: #fff;
  }
  .button-primary:hover{
    background: #0c5cb8;
}

.button-success{
    padding:3px 10px;
    background: #17AD97;
    font-weight:600;
    color: #fff;
}
.button-success:hover{
  background: rgb(22, 156, 136);
}

.button-danger{
    padding:3px 10px;
    background: #FE5678;
    font-weight:600;
    color: #fff;
}
.button-danger:hover{
  background: rgb(240, 73, 107);
}


.button-info{
    padding:3px 10px;
    background: #0275d8;
    font-weight:600;
    color: #fff;
}
.button-info:hover{
  background: #0a508d;
}
.navbar-brand{
	color: #fff !important;
	font-weight: bold !important;
	height: 50px;
	font-size: 25px !important;
}