/*
Copyright (c) 2016 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]

Project:	Educo
Version:	2.0.0
Assigned to:	Themeforest
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Normal css / .ed_toppadder10
3. Header Top / #educo_wrapper
4. Header Bottom / .ed_header_bottom
5. Main Menu / .edoco_menu
6. Sub Menu / .edoco_menu ul li ul 
7. Main Slider / .ed_slider_form_section
8. Search form/ .ed_form_box
9. Populer Areas Section / .ed_transprentbg
10. Our Skill Section / .ed_graysection
11. Video Section / .ed_parallax_section
12. Most Recent Course Section / .ed_mostrecomeded_course_slider
13. Latest News / .ed_latest_news_slider
14. Newsletter Section / .ed_newsletter_section
15. Footer Top / .ed_footer_wrapper
16. Footer Bottom / .ed_footer_bottom
17. Breadcrumb / .ed_pagetitle
18. Index2 Page / .ed_counter_wrapper
19. About page / .ed_chart_ratio
20. Blog Page / .ed_blog_all_item
21. Blog Single Page / .ed_blog_info blockquote
22. Sidebar / .sidebar_wrapper_upper
23. Pagination / .ed_blog_bottom_pagination
24. Event Page / .ed_single_wrapper
25. Event Single Page / .ed_event_single_item
26. Course Page / .ed_courses
27. Contact Page / .ed_contact_form
28. Error Page / .ed_error_wrapper
29. Custom Radio Button And Check Box /.custom-checkbox 
30. Instructor Single Page / .ed_dashboard_wrapper
31. Student Detail Page / .ed_dashboard_tab_info
32. Become Teacher Page / .ed_teacher_div
33. Cart Page /.woo-cart-table
34. Checkout Page / .checkout.woocommerce-checkout
35. Course Purchase Page / .course_purchase_wrapper
36. Policy Page / .ed_policy_wrapper h3
37. Course Single Page / .ed_course_single_image
38. Responsive Css / .ed_dots
*/
/*--------- Body Strat -------*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #272727;
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot?#iefix) format('embedded-opentype'), url(../fonts/star.woff) format('woff'), url(../fonts/star.ttf) format('truetype'), url(../fonts/star.svg#star) format('svg');
	font-weight: 400;
	font-style: normal;
}
/*--------- Body End -------*/
/*---------- Normal css start -------*/
a {
	color: #272727;
	text-decoration: none;
}
a:hover, a:focus {
	color: #535465;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: 'Roboto Slab', serif;*/
	font-weight: 400;
	line-height: 1.1;
	color: #202020;
}
img {
	max-width: 100%;
}
input {
	outline: none;
	border-radius:0px !important;
}
input:focus {
	outline: none !important;
	box-shadow:none !important;
}
textarea {
	outline: none;
	border-radius:0px !important;
}
textarea:focus {
	outline: none !important;
	box-shadow:none !important;
}
.ed_toppadder10{
	padding-top:10px;
}
.ed_toppadder20{
	padding-top:20px;
}
.ed_toppadder30{
	padding-top:30px;
}
.ed_toppadder40{
	/*padding-top:40px;*/
}
.ed_toppadder50{
	padding-top:50px;
}
.ed_toppadder60{
	padding-top:60px;
}
.ed_toppadder70{
	padding-top:70px;
}
.ed_toppadder80{
	padding-top:80px;
}
.ed_toppadder90{
	padding-top:90px;
}
.ed_toppadder100{
	padding-top:100px;
}
.ed_bottompadder10{
	padding-bottom:10px;
}
.ed_bottompadder20{
	padding-bottom:20px;
}
.ed_bottompadder30{
	padding-bottom:30px;
}
.ed_bottompadder40{
	padding-bottom:40px;
}
.ed_bottompadder50{
	padding-bottom:50px;
}
.ed_bottompadder60{
	padding-bottom:60px;
}
.ed_bottompadder70{
	padding-bottom:70px;
}
.ed_bottompadder80{
	padding-bottom:80px;
}
.ed_bottompadder90{
	padding-bottom:90px;
}
.ed_bottompadder100{
	padding-bottom:100px;
}
/*---------- Normal css end -------*/
/*---------- Header Top start ----------*/
#educo_wrapper{
	width:100%;
	float:left;
	position:relative;
	}
