*{
	box-sizing: border-box;
}
body{
	display: flex;
	justify-content: center;
	align-items: center;	
}
a { color: #CCA354 !important; }
/* Start Footer */
.overline-title { font-size: 11px; line-height: 1.2; letter-spacing: 0.2em; color: #CCA354; text-transform: uppercase; font-weight: 700; font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }

.text-light .overline-title { color: #CCA354; }

.is-dark .overline-title { color: #b7c2d0; }

.is-theme .overline-title { color: #a9cdff; }

.overline-title-alt { font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif; font-weight: 700; line-height: 1.2; letter-spacing: 0.15em; font-size: 11px; color: #CCA354; text-transform: uppercase; }

.is-dark .overline-title-alt { color: #CCA354; }

.is-theme .overline-title-alt { color: #a9cdff; }

.overline-title-sap { position: relative; display: inline-block; margin-bottom: 0; padding-left: .35rem; padding-right: .25rem; color: #b6c6e3; }

.overline-title-sap:before, .overline-title-sap:after { position: absolute; top: 50%; transform: translateY(-50%); width: 20px; height: 1px; content: ''; background: #b6c6e3; }

.overline-title-sap:before { right: 100%; }

.overline-title-sap:after { left: 100%; }


/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #CCA354; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #243559; 
  }
  

  
.course{
	background-image: -webkit-linear-gradient(325deg, #715522 0%, #CCA354 51%, #E8D6B3 100%);
    background-image: -o-linear-gradient(325deg, #715522 0%, #CCA354 51%, #E8D6B3 100%);
    background-image: linear-gradient(55deg, #715522 0%, #CCA354 51%, #E8D6B3 100%);
	border-radius: 4px;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
	display: inline-block;
	overflow: hidden;
	color: #FFF;
	width: 55%;
	margin-top: 50px;
    margin-bottom: 50px;
	
}
.course-info{
	background: #fff;
	color: #222;
	float: left;
	padding: 30px;
	width: 60%;
}
.course-progress{
	float: left;
	padding: 30px;
	position: relative;
	width: 40%;
}
.course-progress h4{
	margin-top: 10px;
	text-align: center;
	font-family: 'Celias-Light', sans-serif;
font-size: 1rem;
font-weight: 200;
}
.course-progress strong{
	color: #FFF;
}
.course-info a{
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	opacity: 0.8;
		text-decoration: none;
}
.course .course-progress {
	position: relative;
	overflow: hidden;
	border: none !important;}

	
.course .course-progress .logo-bg {
	display: block;
    width: 130px;
    height: 130px;
	padding-top: 30px;
    background: #222;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;    
    text-align:center;
	margin: 100px auto auto auto;
}
.course .course-progress .logo-bg img {
    width: 70px;
 }
.page-icon {
    width: 80px;
    height: 80px;
    margin: auto;
	}

.course-progress svg{
	height: 70px;
}
@media screen and (max-width: 740px) {

	.course .course-progress {
		position: relative;
		overflow: hidden;
		border: none !important;
    
    }

		
	.course .course-progress .logo-bg {
		position: absolute;
		height: 80px;
		width: 80px;
		padding: 18px 10px 10px 28px;
		top: -25px;
		left: -25px;
		background-color: #222;
		line-height: 60px;
		border-radius: 50%;
		margin: auto;
	}
	.course .course-progress .logo-bg img {
			width: 35px;
	}
	
	.course {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		width: 90%;
	
	}
	.course-progress, .course-info{
		width: 100%;
		float: none;
	}
	.course-info{
		height: 100%;
	}
	.course-progress h4{
		margin: 0px 0px;
		text-align: right;
		font-family: 'Celias-Light', sans-serif;
	font-size: 1rem;
	font-weight: 200;
	}

	.course-progress p{
		margin: 16px 0px;
		padding-bottom: 0!important;
		position: absolute;
		bottom: 0;
		color: #fff;
	}
	.course-progress svg{
		height: 40px;
	}
	}
