body{
	margin:0px !important;
	line-height: 1.4;
}
* {box-sizing:border-box}

/* Slideshow container */

/* .slideshow-container ,.article-slideshow-container{
  max-width: 100%;
  position: relative;
  margin: auto;
  height: 100%;
  overflow:hidden;
} */

/* Hide the images by default */
.mySlides {
  display: none;
}



/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.owl-pagination .dot:hover{
	background-color: #000000;
}
.owl-pagination .active{
	background-color:#ffffff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.center_align{
	text-align: center;
	margin: 60px 0px 10px 0px;
}

.full_row{
	clear: both;
	width: 100%;
}
.course_headings{
	background-color: #cccccc;
	float: left;
}
.course_headings h2{
	margin: 0px;
	font-size:1.1em;
}
.left_side{
	float: left;
	width: 49%;
	text-align: justify;
}
.right_sides{
	float: right;
	width: 49%;
	text-align: justify;
	overflow: hidden;
}
.right_sides img{
	margin: 15px 2%;
}
.left_side img{
	margin: 15px 2%;
}
.main_padding{
	padding: 0px 5%;
}

.padding-top{
	padding-top: 30px;
}
.padding-bottom{
     padding-bottom: 30px;
}
.margin-top{
	margin-top: 30px;
}
.margin-bottom{
     margin-bottom: 30px;
}
.align_center{
	text-align:center;
}

.background{
	float:left;
	background-color: #cccccc;
	width:100%;
	padding: 10px 0px;
	color: #000000;
}
.free_icon{
	float:left;
	width: 10%;
	padding: 0px;
}
.free_icon img{
	width: 116%;
}
.free_heading{
	float:left;
	width:40%;
	font-size:28px;
	padding: 12px 5px;
	opacity: 0.9;
	margin-top:2.7%;
}
.paid_heading{
	float:left;
	width:30%;
	font-size:28px;
	padding: 12px 5px;
	opacity: 0.9;
	margin-top:2.7%;
}
.paid_heading:hover , .free_heading:hover{
	opacity: 1.0;
}


.free_course_items, .paid_course_items{
	float:left;
	width: 20%;
	text-decoration:none;
	font-weight:bold;
	padding-top:6px;
}
.paid_course_items{
	width: 30%;
	padding: 3% 0px;
}
.free_course_items ul,.paid_course_items ul{
	list-style: square inside;
	display:block;
}

.free_course_items ul li, .paid_course_items ul li{
	clear:both;
	line-height:0.1;
}

.free_course_items li a, .paid_course_items li a, .free_heading h2 a, .paid_heading h2 a{
	text-decoration:none;
	font-weight:bold;
	opacity:1.0;
	color:#000000;
}

.free_course_items li a:hover, .paid_course_items li a:hover,.free_heading h2 a:hover, .paid_heading h2 a:hover{
	opacity:1.0;
	background:none;
	color:#000000;
}
.free_image{
	float:left;
	width:30%;
}

.go_back_class{
	text-align:center; 
	background-color:blue; 
	padding:20px; 
	color:#fff; 
	font-weight: bold;
}
.go_back_class a{
	font-size:18px; 
	color:#fff; 
	font-weight: bold;
	text-decoration:none;
}
@media screen and (min-width: 1200px) and (max-width: 6000px) {
	.desktop_image{
		display:block;
	}
	.not_desktop_image{
		display:none;
	}
}