#ed_header_wrapper{
	float:left;
	width:100%;
	z-index:100;
}
.ed_header_top {
    width: 100%;
    float: left;
    background-color: #3FC380;
	color:#ffffff;
	text-transform:capitalize;
	padding:10px 0px;
}
.ed_header_top p{
	margin:0px;
	width: 50%;
    float: left;
}
.ed_info_wrapper{
	float:right;
	width:50%;
	text-align:right;
	position:relative;
}
.ed_info_wrapper a{
    padding: 12px 30px;
    color: #3FC380;
    text-decoration: none;
    background-color: #fff;
    margin: 0px;
	border:1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_info_wrapper a:hover{
	text-decoration:none;
	background-color:#3FC380;
	border:1px solid #fff;
	color:#fff;
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_info_wrapper a:focus{
	color:#ffffff;
	background-color:#3FC380;
	border:1px solid #fff;
	outline:none;
}
.ed_login_form{
	position:absolute;
	right:0%;
	top:145%;
	padding:20px;
	display:inline-block;
	border-radius:0px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	background-color:#ffffff;
	display:none;
	z-index:1000;
}
.ed_login_form h3{
	text-transform:capitalize;
	position:relative;
	text-align:center;
	margin-top:0px;
}
.ed_login_form h3:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0%;
    right: 0%;
    width: 50px;
    height: 2px;
    background-color: #3FC380;
    margin: 8px auto;
}
.ed_login_form .form{
	text-align:left;
	padding-top:20px;
}
.ed_login_form .form label{
	color:#272727;
	margin:0px;
}
.ed_login_form .form input{
	border-radius:4px;
	box-shadow:none;
	color:#272727;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_login_form .form input:focus{
	outline:none;
	background-color:none;
	box-shadow:none;
	border-color:#3FC380;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_login_form .form input:active{
	outline:none;
	background-color:none;
	box-shadow:none;
	border-color:#3FC380;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_login_form a{
	text-decoration: none;
    color: #ffffff;
	border:none;
	background-color:#3FC380;
    font-size: 12px;
	padding:11px 30px;
	margin-right:10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_login_form a:hover{
	background-color:#3FC380;
	color:#ffffff;
	border:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_login_form button{
	text-decoration: none;
    color: #ffffff;
	border:none;
	background-color: #3FC380;
    font-size: 12px;
	padding:10px 30px;
	margin-right:10px;
    margin-top: 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_login_form button:hover{
	background-color:#3FC380;
	color:#ffffff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_login_form button:focus{
	outline:none;
}
.ed_login_form a:last-child{
	margin-right:0px;
}
/*--------- Header Top end -----------*/

/*----------- Header Bottom start ---------*/
.ed_header_bottom {
    width: 100%;
    float: left;
    background-color: #ffffff;
}
.educo_logo{
	float:left;
	width:100%;
    padding-top: 25px;
}
.educo_logo a{
	display: inline-block;
}
.educo_call{
    float: left;
    width: 100%;
    padding-top: 30px;
	text-align: right;
}
.educo_call i{
	color:#3FC380;
	padding-right:10px;
}
.educo_call a{
	text-decoration:none;
	color: #3c3d49;
	font-weight: 700;
    cursor: text;
}
.menu_fixed{
	position: fixed;
	z-index:1000;
	padding:0px 0px;
	-moz-box-shadow:0px 0px 10px;
	-webkit-box-shadow:0px 0px 10px;
	box-shadow:0px 0px 10px;
}
.edoco_menu_toggle {
	width: 100%;
	padding: 10px;
	background: #3FC380;
	cursor: pointer;
    margin: 0px;
	color:#ffffff;
    border-radius: 0px;
}
.edoco_menu_toggle i {
	float: right;
	font-size: 25px;
}
.edoco_menu .navbar-collapse.in{
	overflow:inherit;
}
/*------ Header Bottom end -----------*/
/*--------menu start----------*/
.edoco_menu {
    display: inline-block;
    width: 100%;
}	
.edoco_menu ul {
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:center;
}
.edoco_menu ul li {
	display: inline-block;
    position: relative;
}
.edoco_menu ul li a {
	display: inline-block;
	padding: 30px 50px 30px 0px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    color: #3c3d49;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.edoco_menu ul li a:hover {
	color:#3FC380;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.edoco_menu ul li:last-child a{
	padding-right:0px;
}
.edoco_menu ul li.active a{
	color:#3FC380;
}
/*---------------------menu end---------------------*/
/*------------------Sub menu start-----------------*/	
.edoco_menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
}
.edoco_menu ul li ul.sub-menu {
	position: absolute;
	z-index: 100;
	text-align:left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: -webkit-translateY(15px);
    -moz-transform: -moz-translateY(15px);
    -ms-transform: -ms-translateY(15px);
    -o-transform: -o-translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.edoco_menu ul li ul.sub-menu li {
	display: block;
	position: relative;
	width: 160px;
}
.edoco_menu ul li ul.sub-menu li a {
	padding: 5px 10px;
	margin:0px;
	width:100%;
	background-color: #3FC380;
	color:#ffffff;
	border-bottom:1px solid transparent;
}
.edoco_menu ul li ul.sub-menu li:first-child a{
	padding-top:10px;
}
.edoco_menu ul li ul.sub-menu li:last-child a{
	padding-bottom:10px;
}
.edoco_menu ul li ul.sub-menu li a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}
/*------------------Sub menu end-----------------*/

/*------------------Sub menu --Sub menu start-----------------*/	
.edoco_menu ul li ul.sub-menu li:hover ul.sub-menu {
	opacity:1;
	visibility:visible;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
}
.edoco_menu ul li ul.sub-menu li ul.sub-menu {
	position: absolute;
	z-index: 100;
    left: 50px;
    top: 30px;
	text-align:left;
	border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: -webkit-translateY(15px);
    -moz-transform: -moz-translateY(15px);
    -ms-transform: -ms-translateY(15px);
    -o-transform: -o-translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*------------------Sub menu --Sub menu end-----------------*/

/*------------------Sub menu --Sub menu --Sub menu start-----------------*/	
.edoco_menu ul li ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu {
	opacity:1;
	visibility:visible;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
}
.edoco_menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	position: absolute;
	z-index: 100;
    left: 50px;
    top: 30px;
	text-align:left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: -webkit-translateY(15px);
    -moz-transform: -moz-translateY(15px);
    -ms-transform: -ms-translateY(15px);
    -o-transform: -o-translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.edoco_menu ul li:last-child ul.sub-menu li ul.sub-menu li ul.sub-menu {
	position: absolute;
	z-index: 100;
    right: 50px;
    top: 30px;
	left:auto;
	text-align:left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: -webkit-translateY(15px);
    -moz-transform: -moz-translateY(15px);
    -ms-transform: -ms-translateY(15px);
    -o-transform: -o-translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*------------------Sub menu --Sub menu --Sub menu end-----------------*/
/*---------- Slider start ---------*/
.ed_slider_form_section {
	float:left;
	width:100%;
	position:relative;
	margin-top: -58px;
}
/*--------- Slider end ---------*/
/*--------- Search form start --------*/
.ed_form_box{
	float:left;
	width:100%;
	position:absolute;
	bottom:-70px;
}
.ed_search_form{
	float:left;
	width:100%;
	background-color:#3FC380;
	padding:50px 50px 40px 50px;
}
.ed_search_form .form-inline {
    float: left;
    width: 100%;
}
.ed_search_form .form-inline .form-control{
	border:2px solid #fff;
	background-color:#3FC380;
	padding:11px;
	color:#eaeaeb;
	float:left;
    width: 100%;
	font-size:12px;
	height:auto;
}
.ed_search_form .form-inline .form-group {
    width: 19.5%;
    padding: 0px 15px;
}
.ed_search_form .form-inline .form-group:first-child {
    padding-left: 0;
}
.ed_search_form .form-inline .form-group:last-child {
    padding-right: 0;
}
.ed_search_form form input::-moz-placeholder {
	color:#eaeaeb;
	text-transform:capitalize;
}
.ed_search_form form input:-ms-input-placeholder {
	color:#eaeaeb;
	text-transform:capitalize;
}
.ed_search_form form input::-webkit-input-placeholder {
	color:#eaeaeb;
	text-transform:capitalize;
}
.ed_search_form .ed_orange{
	
}
.ed_dots {
    float: left;
    width: 50px;
    height: 43px;
    line-height: 50px;
    text-align: center;
}
.ed_dots p{
    color: #726f76;
    text-decoration: none;
    margin: 0;
    font-size: 25px;
    font-weight: 900;
    float: left;
    width: 100%;
}
.ed_btn {
    border-radius: 0;
    padding: 12px 44px;
	overflow: hidden;
	position:relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
    z-index: 1;
	border:none;
}
.ed_btn::before,
.ed_btn::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ed_orange{
	background-color:#3FC380;
	color:#fff;
	border:2px solid #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_orange:hover {
	background-color:#fff;
	color: #3FC380;
	border:2px solid #3FC380;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_green{
	background-color:#fff;
	color:#3FC380;
	border:2px solid #3FC380;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_green:hover {
	background-color:#3FC380;
	color: #fff;
	border:2px solid #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*--------- Search form end ---------*/
/*-------- populer areas section start --------*/
.ed_transprentbg{
	float:left;
	width:100%;
}
.ed_heading_top{
	text-align:center;
	float:left;
	width:100%;
}
.ed_heading_top h3 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 15px;
    color: #d35400 !important;
}
.ed_heading_top h3:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    right: 0%;
    width: 140px;
    height: 1px;
    background-color: #d35400 !important;
    margin-left: -70px;
}
.ed_populer_areas_slider{
	padding-top:75px;
	padding-bottom:75px;
	float:left;
	width:100%;
	min-height:321px;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev {
    top: -25%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev i{
	font-weight:bold;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next i{
	font-weight:bold;
}
.ed_populer_areas_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	font-size: 20px;
}
.ed_populer_areas_slider .owl-height{
	min-height:321px;
}
.ed_item_img{
	overflow:hidden;
	margin-bottom:25px;
	position:relative;
}
.ed_item_img img{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
}
.ed_item_img img:hover {

}
/*.ed_item_img:after{*/
	/*content:"";*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0%;*/
    /*right: 0%;*/
    /*bottom: 0%;*/
    /*background-color: rgba(22, 122, 198, 0.6);*/
	/*-webkit-transition: all 0.3s;*/
	/*-moz-transition: all 0.3s;*/
	/*-ms-transition: all 0.3s;*/
	/*-o-transition: all 0.3s;*/
	/*transition: all 0.3s;*/
/*}*/
/*.owl-carousel .owl-item:hover .ed_item_img:after{*/
	/*content:"";*/
    /*position: absolute;*/
    /*top: 0%;*/
    /*left: 0%;*/
    /*right: 0%;*/
    /*bottom: 0%;*/
    /*background-color: rgba(22, 122, 198, 0.6);*/
	/*-webkit-transition: all 0.3s;*/
	/*-moz-transition: all 0.3s;*/
	/*-ms-transition: all 0.3s;*/
	/*-o-transition: all 0.3s;*/
	/*transition: all 0.3s;*/
/*}*/
.ed_populer_areas_slider .ed_item_description {
	float:left;
	width:100%;
}
.ed_populer_areas_slider .ed_item_description h4{
	font-weight:700;
	text-transform:capitalize;
	font-size:16px;
}
a.ed_getinvolved{
	text-decoration:none;
	font-size:12px;
	color:#272727;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.ed_getinvolved:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.ed_getinvolved i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease; 
}
a.ed_getinvolved:hover i{
  padding-left:5px;
}
/*---------- Populer areas section end ------*/
/*-------- our skill section start -----*/
.ed_graysection{
	float:left;
	width:100%;
	background-color:#edf2f6 !important;
}
.skill_section{
	float:left;
	width:98%;
	background-color:#ffffff;
	padding:50px;
	margin-bottom: 10px;
}
.skill_section h4{
	font-size:20px;
}
.skill_section h4 a{
	text-decoration:none;
	color:#202020;
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.skill_section h4 a:hover{
	color:#3FC380;
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.skill_section p{
	float:left;
	width:80%;
	padding-top: 10px;
}
.skill_section span{
	float:left;
	width:20%;
	text-align: center;
}
.skill_section span i{
	font-size:30px;
	color:#202020;
}
.skill_section span i{
	font-size:30px;
	color:#202020;
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
   -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.skill_section:hover span i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
	color:#3FC380;
}
.skill_section h4 a i{
	color:#3FC380;
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.skill_section h4 a:hover i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
	color:#3FC380;
	padding-left:5px;
}
/*------- our skill section end ---------*/
/*-------- Video section start ---------*/
.ed_parallax_section{
    float: left;
    width: 100%;
    background-color: #524c55;
    padding: 100px 0px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	background-image: url(http://placehold.it/1732X1155);
}
.ed_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background-color:rgba(0, 0, 0, 0.8);
}
.ed_video_section{
	float: left;
    width: 98%;
	position:relative;
}
.ed_video_section  img{
	width:100%;
}
.ed_video_section .ed_img_overlay i{
	position:absolute;
	top:50%;
	left:50%;
	color:#ffffff;
	font-size:18px;
	border:4px solid #ffffff;
	border-radius:50px;
	padding:5px 7px 5px 10px;
	cursor:pointer;
	margin-left:-20px;
	margin-top:-20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_video_section .ed_img_overlay i:hover{
	color:#3FC380;
	border-color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_video_section_discription{
	float: left;
    width: 98%;
	margin-left:12px;
}
.ed_video_section_discription h4{
	font-size:24px;
	color:#ffffff;
	padding-top: 40px;
}
.ed_video_section_discription p{
	color:#d0d1da;
	padding:20px 80px 30px 0px;
}
.ed_video_section_discription span{
	float:left;
	width:100%;
}
.ed_video {
    float: left;
    width: 100%;
    position: relative;
}
.ed_video .ed_img_overlay {
    background-color: rgba(0, 0, 0, 0.62);
}
/*-------- Video section end ---------*/
/*---------- most recent course section start ----------*/
.ed_mostrecomeded_course_slider{
	float:left;
	width:100%;
}
.ed_mostrecomededcourseslider{
	min-height:385px;
}
.ed_mostrecomededcourseslider .owl-height{
	min-height:385px;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev {
    top: -20%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev i{
	font-weight:bold;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next {
    top: -20%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next i{
	font-weight:bold;
}
.ed_mostrecomeded_course_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	font-size:20px;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data{
	padding:10px 0px;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data img{
	width:32px;
    display: inline-block;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data .course_faculty{
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom: 5px;
    margin-bottom: 10px;
}
.course_faculty img{
	width:32px;
	height:32px;
	margin-right:5px;
	margin-bottom: 5px;
    border-radius: 50%;
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}
.course_faculty a {
    text-transform: uppercase;
    color: #3FC380;
	font-weight:600;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data .rating{
	border-bottom:1px solid #ddd;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}

.ed_most_recomended_data h4 {
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0px 0px 10px 0px;
}
.ed_most_recomended_data h4 a{
	font-size: 18px;
	color:#202020;
	text-decoration:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_most_recomended_data h4 a:hover{
	color:#3FC380;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_most_recomended_data h4 span {
    float:right;
}

.ed_most_recomended_data a:hover i {
    padding-left: 5px;
}
.ed_most_recomended_data a i {
    -webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_rating{
	float: left;
    width: 100%;
    color: #202020;
    padding:5px 0px 10px 0px;
}
.ed_stardiv{
	float: left;
    width: 100%;
    padding: 5px 0px;
}
.ed_stardiv .star-rating{
	margin:0px;
}
.ed_views{
	float: right;
    width: 100%;
	text-transform:capitalize;
	text-align: right;
}
.ed_views i{
	color:#3FC380;
}
.star-rating {
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 10px;
    width: auto;
    font-family: star;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating:before {
    content: "\53\53\53\53\53";
    color: #EAEAEA;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #3FC380;
}
/*---------- most recent course section end ----------*/
/*----------- latest news start -------*/
.ed_latest_news_slider{
	float:left;
	width:100%;
	text-align:center;
}
.ed_latest_news_slider .owl-carousel{
    background-color: #fff;
    padding: 75px 0px;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-prev {
    top: -30%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-prev:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-prev i{
	font-weight:bold;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-next {
    top: -30%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-next:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-next i{
	font-weight:bold;
}
.ed_latest_news_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	font-size:20px;
}
.ed_latest_news_slider .ed_item_description h4{
	font-weight:700;
	text-transform:capitalize;
	font-size:16px;
}
.ed_latest_news_slider .ed_item_description a{
	text-decoration:none;
	font-size:12px;
	color:#3FC380;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_news_slider .ed_item_description a:hover{
	color:#202020;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_news_slider .ed_item_description a i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_news_slider .ed_item_description a:hover i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
  padding-left:10px;
}
/*----------- latest news end -------*/
/*------- newsletter section start ------*/
.ed_newsletter_section{
	float:left;
	width:100%;
	background-color:#524c55;
    padding: 80px 0px;
	background-size: cover;
	background-attachment: fixed;
    position: relative;
	background-image: url(http://placehold.it/1920X800);
    background-repeat: no-repeat;
}
.ed_newsletter_section_heading {
	float:left;
	width:100%;
}
.ed_newsletter_section_heading h4{
	color:#ffffff;
	font-size:22px;
}
.ed_newsletter_section_form{
	float:left;
	width:100%;
}
.ed_newsletter_section_form .form-control{
    background: transparent;
    border: 2px solid #b3b1b8;
    margin-right: 10px;
    color: #ffffff;
    height: auto;
    padding: 12px;
}
.ed_newsletter_section_form input.form-control::-moz-placeholder {
	color:#ffffff;
	text-transform:capitalize;
}
.ed_newsletter_section_form input.form-control:-ms-input-placeholder {
	color:#ffffff;
	text-transform:capitalize;
}
.ed_newsletter_section_form input.form-control::-webkit-input-placeholder {
	color:#ffffff;
	text-transform:capitalize;
}
/*------- newsletter section end ------*/
/*------- Footer top start --------*/
.ed_footer_wrapper{
	float:left;
	width:100%;
}
.ed_footer_top{
	float: left;
    width: 100%;
	background: linear-gradient(to right, #009688, #0991AD) !important;
    padding: 55px 0px 30px 0px;
}
.widget.text-widget{
	float:left;
	width:100%;
}
.text-widget img{
	margin-bottom:27px;	
    margin-top: 4px;
}
.text-widget p{
	color:#b4b6c3;
	font-size:13px;
	margin-bottom:30px;
}
.ed_sociallink ul{
	margin:0px;
	padding:0px;
}
.ed_sociallink ul li{
	list-style:none;
	float:left;
	margin-bottom:30px;
}
.ed_sociallink ul li a{
    color: #fff;
    margin: 0px 10px;
    font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_sociallink ul li:first-child a{
	margin-left:0px;
}
.ed_sociallink ul li a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_sociallink ul li a i{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.ed_sociallink ul li a i:hover{
	 -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.widget.text-widget{
	float:left;
	width:100%;
}
.text-widget h4.widget-title{
	color:#edf2f6;
	font-size:22px;
	text-transform:capitalize;
	position:relative;
	margin-bottom:65px;
    margin-top: 0;
    font-weight: normal;
    padding-bottom: 0;
}
.text-widget h4.widget-title:after{
	position: absolute;
    content: "";
    top: 100%;
    left: 0%;
    width: 70px;
    height: 2px;
    background-color: #CACACA;
    margin: 8px auto;
}
.text-widget p{
	color:#CACACA;
	font-size:13px;
	margin-bottom:30px;
}
.text-widget p i{
	float: left;
    padding: 4px 15px 40px 0px;
}
.text-widget p a{
	color:#CACACA;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.text-widget p a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget.text-widget{
	float:left;
	width:100%;
}
.text-widget p strong{
	color:#ffffff;
}
/*-------- Footer top end ---------*/
/*--------- Footer bottom start ---------*/
.ed_footer_bottom{
	float:left;
	width:100%;
	padding:20px 0px;
	background-color:#1a1a1a;
}
.ed_copy_right{
	float:left;
	width:100%;
	padding-bottom:2px;
}
.ed_copy_right p{
	color:#fff;
	font-size:12px;
	margin:0px;
}
.ed_copy_right p a{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_copy_right p a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_footer_menu{
	float:left;
	width:100%;
}
.ed_footer_menu ul{
	margin: 0px;
    padding: 0px;
	float:right;
}
.ed_footer_menu ul li{
    float: left;
    list-style: none;
    margin: 0px 15px;
}
.ed_footer_menu ul li:first-child{
	margin-left:0px;
}
.ed_footer_menu ul li:last-child{
	margin-right:0px;
}
.ed_footer_menu ul li a{
	font-size:12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_footer_menu ul li a:hover{
    color: #3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*------- Footer bottom end --------*/
/*----------- index2 start -------*/
.ed_counter_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.ed_counter{
	float:left;
	width:100%;
	text-align:center;
}
.ed_counter h2{
	font-size:28px;
	position:relative;
	margin: 0px;
	text-transform:uppercase;
}
.ed_counter h2:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	right:0%;
	width:35px;
	height:2px;
	background-color:#3FC380;
	margin: 7px auto;
}
.ed_counter h4{
	margin: 35px 0px 20px 0px;
}
.ed_mostrecomeded_course {
    float: left;
    width: 100%;
    background-color: #fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_mostrecomeded_course:hover{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.ed_mostrecomeded_course .ed_most_recomended_data {
    padding: 10px 15px 30px;
}
.ed_latest_newsslider{
	text-align: center;
}
.ed_latest_newsslider .owl-carousel{
	float:left;
	width:100%;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-prev {
    top: -25%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-prev:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-next:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	display:none;
}
.ed_latest_newsslider .ed_latestnews h4{
	font-weight:700;
	text-transform:capitalize;
	font-size:16px;
}
.ed_latestnews p {
    float: left;
    width: 100%;
    padding: 0px 40px;
}
.ed_latest_newsslider .ed_latestnews a{
	text-decoration:none;
	font-size:12px;
	color:#3FC380;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .ed_latestnews a:hover{
	color:#202020;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_latest_newsslider .ed_latestnews a i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
 
}
.ed_latest_newsslider .ed_latestnews a:hover i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
  padding-left:5px;
}

.ed_clientslider{
	text-align: center;
}
.ed_clientslider .owl-carousel{
    background-color: #fff;
    padding: 75px 0px;
}
.ed_clientslider .owl-carousel .owl-nav .owl-prev {
    top: -25%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-prev:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-next:hover {
    color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_clientslider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	display:none;
}
.ed_clientslider .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
}
/*----------- index2 end -------*/
/*Breadcrumb Start*/
.ed_pagetitle{
	float: left;
	width: 100%;
	background-color: #524c55;
	position:relative;
	background-attachment:fixed;
	background-size: cover;
	color:#fff;
	padding:100px 0px;
	}
.page_title h2{
	color:#ffffff;
	float:left;
	margin:0px;
	font-size:24px;
	text-transform:capitalize;
	}
.ed_pagetitle .breadcrumb {
	float: left;
	padding: 0px;
	}
.ed_pagetitle ul.breadcrumb {
	margin:0px;
	padding:0px;
	background-color: transparent;
}
.ed_pagetitle ul.breadcrumb  li{
	float: left;
	list-style: none;
	padding-top: 5px;
	}
.ed_pagetitle ul.breadcrumb li a{
	color: #ffffff;
	font-size: 12px;
	padding: 0px 10px;
	text-decoration: none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.ed_pagetitle ul.breadcrumb li:first-child a{
	padding-left:0px;
	}
.ed_pagetitle ul.breadcrumb li:hover a{
	color: #3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.ed_pagetitle ul.breadcrumb li:last-child a{
	color:#3FC380;
    cursor: text;
	}
.ed_pagetitle ul.breadcrumb li i{
	font-size:8px;
	border:2px solid #ffffff;
	border-radius:50px;
	padding:2px 4px 2px 3px;
}
.ed_pagetitle ul.breadcrumb > li + li:before{
	display:none;
}
/*Breadcrumb End*/
/*-------- About page start -------*/
.ed_chart_ratio{
	float:left;
	width:100%;
	text-align:center;
}
.ed_chart_ratio i{
	color:#3FC380;
	font-size:32px;
	margin-bottom:10px;
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_chart_ratio:hover i{
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_team_member{
    float: left;
    width: 100%;
    margin-bottom: 45px;
	min-height: 350px;
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_team_member:hover{
	 -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.ed_team_member_img{
    float: left;
    width: 100%;
	overflow:hidden;
}
.ed_team_member_img img{
    width: 100%;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_team_member_img:hover img{

}
.ed_team_member_description{
    float: left;
    width: 100%;
    padding: 15px;
	text-align: center;
	background-color:#ffffff;
}
.ed_team_member_description h4 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
}
.ed_team_member_description h4 a{
	text-decoration:none;
	color:#202020;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_team_member_description h4 a:hover{
	color:#3FC380;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_team_member_description h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
}
/*-------- About page end -------*/
/*------- blog page start -------*/
.ed_blog_all_item{
	float:left;
	width:100%;
}
.ed_blog_item{
	float:left;
	width:100%;
}
.ed_blog_image {
	float:left;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #ffffff;
}
.ed_blog_image:hover{
	border:1px solid #3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_image:hover  img{

}
.ed_blog_image img{
	width:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_info{
	float:left;
	width:100%;
}
.ed_blog_info h2{
	font-size:28px;
	margin:25px 0px 30px 0px;
}
.ed_blog_info h2 a{
	text-decoration:none;
	color:#202020;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_info h2 a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_info ul{
	margin:0px;
	padding:0px;
}
.ed_blog_info ul li{
	float:left;
	list-style:none;
	margin-left:30px;
}
.ed_blog_info ul li:first-child{
	margin-left:0px;
}
.ed_blog_info ul li a{
	text-decoration:none;
	color:#202020;
	text-transform:uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    font-weight: bold;
    font-size: 11px;
}
.ed_blog_info ul li a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_info ul li a i{
	color:#3FC380;
	padding-right:10px;
    font-size: 15px;
}
.ed_blog_info p{
	float:left;
	width:100%;
	margin-top:35px;
}
/*------- blog page end -------*/
/*------- blog Single page start -------*/
.ed_blog_info blockquote{
	float:left;
	padding: 10px 20px;
    margin: 30px 0px 0px 50px;
    font-size: 16px;
    border-left: 5px solid #3FC380;
	color: #202020;
    font-family: 'Roboto Slab', serif;
}
.ed_blog_tags {
	float:left;
	width:100%;
	padding: 35px 0px 0px 0px;
    font-weight: bold;
}
.ed_blog_tags ul{
	margin:0px;
	padding:0px;
}
.ed_blog_tags ul li{
	float:left;
	list-style:none;
	padding-left:5px;
}
.ed_blog_tags ul li:first-child{
	padding-left:0px;
}
.ed_blog_tags ul li:first-child a{
	text-transform:uppercase;
	padding:3px 0px 0px 0px;
	font-size:11px;
	color: #202020;
}
.ed_blog_tags ul li:first-child a:hover{
	color:#202020;
	cursor:text;
}
.ed_blog_tags ul li i{
	color:#3FC380;
	-ms-transform: rotate(85deg); /* IE 9 */
	-moz-transform: rotate(85deg); 
	-o-transform: rotate(85deg); 
    -webkit-transform: rotate(85deg); /* Chrome, Safari, Opera */
    transform: rotate(85deg);
}
.ed_blog_tags ul li a{
	text-decoration:none;
	font-size:11px;
	text-transform:lowercase;
	color: #202020;
}
.ed_blog_tags ul li a:hover{
	color:#3FC380;
}
.ed_blog_tags div{
	float:right;
}
.ed_blog_tags div a{
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
	color: #202020;
}
.ed_blog_tags div a:hover{
	color:#3FC380;
}
#ed_social_share{
	position:absolute;
	right:0%;
	display:none;
	z-index:1000;
}
#ed_social_share li a i{
	font-size:16px;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	color:#202020;
}
#ed_social_share li a {
	margin-right:10px;
}
#ed_social_share li a i{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#ed_social_share li a i:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#ed_social_share li:first-child a:hover{
	cursor:pointer;
}
.ed_quotation{
	float:left;
	width:100%;
	text-align:center;
	margin:50px 0px;
	background-color:#524c55;
	background-image: url(../img/blog/qoute_bg.png);
	background-size: cover;
	background-repeat:no-repeat;
}
.ed_quotation h4{
	font-size:20px;
	padding:70px 0px;
	color:#ffffff;
}
.ed_quotation span{
	padding-left:12px;
}
.ed_blog_comment_wrapper{
	float:left;
	width:100%;
	padding-bottom: 20px;
}
.ed_blog_comment_wrapper h4{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	position:relative;
	margin: 30px 0px 20px 0px;
}
.ed_blog_comment_wrapper h4:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	width:70px;
	height:2px;
	background-color:#3FC380;
	margin: 8px auto;
}
.ed_blog_comment{
	float:left;
	width:100%;
}
.ed_comment_image{
	float:left;
	padding-right:10px;
}
.ed_comment_image img{
	width:70px;
	height:70px;
	border-radius:50px;
}
.ed_comment_text{
    float: right;
    width: 89%;
    padding: 0px 20px;
}
.ed_comment_text h5{
	margin:0px;
	font-weight:bold;
}
.ed_comment_text h5 span{
	float:right;
	text-transform:uppercase;
	font-size:11px;
}
.ed_comment_text h5 span a{
    text-decoration: none;
    color: #202020;
    padding-left: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_comment_text h5 span a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_comment_text p{
	margin:30px 0px 0px 0px;
}
.ed_blog_sub_comment{
	float:right;
	width:87%;
}
.ed_blog_message_wrapper{
	float:left;
	width:100%;
}
.ed_blog_message_wrapper h4{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	position:relative;
	margin: 30px 0px 20px 0px;
}
.ed_blog_message_wrapper h4:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	width:70px;
	height:2px;
	background-color:#3FC380;
	margin: 8px auto;
}
.ed_blog_messages{
	float:left;
	width:100%;
}
.ed_blog_messages .form-control{
	margin-bottom:30px;
	color:#202020;
	border-radius:0px;
	box-shadow:none;
	resize:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_blog_messages .form-control:focus{
	outline:none;
	box-shadow:none;
    border: 1px solid #3FC380;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_blog_messages .orange{
	margin-top:15px;
}
/*------- blog Single page end -------*/
/*------- sidebar start ---------*/
.sidebar_wrapper_upper {
    float: left;
    width: 100%;
    padding: 40px 40px 0px 40px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.sidebar_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
	margin-bottom: 30px;
}
.widget-title{
    width: 100%;
    margin-bottom: 30px;
	margin-top:0px;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
	font-weight: bold;
    text-transform: capitalize;
}
.widget-title:after{
	content:"";
	position:absolute;
	bottom:0%;
	left:0%;
	width:70px;
	background-color:#3FC380;
	height:2px;
}

/*search widget*/
.widget.widget_search{
	float:left;
	width:100%;
	margin-bottom: 30px;
}
.widget_search input{
	border: 2px solid #3FC380;
	box-shadow:none;
	border-right:none;
	color: #272727;
	border-radius: 0px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_search input:focus{
	outline:0px;
	box-shadow:none;
	border: 2px solid #3FC380;
	border-right:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_search .input-group-btn button{
	border: 2px solid #3FC380;
	background-color:#ffffff;
	border-left:none;
	padding: 5px 12px;
	border-radius: 0px;
}
.widget_search .input-group-btn button i{
	-ms-transform: rotate(85deg); /* IE 9 */
    -webkit-transform: rotate(85deg); /* Chrome, Safari, Opera */
    transform: rotate(85deg);
}
.widget_search .input-group-btn button:hover{
	border: 2px solid #3FC380;
	background-color:#ffffff;
	border-left:none;
}
.widget_search .input-group-btn:focus{
	outline:0px;
}
.widget_search .input-group-btn button:focus{
	outline:0px;
	box-shadow:none;
	border: 2px solid #3FC380;
	border-left:none;
	background-color:#ffffff;
}
.widget_search .input-group-btn button:active{
	outline:0px;
	box-shadow:none;
	border: 2px solid #3FC380;
	border-left:none;
	background-color:#ffffff;
}
/* widget categories */
.widget.widget_categories{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_categories ul{
	margin:0px;
    padding: 0px;
}
.widget_categories ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
}
.widget_categories ul li:last-child{
	margin-bottom:10px;
}
.widget_categories ul li a{
	font-size:12px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_categories ul li a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_categories ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget_categories ul li a:hover{
	padding-right:0px;
	padding-left:10px;
}

/*widget Archive*/
.widget.widget_archive{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_archive ul{
	margin:0px;
	padding:0px;
}
.widget_archive ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
}
.widget_archive ul li:last-child{
	margin-bottom:10px;
}
.widget_archive ul li a{
	font-size:12px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_archive ul li a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_archive ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget_archive ul li a:hover{
	padding-right:0px;
	padding-left:10px;
}

/*tag widget*/	
.widget.widget_tag_cloud{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_tag_cloud  a{
	float:left;
	font-size:11px;
	padding:10px 20px;
	margin:0px 6px 6px 0px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_tag_cloud a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*calendar widget*/
.widget.widget_calendar{
	float:left;
	width:100%;
	margin: 20px 0px 40px 0px;
}
.widget_calendar .cal {
	background-color: white;
	display: block;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.widget_calendar .cal a {
	text-decoration: none;
}
.widget_calendar .cal tr, .cal th, .cal td {
	margin: 0;
	padding: 0;
	border: 2px solid #3FC380;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.widget_calendar .cal caption {
	line-height: 20px;
	font-weight: bold;
	color: #202020;
	text-align: center;
	background:#ffffff;
	border: 2px solid #3FC380;
	border-bottom: 0px solid #3FC380;
}
.widget_calendar .cal caption a {
	display: block;
	line-height: 20px;
	padding: 0 10px;
	font-size: 15px;
	color: #272727;
}
.widget_calendar .cal caption a:hover {
	color: #3FC380;
}
.widget_calendar .cal caption .prev {
	float: left;
}
.widget_calendar .cal caption .next {
	float: right;
}
.widget_calendar .cal th, .cal td {
	width: 38px;
	text-align: center;
}
.widget_calendar .cal th:first-child, .cal td:first-child {
	border-left: 0;
}
.widget_calendar .cal th {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #b1b1b1;
	text-transform: uppercase;
	background: #ffffff;
	border-left: 2px solid #3FC380;
}
.widget_calendar .cal td {
	font-size: 12px;
	font-weight: bold;
}
.widget_calendar .cal td a {
	clear: both;
	display: block;
	position: relative;
	width: auto;
	line-height: 28px;
	color: #b1b1b1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_calendar .cal td a:hover {
	background: #eee;
}
.widget_calendar .cal td.off a{
	background: #ffffff;
}
.cal td.off a {
	background: #ffffff;
}
.widget_calendar .cal td.off a {
	color: #ffffff;
	cursor: text;
}
.widget_calendar .cal td.active a, .cal td a:active {
	margin: 0px;
	color: #b1b1b1;
	background: #eee;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_calendar .cal td.active:first-child a, .cal td:first-child a:active {
	border-left: 0;
	margin-left: 0;
}
.widget_calendar .cal td.active:last-child a, .cal td:last-child a:active {
	border-right: 0;
	margin-right: 0;
}
.widget_calendar .cal tr:last-child td.active a, .cal tr:last-child td a:active {
	border-bottom: 0;
	margin-bottom: 0;
}
/*Button widget*/
.widget.widget_button{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_button a{
	float:left;
	width:100%;
	text-align:center;
	font-size: 12px;
	z-index:1;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
}
.widget_button a:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    box-shadow: none;
}
.widget.widget_cart{
	float:left;
	width:100%;
	margin-bottom:30px;
	border:1px solid #ddd;
}
.widget.widget_cart .course_single_item{
	padding:0px;
}
.widget.widget_cart .course_single_info {
	padding:10px;
}
.widget.widget_cart .quantity{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
    text-align: left;
}
.widget.widget_cart .quantity span{
	margin-top:0px;
	color:#3FC380;
	font-size:18px;
	font-weight:bold;
}
.widget.widget_cart .total{
	float:left;
	width:100%;
	font-size:18px;
	font-weight:bold;
	border-top:1px solid #ddd;
}
.widget.widget_cart .total span{
	margin-top:0px;
	color:#3FC380;
	float:right;
}
.widget.widget_cart .button_cart{
	float:left;
	width:100%;
	background-color:#edf2f6;
	padding:10px;
}
.widget.widget_cart .button_cart p{
	padding:0px;
	margin:0px;
}
.widget.widget_cart .button_cart .green{
	padding:0px;
	margin:0px;
}
.widget.widget_cart .button_cart .green a{
	color:#ffffff;
	padding:10px;
    font-style: initial;
}
.widget.widget_cart .button_cart .orange{
	padding:0px;
	margin:0px;
	float: right;
    width: initial;
}
.widget.widget_cart .button_cart .orange a{
	color:#ffffff;
	padding:10px;
    font-style: initial;
}
.widget.widget_cart .course_single_info .purchase_title{
	float:left;
	width:100%;
    padding-bottom: 5px;
}
.widget.widget_cart .course_single_info .purchase_title img{
	width:80px;
	height:auto;
	float:right;
}
.widget.widget_cart .course_single_info .purchase_title h5{
	font-weight:bold;
	float:left;
    width: 50%;
}
.widget.widget_cart .course_single_info p{
	margin:5px 0px 0px 0px;
}
.widget.widget_cart .course_single_info a{
	float:left;
    font-weight: bold;
	text-decoration:none;
	padding:6px 6px 0px 0px;
}
/* widget sharing */
.widget.widget_sharing{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_sharing ul{
	margin:0px;
    padding: 0px;
}
.widget_sharing ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
}
.widget_sharing ul li:last-child{
	margin-bottom:10px;
}
.widget_sharing ul li a{
	font-size:12px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_sharing ul li a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.widget_sharing ul li a i{
	font-size:16px;
	padding-right:15px;
}
.widget_sharing ul li a:hover{
	padding-right:0px;
	padding-left:10px;
}
/* sidebar_wrapper end*/
.ed_sidebar_slider{
	float:left;
	width:100%;
	margin-bottom:30px;
	background-color:#ffffff;
	min-height:195px;
}
.ed_sidebar_slider h3{
	text-align:center;
    margin: 20px 0px;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
}
.ed_sidebar_slider h3:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
	right:0%;
    width: 70px;
	margin:0px auto;
    background-color: #3FC380;
    height: 2px;
}
.ed_sidebar_slider .ed_mostrecomeded_course_slider h4{
	border:none;
    padding: 0px 10px;
    margin: 0px;
}
.ed_sidebar_slider .ed_item_img{
    margin-bottom: 10px;
}
.ed_sidebar_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
    font-size: 20px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}
.ed_sidebar_slider .owl-carousel .owl-nav .owl-prev:hover {
    color: #3FC380;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_sidebar_slider .owl-carousel .owl-nav .owl-prev {
    top: -7%;
    font-size: 32px;
    background: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-carousel .owl-nav .owl-next {
    right: 15px;
}
.ed_sidebar_slider .owl-carousel .owl-nav .owl-next:hover {
    color: #3FC380;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_sidebar_slider .owl-carousel .owl-nav .owl-next {
    top: -7%;
    font-size: 32px;
    background: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_sidebar_slider .owl-height{
	min-height:195px;
}
.widget.widget_progress_bar{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_progress_bar .progress{
	background-color: #edf2f6;
	height: 30px;
	border-radius:0px;
	margin-bottom:0px;
	box-shadow:none;
}
.widget_progress_bar .progress-bar{
	line-height:30px;
	background-color:#202020;
}
.widget_progress_bar .progress-bar p{
	font-size:10px;
}
.widget_progress_bar .progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.widget.widget_cart .button_cart a {
    font-weight: normal;
    padding:5px 10px;
}
/*------- sidebar end ---------*/
/*------- pagination start ---------*/
.ed_blog_bottom_pagination{
	float:left;
	width:100%;
	margin-top: 20px;
}
.ed_blog_bottom_pagination .pagination {
    margin: 0px;
    border-radius: 0px;
}
.ed_blog_bottom_pagination  .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_bottom_pagination  .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ed_blog_bottom_pagination  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    cursor: pointer;
    background-color: #3FC380;
	color:#ffffff;
    border-color: #3FC380;
	padding:9px 40px;
}
.ed_blog_bottom_pagination  .pagination > li > a, .pagination > li > span {
    padding: 9px 15px;
    color: #3FC380;
    border: 2px solid #3FC380;
    margin-right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_bottom_pagination  .pagination > li > a:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_blog_bottom_pagination  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #3FC380;
    border-color: #3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*------- pagination end ---------*/
/*------- event page start ---------*/
.ed_single_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
#ed_custom_select{
	float:left;
	margin-bottom: 40px;
	font-size:12px;
}
#ed_custom_select span{
	text-transform:capitalize;
}
.ed_custom_select_box_button {
	float:left;
	padding: 13px 20px;
	background-color:#3FC380;
	color: #ffffff;
}
.ed_custom_select_box_button:hover {
	cursor: pointer;
	color: #ffffff;
	text-decoration:none;
}
.ed_custom_select_box_options {
	display: none;
    list-style: none;
    margin: 34px 0px 0px 0px;
    padding: 0px;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 79px;
    z-index: 1;
    background-color: #000
}
.ed_custom_select_box_options li {
	border: 1px solid #ffffff;
	border-bottom: none;
	border-right: none;
	border-left: none;
	text-align: center;
}
.ed_custom_select_box_options li:hover {
	cursor: pointer;
}
.ed_custom_select_box_options li:first-child {
	color: #3c3d49;
}
.ed_custom_select_box_options li a {
	display: block;
	width: 100%;
	padding: 8px 10px;
	text-transform:capitalize;
	text-decoration:none;
	color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_custom_select_box_options li a:hover{
	color:#ffffff;
	background-color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.on_map{
	float:left;
	margin-left:20px;
}
.on_map a{
	text-decoration:none;
	font-size:12px;
    color: #ffffff;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.on_map a:hover{
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
}
.on_image{
	float:left;
	margin-left:20px;
}
.on_image a{
	text-decoration:none;
	font-size:12px;
	text-transform:capitalize;
	color:#ffffff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.on_image a:hover{
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
}
.ed_event_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ed_event_wrapper_item{
	float: left;
    width: 100%;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.ed_event_wrapper_item_img{
    float: left;
    width: 100%;
	overflow:hidden;
}
.ed_event_wrapper_item_img img{
    width: 100%;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_wrapper_item_img:hover img{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_wrapper_item_img iframe{
	width:100%;
	height:100%;
	border:none;
}
.ed_event_wrapper_item_description{
    float: left;
    width: 100%;
    padding: 15px;
	text-align: left;
	background-color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_wrapper_item_description h4 {
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0px 0px 10px 0px;
}
.ed_event_wrapper_item_description h4 a{
	font-size: 18px;
	color:#202020;
	text-decoration:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description h4 a:hover{
	color:#3FC380;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description span{
	float: left;
    width: 100%;
    padding-bottom: 15px;
    font-size: 13px;
	text-transform:capitalize;
}
.ed_event_wrapper_item_description a {
    text-decoration: none;
    color: #3FC380;
	font-size:12px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description a:hover {
    color: #202020;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_event_wrapper_item_description a i {
    -webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_wrapper_item_description a:hover i {
    padding-left: 5px;
	padding-top:3px;
}
/*------- event page end ---------*/
/*------- event single page start ---------*/
.ed_event_single_item{
	float:left;
	width:100%;
}
.ed_event_single_image {
	float:left;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #ffffff;
}
.ed_event_single_image:hover{
	border:1px solid #3FC380;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_single_image img{
	width:100%;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_single_image:hover img{
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_event_single_info{
	float:left;
	width:100%;
}
.ed_event_single_info h2{
	font-size:28px;
    text-transform: capitalize;
}
.ed_event_single_info h2 a{
	text-decoration:none;
	color:#202020;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_info h2 a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_info p{
	float:left;
	width:100%;
	margin-top:15px;
}
.ed_event_single_contact_address{
	float:left;
	width:100%;
	background:#edf2f6;
}
.ed_event_single_address_info{
	float:left;
	width:100%;
	background:#ffffff;
	padding-left:20px;
	padding-right:20px;
	color:#737581;
}
.ed_event_single_address_info h4{
	text-transform:capitalize;
	margin:0px;
}
.ed_event_single_address_info p span{
	color:#202020;
	float:none;
}
.ed_event_single_address_info a{
	color:#202020;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_address_info a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_address_map{
	float:left;
	width:100%;
}
#map{
  display: block;
  width: 100%;
  height: 344px;
  margin: 0 auto;
}
#map.large{
  height:500px;
}
#map img{
	height:100%;
}
.ed_event_single_address_info span {
	float:left;
	width:100%;
}
.ed_event_single_address_info span a i{
	color:#ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_event_single_address_info span a:hover i{
	color:#3FC380;
	padding-left:5px;
	font-size:18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#invitation_form .modal-content{
	border-radius:0px;
}
#invitation_form .modal-content form .form-control{
	border-radius:0px;
	box-shadow:none;
	resize:none;
}
#invitation_form .modal-content form .form-control:focus{
	outline:none;
	box-shadow:none;
	border-color:#3FC380;
}
#invitation_form .close:hover, .close:focus{
	outline:none;
}
/*------- event single page end ---------*/
/*------- course page start ---------*/
.ed_courses{
	margin-top: -10px;
	float:left;
	width:100%;
    background-color: #edf2f6;
}
.ed_courses .ed_most_recomended_data .course_faculty {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}
.ed_courses .ed_mostrecomeded_course{
	margin-bottom:30px;
}
/*.ed_courses .ed_mostrecomeded_course:hover .ed_item_img:after{*/
	/*content:"";*/
    /*position: absolute;*/
    /*top: 0%;*/
    /*left: 0%;*/
    /*right: 0%;*/
    /*bottom: 0%;*/
    /*background-color: rgba(22, 122, 198, 0.6);*/
	/*-webkit-transition: all 0.3s;*/
	/*-moz-transition: all 0.3s;*/
	/*-ms-transition: all 0.3s;*/
	/*-o-transition: all 0.3s;*/
	/*transition: all 0.3s;*/
/*}*/
.ed_courses .ed_blog_bottom_pagination{
	margin-top:30px;
}
/*------- course single page end ---------*/
/*------- contact page end ---------*/
.ed_contact_form{
	float:left;
	width:100%;
	background:#ffffff;
}
.ed_contact_form .form-control{
	color:#000000;
	box-shadow:none;
	resize:none;
	border-radius:0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_contact_form .form-control:focus {
    border-color: #3FC380;
    outline: 0;
    box-shadow:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------- contact page end ---------*/
/*------- Error Page start ---------*/
.ed_error_wrapper{
	float:left;
	width:100%;
    background-size: cover;
	min-height: 600px;
	background-image: url(http://placehold.it/2073X1230);
	position:relative;
	z-index: 1;
}
.ed_error_wrapper .ed_img_overlay{
	z-index: -1;
}
.ed_error_content{
	float:left;
	width:100%;
	position:relative;
	z-index: 1;
}
.ed_error_content h1{
	float:left;
	width:100%;
	color:#ffffff;
}
.ed_error_content h3{
	float:left;
	width:50%;
	color:#ffffff;
}
.ed_error_content span{
	float:left;
	width:100%;
}
/*------- Error Page end ---------*/
/*---------- custom radio button and check box start --------*/
.custom-checkbox {
    width: 25px;
    position: relative;
    float: right;
}
.custom-checkbox input[type=checkbox], .custom-checkbox input[type="radio"] {
    visibility: hidden;
}
.custom-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -5px;
    /* left: 0; */
    background: #3FC380;
    border: none;
    border-radius: 100%;
    right: -5px;
}
.custom-checkbox label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-checkbox input[type=checkbox]:checked + label:after, .custom-checkbox input[type="radio"]:checked + label:after {
    opacity: 1;
}

/*---------- custom radio button and check box end --------*/

/*------ instructor Single Page Start --------- */
.back_header {
	background: url('/img/7.jpg') no-repeat bottom;
	background-size: cover;
}

.back_header {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin-top: -65px;
}

.back_header .back_filter {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.back_header h1{
	color: #fff;
	font-size: 4rem;
	font-weight: 200;
	text-align: center;
	margin-top: unset;
	margin-bottom: unset;
	-webkit-font-smoothing: antialiased;
}

.back_header h2{
	color: white;
	font-size: 2rem;
	font-weight: 200;
	margin-top: unset;
	margin-bottom: unset;
	-webkit-font-smoothing: antialiased;
}


.ed_dashboard_wrapper{
	float:left;
	width:100%;
	background: linear-gradient(40deg,  rgba(255,255,255,0.2) 39%,rgba(9,145,173,0.2) 39%,rgba(9,145,173,0.2) 69%,rgba(255,255,255,0.2) 69%) left top fixed;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	padding:70px 0px;
	margin-top: -15px;
}
.ed_sidebar_wrapper{
	float:left;
	width:100%;
	border-bottom:0px solid #ddd;
    margin-bottom: 30px;
	background-color: #fff;
}
.ed_sidebar_wrapper h3{
	float:left;
	width:100%;
	margin:0px;
	padding:10px;
	text-transform:capitalize;
}
.ed_sidebar_wrapper p{
    padding: 0px 10px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-style: italic;
}
.ed_sidebar_wrapper p span{
	color:#000000;
	font-style:initial;
}
.ed_profile_img{
	width:100%;
	background-color:#ccc;
	float:left;
}
.ed_dashboard_tab .tab-content{
	padding-left:0px;
	float:left;
	width:100%;
}
.ed_dashboard_tab .ed_tabs_left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.ed_tabs_left > .nav-tabs > li {
	float: none;
	border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.ed_tabs_left > .nav-tabs > li:last-child {
	border-bottom: none;
}
.ed_tabs_left > .nav-tabs > li > a{
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.ed_tabs_left > .nav-tabs {
	float: left;
	width: 100%;
	margin-right: 0px;
	border-right: 0px solid #ddd;
    border-top: 1px solid #ddd;
}
.ed_tabs_left > .nav-tabs > li > a {
	margin-right: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0px;
	padding:10px;
	text-transform:capitalize;
	font-weight:700;
	color:#202020;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_tabs_left > .nav-tabs > li > a span{
	float:right;
    border: 1px solid;
    border-radius: 50%;
    padding: 1px 7px 0px 7px;
	background-color:#3FC380;
	color:#ffffff;
}
.ed_tabs_left > .nav-tabs > li > a:hover,
.ed_tabs_left > .nav-tabs > li > a:focus {
	border-color: transparent;
	color:#ffffff;
	background-color:#3FC380;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_tabs_left > .nav-tabs .active > a,
.ed_tabs_left > .nav-tabs .active > a:hover,
.ed_tabs_left > .nav-tabs .active > a:focus {
	border-color: transparent;
	color: #ffffff;
    border: 1px solid #3FC380;
    background-color: #3FC380;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_dashboard_inner_tab{
	float:left;
	width:100%;
    background-color: #ffffff;
}
.ed_dashboard_inner_tab .tab-content{
	float:left;
	width:100%;
	padding:20px;
	border:1px solid #ddd;
	border-top:none;
}
.ed_dashboard_inner_tab .nav-tabs {
    border: 1px solid #ddd;
}
.ed_dashboard_inner_tab .nav-tabs > li{
	margin:0px;
}
.ed_dashboard_inner_tab .nav-tabs > li > a{
	border-radius:0px;
	text-transform:uppercase;
	margin:0px;
	border:1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_dashboard_inner_tab .nav-tabs > li.active > a, .ed_dashboard_inner_tab .nav-tabs > li.active > a:hover, .ed_dashboard_inner_tab .nav-tabs > li.active > a:focus{
	color:#ffffff;
	border:1px solid #3FC380;
	background-color:#3FC380;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_dashboard_inner_tab .nav > li > a:hover, .ed_dashboard_inner_tab .nav > li > a:focus{
	color:#ffffff;
	border:1px solid #3FC380;
	background-color:#3FC380;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_dashboard_inner_tab .nav .open > a, .ed_dashboard_inner_tab .nav .open > a:hover, .ed_dashboard_inner_tab .nav .open > a:focus { 
    background-color: #3FC380;
    border-color: #3FC380;
	color:#ffffff;
}
.ed_dashboard_inner_tab select{
	float:right;
	margin-top:10px;
	border-color:#ddd;
}
.ed_dashboard_inner_tab select:focus{
	border-color:#ddd;
	outline:none;
}
.ed_inner_dashboard_info{
	float:left;
	width:100%;
}
.ed_inner_dashboard_info .ed_add_students{
	border-bottom:1px solid #3FC380;
	border-top:0px;
}
.ed_inner_dashboard_info .ed_add_students img{
	float:left;
}
.ed_inner_dashboard_info .ed_add_students p{
	float:right;
	width:90%;
    margin: 0;
}
.ed_inner_dashboard_info .ed_add_students span{
	float:right;
	width:90%;
    margin: 5px 0px;
	text-transform:uppercase;
}
.ed_inner_dashboard_info .section_eleven{
	padding:20px 0px 0px 0px;
}
.ed_inner_dashboard_info h2, .ed_dashboard_inner_tab h2{
	/*text-transform:capitalize;*/
	margin:0px 0px 30px 0px;
}
.ed_inner_dashboard_info strong, .ed_dashboard_inner_tab strong{
	color:#202020;
}
.ed_inner_dashboard_info table, .ed_dashboard_inner_tab table{
	width:100%;
	border:1px solid #202020;
	margin:20px 0px;
}
.ed_inner_dashboard_info table thead, .ed_dashboard_inner_tab table thead{
	border:1px solid #202020;
}
.ed_inner_dashboard_info table th, .ed_inner_dashboard_info table td, .ed_dashboard_inner_tab table th, .ed_dashboard_inner_tab table td{
	color:#202020;
	border-bottom:1px solid #202020;
	padding:5px 10px;
}
.ed_inner_dashboard_info table td a, .ed_dashboard_inner_tab table td a{
	color:#3FC380;
	text-decoration:none;
}
.ed_inner_dashboard_info table td a:hover, .ed_dashboard_inner_tab table td a:hover{
	color:#3FC380;
}
.ed_inner_dashboard_info .ed_mostrecomeded_course_slider .ed_item_description {
    min-height: 225px;
}
.ed_course_single_info{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding:20px 0px;
}
.ed_add_students {
    float: left;
    width: 100%;
    padding: 5px 0px;
    border-top: 1px solid #3FC380;
    text-transform: capitalize;
    color: #202020;
}
.ed_add_students img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}
/*------ instructor Single Page end --------- */
/*--------- student detail page start -------*/
.ed_dashboard_tab_info{
	float:left;
	width:100%;
	text-align:center;
	background-color: #ffffff;
	padding:20px;
}
.ed_dashboard_tab_info h1{
	text-transform:capitalize;
    margin: 30px 0px;
}
.ed_dashboard_tab_info h1 span{
	text-transform:uppercase;
	color:#3FC380;
}
.ed_dashboard_tab_info p strong{
	text-transform:uppercase;
	color:#3FC380;
}
.ed_tabpersonal{
	float:left;
	width:100%;
}
.ed_tabpersonal .form-group{
	float:left;
	width:100%;
}
.ed_tabpersonal .form-control {
	border-radius:0px;
	resize:none;
	box-shadow: none;
}
.ed_inner_dashboard_info button{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	text-transform:capitalize;
	padding:13px 33px;
	margin-bottom:10px;
	background-color:#3FC380;
	border:1px solid #3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_inner_dashboard_info button:hover{
	color:#ffffff;
	background-color:#3FC380;
	border:1px solid #3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
   box-shadow: none;
}
/*--------- student detail page end -------*/
/*------ become teacher page start --------*/
.ed_teacher_div{
	float:left;
	width:100%;
	padding:40px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.ed_teacher_div h3{
	margin-bottom:20px;
}
.ed_teacher_div h3 span{
	color:#3FC380;
}
.ed_teacher_form{
	float:left;
	width:100%;
}
.ed_teacher_form .form-control{
	color:#000000;
	box-shadow:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_teacher_form .form-group {
    margin-bottom: 17px;
	float:left;
	width:100%;
}
.ed_teacher_form .form-control:focus {
    border-color: #3FC380;
    outline: 0;
    box-shadow:none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------ become teacher page end --------*/
/*------- cart page start ------*/
.woo-cart-table{
	float:left;
	width:100%;
	padding:20px;
    text-align: center;
	background-color:#ffffff;
    text-transform: capitalize;
}
.woo-cart-table thead{
	background-color: #3FC380;
    color: #fff;
}
.woo-cart-table thead th{
	text-align:center;
}
.woo-cart-table tbody tr td{
	padding-top:25px;
}
.woo-cart-table tbody tr td a{
    color: #E80000;
    font-weight: bold;
    text-decoration: none;
}
.woo-cart-table tbody tr td span{
	color:#3FC380;
	font-weight: bold;
	font-size:18px;
}
.woo-cart-table img{
	width:100px;
    height: 50px;
    margin-top: -15px;
}
.ed_cart_collaterals{
	float:left;
	width:100%;
	padding:20px 0px;
}
.cart_totals{
	float:right;
	width:50%;
	padding:20px;
	background-color:#ffffff;
}
.cart_totals h2{
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
    background-color: #3FC380;
    padding: 5px 0px;
	color:#ffffff;
}
.cart-subtotal{
	font-size:18px;
}
.cart-subtotal span{
	color:#3FC380;
	font-size:18px;
}
.order-total{
	font-size:18px;
}
.order-total span{
	color:#3FC380;
	font-weight: bold;
	font-size:18px;
}
.woo_coupon_code, .ed_update_btn{
	padding-bottom:15px;
}
.woo_coupon_code .form-control {
    padding: 10px 15px;
    height: auto;
    border-radius: 0px;
    box-shadow: none;
}
.wc-proceed-to-checkout {
    float: left;
    padding: 15px 0px;
    width: auto;
}
/*------- cart page end ------*/
/*----- checkout page start ---------*/
.checkout.woocommerce-checkout {
    float: left;
    width: 100%;
    text-align: left;
}
.checkout.woocommerce-checkout h3.checkout-heading {
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 10px;
	position:relative;
    margin-bottom: 30px;
}
.checkout.woocommerce-checkout h3.checkout-heading:after{
	position:absolute;
	content:'';
	width:50px;
	height:2px;
	background-color: #3FC380;
	left:0px;
	top:100%;
	
} 
.checkout.woocommerce-checkout .form-group label {
    color: #202020;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
}
.checkout.woocommerce-checkout .form-group .form-control {
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    margin-bottom: 10px;
}
.woocommerce-checkout-payment {
    float: left;
    width: 100%;
}
.woocommerce-checkout-payment h3 {
    margin: 0;
    float: left;
    width: 100%;
    padding: 10px 0px;
    color:  #202020;
}
.woocommerce-checkout-payment ul.payment_methods.methods {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 30px;
}
.woocommerce-checkout-payment ul.payment_methods.methods li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 20px 0px;
    border-bottom: 1px solid #e0e7ef;
    font-weight: bold;
}
.woo-cart-table .payment_methods img{
	width:auto;
	height:auto;
    padding-top: 14px;
}
.payment_box {
    display: none;
}
.payment_box p {
    font-weight: normal;
    padding: 10px 0px;
}
.ed_rate {
    float: left;
    width: 30px;
}
.woocommerce-checkout-payment ul.payment_methods.methods li .ed_rate .custom-checkbox {
    float: left;
}
.woocommerce-checkout-payment ul.payment_methods.methods li .ed_rate .custom-checkbox label {
    top: 5px;
    right: 0;
    margin: 0px;
    left: 0px;
}
/*----- checkout page end ---------*/
/*-------- course purchase page start --------*/
.course_purchase_wrapper{
	float:left;
	width:100%;
	padding:70px 0px;
	background-color:#edf2f6;
}
.ed_course_single_item{
	padding:40px 20px 20px 20px;
	background:#ffffff;
    float: left;
    width: 100%;
}
.ed_course_single_item .ed_course_single_info {
    padding-top: 0px;
}
.ed_course_single_info h2, .ed_course_single_item .ed_mostrecomeded_course_slider h2{
	font-size:28px;
	margin-top:0px;
    text-transform: capitalize;
}
.ed_course_single_info h2 a{
	text-decoration:none;
	color:#202020;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_course_single_info h2 a:hover{
	color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_course_single_info h2 span{
	float:right;
	color:#3FC380;
}
.ed_course_single_tab{
	float:left;
	width:100%;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_tab .nav-tabs {
    border: 1px solid #3FC380;
	background-color:#ffffff;
	text-transform:capitalize;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_tab .nav-tabs > li.active > a, .ed_course_single_tab .nav-tabs > li.active > a:hover, .ed_course_single_tab .nav-tabs > li.active > a:focus{
	color:#ffffff;
	border: 1px solid #3FC380;
	background-color:#3FC380;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_tab .nav-tabs > li > a:hover {
    border-color: #3FC380 #3FC380 #3FC380;
	color:#ffffff;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_tab .nav-tabs > li > a {
    margin-right: 0px;
    border-radius:0px;
    padding: 10px 8px;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_tab .nav > li > a:hover, .nav > li > a:focus {
    background-color: #3FC380;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_tabconetent{
	border:1px solid #3FC380;
	border-top:none;
    padding: 20px;
	float:left;
	width:100%;
}
.ed_course_tabconetent h2 {
    font-size: 28px;
    margin: 5px 0px;
    text-transform: capitalize;
}
.ed_course_tabconetent p {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.ed_course_single_item .ed_mostrecomeded_course_slider{
	background:#fff;
}
.ed_abbcart{
	float:left;
	width:100%;
	margin-top:30px;
}
.course_single_tab{
	padding-top:40px;
}
.ed_purchase_course .sidebar_wrapper_upper{
	padding:40px 10px 0px 10px;
}
.ed_purchase_course .ed_btn {
    padding: 9px 15px;
}


/*-------- course purchase page end --------*/
/*-------- policy page start --------*/
.ed_policy_wrapper h3{
	text-align:left;
	text-transform:capitalize;
}
.ed_policy_wrapper h3:after{
	left:0%;
	margin-left:0px;
	width:120px;
}
.ed_policy_content{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ed_policy_content h5{
	text-transform:capitalize;
	margin:0px;
}
/*-------- policy page end --------*/
/*-------- course single page start --------*/
.ed_course_single_image {
	float:left;
	width:100%;
	overflow:hidden;
	border: 1px solid #3FC380;
}
.ed_course_single_image .ed_video_section {
    width: 100%;
}
.ed_course_single .ed_course_single_info {
    padding-top: 20px;
}
.ed_course_single_image:hover{
	border:1px solid #3FC380;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_image:hover img{
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_image img{
	width:100%;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_course_single_image_overlay{
	position:absolute;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
	background-color: rgba(74, 71, 80, 0.5);
}
.ed_course_single_image_overlay i{
	position:absolute;
	top:50%;
	left:50%;
	color:#ffffff;
	font-size:18px;
	border:4px solid #ffffff;
	border-radius:50px;
	padding:5px 7px 5px 10px;
	cursor:pointer;
	margin-left:-20px;
	margin-top:-20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_course_single_image_overlay i:hover{
	color:#3FC380;
	border-color:#3FC380;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ed_course_single_image .embed-responsive-16by9 {
    padding-bottom: 48%;
	position:relative;
}
.ed_course_duration {
    float: right;
    width: auto;
	text-transform: capitalize;
}
.ed_course_duration p{
    float: left;
    width: 100%;
    color: #3FC380;
    font-weight: 600;
    margin: 5px 0px 0px 0px;
}
.ed_course_event{
	float:left;
	width:100%;
	padding:5px 0px;
    border-bottom: 1px solid #3FC380;
}
.ed_course_event h5{
	float:left;
	width:100%;
	text-transform:capitalize;
}
.ed_course_event p span{
	font-style:italic;
	color:#202020;
	text-transform:capitalize;
    font-weight: 700;
}
.ed_time_executor{
	float:left;
	width:100%;
}
.ed_time_executor ul{
	margin:0px;
	padding:0px;
}
.ed_time_executor ul li{
	float:left;
	width:100%;
	list-style:none;
	padding:20px 40px;
	text-transform:capitalize;
	background-color:#ffffff;
	border-bottom:1px solid #ddd;
}
.ed_time_executor ul li:last-child{
	border-bottom:none;
}
.ed_time_executor ul li:first-child{
	background-color:#3FC380;
}
.ed_time_executor ul li:first-child a{
	color:#ffffff;
	cursor:text;
}
.ed_time_executor ul li:first-child a:hover{
	color:#ffffff;
}
.ed_time_executor ul li:first-child span{
	color:#ffffff;
}
.ed_time_executor ul li a{
	text-decoration:none;
	color:#3FC380;
}
.ed_time_executor ul li a:hover{
	color:#3FC380;
}
.ed_time_executor ul li span{
	float:right;
	color:#afafb7;
}
.ed_time_executor ul li span i{
	font-size:20px;
	color:#3FC380;
}
/*-------- course single page end --------*/
/*-------- About page start --------*/
.ed_about_info{
	float:left;
	width:100%;
}
.ed_about_info h4{
	float:left;
	width:100%;
	font-size: 24px;
	text-transform:capitalize;
    margin-top: 0px;
}
.ed_about_info span{
	float:left;
	width:100%;
	color:#3FC380;
	font-size: 18px;
	text-transform:capitalize;
}
.ed_about_info p{
	float:left;
	width:100%;
}
.ed_about_img{
	float:left;
	width:100%;
}
/*-------- About page end --------*/
/*------ responsive css start ----*/

@media (min-width: 992px) and (max-width: 1199px) {
.edoco_menu ul li a{
    margin: 0px;
	padding: 30px 30px 30px 0px;
}
.ed_btn{
    padding: 12px 30px;
}
.ed_video_section_discription h4{
    padding-top: 0px;
    margin: 0;
}
.ed_video_section_discription p{
	margin-bottom:0px;
}
.ed_newsletter_section_heading h4{
    font-size: 20px;
}
.ed_comment_text {
    width: 86%;
}
.sidebar_wrapper_upper {
    padding: 30px 30px 0px 30px;
}
.ed_teacher_div h3 {
    text-align: center;
}
.widget.widget_cart .course_single_info .purchase_title h5 {
    width: 100%;
}
.widget.widget_cart .button_cart a {
    padding: 5px;
}
.ed_latestnews p, .ed_latest_news_slider .ed_item_description p{
	padding:0px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {

.edoco_menu ul li a {
    margin: 0px;
	padding: 30px 30px 30px 0px;
}
.ed_search_form .ed_orange {
    float: none !important;
}
.ed_dots{
	display:none;
}
.ed_search_form .form-inline .form-group {
    padding: 0px 15px 0px 0px;
}
.ed_search_form {
    padding: 50px 50px 40px 40px;
}
.ed_newsletter_section_heading {
    text-align: center;
}
.ed_copy_right {
    text-align: center;
	padding-bottom: 10px;
}
.ed_footer_menu {
    text-align: center;
}
.ed_footer_menu ul {
    float: none;
    display: inline-block;
}
.text-widget h4.widget-title {
    margin-top: 20px;
    margin-bottom: 30px;
}
.ed_counter {
    padding: 0px 0px 30px 0px;
}
.ed_mostrecomeded_course {
    margin-bottom: 30px;
}
.ed_latestnews{
	margin-bottom:30px;
}
.ed_chart_ratio {
    padding: 0px 0px 30px 0px;
}
.ed_rating {
    font-size: 12px;
}
.course_faculty a {
    font-size: 12px;
}
.widget_button a{
	padding:12px 35px;
}
.ed_event_single_address_info {
    padding-left: 20px;
    padding-right: 0px;
}
.sidebar_wrapper_upper {
    margin-top: 30px;
}
.ed_sidebar_slider {
    margin-top: 30px;
}
.ed_inner_dashboard_info .ed_add_students span {
    width: 85%;
}
.ed_inner_dashboard_info .ed_add_students p {
    width: 85%;
}
.ed_teacher_div h3 {
    text-align: center;
}
.ed_course_single_info h2, .ed_course_single_item .ed_mostrecomeded_course_slider h2 {
    margin-top: 20px;
}
.ed_about_img {
    text-align: center;
    margin-top: 40px;
}
.ed_newsletter_section_heading{
	text-align:center;
}
.ed_newsletter_section_form{
	margin:10px 0px;
}
.ed_newsletter_section_form .col-sm-8, .ed_newsletter_section_form .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}
.ed_newsletter_section_form .ed_btn {
    padding: 11px 20px 11px;
    margin-left: -5px;
}
.ed_latestnews p, .ed_latest_news_slider .ed_item_description p{
	padding:0px;
}
.skill_section{
    padding: 20px;
}
.ed_counter_wrapper{
    padding: 30px;
	padding-bottom:0;
}
.text-widget p{
	margin-bottom: 20px;
    float: left;
    width: 100%;
}
.text-widget p i{
    padding: 4px 15px 10px 0px;
}
}

@media (max-width: 767px) {

.edoco_menu ul li{
	float:left;
	width:100%;
	text-align:left;
}
.edoco_menu ul li ul.sub-menu li {
    float: none;
}
.edoco_menu ul li a{
    width: 100%;
    padding: 5px;
	border-bottom: 1px solid #202020;
    margin: 0px;
}
.edoco_menu ul li ul {
    left: 75px;
    top: 0px;
}
.edoco_menu ul li ul li a{
	padding:5px;
}
.educo_logo{
	text-align:center;
    margin-bottom: 25px;
}
.educo_call {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 5px;
}
.ed_copy_right {
    text-align: center;
}
.ed_footer_menu {
    text-align: center;
}
.ed_footer_menu ul {
    float: none;
    display: inline-block;
}
.page_title {
    float: left;
    width: 100%;
}
}

@media (min-width: 480px) and (max-width: 767px) {

.ed_slider_form_section {
    margin-bottom: 100px;
}
.menu_fixed {
    position: initial;
}
.ed_latestnews {
    padding-bottom: 20px;
}
.ed_mostrecomeded_course {
    margin-bottom: 20px;
}
.ed_team_member_img {
    text-align: center;
}
.ed_team_member_img img{
	display:inline-block;
}
#map img {
    width: 100%;
}
.ed_item_img {
    text-align: center;
}
.ed_item_img img {
    display: inline-block;
}
.ed_courses .ed_blog_bottom_pagination {
    margin-bottom: 30px;
}
.ed_time_executor {
    margin-bottom: 30px;
}
.ed_profile_img{
	text-align:center;
	background-color:#ffffff;
}
.ed_profile_img img{
	display:inline-block;
}
.ed_sidebar_wrapper h3{
	text-align:center;
}
.ed_sidebar_wrapper p{
	text-align:center;
}
.ed_course_single_info h2, .ed_course_single_item .ed_mostrecomeded_course_slider h2 {
    margin-top: 20px;
}
.ed_error_content h3 {
    width: 100%;
}
.ed_info_wrapper {
    float: none;
    width: 100%;
}
.ed_policy_content {
    margin-bottom: 30px;
}
.ed_about_img {
    margin-top:40px;
}
.cart_totals {
    width: 100%;
}
.ed_newsletter_section_form{
	margin:10px 0px;
}
.ed_newsletter_section_heading{
	text-align:center;
}
.ed_newsletter_section_form .col-xs-8, .ed_newsletter_section_form .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}
.ed_newsletter_section_form .ed_btn {
    padding: 11px 20px 11px;
    margin-left: -5px;
}
.ed_comment_text{
    width: 78%;
}

}

@media (max-width: 479px) {

.menu_fixed {
    position: initial;
}
.ed_item_img {
    text-align: center;
}
.ed_item_img img{
	display:inline-block;
}
.ed_mostrecomeded_course {
    margin-bottom: 30px;
}
.ed_team_member_img {
    text-align: center;
}
.ed_team_member_img img{
    display:inline-block;
}
.ed_comment_image {
    padding-right: 0;
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.ed_comment_text, .ed_blog_sub_comment {
    width: 100%;
}
.widget.widget_button {
    margin-top: 30px;
}
.ed_time_executor {
    margin-bottom: 30px;
}
.sidebar_wrapper_upper {
    padding: 20px;
}
.sidebar_wrapper {
    margin-bottom: 0px;
}
.ed_profile_img {
    background-color: #ffffff;
    text-align: center;
}
.ed_profile_img img{
	display:inline-block;
}
.ed_sidebar_wrapper h3{
	text-align:center;
}
.ed_sidebar_wrapper p{
	text-align:center;
}
.ed_inner_dashboard_info .ed_add_students span{
	width:80%;
}
.ed_inner_dashboard_info .ed_add_students p{
	width:80%;
}
.ed_dashboard_inner_tab .nav-tabs > li > a {
    padding: 10px 9px;
}
.cart_totals {
    padding: 5px;
}
.ed_course_single_info h2, .ed_course_single_item .ed_mostrecomeded_course_slider h2 {
    margin-top: 20px;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data {
    margin-bottom: 30px;
}
.ed_course_single_item .ed_mostrecomeded_course_slider {
    padding-bottom: 0px;
}
.ed_course_single_item {
    padding: 20px;
    margin-bottom: 30px;
}
.ed_error_content h3 {
    width: 100%;
}
.ed_event_single_address_info {
    padding: 20px;
}
.ed_contact_form {
    padding-bottom: 60px;
}
.ed_footer_menu ul li {
    margin: 0px 2px;
}
.ed_counter_wrapper {
    padding: 20px;
}
.ed_counter {
    padding: 0px 0px 20px 0px;
}
.ed_video_section_discription p {
    padding: 20px 20px 20px 0px;
}
.skill_section {
    width: 100%;
    padding: 10px;
}
.ed_single_wrapper .ed_btn{
	padding:13px 18px; 
}
.ed_blog_bottom_pagination .pagination > li > a, .pagination > li > span {
    padding: 5px 10px;
}
.ed_blog_bottom_pagination .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    padding: 5px 20px;
}
.cart_totals {   
    width: 100%;
}
.ed_info_wrapper {
    float: none;
    width: 100%;
}
.ed_policy_content {
    margin-bottom: 30px;
}
.ed_newsletter_section_form .col-xs-8, .ed_newsletter_section_form .col-xs-4, .ed_newsletter_section .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
	width:100%;
}
.ed_newsletter_section .col-xs-offset-3{
	margin-left: 0px;
}
.ed_newsletter_section_heading h4{
	line-height:35px;
}
.ed_newsletter_section_form .form-control{
	margin-bottom:10px;
}
.ed_inner_dashboard_info table th, .ed_inner_dashboard_info table td, .ed_dashboard_inner_tab table th, .ed_dashboard_inner_tab table td{
    padding: 5px 5px;
}
}
/*------ responsive css end ----*/

/*------ Addons css ----*/
#course {
	margin-bottom: 50px;
	border-radius: 5px;
    padding: 10px 50px;
	background: white;
	box-shadow: 0 1px 6px rgba(31, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
}

#course_description {
	margin-bottom: 50px;
	border-radius: 5px;
	padding: 10px 50px;
	background: white;
	box-shadow: 0 1px 6px rgba(31, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
}

#course_text {
	margin-bottom: 50px;
	border-radius: 5px;
	padding: 10px 50px;
	background: white;
	box-shadow: 0 1px 6px rgba(31, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
}

#course_teacher {
	margin-bottom: 50px;
	border-radius: 5px;
	padding: 10px 50px;
	background: white;
	box-shadow: 0 1px 6px rgba(31, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
}

#course_feedback {
	margin-bottom: 50px;
	border-radius: 5px;
	padding: 10px 50px;
	background: white;
	box-shadow: 0 1px 6px rgba(31, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12);
}

#course h3 {
	color: #ffc107;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 20px 0;
	text-align: center
}

#course_description h3, h5 {
	color: #ffc107;
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 20px 0;
	text-align: center
}

#course_text h3 {
	color: #ffc107;
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 20px 0;
	text-align: center
}

#course_teacher h2{
	color: #ffc107;
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 20px 0;
	text-align: center
}

#course_feedback h2{
	color: #ffc107;
	font-size: 2.5rem;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	padding: 20px 0;
	text-align: center
}

#teacher {
	display: flex;
	align-items: center;
}

.teacher_info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 200px;
}

.teacher_info h4{
	font-size: 18px !important;
}

#course_detail {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

figure {
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 5px;
}

figure img {
	width: 100%;
	height: 100%;
}

.line span {
    width: 100px;
    height: 4px;
    background-color: #0991AD;
    display: block;
    margin: auto auto 20px;
    border-radius: 10px;
    opacity: 1
}

.line_2 span {
	height: 1px;
	background-color: #ededed;
	display: block;
	margin: 50px auto 50px;
	border-radius: 10px;
	opacity: 1;
}

#title-course {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #2B2B2B;
  text-align: center;
	padding-top: 24px;
  padding-left: 70px;
  padding-right: 70px;
  background: #fff;
	border-radius: 4px 4px 0 0;
	border-top: 1px solid #E6E7E8;
	border-left: 1px solid #E6E7E8;
	border-right: 1px solid #E6E7E8;
}

#title-course h1 {
	text-transform: uppercase;
  color: #d35400;
}

#short-description-course {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #E6E7E8;
  border-right: 1px solid #E6E7E8;
}

#short-description-course p,
#short-description-course h2 {
	font-size: 18px;
}

#description-course {
	margin-top: -20px;
	border-top: 1px solid #E6E7E8;
  padding-left: inherit !important;
  padding-right: inherit !important;
  border-left: 1px solid #E6E7E8;
}

#description-course h6, #description-course h5, #description-course h4,
#description-course h3, #description-course h2, #description-course h1 {
	margin-top: -10px;
}

#description-course p {
	margin-top: -20px;
	font-weight: bold;
}

#description-course #image img {
	/*max-height: 280px;*/
}

#description-course #image {
	background: #fff;
}

#description-course #description {
	padding: 40px;
	padding-bottom: 75px;
	padding-top: 75px;
	border-right: 1px solid #E6E7E8;
	border-bottom: 1px solid #E6E7E8;
	border-left: 1px solid #E6E7E8;
  background: #fff;
}

#description-course #teachers {
	background-color: #EDEEEF;
  padding: 60px;
  border-left: 1px solid #E6E7E8;
  border-right: 1px solid #E6E7E8;
}

#description-course #teachers h3 {
	color: #d35400;
}

#description-course #teachers h4 {
	color: #535465 !important;
	font-weight: bold;
}

#description-course #teachers p {
	color: #000;
}

#description-course #teachers #teacher {
	margin-top: 35px;
}

#description-course #teachers img {
	width: 200px;
	height: 200px;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

#description-course #teachers h3 {
	font-weight: bold;
  text-transform: uppercase;
}

#description-course #teachers h4 {
	text-transform: uppercase;
	color: #3FC380;
}

#description-course #teachers p {
	margin-top: 8px;
}

#description-course #teachers #description-teacher {
	margin-top: 15px;
}

#info-course {
	position: relative;
	margin-bottom: 0;
}

.block_info_course {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(135deg, #009688, #0991AD);
	border-radius: 5px !important;
	box-shadow: 0 1px 6px rgba(31, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12) !important;
}

.block_info_teacher {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(135deg, #009688, #0991AD);
	border-radius: 5px !important;
	box-shadow: 0 1px 6px rgba(31, 31, 31, 0.12), 0 1px 4px rgba(31, 31, 31, 0.12) !important;
}

.block_info_teacher figure {
    width: 100%;
    height: 400px;
    background-color: unset;
}

.block_info_teacher figure img {
	width: 100%;
	height: 100%;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.d-flex #course {
		order: 2;
	}
	#course {
		margin-top: 50px;
	}
}

.btn-move {
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	color: rgba(57, 39, 121, 1);
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 200;
	padding: 10px 20px;
	border-radius: 4px !important;
	background: white;
	-webkit-font-smoothing: antialiased;
	transition: transform 0s;
}

/*#info-course #price {*/
	/*background-color: #3FC380;*/
	/*color: #fff;*/
	/*font-size: 15px;*/
	/*font-weight: bold;*/
	/*text-align: center;*/
	/*padding: 14px;*/
/*}*/

#info-course a {
	text-decoration: none;
}

#info-course #pre-register {
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
  background-color: #d35400;
	padding: 14px;
	text-align: center;
	color: #fff;
	transition: all 1s;
	border-bottom: solid 1px #fff;
	text-transform: capitalize !important;
}

#info-course #pre-register:hover {
  background-color: #3FC380;
	color: #fff;
}

#info-course #format {
	color: #fff;
	text-align: center !important;
	margin-top: 40px;
}

#info-course #format h3 {
	color: #fff;
	font-weight: 500;
}

#info-course #min-hours {
	padding: 6px 0 14px 0;
	margin-top: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#info-course .widget-title:after {
  background-color: #d35400;
  width: 100px;
}

#info-course h4 {
	color: white;
  font-size: 15px;
  text-transform: uppercase;
}

#info-teacher h4 {
	color: white;
	font-size: 15px;
	text-transform: uppercase;
}

#info-course h4 i {
	margin-right: 10px;
	font-size: 18px;
	color: #d35400;
}

#info-course p {
	color: #fff;
	font-size: 14px;
  font-weight: bold;
}

#info-course #hours, #info-course #begin,
#info-course #end, #info-course #places,
#info-course #price, #info-course #right-rating,
#info-course #min-hours {
	/*border-bottom: 1px solid #fff;*/
	padding: 14px 0 14px 0;
	width: 257px;
	margin-left: auto;
	margin-right: auto;
}

#info-course #right-rating .rating,
#info-course #right-rating p {
  margin-left: 10px;
  font-size: 13px;
  margin-top: 0;
  text-align: left;
}

#info-course #right-rating .rating .ratingLevel,
#info-course #right-rating .rating a {
  font-size: 20px !important;
}

#info-course #other-course {
	background-color: #fff !important;
	padding: 22px;
	border-top: 1px solid #fff;
	border-right: 1px solid #E6E7E8;
	border-bottom: 1px solid #E6E7E8;
	border-radius: 0 0 4px 0;
}

#info-course #other-course p {
	color: #000 !important;
}

#course-evaluation .add-feedback {
  color: #3FC380;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: bold;
}

#course-structure {
	background-color: #d35400;
	border: 1px solid #E6E7E8;
	padding: 60px;
}

#description-course #description h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#course-structure h3 {
	font-weight: bold;
	color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#course-structure p {
	color: #fff;
}

#course-evaluation {
	padding: 60px;
	border-left: 1px solid #E6E7E8;
	border-right: 1px solid #E6E7E8;
	border-bottom: 1px solid #E6E7E8;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

#course-evaluation h3 {
	font-weight: bold;
  text-transform: uppercase;
  color: #d35400;
}

.rating {
	text-align: center;
	margin-bottom: 40px;
}

.rating a {
  color: #aaa;
  font-size: 20px !important;
}

.rating span {
	font-size: 25px;
	color: #0991AD;
  	margin-left: 20px;
}

.rating a:hover {
  text-decoration: none !important;
}

.ratingLevel {
  color: orange!important;
}

.progress {
	padding: inherit !important;
}

.progress-first {
	margin-top: 30px;
}

#feedbacks {
	background-color: rgba(9,145,173,.1);
	position: relative;
	padding: 10px;
	border: 1px solid #ededed;
	border-radius: 5px;
	margin-bottom: 20px;
	/*background: white;*/
	/*padding: 35px;*/
	/*box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);*/
	/*border-radius: 4px;*/
}

#feedbacks h5 {
	text-transform: uppercase;
	color: #394b59;
	font-weight: bold;
}

#feedbacks h5 span {
	margin-right: 10px;
}

#errors-course {
	padding: 60px;
	text-align: center;
}

#pre-register-modal .modal-dialog {
	/*max-width: inherit !important;*/
	/*width: inherit !important;*/
}

#pre-register-modal .modal-header p {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
#pre-register-modal .modal-content .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}
#pre-register-modal #submit-pre-register .text-btn-pre-register {
  white-space: pre-line;
}
#btn-pre-register {
  
}

#btn-pre-register .col-lg-6,
#btn-pre-register .col-md-6,
#btn-pre-register .col-sm-6,
#btn-pre-register .col-xs-12 {
	padding-left: inherit !important;
	padding-right: inherit !important;
}

#btn-pre-register #first button,
#btn-pre-register #second button {
	background: #3FC380 !important;
	color: #d35400 !important;
	font-weight: bold;
	height: 104px;
	transition: all 1s;
}

#btn-pre-register #first button:hover,
#btn-pre-register #second button:hover {
	background: #d35400 !important;
	font-weight: bold;
	height: 104px;
}

#btn-pre-register #first button {
	border-radius: 2px 0 0 2px !important;
	border-right: 1px solid #d35400 !important;
	color: #fff !important;
}

#btn-pre-register #second button {
	border-left: 1px solid #d35400 !important;
	border-radius: 0 2px 2px 0 !important;
	color: #fff !important;
	margin-bottom: 20px;
}

.mandatory {
	color: #FF7E82 !important;
}

.already-account {
  font-weight: bold;
}

#header-languages {
	margin-top: 23px;
}

#header-languages img {
  border-radius: 50%;
  height: 29px;
	box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

#header-languages #languages-div {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}

#header-search {
	margin-top: 22px;
	padding-left: inherit;
	padding-right: inherit;
}

