/*
Edugo - Education Mobile Template
Author : aStyers
Author URL : 更多精品Bootstrap模板请访问：http://www.bootstrapmb.com
*/

/*Table of Content
-------
- fonts
- general
- button
- navbar
- sidebar
- slider
- features
- popular course
- testimonial
- latest news
- course
- course single
- teacher
- teacher single
- event
- event single
- blog
- blog single
- about
- services
- gallery
- page not found
- pricing table
- contact
- login
- register
*/

/*font*/
@import url("https://fonts.googleapis.com/css?family=Prompt:300,400,400i,500,500i,600,700,800,900|Roboto:300,400,400i,500,700,900");

/*general*/
body {
  font-family: 'Roboto', sans-serif;
  color: #888;
  font-size: 13px;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 110%;
  margin: 0;
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  color: #333;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  color: #333;
}

a:focus {
  outline: 0;
}

p {
  margin: 0;
  color: #999;
}

img {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

.segments {
  padding: 35px 0;
}

.segments-page {
  padding: 53px 0 30px;
}

.section-title {
  margin-bottom: 20px;
}

.section-title h3 {
  font-weight: 600;
  letter-spacing: 1px;
}

.page-title {
  text-align: center;
  margin-bottom: 22px;
}

.page-title h3 {
  font-size: 20px;
  letter-spacing: 1px;
}

.wrap-title {
  margin-bottom: 15px;
}

.date {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}

.date i {
  font-size: 13px;
  margin-right: 8px;
}

.bg-second {
  background: #f9f9f9;
}

.color-indigo1 {
  color: #4240d4;
}

.color-indigo2 {
  color: #5250d8;
}

.color-indigo3 {
  color: #6261db;
}

.color-indigo4 {
  color: #7271df;
}

.color-indigo5 {
  color: #8381e3;
}

.bg-red {
  background: linear-gradient(200deg, #ff5e3a, #ff2a68);
}

.bg-purple {
  background: linear-gradient(200deg, #c644fc, #5856d6);
}

.bg-purple2 {
  background: linear-gradient(200deg, #ef4db6, #c643fc);
}

.bg-blue {
  background: linear-gradient(200deg, #1ad6fd, #1d62f0);
}

.bg-blue2 {
  background: linear-gradient(200deg, #52edc7, #5ac8fb);
}

.bg-orange {
  background: linear-gradient(200deg, #ff9500, #ff5e3a);
}

.bg-green {
  background: linear-gradient(200deg, #87fc70, #0bd318);
}

/*button default*/
.button {
  background: #3f51b5;
  color: #fff;
  border: 0;
  padding: 5px 12px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}

.button i {
  margin-right: 10px;
  font-size: 15px;
  vertical-align: middle;
}

/*navbar*/
.navbar {
  /*padding: 15px 0 13px;*/
	background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
	height: 56px;
	/*border-bottom: 1px solid #f0f0f0;*/
}

.navbar-features {
  background: transparent;
}

.navbar-pricing {
  background: transparent;
}

.navbar .row {
  margin-bottom: 0;
}

.navbar .content-left h1 {
  font-size: 22px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px;
  color: #555;
}

.navbar .content-right {
  text-align: right;
}

.navbar .content-right i {
  font-size: 1.6rem;
  /*margin-top: 12px;*/
  color: #333;
	position: absolute;
	right: 25px;
	top: 55%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);

}

/*sidebar*/
.sidebar-panel .list-top {
  line-height: normal;
}

.sidebar-panel .user-view {
  text-align: center;
}

.sidebar-panel .user-view img {
  width: 70px;
  border-radius: 50%;
  margin: 0 auto;
}

.sidebar-panel .user-view h4 {
  margin: 15px 0 8px;
}

.sidebar-panel .side-nav {
  width: 260px;
  height: 100%;
}

.sidebar-panel .collapsible {
  border: 0;
}

.sidebar-panel .side-nav li > a {
  padding: 0 16px;
  font-weight: 500;
}

.sidebar-panel .side-nav li a > i {
  font-size: 16px;
  text-align: left;
  color: #3f51b5;
}

.sidebar-panel .side-nav li a i {
  margin-right: 20px;
}

.side-nav li > a:hover,
.side-nav .collapsible-header:hover {
  background: transparent;
}

.sidebar-panel .side-nav li.active {
  background: transparent;
}

.sidebar-panel .side-nav li.bg-specific {
  background: linear-gradient(310deg, #9fb0ce, #c5e1ea);
}

.sidebar-panel .side-nav .collapsible-header {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  overflow: hidden;
}

.sidebar-panel .side-nav .collapsible-header > i {
  font-size: 16px;
  width: 30px;
  text-align: left;
  color: #3f51b5;
}

.sidebar-panel .side-nav .collapsible-body li a {
  padding: 0 23px 0 61px;
}

.sidebar-panel .collapsible-header span i {
  margin-right: 0;
  font-size: 13px;
}

.sidebar-panel .side-nav .active .collapsible-header span i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*slide*/
.slide {
  /*height: 230px;*/
  margin-top: 55px;
}

.slide .content {
 /* height: 230px;*/
  background: #fff;
  position: relative;
  /*border-radius: 15px;*/
}

.slide .content .mask {
  background-color: rgba(0, 0, 0, 0.52);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border-radius: 15px;*/
}

.slide .content .mask-blue {
  /*background: linear-gradient(200deg, rgba(26, 214, 253, 0.7), rgba(29, 98, 240, 0.7));*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border-radius: 15px;*/
}

.slide .content .mask-red {
  /*background: linear-gradient(200deg, rgba(255, 94, 58, 0.84), rgba(255, 42, 104, 0.84));*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border-radius: 15px;*/
}

.slide .content .mask-purple {
  /*background: linear-gradient(200deg, rgba(198, 67, 252, 0.7), rgba(29, 98, 240, 0.7));*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border-radius: 15px;*/
}

.slide .content img {
  /*width: 100%;
  height: 100%;*/
  /*object-fit: cover;*/
  /*border-radius: 15px;*/
}

.slide .content .slider-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.slide .content .slider-caption span {
  display: inline-block;
  margin-bottom: 5px;
}

.slide .content .slider-caption h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

@media (min-width:350px) {
  .slide .content .slider-caption h2 {
    font-size: 24px;
  }

}

.slide .content .slider-caption p {
  color: #fff;
}

.slide .owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  top: -35px;
  margin-bottom: -36px;
}

.slide .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  transition: all .3s ease-in-out;
}

.slide .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
  background-color: #000;
}