/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/**********************/
/*     Statistics     */
/**********************/
.counter {
	padding-top: 4.5rem;
	padding-bottom: 5.5rem;
	text-align: center;
}

.counter .counter-cell {
	margin-bottom: 4rem;
}

.counter .purecounter {
	margin-bottom: 1.5rem;
	color: #191e47;
	font-weight: 400;
	font-size: 4rem;
	line-height: 2rem;
}

.counter .counter-info {
	color: #6d717a;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

/* Statistics */
.counter .counter-cell {
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  vertical-align: top;
}

/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 130px;
  }
  
  .our-courses .item .down-content {
	background-color: #fff;
  }
  
  .our-courses .item .down-content h4 {
	padding: 25px;
	font-size: 18px;
	color: #1f272b;
	text-align: center; 
	border-bottom: 1px solid #eee;
  }
  
  .our-courses .item .down-content .info {
	padding: 25px;
  }
  
  .our-courses .item .down-content .info ul li {
	display: inline-block;
	margin-right: 1px;
  }
  
  .our-courses .item .down-content .info ul li i {
	color: #f5a425;
	font-size: 14px;
  }
  
  .our-courses .item .down-content .info span {
	color: #a12c2f;
	font-size: 15px;
	font-weight: 600;
	text-align: right;
	display: inline-block;
	width: 100%;
  }
  
  .our-courses .owl-nav {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-45px);
  }
  
  .our-courses .owl-dots {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
  }
  
  .our-courses .owl-dots .owl-dot {
	transition: all .5s;
	width: 7px;
	height: 7px;
	background-color: #fff;
	margin: 0px 5px;
	border-radius: 50%;
	outline: none;
  }
  
  .our-courses .owl-dots .active {
	width: 24px;
	height: 8px;
	border-radius: 4px;
  }
	  
  .our-courses .owl-nav .owl-prev{
	margin-right: 10px;
	outline: none;
	position: absolute;
	left: -80px;
  }
  
  .our-courses .owl-nav .owl-prev span,
  .our-courses .owl-nav .owl-next span {
	opacity: 0;
  }
  
  .our-courses .owl-nav .owl-prev:before {
	display: inline-block;
	font-family: 'FontAwesome';
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	content: '\f104';
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
  }
  
  .our-courses .owl-nav .owl-prev {
	opacity: 1;
	transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-prev:hover {
	opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next {
	opacity: 1;
	transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-next:hover {
	opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next{
	margin-left: 10px;
	outline: none;
	position: absolute;
	right: -85px;
  }
  
  .our-courses .owl-nav .owl-next:before {
	display: inline-block;
	font-family: 'FontAwesome';
	color: #1e1e1e;
	font-size: 25px;
	font-weight: 700;
	content: '\f105';
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
  }

#carousel-wrapper {
	position: relative;
	width: 100%;
}
#carousel {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-y: hidden !important;
  display: flex;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.item {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 25px;
}

/** 
 * ===================================================================
 * 15. services - (_layout.scss)
 *
 * ------------------------------------------------------------------- 
 */
 #services {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 12rem;
	padding-bottom: 12rem;
	color: white;
	position: relative;
}
#services .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #151515;
	opacity: .9;
}

#services .section-intro {
	margin-bottom: 1.8rem;
}

#services .section-intro h1 {
	color: white;
}
#services .section-intro h5 {
	color: #FF0077;
}
#services .section-intro p {
	color: rgba(255, 255, 255, 0.7);
}
.services-content {
	max-width: 1200px;
}
.services-list {
	margin-top: 1.2rem;
	text-align: center;
}
.services-list .service {
	margin-bottom: 1.2rem;
	padding: 0 30px;
}
.services-list .icon {
	display: inline-block;
	margin-bottom: 2.1rem;
}
.services-list .icon i {
	font-size: 5.4rem;
	color: #FF0077;
}
.services-list h3 {
	color: #FFFFFF;
}
.services-list .desc {
	color: rgba(255, 255, 255, 0.6);
}

/* pagination */
.owl-pagination {
	text-align: center;
	width: 100%;
	margin: .6rem 0 0;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin: 1.2rem .8rem 0 .8rem;
	border-radius: 50%;
	display: inline-block;
	background: #FFFFFF;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #FF0077;
}


.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolling-wrapper, .card-blog {
	display: inline-block;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.scrolling-wrapper, .card-blog {
	flex: 0 0 auto;
  padding: 20px;
}

.card-blog {
  width: 300px;
  height: auto;
  background: wheat;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 100%;
  padding: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  display: none;
}

.wrapper1, .wrapper2 {
	width: 300 px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.wrapper1 {
	height: 20 px;
}
.wrapper2 {
	height: 200 px;
}

.div1 {
	width: 1000 px;
	height: 20 px;
}

.div2 {
	width: 1000 px;
	height: 200 px;
	background-color: #88FF88;
 overflow: auto;
}