#header-search input {
    background-image: url(/img/decorative-search.png);
    background-repeat: no-repeat;
    background-position: right 5px;
    border-radius: 4px !important;
}

#header-logo {
	text-align: center;
}

.header-logo img {
	height: 75px !important;
}

input {
	border-radius: 2px !important;
}

#header-first-btn {
	margin-top: 29px;
	text-align: center;
}

#header-second-btn {
	margin-top: 29px;
	text-align: center;
}

#header-first-btn a {
	background-color: #3FC380;
	color: #d35400;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	padding: 10px 40px;
	text-decoration: none;
	transition: 1s all;
	text-transform: uppercase;
	box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

#header-first-btn a:hover {
	color: #3FC380;
	background-color: #d35400;
}

#header-second-btn a {
	background-color: #3FC380;
	color: #d35400;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	padding: 10px 40px;
	text-decoration: none;
	transition: 1s all;
	text-transform: uppercase;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

#header-second-btn a:hover {
	color: #3FC380;
	background-color: #d35400;
}

#header-sub-menu {
  padding: inherit;
  margin-top: -5px;
  margin-bottom: -13px;
}

#header-sub-menu a {
	cursor: pointer;
	font: bold;
	text-transform: uppercase;
	transition: all 1s;
}

#header-sub-menu a:hover {
	color: #3FC380; 
}

