a fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

body.dashboard{
  font-family: 'Readex Pro', sans-serif;
  background:#fbfbfb;
  min-height: 100vh;
  height: auto !important;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 600 !important;
}
h1,h2,h3,h4,h5,h6,p,a,span{
 font-family: 'Readex Pro', sans-serif;
}
label{
  font-size: 14px;
}
.tab-content h3{
  margin: 25px 0 10px 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
 background: #0bb2f0; 
 color: #ffffff;
 outline: none;
}
#course-details{
  background: #f7f7f7;
  padding: 50px 0 70px 0;
}
#courses-data{
  width: 100% !important;
}
.course-content{
  padding: 20px 0 0 0;
}
.contact-info i{
  margin: 0 5px 0 0;
}
.contact-info a{
  margin:0 10px 0 0;
  font-size: 14px;
}
.btn-primary{
  background: #0bb2f0;
  padding: 10px 35px;
  border:none;
}
.btn-primary.btn-small{
  padding: 5px 15px;
}
.top-bar{
  background: #0bb2f0;
}
#logo,
.logo-footer{
  width: 90px;
  display: inline-block;
}
#logo img,
.logo-footer img{
  width: 100%;
}
.logo-footer{
  width: 50%;
}
.nav-bar{

}
/* STRUCTURE */

.side-nav-container{
  min-height: 100vh;
  height: auto !important;
  background-image:-webkit-linear-gradient(left, #4a4754, #5c5868);
  box-shadow: 0 4px 5px #d7d7d7;
}
.logo a{
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.top-menu li{
  display: inline-block;
  margin: 0 0 0 15px;
}
.top-menu li a{
  font-size: 14px;
  color: #ffffff;
}
.top-menu li a i{
  margin: 0 5px 0 0;
}
.social a{
  margin:0 3px;
}
.modal-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.8);
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.modal-box{
  position: fixed;
  top:30%;
  left:0;
  width: 100%;
  height: auto;
  z-index: 100;
  display: none;
}

.close-modal{
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
.modal-inner{
  padding:30px 15px;
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  background: #f7f7f7;
}
.modal-wide .modal-inner{
  width:80%;
}
.menu li,
.top-menu li{
  list-style: none;
}
ul.menu li a{
  padding: 15px;
  color: #1b1b1b;
  font-size: 16px;
  display: block;
  transition: all 0.1s;
}
ul.menu li a:hover{
  text-decoration: none;
  color:#0bb2f0;
}
.menu li.active a{
  padding-left: 27px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
}

.top-menu li{
  position: relative;
}
.top-menu li.active a:after{
  content: '';
  display: block;
  width: 50%;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: 25%;
  bottom:-5px;
}
.menu li{
  position: relative;
}
.menu li:hover .submenu{
  display: block;
}
.menu li a i{
  margin: 0 7px 0 0;
  font-size:16px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  background: #35333e;
  color:#9b98a2;
  text-align: center;
  border-radius: 100px;
}
.menu  .submenu{
  position: absolute;
  width: 200px;
  z-index:100;
  background: #ffffff;
  display: none;
  transition: all 0.2s;
}
.menu  .submenu li a{
  padding:5px 10px;
  font-size: 14px;
  color: #35333e;
}
.menu  .submenu li a i{
  height: 26px;
  width: 26px;
  font-size: 14px;
}
.menu li ul li.sub-active a{
  background: rgba(0, 0, 0, 0.4);
}
/*------Banner section styles----*/

.home-banner{
    background-image: url('../img/hero-img.webp');
    background-size: cover;
    background-position: center;
    min-height: 70vh;
}
.category-banner{
  background-image: url('../img/skilllinx-banner.jpg');
  background-size: cover;
  background-position: center;
}
.single-course-banner{
  padding: 75px 0;
}
.jumbotron .lead{
  font-size: 18px;
  line-height: 28px;
}
.search-results-section{
  background: #0bb2f040;
}
.search-box .form-control{
  height: 46px;
}
.search-box .col{
  padding: 0 3px;
}
.btn-search{
  width: 100%;
}
.course-info-bar span{
  display: inline-block;
}
div.dt-container.dt-empty-footer tbody>tr:last-child>*{
  border: none !important;
}
.course-info-bar span:after{
  content: '|';
  display: inline-block;
  padding: 0 5px;
}
.course-info-bar span:last-child:after{
  content: '';
}
.course-info-bar span i{
  margin: 0 5px 0 0;
}
.sidebar-widget{
  padding: 15px;
  border:1px solid #e7e7e7;
  border-radius: 5px;
  margin:0 0 10px 0;
}
.sidebar-widget ul{
  padding: 0 0 0 10px;
}
.sidebar-widget ul li{
  list-style: disc;
}
.sidebar-widget ul li .text-primary{
  font-size: 14px;
  line-height: 18px;
  color: #1b1b1b !important;
  padding: 10px 0px;
}
.tab-pane .card{
  min-height: 140px;
}
/*-----Course section--*/
#courses-section .card a{
  color: #1b1b1b;
}
#courses-section .card a:hover{
  text-decoration: none;
  color: #0bb2f0;
}
#courses-section .col-sm-6{
  padding: 0 5px;
  margin:5px 0;
}
.category-detail .px-4{
  padding: 0 !important;
}
/*---Middle banner section--*/
#middle-banner-section{
    height:400px;
    background:url('../img/skilllinx-middle-banner.jpg') center center no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
/*---Cities section styles---*/
#cities-section{
  background:#0bb2f020;
}
/*----Footer section styles---*/
#footer-section{
    background:#f2f2f2 url('../img/skilllinx-footer-bg.png') center bottom repeat-x;
    padding-bottom:100px;
        background-size: 600px 80px;
}
#footer-section .nav-link{
    display:inline-block;
}
/*----Inner pages styles---*/
#contact-section .contact-info i{
  font-size: 30px;

}
#startDate, #endDate, .date-field{
  background:#ffffff url('../img/date-icon.png') center right no-repeat;
  background-size: 32px 32px;
}
#startDate{
  background:#ffffff url('../img/date-icon.png') center right no-repeat;
}
/*-----Contact Page Styles----*/
.info-box i{
    font-size:20px;
    color:var(--primary);
    margin:0 10px 0 0;
}
.info-box a{
    color:#1b1b1b !important;
}
/*----Media Queries---*/

@media(max-width:767px){
  .search-box .col,
  .search-box .form-control{
    width: 100%;
    flex: 0 0 100%;
  }
  .search-box .form-control{
    margin: 0 0 10px 0;
  }
  #navbarNav{
    margin: 10px 0 0 0;
  }
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active{
    border:2px solid #0bb2f0 !important;
  }
  .navbar-toggler i{
    color: #0bb2f0;
  }
}