.sidebar-item{
	border-radius:  8px;
	margin-bottom:  6px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.sidebar-title {
	margin-top:  1rem;
	text-align:  center;
	font-size:  1.1rem;
	font-weight:  bold;
	cursor:  pointer;	
}

.sidebar-card-header {
	background: #efefef;
}

.sidebar-list-body {
	background:  #f4f5f7;
}

.sidebar-a {
	text-decoration:  none;
	list-style:  none;
	text-align:  left;
	font-size:  1rem;
	font-weight:  bold;
	cursor:  pointer;
	color:  #000;
	border-radius:  8px;
	margin-bottom:  10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.sidebar-a:hover {
	transform: scale(1.1);
	color:  #fff;
	background:  #40403f;
	font-weight: normal;

}

.homepage-navbar {
	background: #FCD233;
} 

/*.nav-logo {
	width:  120px;
	height:  45px;
	border: 3px solid #59E3C2;
	border-radius:  8px;
}

.nav-logo:hover {
	transform: scale(1.2);
} */

.navbar-li {
    font-weight: 500;
    color:#000;
    text-decoration:  none;
    list-style:  none;
	font-size:  1rem;
	padding:  4px;
	margin:  4px;
}

.navbar-li:hover {
	font-weight:  normal;
	color: #ffffff;
	background: #2f3440;
	padding: 4px;

	font-size:  1rem;
	margin:  4px;
	text-decoration:  none;
	list-style:  none;
}

.navbar-dropdown-list {
	padding: 10px;
	background: #e4e5e6;
	max-width: 12rem
} 

.navbar-dropdown-a {
	background:  #FCD233;
	border:  2px solid #000;
	border-raius:  8px;
}

.social-a {
	font-weight:  bold;
	padding:  4px;
	border:  3px solid #000;
	border-radius:  5px;
	color:  #000;
	font-size:  1rem;
	
	text-decoration:  none;
	list-style:  none;
}

.social-a:hover {
	font-weight:  normal;
	color: #ffffff;
	background: #2f3440;
	
	text-decoration:  none;
	list-style:  none;
}

.facebook-a {
	font-weight:  bold;
	padding:  4px 7px 4px 7px;
	border:  3px solid #000;
	border-radius:  5px;
	color:  #000;
	font-size:  1rem;
	
	text-decoration:  none;
	list-style:  none;
}

.facebook-a:hover {
	font-weight:  normal;
	color: #ffffff;
	background: #2f3440;
	
	text-decoration:  none;
	list-style:  none;
}

header {
	margin-top: 20px
}

.ilearn-video {
	width: 100%;
	height: 100%; 
	object-fit: cover; 
	/*border:  8px solid red;
	border-radius:  10px;*/
}

.search-div { 
	border:  8px solid #59E3C2;
	border-radius:  10px;
}

.section-divs { 
	border:  8px solid #82C5EE;
	border-radius:  10px;
	padding:  20px;
}

.section-divs { 
	border:  8px solid #FCD233;
	border-radius:  10px;
	padding:  20px;
	margin-bottom:  20px;
}

.section-divs1 { 
	border:  8px solid #82C5EE;
	border-radius:  10px;
	padding:  20px;
	margin-bottom:  20px;
}

.testimonials-div {
	margin-top:  30px;
	border:  8px solid #FCD233;
	border-radius:  10px;
	padding:  20px;
	margin-bottom:  20px;

}

.news-div {
	margin-top:  30px;
	border:  8px solid #82C5EE;
	border-radius:  10px;
	padding:  20px;
	margin-bottom:  20px;

} 


.site-footer {
	background: #FCD233;
	padding: 20px;
	color: #000;
	text-align: center;
}

button {
	outline:  none;
}
.skills-sidebar-title {
  text-decoration: none;
  color: #555; 
  font-weight: ;
  font-size: 1rem; 
}

/*.skills-sidebar-title:hover {
  text-decoration: none; 
  color: #282824;
  background:  #b2b2b2; 
  font-weight: 500;
  font-size: 1.1rem; 
} */

.skills-card-bottom-margin {
	margin-bottom:  6px;
	border:  1px solid #555;
}

.column-elipsis {
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
	max-width: 6rem;
}

.faqs-container {
	min-height: 90vh; 
	border-radius: 10px;
	padding: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.faqs-div {
	padding: 10px;
	border: 1px solid #555;
	border-radius: 8px;
	margin-bottom: 8px;
	background: #efefef;
}
.navbar2 {
	background:  #000;
	height:  80px;
	z-index: 9999;
}

.navbrand2 {
	color: #fff;
	margin-left:  18px;
	font-size:  1.2rem;
}
.navbar2-collapse {
	color: #fff;
	background: #000;
	padding-left: 16px;
	margin-right:  20px;
	text-align: left;
	width:  100%;
}

.navtab-item {
	font-size:  1rem;
	font-weight:  600;
	color:  #555;
	color:  inherit;
	text-decoration: none;
	padding:  8px;

}


.navtab-item:hover {
	font-size:  1rem;
	font-weight:  600;
	color: #fff;
	background: #555;
	text-decoration: none;
	/* transform: rotate(-6deg); */

}

@media only screen and (max-width: 1000px) {
  .skills-tab-hide {
    display: none;
   
  }
}



@media only screen and (min-width: 999px) {
  .skills-tab-show {
    display: none;
    background:  red;
  }
}

.skills-main-div {
	min-height: 90vh;
	border-radius: 10px;
	padding: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

.tabbable .nav-tabs {
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
  white-space: nowrap;
}

.skill-title {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

.skill-subtitle {
	font-size: 1.6rem;
	color:  #fff;
	background:  #555;
	border-radius:  5px;
	padding:  5px 8px 5px 8px;
	text-align: center;

}

.landingpage-skills-title {
	color:  #555;
	text-decoration:  none;

}

.site-image {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #6b919e;
  max-height: 300px;
  width: auto;
}