.first-menu-btn {
	display: none !important;
}
	
.second-menu-btn {
	display: none !important;
}

.layer-1 h1 {
	text-align: center !important;
	color: #fff;
	margin-top: 110px;
	text-transform: uppercase;
}

.layer-1 .play-icon {
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 55px;
	cursor: pointer;
}

#course-type {
	padding-top: inherit;
}

#course-type .container {
	width: 100%
}

#course-type-1 {
	background-color: #3FC380;
	text-align: left;
	height: 250px;
  transition: all 0.5s;
  cursor: pointer;
}

#course-type-1 h2 {
  width: 252px;
  color: #d35400;
  font-weight: bold;
  text-transform: uppercase;
}

#course-type-1 p {
  color: #d35400;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  bottom: 0;
  right: 10px;
  position: absolute;
}

#course-type-1:hover {
	background-color: #d35400;
}

#course-type-1:hover > #course-type-1-1,
#course-type-1:hover > #course-type-1-2 {
	color: #3FC380 !important;
}

#course-type-2 {
	background-color: #d35400;
	text-align: left;
	height: 250px;
  transition: all 0.5s;
  cursor: pointer;
}

#course-type-2 h2 {
  width: 252px;
  color: #3FC380;
  font-weight: bold;
  text-transform: uppercase;
}

