.embed-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb{
	text-align:right;
	margin-bottom: 40px;
}
.breadcrumb a{
	color:#000;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	color:#000;
	margin:0 5px
}
section.hero-section {
    padding: 91px 0 50px;
	text-align: center;
}
.hero-section h2{
	margin-bottom:30px;
}
.ecommerce-header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
	margin-bottom: 25px;
}
.hero-image {
    margin-bottom: 15px;
}
section.webinar-video {
    background: #f9f9fa;
    padding: 35px 0 50px;
}
section.courses {
    background: #f9f9fa;
    padding: 35px 0 100px;
}
.webinar-video h2 {
    text-align: center;
    margin-bottom: 20px;
}
.webinar-video-holder {
    float: left;
    width: 45%;
	margin-top: 15px;
}
.webinar-details {
    float: right;
    width: 51%;
}
.webinar-details h3{
	font-weight:bold;
	margin-bottom: 15px;
}
.view-webinar {
    margin-top: 35px;
}
section.featured-lessons {
    padding: 35px 0 50px;
}
.featured-lessons h2{
    text-align:center;
	margin-bottom: 40px;
}
.lesson-image {
    float: left;
    width: 44%;
	margin-top: 12px;
}
.lesson-details {
	float: right;
    width: 56%;
}
h3.lesson-name {
    font-weight: bold;
}
.lesson-holder {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.lesson-holder.last {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.start-lesson {
    margin-top: 35px;
}
.border2 span {
    height: 3px;
    width: 85px;
    background: #ffce45;
    display: inline-block;
}
.border2 {
    margin-bottom: 25px;
}
.courses h2{
	text-align:center;
	margin-bottom: 40px;
}
.eu-category {
    float: left;
    width: 31%;
    margin: 0 1.1%;
}
.cat-image img{
	max-width:100%;
}
h3.cat-name {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    min-height: 60px;
    margin: 25px 0 5px;
}
.learnmore-btn {
    margin-top: 30px;
}
.cat-description {
    padding: 0 5px;
}
.border span {
    height: 3px;
    width: 85px;
    background: #ffce45;
    display: inline-block;
}
.border{
	text-align:center;
	margin-bottom: 30px;
}

@media(max-width: 1199px) {
	.ecommerce-header p{
		padding:0 15px;
	}
	.lesson-image img{
		width:100%;
	}
	.lesson-image {
		width: 41%;
	}
	h3.cat-name {
		font-size: 24px;
	}
}
@media(max-width: 1023px) {
	img{
		max-width:100%;
	}
	.webinar-details {
		float: none;
		width: 100%;
	}
	.webinar-video-holder {
		float: none;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.lesson-details {
		float: none;
		width: 100%;
	}
	.lesson-image {
		width: 100%;
		float: none;
	}
	.eu-category {
		float: none;
		width: 100%;
		margin: auto;
	}
	.cat-image {
		text-align: center;
	}
	.eu-category {
		float: none;
		width: 100%;
		margin: auto;
		margin-bottom: 40px;
		text-align: center;
	}
	h3.cat-name {
		min-height: auto;
	}
	
}
@media(max-width: 767px) {
	.breadcrumb ol li{
		display:block;
		text-align: left;
		display: inline-block
	}
	.ul-left {
		float: none;
		width: 100%;
	}
	.ul-left ul{
		padding:0;
	}
	.breadcrumb {
		margin-bottom: 28px;
	}
	.ecommerce-header p {
		padding: 0;
		text-align: left;
	}
	.lesson-details {
		margin-top: 20px;
	}
	section.courses {
		padding: 35px 0 50px;
	}
	.hero-section p br{
		display:none;
	}
	.hero-section p{
		text-align: left;
	}
	.breadcrumb ol {
		text-align: right;
	}
	.hero-section h2 {
		font-size: 30px;
	}
}