#course-type-2 p {
  color: #3FC380;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  bottom: 0;
  right: 10px;
  position: absolute;
}

#course-type-2:hover {
	background-color: #3FC380;
}

#course-type-2:hover > #course-type-2-1,
#course-type-2:hover > #course-type-2-2 {
	color: #d35400 !important;
}

.form-control:focus {
	border-color: #3FC380 !important;
}

input::-webkit-input-placeholder {
   color: #3FC380 !important;
   text-transform: uppercase;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #3FC380 !important;
   text-transform: uppercase;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #3FC380 !important;
   text-transform: uppercase;
}

input:-ms-input-placeholder {  
   color: #3FC380 !important;
   text-transform: uppercase;
}

.ed_bottompadder40 {
	padding-bottom: inherit;
}

#reassurance-section {
	min-height: 270px;
	padding-top: 40px;
	background-color: #fff !important;
	border-bottom: 2px solid rgba(207,215,223,.25);
}

#reassurance-section .container {
	width: inherit !important;
	padding-left: inherit !important;
	padding-right: inherit !important;
}

#reassurance-section .col-lg-4,
#reassurance-section .col-md-4,
#reassurance-section .col-sm-4,
#reassurance-section .col-xs-12 {
	padding-left: inherit !important;
	padding-right: inherit !important;
}

#reassurance-section .theme-name {
	max-width: inherit !important;
	border-radius: inherit !important;
}

#reassurance a {
  /*display: block;*/
  margin: 0;
  padding: 0;
  position: relative;
  /*height: 120px;*/
  /*line-height: 120px;*/
}

/*#reassurance span {*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%,-50%) scale(.8);*/
  /*overflow: hidden;*/
  /*text-indent: -500px;*/
/*}*/

/*#reassurance span {*/
  /*background-size: 1018px 893px;*/
  /*background-image: url(https://stripe.com/img/v3/customers/logos/content-logos.png?9);*/
/*}*/

.Logo-digital-ocean {
  background-position: -196px -624px;
  width: 195px;
  height: 35px;
}

.Logo-docker {
    background-position: -693px 0;
    width: 176px;
    height: 44px;
}

.Logo-docusign {
    background-position: -125px -553px;
    width: 164px;
    height: 49px;
}

.Logo-marin-software {
    background-position: -95px -767px;
    width: 109px;
    height: 49px;
}

#thematic {
	background: #F6F9FC;
	padding-top: 70px;
	padding-bottom: 70px;
}

#thematic h3 {
  text-transform: uppercase;
  color: #d35400 !important;
  margin-bottom: 20px;
  font-size: 34px !important;
}

.theme-name {
	height: 130px;
	text-transform: uppercase;
	padding: 50px !important;
}

.theme-name-1 {
	background: #fff !important;
}

.theme-name-2 {
	background: #d35400 !important;
}

.theme-name-3 {
	background: #3FC380 !important;
}

.theme-name-4 {
	background: #3FC380 !important;
}

.theme-name-5 {
	background: #fff !important;
}

.theme-name-6 {
	background: #d35400 !important;
}

.theme-name-1 a {
	color: #d35400 !important;
}

.theme-name-2 a {
	color: #fff !important;
}

.theme-name-3 a {
	color: #fff !important;
}

.theme-name-4 a {
	color: #fff !important;
}

.theme-name-5 a {
	color: ;
}

.theme-name-6 a {
	color: #fff !important;
}

.theme-name a {
	text-decoration: none;
}

#popular-courses {
	padding-top: 70px;
	padding-bottom: 70px;
	border-top: 2px solid rgba(207,215,223,.25);
	background-color: #fff !important;
}

#popular-courses .container {
	width: inherit;
}

#popular-courses h3 {
  text-transform: uppercase;
  color: #d35400 !important;
  margin-bottom: 10px;
	font-size: 34px;
}

.course-block {
  
  border-radius: 4px !important;
}

.course-block h4 {
	text-transform: uppercase;
}

.course-block a:hover {
	color: #3FC380 !important;
}

.course-block .course-begin .course-begin-info {
  left: 55px !important;
  top: -8px !important;
}

.course-block .course-begin .fa-calendar {
    top: -3px !important;
    left: 18px !important;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

.course-block .bottom-block {
  height: 80px !important;
  padding-top: 30px !important;
}

button.btn-primary {
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  font-weight: bold;
  text-transform: uppercase;
  background-color: #3FC380 !important;
  color: #fff;
  border-radius: 4px;
  transition: 1s all;
}

button.btn-primary:hover {
  background-color: #d35400 !important;
}

button.btn-info {
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  font-weight: bold;
  text-transform: uppercase;
  background-color: #3FC380 !important;
  color: #fff;
  border-radius: 4px;
  transition: 1s all;
}

button.btn-info:hover {
  background-color: #d35400 !important;
}

button.btn-danger {
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  font-weight: bold;
  text-transform: uppercase;
  background-color: #d35400 !important;
  color: #fff;
  border-radius: 4px;
  transition: 1s all;
}

button.btn-danger:hover {
  background-color: #3FC380 !important;
}

.search-sidebar, .search-sidebar .sidebar_wrapper {
  /*box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);*/
  border-radius: 4px;
}

.search-sidebar .widget-title {
  text-transform: uppercase;
}

.empty-courses {
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  border-radius: 4px;
}

.ed_blog_bottom_pagination .pagination a {
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}

.ed_blog_bottom_pagination .pagination > li > a, .pagination > li > span {
  border: 1px solid #3FC380 !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-radius:  4px !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -4px;
  border-radius: 0 4px 4px 0;
}

#same-courses h3 {
  text-transform: uppercase;
  color: #d35400;
  margin-top: -80px;
}

.same-courses-wrapper {
	margin-top: -30px;
}

.course-block .ed_mostrecomeded_course {

}

#header-search input {
	border-radius: 4px 0 0 4px !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px !important;
    color: #3FC380;
    transition: 1s all;
}

#fixed-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #202020;
	color: #CACACA;
	text-transform: uppercase;
	text-align: center;
	padding: 8px;
	z-index: 1000;
}

#fixed-footer a {
	text-decoration: none;
	color: #fff !important;
	font-weight: bold !important;
	transition: all 1s;
}

#fixed-footer a:hover {
	color: #fff;
}

#header-image img {
	width:250px !important;
	height: 150px !important;
	margin-bottom: 50px;
}

@media only screen and (max-width: 390px) {
  .home-slogan {
    font-size: 14px !important;
  }
  .layer-1 .play-icon {
    margin-top: 10px !important;
  }
  .layer-1 .play-icon .text-video {
    font-size: 14px !important;
  }
  .ed_header_top {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1199px) {
	#description-course #teachers img {
		width: 80px;
		height: 80px;
	}
	
	#description-course #teachers #description-teacher {
	  margin-top: 27px;
	}
}

@media only screen and (max-width: 1140px) {
	#header-image img {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.theme-1 .theme-table a {
		font-size: 14px;
	}
	
	.theme-2 .theme-table a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.fullwidthbanner-container .fullwidthabanner {
		margin-top: 8px !important;
	}

	#description-course #teachers img {
		width: 120px;
		height: 120px;
	}
	
	#description-course #teachers #description-teacher {
	  margin-top: 40px;
	}
	
	#info-course #other-course {
		border-radius: 0 !important;
	}
	
	#info-course #other-course {
		border-radius: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.layer-1 .play-icon {
		/*margin-top: 190px;*/
	}

	.acc,
	.ele {
		display: none;
	}

	#teachers {
		text-align: center;
	}
	
	#header-first-btn {
		display: none;
	}
	
	#header-second-btn {
		display: none
	}
	
	#header-search {
		display: none;
	}
	
	.first-menu-btn {
		display: block !important;
	}
	
	.second-menu-btn {
		display: block !important;
	}
	
	#header-logo {
		text-align: right;
	}
	
	.edoco_menu_toggle {
		margin-bottom: -8px;
	}
	
	#header-languages {
		margin-top: 36px;
	}
	
	.edoco_menu ul li a {
		border-bottom: inherit;
		text-align: center;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	
	.layer-1 h1 {
    font-size: 20px;
	}
	
	.ed_slider_form_section {
		margin-bottom: inherit;
	}
}

@media only screen and (max-width: 640px) {
	.layer-1 .play-icon {
		/*margin-top: 100px;*/
	}
}

@media only screen and (max-width: 540px) {
  .layer-1 h1 {
    margin-top: 80px;
  }

	.layer-1 .play-icon {
		/*margin-top: 108px;*/
    margin-top: 30px;
	}
	
	#title-course {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#description-course #description {
		padding-left: 15px !important;
		padding-right: 15px !important;		
	}
	
	#short-description-course {
		padding-left: 15px !important;
		padding-right: 15px !important;		
	}
	
	#description-course #teachers {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#course-structure {
		padding-left: 15px !important;
		padding-right: 15px !important;	
	}
	
	#course-evaluation {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#info-course #other-course {
		display: none;
	}
}
/*------ Addons css end ----*/
