/*------------------------------------------------------------------
[Master Stylesheet]

Project:	E-Buddy Study
Version:	1.0.0
-------------------------------------------------------------------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #717171;
	-webkit-font-smoothing: antialiased;
}

/*--------- Body End -------*/
/*---------- Normal css start -------*/
a {
	color: #002b46;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #717171;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #002b46;
}
p{
   font-size:18px; 
}
img {
	max-width: 100%;
}

input {
	outline: none;
	border-radius: 0px !important;
	border-radius: 3px !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

textarea {
	outline: none;
	border-radius: 0px !important;
	border-radius: 3px !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: 60px;
}

.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: 14px;
}

.ed_bottompadder50 {
	padding-bottom: 50px;
}

.ed_bottompadder60 {
	padding-bottom: 60px;
}

.ed_bottompadder70 {
	padding-bottom: 70px;
}

.ed_bottompadder80 {
	padding-bottom: 60px;
}

.ed_bottompadder90 {
	padding-bottom: 90px;
}

.ed_bottompadder100 {
	padding-bottom:56px;
}

/*---------- Normal css end -------*/
/*---------- Header Top start ----------*/
#pro_wrapper {
	position: relative;
}
#ed_header_wrapper {
	z-index: 100;
}
.ed_header_top {
	background-color: #002b46;
	color: #ffffff;
	padding: 5px 0px;
}
.ed_contact_details {
	float: left;
	width: 100%;
}
.ed_contact_details ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.ed_contact_details ul li {
	float: left;
	width: auto;
	list-style: none;
	color: #ffffff;
	margin-right: 15px;
}
.ed_contact_details ul li:last-child {
	margin-right: 0px;
}
.ed_contact_details ul li a {
	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_contact_details ul li a:hover {
	color: #44d086;
	-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_details ul li i,
.ed_contact_details ul li a i {
	padding-right: 5px;
	color: #44d086;
}
.ed_social_icons ul {
	float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.ed_social_icons ul li {
	    float: left;
    width: 33px;
    list-style: none;
    color: #42539c;
    margin-right: 16px;
    background-color: white;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding: 3px 0px 0px 0px;
}

.headericonspan {
       width: 33px !important;
    list-style: none;
    color: #42539c;
    margin-right: 16px;
    background-color: white;
    height: 33px !important;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    padding: 3px 3px 3px 7px;
}

.ed_social_icons ul li:last-child {
	margin-right: 0px;
}
.ed_social_icons ul li a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	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_social_icons ul li a:hover {
	color: #44d086;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*--------- Header Top end -----------*/
/*----------- Header Bottom start ---------*/
.ed_header_bottom {
	background-color: #ffffff;
}
.pro_logo {
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.pro_logo a {
	display: inline-block;
	font-size: 25px;
}
.pro_call {
	float: left;
	width: 100%;
	padding-top: 32px;
	text-align: right;
}
.pro_call i {
	color: #002b46;
	padding-right: 10px;
}
.pro_call a {
	text-decoration: none;
	color: #202020;
	font-weight: 700;
	cursor: text;
}
.menu_fixed {
	position: fixed;
	z-index: 1000;
	padding: 0px 0px;
	-moz-box-shadow: 0px -5px 20px;
	-webkit-box-shadow: 0px -5px 20px;
	box-shadow: 0px -5px 20px;
	width: 100%;
	top: 0;
}
.pro_menu_toggle {
	width: 100%;
	padding: 10px 15px;
	background: #002b46;
	cursor: pointer;
	margin: 0px;
	color: #ffffff;
	border-radius: 3px;
	font-size: 16px;
}
.pro_menu_toggle i {
	float: right;
	font-size: 25px;
}
.pro_menu .navbar-collapse.in {
	overflow: inherit;
}

/*------ Header Bottom end -----------*/
/*--------menu start----------*/
.pro_menu {
	display: inline-block;
	width: 100%;
}
.pro_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.pro_menu ul li {
	display: inline-block;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
}
.pro_menu ul li a {
	display: inline-block;
	padding: 15px 21px 15px 0px;
	font-size: 16px;
	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;
}
.pro_menu ul li a:hover {
	color: #44d086;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pro_menu ul li:last-child a {
	padding-right: 0px;
}
.pro_menu ul li.active a {
	color: #44d086;
}
/*---------------------menu end---------------------*/
/*------------------Sub menu start-----------------*/
.pro_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);
}
.pro_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);
	border-top: 3px solid #44d086;
	-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;
}
.pro_menu ul li ul.sub-menu li {
	display: block;
	position: relative;
	width: 180px;
}
.pro_menu ul li ul.sub-menu li a {
	padding: 6px 10px;
	margin: 0px;
	width: 100%;
	background-color: #002b46;
	color: #ffffff;
	border-bottom: 0px solid transparent;
}
.pro_menu ul li ul.sub-menu li:first-child a {
	padding-top: 10px;
}
.pro_menu ul li ul.sub-menu li:last-child a {
	padding-bottom: 10px;
}
.pro_menu ul li ul.sub-menu li a:hover {
	color: #44d086;
	border-bottom: 0px solid #e1e1e1;
}
/*------------------Sub menu end-----------------*/

/*------------------Sub menu --Sub menu start-----------------*/
.pro_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);
}
.pro_menu ul li ul.sub-menu li ul.sub-menu {
	position: absolute;
	z-index: 100;
	left: 100%;
	top: 0px;
	text-align: left;
	border-left: 0px 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-----------------*/
.pro_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);
}
.pro_menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	position: absolute;
	z-index: 100;
	left: 100%;
	top: 0px;
	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;
}
.pro_menu ul li:last-child ul.sub-menu li ul.sub-menu li ul.sub-menu {
	position: absolute;
	z-index: 100;
	right: 100%;
	top: 0px;
	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;
}
/*--------- Slider end ---------*/
/*--------- Search form start --------*/
.ed_form_box {
	/* float:left;
	width:100%; */
	padding: 60px 0;
}
.ed_search_form_text {
	float: left;
	width: 100%;
	text-align: center;
}
.ed_search_form_text img {
	max-width: 557px;
}
.ed_search_form {
	float: left;
	width: 100%;
	background-color: #44d086;
	padding: 0px 50px 35px 50px;
	border-radius: 3px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.ed_search_form:before,
.ed_search_form:after {
	position: absolute;
	content: "";
	bottom: 12px;
	left: 15px;
	top: 80%;
	width: 45%;
	background: rgba(0, 43, 70, 0.25);
	z-index: -1;
	-webkit-box-shadow: 0 20px 15px rgba(0, 43, 70, 0.25);
	-moz-box-shadow: 0 20px 15px rgba(0, 43, 70, 0.25);
	box-shadow: 0 20px 15px rgba(0, 43, 70, 0.25);
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.ed_search_form:after {
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
	right: 15px;
	left: auto;
}
.ed_search_form h3 {
	float: left;
	width: 100%;
	color: #ffffff;
	text-transform: capitalize;
	margin: 35px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.ed_search_form .form-inline {
	float: left;
	width: 100%;
}
.ed_search_form .form-inline .form-control {
	border: 1px solid #fff;
	background-color: #ffffff;
	padding: 0px 15px;
	color: #002b46;
	float: left;
	width: 100%;
	font-size: 14px;
	height: 45px;
	text-transform: capitalize;
}
.ed_search_form .form-inline .form-group {
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 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 select {
	color: #aaaaaa !important;
}
.ed_search_form form input::-moz-placeholder {
	color: #aaaaaa;
	text-transform: capitalize;
}
.ed_search_form form input:-ms-input-placeholder {
	color: #aaaaaa;
	text-transform: capitalize;
}
.ed_search_form form input::-webkit-input-placeholder {
	color: #aaaaaa;
	text-transform: capitalize;
}
.ed_search_form .ed_orange {
	width: 100%;
	padding: 11px 0px;
	background-color: #002b46;
	color: #fff;
	border: 1px solid #002b46;
}
.ed_search_form .ed_orange:hover {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.ed_btn {
	border-radius: 0;
	padding: 12px 44px;
	text-transform: capitalize;
	overflow: hidden;
	position: relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	z-index: 1;
	border: none;
	border-radius: 3px;
	font-family: 'Ubuntu', sans-serif;
}
.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: #44d086;
	color: #ffffff;
	border: 1px solid #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_orange:hover {
	background-color: #002b46;
	color: #ffffff;
	border: 1px solid #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;
	text-decoration: none;
}
.ed_green {
	background-color: #fff;
	color: #002b46;
	border: 1px solid #002b46;
	-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: #002b46;
	color: #fff;
	border: 1px 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_heading_top {
	text-align: center;
}
.ed_heading_top h3 {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-size: 28px;
	max-width: 400px;
    width: 100%;
}
.ed_heading_top h3 span {
	color: #44d086;
}
.ed_heading_top h3:after {
	position: absolute;
    content: "";
    top: 96%;
    left: -19px;
    right: 0;
    margin: 0px auto;
    width: 33px;
    height: 7px;
    background-color: #002b46;
    border-radius: 3px;
}
.ed_heading_top h3:before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 20px;
	margin: 0px auto;
	width: 80px;
	height: 2px;
	background-color: #44d086;
	border-radius: 3px;
}
.ed_populer_areas_slider .item {
}
.ed_populer_areas_slider {
	padding-top: 75px;
	min-height: 321px;
}
.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 43%;
	left: -5%;
	height: 50px;
	width: 50px;
	font-size: 32px;
	background: #44d086;
	-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: #ffffff;
	background: #002b46;
	-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 {
	position: absolute;
	top: 43%;
	height: 50px;
	width: 50px;
	right: -6%;
	font-size: 32px;
	background: #44d086;
	-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: #ffffff;
	background: #002b46;
	-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: #ffffff;
	padding: 4px 15px;
	font-size: 20px;
	border-radius: 50px;
}
.ed_item_img {
	overflow: hidden;
	margin-bottom: 0px;
	/*position: relative;*/
	    border-radius: 50%;
    height: 80px;
    width: 80px;
        margin-left: 15px;
    margin-top: 15px;
}
.ed_item_img img {
	border-radius: 3px;
}
.ed_item_img:after {
	content: "";
	/*position: absolute;*/
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	border-radius: 3px;
	background-color: rgb(68 208 134 / 54%);
	opacity: 0;
	visibility: hidden;
	-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 .item:hover .ed_item_img:after {
	opacity: 1;
	visibility: visible;
	-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 .ed_item_img:after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-color: rgba(149, 196, 30, 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_mostrecomeded_course:hover .ed_item_img:after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-color: rgba(149, 196, 30, 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_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_populer_areas_slider .ed_item_description {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 12px;
}
.ed_populer_areas_slider .ed_item_description h4 {
	text-transform: capitalize;
	font-size: 24px;
	/* margin-bottom: 15px; */
	margin-top: 0px;
}
a.ed_getinvolved {
	text-decoration: none;
	color: #44d086;
	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: #44d086;
	-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;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.ed_getinvolved: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;
	padding-left: 5px;
}

/*---------- Populer areas section end ------*/
/*-------- our skill section start -----*/
.ed_graysection {
	background-color: #44d0861a;
	overflow: hidden;
}
.skill_section ul li{
	font-size: 17px;
	    color: black;
}

.skill_section {
	padding: 18px;
	position: relative;
	border-radius: 10px;
	transition: all 0.3s;
    border: 1px solid rgb(0 0 0 / 10%);
    height:auto;
}
.skill_section .img-responsives{
    width: 100%;
    height: 360px;
}

.skill_section:hover {
	box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
}
.skill_section:hover span img {
	transform: scale(1.1);
}
.skill_section span img {
	margin-bottom: 10px;
}
.skill_section h4 {
    text-align: center;
	font-size: 24px;
	margin-top: 20px;
	    color: #002b46;
}
.skill_section h4 a {
	text-decoration: none;
	color: #002b46;
	-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: #002b46;
	-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 {

	padding-top: 0px;
	margin-bottom: 0px;
}
.skill_section span i {
	font-size: 46px;
	color: #44d086;
	-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;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #44d086;
}
.skill_section h4 a i {
	color: #002b46;
	-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;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #44d086;
	padding-left: 5px;
}
/*------- our skill section end ---------*/
/*-------- Video section start ---------*/
.ed_parallax_section {
	background-color: #002b46;
	padding: 60px 0px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.ed_parallax_section.pro_about_video {
	background-color: #ffffff;
	background-image: none;
}
.ed_video_section {
	float: left;
	width: 98%;
	position: relative;
}
.ed_video_section img {
	width: 100%;
	border-radius: 20px;
}
.ed_video_section .ed_img_overlay i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #ffffff;
	font-size: 64px;
	width: 64px;
	text-align: center;
	cursor: pointer;
	margin-top: -32px;
	-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: #44d086;
	border-color: #44d086;
	-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 {
	padding-left: 50px;
    padding-top: 135px;
}
.ed_video_section_discription h6 {
    color: #12a357;
    font-size: 20px;	
}
.ed_video_section_discription h4 {
    font-size: 40px;
    color: #ffffff;
    /*padding-top: 12px;*/
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
}
.pro_about_video .ed_video_section_discription h4 {
	color: #002b46;
}
.ed_video_section_discription p {
	color: #d0d1da;
	/*max-width: 500px;*/
	width: 100%;
	padding: 10px 0px 25px 0px;
	font-size:17px;
	text-align:justify;
}
.pro_about_video .ed_video_section_discription p {
	color: #717171;
}
.ed_video_section_discription span {
}
.ed_video {
	position: relative;
}
.ed_video .ed_img_overlay {
	background-color: rgba(0, 0, 0, 0.5);
}
/*-------- Video section end ---------*/
/*---------- most recent course section start ----------*/
.ed_mostrecomeded_course_slider {
	float: left;
	width: 100%;
}
.ed_mostrecomededcourseslider {
	min-height: 443px;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 32%;
	left: -8%;
	font-size: 32px;
	background: #44d086;
	-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: #ffffff;
	background: #002b46;
	-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 {
	position: absolute;
	top: 32%;
	right: -8%;
	font-size: 32px;
	background: #44d086;
	-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: #ffffff;
	background: #002b46;
	-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: #ffffff;
	padding: 4px 15px;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data {
	float: left;
	width: 100%;
	padding: 15px;
	text-align: left;
	border-radius: 0px 0px 5px 5px;
	background-color: #ffffff;

}
.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 #e1e1e1;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.ed_mostrecomededcourseslider .owl-height {
	min-height: 443px;
}
.course_faculty img {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 100px;
}
.course_faculty a {
	text-transform: capitalize;
	color: #002b4687;
	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 {

	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}
.ed_most_recomended_data h4 {
	text-transform: capitalize;
}
.ed_most_recomended_data h4 a {
	font-size: 20px;
	color: #002b46;
	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: #44d086;
	-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 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding-left: 5px;
}
.ed_most_recomended_data 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_rating {
	color: #002b46;
	padding: 7px 10px 0px 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;
}
.ed_views i {
	color: #44d086;
	padding-right: 5px;
}
.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: #002b46;
}                                                                                                                                                                                                                                                                   
/*---------- 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: #002b46;
	-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: #002b46;
	-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 {
	text-transform: capitalize;
	font-size: 18px;
}
.ed_latest_news_slider .ed_item_description a {
	text-decoration: none;
	font-size: 14px;
	color: #002b46;
	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: #002b46;
	-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 {
	background-color: #002b46;
	padding: 80px 0px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-image: url(../images/content/section_6_bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	z-index: 1;
}
.ed_newsletter_section_heading {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.ed_newsletter_section_heading h4 {
	color: #ffffff;
	font-size: 28px;
}
.ed_newsletter_section_form {
	float: left;
	width: 100%;
}
.ed_newsletter_section_form .form-control {
	background: transparent;
	border: 1px solid #b3b1b8;
	margin-right: 0px;
	color: #ffffff;
	padding: 0px 15px;
	height: 48px;
	width: calc(100% - 86px);
	border-right: 0px;
	float: left;
	border-radius: 3px 0px 0px 3px !important;
}
.ed_newsletter_section_form button {
	float: right;
	border-radius: 0px 3px 3px 0px;
	height: 48px;
	padding: 0px 30px;
	font-size: 24px;
}
.ed_newsletter_section_form .ed_orange:hover {
	border: 1px solid #ffffff;
}
.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 {
}
.ed_footer_top {
	background-color: #202c45;
	padding: 70px 0px 30px 0px;
}
.widget.text-widget {
	float: left;
	width: 100%;
}
.text-widget img {
	margin-bottom: 37px;
	margin-top: 0px;
}
.ed_sociallink ul {
	margin: 0px;
	padding: 0px;
}
.ed_sociallink ul li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.ed_sociallink ul li a {
	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;
}
.ed_sociallink ul li:first-child a {
	margin-top: 0px;
}
.ed_sociallink ul li a:hover {
	color: #44d086;
	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_sociallink ul li a i {
	width: 25px;
	color: #44d086;
	-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:hover {
	color: #44d086;
	-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 h4.widget-title {
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 40px;
	margin-top: 0;
	font-weight: normal;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.text-widget h4.widget-title:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0px;
	width: 70px;
	height: 2px;
	background-color: #44d086;
	margin: 0px auto;
}
.text-widget p {
	color: #ffffff;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.text-widget p i {
	float: left;
	padding: 5px 10px 15px 0px;
	color: #44d086;
	font-size: 18px;
}
.text-widget p a {
	color: #ffffff;
	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: #44d086;
	-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 strong {
	color: #44d086;
	font-weight: 500;
}
.ed_footer_menu {
	float: left;
	width: 100%;
}
.ed_footer_menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.ed_footer_menu ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px;
}
.ed_footer_menu ul li a {
	color: #ffffff;
	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_footer_menu ul li a:hover {
	color: #44d086;
	-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 top end ---------*/
/*--------- Footer bottom start ---------*/
.ed_footer_bottom {
	padding: 0px 0px 30px 0px;
	background-color: #202c45;
}
.ed_copy_right {
	float: left;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	border-top: 1px solid rgb(255 255 255 / 30%);
}
.ed_copy_right p {
	color: #ffffff;
	font-size: 15px;
	margin: 0px;
	font-family: 'Ubuntu', sans-serif;
}
.ed_copy_right p a {
	text-transform: uppercase;
	color: #44d086;
	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: #44d086;
	-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 --------*/
/*----Breadcrumb Start-----------*/
.ed_pagetitle {
	background-color: #002b46;
	color: #fff;
	padding: 100px 0px;
	/*background-image: url('../images/breadcumb.jpg');*/
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
/*.ed_pagetitle11 {*/
/*	background-color: #002b46;*/
/*	color: #fff;*/
/*	padding: 100px 0px;*/
/*	background-image: url('../images/breadcumb.jpg');*/
/*	background-position: 100% 100%;*/
/*	background-repeat: no-repeat;*/
/*}*/
.ed_pagetitle11 {
    position: relative; /* Overlay ke liye zaruri */
    background-color: #002b46;
    color: #fff;
    padding: 100px 0px;
    background-image: url('../images/breadcumb.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; /* Extra content ko hide karne ke liye */
}

.ed_pagetitle11::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black shadow overlay with 50% opacity */
    z-index: 1; /* Ensure it is on top of the background but below the text */
}

.ed_pagetitle11 .container {
    position: relative;
    z-index: 2; /* Overlay ke upar text dikhane ke liye */
}






.page_title h2 {
	color: #ffffff;
	margin: 0px;
	font-size: 35px;
	text-transform: capitalize;
	text-align: center;
}
.ed_pagetitle .breadcrumb {
	float: right;
	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: 8px;
}
.ed_pagetitle ul.breadcrumb li a {
	color: #ffffff;
	padding: 0px 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
	-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 {
	padding-right: 0px;
}
.ed_pagetitle ul.breadcrumb li:hover a {
	color: #44d086;
	-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: #44d086;
	cursor: text;
}
.ed_pagetitle ul.breadcrumb li i {
	font-size: 21px;
}
.ed_pagetitle ul.breadcrumb>li+li:before {
	display: none;
}
/*--------Breadcrumb End-----------*/
/*----------- index2 start -------*/
.ed_counter_wrapper {
	float: left;
	width: 100%;
}
.ed_counter {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
}
.ed_counter h2 {
	font-size: 40px;
	position: relative;
	margin: 0px;
	text-transform: uppercase;
	display: inline-block;
	color: #44d086;
	-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_counter h4 {
	font-size: 24px;
	margin: 15px 0px 5px 0px;
	text-transform: capitalize;
}
.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;
}
.ed_mostrecomeded_course .ed_most_recomended_data {
	padding: 0px;
	padding: 14px 12px 14px 26px;
}
.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: #002b46;
	-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: #002b46;
	-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_latestnews {
	float: left;
	width: 100%;
}
.ed_latest_newsslider .ed_latestnews h4 {
	text-transform: capitalize;
	font-size: 18px;
}
.ed_latestnews p,
.ed_latest_news_slider .ed_item_description p {
	float: left;
	width: 100%;
	padding: 0px 40px;
}
.ed_latest_newsslider .ed_latestnews a {
	text-decoration: none;
	font-size: 14px;
	color: #002b46;
	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: #002b46;
	-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 {}

.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: #002b46;
	-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: #002b46;
	-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 -------*/
/*-------- About page start -------*/
.ed_chart_ratio {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-bottom: 30px;
}

.ed_chart_ratio h4 {
	text-transform: capitalize;
	font-size: 24px;
}

.ed_chart_ratio i {
	background-color: #44d086;
	color: #ffffff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 100px;
	border: 1px solid transparent;
	font-size: 36px;
	margin-bottom: 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_chart_ratio:hover i {
	background-color: #002b46;
	color: #ffffff;
	border: 1px solid #002b46;
	-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 {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.ed-social-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.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 5px 20px -8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.ed_team_member_img {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
	border-radius: 3px;
}

.ed_team_member_img img {
	border-radius: 3px;
	-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 {
	position: absolute;
	padding: 10px 0px 0px 0px; 
	text-align: center;
	background-color: #ffffff;
	top: unset !important;
    bottom: -205px;
    transform: translateX(-50%) !important;
    width: 100% !important;
    height: 320px !important;
    border-radius: 50%;
    padding-top:45px;
	left: 50%;
    opacity: 1 !important;
    transition: all 0.3s ease;
}
.ed_team_member_description h4 {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
}
.ed_team_member_description h4 a {
	text-decoration: none;
	color: #44d086;
	font-weight: 600;
	cursor: text;
	-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: #002b46;
	-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 {
	text-transform: capitalize;
	font-size: 14px;
}
.ed_team_member:hover .ed_team_member_description h4 a {
	color: #022b46;
	-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:hover .ed_team_member_description h5 {
	color: #44d086;
	-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 .ed_team_member_img img.img-responsive {
	margin: 0 auto;
}
/*-------- About page end -------*/
/*------- blog page start -------*/
.ed_blog_all_item {}

.ed_blog_item {
	float: left;
	width: 100%;
}
.ed_blog_image {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
}
.ed_blog_image:hover img {}

.ed_blog_image img {
	width: 100%;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:10px 10px 0px 0px;
	height:250px;
}
.ed_blog_info {
	padding: 0px 15px 15px;
	width: 100%;
}
.ed_blog_info h2 {
	font-size: 24px;
	margin-top: 17px;
	font-weight: 600;

}
.ed_blog_info h2 a {
	text-decoration: none;
	color: #002b46;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ed_blog_info h2 a:hover {
	color: #44d086;
	-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 {
	list-style: none;
	margin-left: 20px;
}

.ed_blog_info ul li:first-child {
	margin-left: 0px;
}

.ed_blog_info ul li a {
	text-decoration: none;
	color: #002b46;
	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: 500;
	font-size: 12px;
}

.ed_blog_info ul li a:hover {
	color: #44d086;
	-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: #44d086;
	padding-right: 5px;
	font-size: 15px;
}

.ed_blog_info p {
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
   
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
	
}

.ed_blog_all_item_second {
	float: left;
	width: 100%;
}

.ed_blog_all_item_second .ed_blog_info h2 {
	float: left;
	width: 100%;
	font-size: 24px;
	margin: 10px 0px 15px 0px;
}

.ed_blog_all_item_second .ed_blog_info p {
	margin-top: 15px;
}

.ed_blog_all_item_second .ed_blog_info a {
	float: left;
}

/*------- blog page end -------*/
/*------- blog Single page start -------*/
.ed_blog_info blockquote {
	float: left;
	padding: 10px 20px;
	margin: 30px 0px 0px 50px;
	font-size: 18px;
	border-left: 5px solid #002b46;
	color: #002b46;
	font-style: italic;
	font-family: 'Ubuntu', sans-serif;
}

.ed_blog_tags {
	float: left;
	width: 100%;
	padding: 25px 0px 0px 0px;
}

.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;
	font-weight: 600;
}

.ed_blog_tags ul li:first-child a {
	text-transform: uppercase;
	padding: 3px 0px 0px 0px;
	font-size: 13px;
	color: #002b46;
}

.ed_blog_tags ul li:first-child a:hover {
	color: #002b46;
	cursor: text;
}

.ed_blog_tags ul li i {
	color: #44d086;
	-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: 13px;
	text-transform: capitalize;
	color: #002b46;
	-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_tags ul li a:hover {
	color: #44d086;
	-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_tags div {
	float: right;
}

.ed_blog_tags div a {
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #002b46;
	-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_tags div a:hover {
	color: #44d086;
	-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 {
	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: #002b46;
}

#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: #44d086;
	-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: 15px 0px;
	background-color: #002b46;
	background-image: url(https://via.placeholder.com/870x173.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.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: 24px;
	font-weight: 400;
	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: #002b46;
	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: 3px;
}

.ed_comment_text {
	float: right;
	width: calc(100% - 80px);
	padding: 0px 10px;
}

.ed_comment_text h5 {
	margin: 0px;
	font-weight: 400;
	font-size: 18px;
}

.ed_comment_text h5 span {
	float: right;
	text-transform: capitalize;
	font-size: 13px;
}

.ed_comment_text h5 span a {
	text-decoration: none;
	color: #002b46;
	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: #44d086;
	-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: 10px 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: 24px;
	font-weight: 400;
	position: relative;
	margin: 30px 0px 0px 0px;
}

.ed_blog_message_wrapper h4:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0%;
	width: 70px;
	height: 2px;
	background-color: #002b46;
	margin: 8px auto;
}

.ed_blog_messages {
	float: left;
	width: 100%;
}

.ed_blog_messages .form-control {
	margin-bottom: 30px;
	color: #002b46;
	box-shadow: none;
	resize: none;
	padding: 0px 15px;
	height: 45px;
	-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 textarea.form-control {
	padding: 10px 15px;
	height: auto;
}

.ed_blog_messages .form-control:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #002b46;
	-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 {
	padding: 25px 25px 0px 25px;
	background-color: #ffffff;
	margin-bottom: 30px;
	display: flex;
}

.sidebar_wrapper {
	margin-bottom: 30px;
	padding: 25px 25px 0px 25px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
}

.widget-title {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
	position: relative;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: 500;
	text-transform: capitalize;
}

.widget-title:after {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 70px;
	background-color: #002b46;
	height: 2px;
}

.widget.widget_search {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.widget_search input {
	border: 1px solid #002b46;
	box-shadow: none;
	border-right: none;
	color: #002b46;
	padding: 0px 15px;
	height: 46px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	-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: 1px solid #002b46;
	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: 1px solid #002b46;
	background-color: #ffffff;
	border-left: none;
	padding: 11px 15px;
	border-radius: 0px;
	border-radius: 3px;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	font-size: 15px;
	-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 i {
	-ms-transform: rotate(85deg);
	/* IE 9 */
	-webkit-transform: rotate(85deg);
	/* Chrome, Safari, Opera */
	transform: rotate(85deg);
	-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:hover {
	border: 1px solid #44d086;
	background-color: #44d086;
	border-left: 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:hover 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;
}

.widget_search .input-group-btn:focus {
	outline: 0px;
}

.widget_search .input-group-btn button:focus,
.widget_search .input-group-btn button:active {
	outline: 0px;
	box-shadow: none;
	border: 1px solid #44d086;
	background-color: #44d086;
	border-left: 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:focus i,
.widget_search .input-group-btn button:active 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;
}

.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: 15px;
}

.widget_categories ul li:last-child {
	margin-bottom: 10px;
}

.widget_categories ul li a {
	font-size: 14px;
	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: #44d086;
	-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: 5px;
	color: #44d086;
}

.widget_categories ul li a:hover {
	padding-right: 0px;
	padding-left: 0px;
}

.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: 15px;
}

.widget_archive ul li:last-child {
	margin-bottom: 10px;
}

.widget_archive ul li a {
	font-size: 14px;
	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: #44d086;
	-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: 5px;
	color: #44d086;
}

.widget_archive ul li a:hover {
	padding-right: 0px;
	padding-left: 0px;
}

.widget.widget_tag_cloud {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.widget_tag_cloud a {
	float: left;
	font-size: 14px;
	padding: 10px 15px;
	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: #ffff;
	-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.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: 1px solid #002b46;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.widget_calendar .cal caption {
	line-height: 20px;
	font-weight: bold;
	color: #44d086;
	text-align: center;
	background: #ffffff;
	border: 1px solid #002b46;
	border-bottom: 0px solid #002b46;
}

.widget_calendar .cal caption a {
	display: block;
	line-height: 20px;
	padding: 0 10px;
	font-size: 15px;
	color: #9798a2;
}

.widget_calendar .cal caption a:hover {
	color: #002b46;
}

.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: 600;
	color: #44d086;
	text-transform: uppercase;
	background: #ffffff;
	border-left: 1px solid #002b46;
}

.widget_calendar .cal td {
	font-size: 12px;
	font-weight: 400;
}

.widget_calendar .cal td a {
	clear: both;
	display: block;
	position: relative;
	width: auto;
	line-height: 28px;
	color: #002b46;
	-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-color: #002b46;
	color: #fff;
}

.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: #fff;
	background-color: #44d086;
	-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;
}

.widget.widget_button {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.widget_button a {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	z-index: 1;
	padding: 12px 0px;
	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 #e1e1e1;
}

.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 #e1e1e1;
	text-align: left;
}

.widget.widget_cart .quantity span {
	margin-top: 0px;
	color: #002b46;
	font-size: 18px;
	font-weight: bold;
}

.widget.widget_cart .total {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #e1e1e1;
}

.widget.widget_cart .total span {
	margin-top: 0px;
	color: #002b46;
	float: right;
}

.widget.widget_cart .button_cart {
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	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 .purchase_title a {
	color: #E80000;
}

.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.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: 15px;
}

.widget_sharing ul li:last-child {
	margin-bottom: 0px;
}

.widget_sharing ul li a {
	font-size: 14px;
	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: #44d086;
	-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;
	width: 25px;
	color: #44d086;
}

.widget_sharing ul li a:hover {
	padding-right: 0px;
	padding-left: 0px;
}

.ed_sidebar_slider {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	min-height: 190px;
	padding: 0px 15px 15px 15px;
}

.ed_sidebar_slider h3 {
	text-align: center;
	margin: 20px 0px;
	position: relative;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 500;
	text-transform: capitalize;
}

.ed_sidebar_slider h3:after {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 0%;
	right: 0%;
	width: 70px;
	margin: 0px auto;
	background-color: #002b46;
	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: #002b46;
	-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: -60px;
    position: absolute;
	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: #002b46;
	-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 {
	position: absolute;
    top: -22%;
	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: 190px;
}

.widget.widget_progress_bar {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.widget_progress_bar .progress {
	background-color: #f7f7f7;
	height: 30px;
	border-radius: 0px;
	margin-bottom: 0px;
	box-shadow: none;
}

.widget_progress_bar .progress-bar {
	line-height: 30px;
	background-color: #44d086;
}

.widget_progress_bar .progress-bar p {
	font-size: 14px;
	padding-top: 13px;
}

.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%;
}

.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: 3px;
	border-bottom-left-radius: 3px;
	-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: 3px;
	border-bottom-right-radius: 3px;
}

.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: #002b46;
	color: #ffffff;
	border-color: #002b46;
	padding: 7px 14px;
}

.ed_blog_bottom_pagination .pagination>li>a,
.pagination>li>span {
	padding: 7px 14px;
	border-radius: 3px;
	color: #002b46;
	border: 1px solid #002b46;
	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: #002b46;
	border-color: #002b46;
	-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 {
	background-color: #f7f7f7;
}

#ed_custom_select {
	float: left;
	margin-bottom: 40px;
	font-size: 12px;
	position: relative;
}

#ed_custom_select span {
	text-transform: capitalize;
}

.ed_custom_select_box_button {
	float: left;
	padding: 12px 20px;
	background-color: #002b46;
	color: #ffffff;
	font-size: 14px;
}

.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;
    z-index: 1;
    background-color: #000;
    position: absolute;
    top: 16px;
    max-width: 259px;
    width: 100%;
}


.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 !important;
	-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: #002b46;
	-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;
	font-size: 14px;
	cursor: pointer;
}

.on_map a {
	text-decoration: none;
	font-size: 12px;
	color: #002b46;
	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_green.on_map:hover a {
	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: #f7f7f7;
}

.ed_event_wrapper_item {
	float: left;
	width: 100%;
	border-radius: 30px;
	margin-bottom: 40px;
	padding: 15px;
	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: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 5px 20px -8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.ed_event_wrapper_item_img {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ed_event_wrapper_item_img img {
	border-radius: 3px;
	-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_img:hover img {}

.ed_event_wrapper_item_img iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.ed_event_wrapper_item_description {
	float: left;
	width: 100%;
	padding: 15px 0px 0px 0px;
	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 {
	text-transform: capitalize;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 18px;
    margin: 0px 0px 18px 0px;
}

.ed_event_wrapper_item_description h4 a {
	font-size: 20px;
	color: #002b46;
	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: #44d086;
	-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: #44d086;
	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: #002b46;
	-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;
	-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 i {
	padding-left: 5px;
	padding-top: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*------- 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;
}

.ed_event_single_image:hover {
	-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: #002b46;
	-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: #002b46;
	-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 {
	background: #ffffff;
}
.ed_event_single_address_info {
	float: left;
	width: 100%;
	background: #002b46;
	padding-left: 60px;
	padding-right: 60px;
	color: #fff;
	/*margin-bottom: 15px;*/
	border-radius:25px 0px 0px 25px;
}
.ed_event_single_address_info h4 {
	text-transform: capitalize;
	margin: 0px;
	font-size: 28px;
	color:#fff;
}
.ed_event_single_address_info p span {
	color: #fff;
	float: none;
}
.ed_event_single_address_info 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_event_single_address_info a:hover {
	color: #44d086;
	-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: 362px;
	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: #44d086;
	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-control {
	box-shadow: none;
	resize: none;
	padding: 0px 15px;
	height: 45px;
}
#invitation_form .modal-content textarea.form-control {
	padding: 15px 50px;
	height: auto;
}
#invitation_form .modal-content .form-group label {
	color: #002b46;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
}
#invitation_form .modal-content form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #002b46;
}
#invitation_form .close:hover,
.close:focus {
	outline: none;
}
/*------- event single page end ---------*/
/*------- course page start ---------*/
.ed_courses {
	background-color: #f7f7f7;
}

.ed_courses .ed_most_recomended_data .course_faculty {
	width: 100%;
	/* border-bottom: 1px solid #e1e1e1; */
	/* padding-bottom: 5px;
	margin-bottom: 10px; */
}

.ed_courses .ed_mostrecomeded_course {
	margin-bottom: 30px;
}

.ed_courses .ed_blog_bottom_pagination {
	margin-top: 30px;
}

/*------- course page end ---------*/
/*------- contact page end ---------*/
.ed_contact_form {
	float: left;
	width: 100%;
}

.ed_contact_form .form-control {
	color: #000000;
	box-shadow: none;
	resize: none;
	padding: 0px 15px;
	height: 45px;
	margin-bottom: 26px;
	background-color: 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_contact_form label {
	color: #002b46;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
}

.ed_contact_form textarea.form-control {
	height: 83px;
	padding: 10px 15px;
}

.ed_contact_form .form-control:focus {
	border-color: #002b46;
	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 {
	background-size: cover;
	min-height: 600px;
	background-image: url(https://via.placeholder.com/1920x1080.png);
	position: relative;
	z-index: 1;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.ed_error_wrapper .ed_img_overlay {
	z-index: -1;
}

.ed_error_content {
	float: left;
	width: 100%;
	text-align: center;
}

.ed_error_content h1 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 150px;
	font-weight: bold;
}

.ed_error_content h3 {
	display: inline-block;
	width: 100%;
	color: #ffffff;
}

.ed_error_content span {
	display: inline-block;
	width: auto;
}

/*------- 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: #002b46;
	border: none;
	border-radius: 3px;
	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 --------- */
.ed_dashboard_wrapper {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 70px 0px;
}

.ed_sidebar_wrapper {
	float: left;
	width: 100%;
	border-bottom: 0px solid #e1e1e1;
	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 {
	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 #e1e1e1;
	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 #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.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: #002b46;
	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: 3px;
	padding: 1px 7px 0px 7px;
	background-color: #002b46;
	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: #002b46;
	-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 #002b46;
	background-color: #002b46;
	-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 #e1e1e1;
	border-top: none;
}

.ed_dashboard_inner_tab .nav-tabs {
	border: 1px solid #e1e1e1;
}

.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 #002b46;
	background-color: #002b46;
	-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 #002b46;
	background-color: #002b46;
	-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: #002b46;
	border-color: #002b46;
	color: #ffffff;
}

.ed_dashboard_inner_tab select {
	float: right;
	margin-top: 10px;
	border-color: #e1e1e1;
}

.ed_dashboard_inner_tab select:focus {
	border-color: #e1e1e1;
	outline: none;
}

.ed_inner_dashboard_info {
	float: left;
	width: 100%;
}

.ed_inner_dashboard_info .ed_add_students {
	border-bottom: 1px solid #002b46;
	border-top: 0px;
}

.ed_inner_dashboard_info .ed_add_students img {
	float: left;
}

.ed_inner_dashboard_info .ed_add_students p {
	float: right;
	width: calc(100% - 60px);
	margin: 0;
}

.ed_inner_dashboard_info .ed_add_students span {
	float: right;
	width: calc(100% - 60px);
	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;
	font-size: 24px;
}

.ed_inner_dashboard_info strong,
.ed_dashboard_inner_tab strong {
	color: #002b46;
}

.ed_inner_dashboard_info table,
.ed_dashboard_inner_tab table {
	width: 100%;
	border: 1px solid #002b46;
	margin: 20px 0px;
}

.ed_inner_dashboard_info table thead,
.ed_dashboard_inner_tab table thead {
	border: 1px solid #002b46;
}

.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: #002b46;
	border-bottom: 1px solid #002b46;
	padding: 5px 10px;
}

.ed_inner_dashboard_info table td a,
.ed_dashboard_inner_tab table td a {
	color: #002b46;
	text-decoration: none;
}

.ed_inner_dashboard_info table td a:hover,
.ed_dashboard_inner_tab table td a:hover {
	color: #002b46;
}

.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 #002b46;
	text-transform: capitalize;
	color: #002b46;
}

.ed_add_students img {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 100px;
}

/*------ 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: #002b46;
}

.ed_dashboard_tab_info p strong {
	text-transform: uppercase;
	color: #002b46;
}

.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;
	height: 45px;
	padding: 0px 15px;
}

.ed_tabpersonal textarea.form-control {
	padding: 10px 15px;
	height: auto;
}

.ed_inner_dashboard_info button {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 13px 33px;
	margin-bottom: 10px;
	background-color: #002b46;
	border: 1px solid #002b46;
	-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: #002b46;
	border: 1px solid #002b46;
	-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 5px 20px -8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.ed_teacher_div h3 {
	margin-bottom: 20px;
}

.ed_teacher_div h3 span {
	color: #002b46;
}

.ed_teacher_form {
	float: left;
	width: 100%;
}

.ed_teacher_form .form-control {
	padding: 0px 15px;
	height: 45px;
	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-group label {
	color: #002b46;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
}

.ed_teacher_form .form-control:focus {
	border-color: #002b46;
	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: #002b46;
	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: #002b46;
	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: capitalize;
	border-bottom: 1px solid #e1e1e1;
	background-color: #002b46;
	padding: 5px 0px;
	color: #ffffff;
	font-size: 24px;
}

.cart-subtotal {
	font-size: 18px;
}

.cart-subtotal span {
	color: #002b46;
	font-size: 18px;
}

.order-total {
	font-size: 18px;
}

.order-total span {
	color: #002b46;
	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: #002b46;
	left: 0px;
	top: 100%;
}

.checkout.woocommerce-checkout .form-group label {
	color: #002b46;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
}

.checkout.woocommerce-checkout .form-group .form-control {
	box-shadow: none;
	margin-bottom: 15px;
	padding: 0px 15px;
	height: 45px;
	border-radius: 3px;
}

.woocommerce-checkout-payment {
	float: left;
	width: 100%;
}

.woocommerce-checkout-payment h3 {
	margin: 0;
	float: left;
	width: 100%;
	padding: 10px 0px;
	color: #002b46;
}

.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: #f7f7f7;
}

.ed_course_single_item {
	padding: 20px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
}

.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: 24px;
	margin-top: 0px;
	text-transform: capitalize;
}

.ed_course_single_info h2 a {
	text-decoration: none;
	color: #002b46;
	-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: #002b46;
	-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: #002b46;
}

.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 #002b46;
	background-color: #ffffff;
	padding: 8px 0px 7px 0px;
	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 #002b46;
	background-color: #002b46;
	-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;
	text-decoration: none;
}

.ed_course_single_tab .nav-tabs>li>a:hover {
	border-color: #002b46 #002b46 #002b46;
	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;
	text-decoration: none;
	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: #002b46;
	border: 1px solid #002b46;
	color: #fff;
	-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 #002b46;
	border-top: none;
	padding: 20px;
	float: left;
	width: 100%;
}

.ed_course_tabconetent h2 {
	font-size: 24px;
	margin: 5px 0px;
	text-transform: capitalize;
}

.ed_course_tabconetent p {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
}

.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_content {
	background-color: #ffffff;
    box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
    padding: 20px;
}

.ed_policy_content h5 {
	text-transform: capitalize;
	margin: 0px;
	font-size: 18px;
}

/*-------- policy page end --------*/
/*-------- course single page start --------*/
.ed_course_single_image {
	position: relative;
}

.ed_course_single_image .ed_video_section {
	width: 100%;
}

.ed_course_single .ed_course_single_info {
	padding-top: 20px;
}

.ed_course_single_image:hover {
	-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(0, 0, 0, 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: 3px;
	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: #002b46;
	border-color: #002b46;
	-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-align: end;
	text-transform: capitalize;
}
.ed_course_duration p {
	float: left;
	width: 100%;
	color: #002b46;
	font-weight: 600;
	margin: 5px 0px 0px 0px;
}

.ed_course_event {
	float: left;
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px solid #002b46;
}

.ed_course_event h5 {
	float: left;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
}

.ed_course_event p span {
	font-style: italic;
	color: #002b46;
	text-transform: capitalize;
	font-weight: 600;
}

.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 #e1e1e1;
}

.ed_time_executor ul li:last-child {
	border-bottom: none;
}

.ed_time_executor ul li:first-child {
	background-color: #002b46;
}

.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: #002b46;
	-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_time_executor ul li a:hover {
	color: #95c41e;
	-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_time_executor ul li span {
	float: right;
	color: #afafb7;
	-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_time_executor ul li span i {
	font-size: 20px;
	color: #95c41e;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*-------- course single page end --------*/
/*-------- pricing table page start --------*/
.ed_pricing_table_wrapper {
	float: left;
	width: 100%;
}

.ed_pricing_table .ed_pricing_heading {
	text-align: center;
}

.ed_pricing_table {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #e1e1e1;
	position: relative;
	border-radius: 15px;
	-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_pricing_table::before {
	position: absolute;
	content: "";
	height: 7px;
	width: 82%;
	background-color: #44cf86;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: 0 auto;
	border-radius: 0px 0px 40px 40px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.ed_pricing_table::after {
	position: absolute;
	content: "";
	height: 7px;
	width: 82%;
	background-color: #44d086;
	left: 0;
	right: 0;
	top: -8px;
	margin: 0 auto;
	border-radius: 40px 40px 0px 0px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.ed_pricing_table:hover::before {
	opacity: 1;
}

.ed_pricing_table:hover::after {
	opacity: 1;
}

.ed_pricing_heading {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #0000;
	-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_pricing_heading h2 {
	float: left;
	width: 100%;
	text-transform: capitalize;
	margin: 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_table_price {
	float: left;
	width: 100%;
	color: #fff;
	text-transform: capitalize;
}

.ed_table_price p {
	margin-bottom: 0px;
	font-size: 50px;
	color: #44d086;
	font-weight: 500;
	padding: 10px 0;
	-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_table_price sup,
.ed_table_price sub {
	font-size: 20px;
}

.ed_table_price sup {
	top: -0.2em;
}

.ed_pricing_table ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #0000;
	-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-align: center;
	padding: 0 60px;
}

.ed_pricing_table ul li {
	list-style: none;
	text-transform: capitalize;
	padding: 5px 0px;
	padding: 3px 0 14px 0px;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}

.ed_pricing_table ul li:first-child {
	padding-top: 15px;
}

.ed_pricing_table ul li:last-child {
	padding-bottom: 15px;
}

.ed_pricing_tabel_footer {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.ed_pricing_tabel_footer a {
	text-decoration: none;
	/* padding: 10px 14px; */
}

.ed_pricing_table:hover .ed_pricing_heading {
	border-bottom: 1px solid #0000;
	-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_pricing_table:hover .ed_pricing_heading h2 {
	color: #44d086;
	-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_pricing_table:hover .ed_pricing_heading p {
	color: #002b46;
	-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_pricing_table:hover ul {
	border: none;
	border-bottom: 1px solid #0000;
	-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_pricing_table:hover .ed_pricing_tabel_footer {
	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_pricing_table:hover {
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*-------- pricing table page end --------*/
/*------ Gallery css start ----*/
.ed_gallery_wrapper {
	float: left;
	width: 100%;
}

.ed_gallery_member {
	margin-bottom: 30px;
	padding: 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_gallery_member_img {
	overflow: hidden;
	position: relative;
	border-radius: 25px;
}

.ed_gallery_member_img img {
	border-radius: 3px;
}

.ed_gallery_member_img a:after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	border-radius: 3px;
	background-color: rgba(149, 196, 30, 0.6);
	opacity: 0;
	visibility: hidden;
	-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_gallery_member_img:hover a:after {
	opacity: 1;
	visibility: visible;
}

/*------ Gallery css end ----*/
.ed_item_img img {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.ed_item_img:hover img {
	transform: scale(1.2) skew(-3deg);
	-webkit-transform: scale(1.2) skew(-3deg);
	-moz-transform: scale(1.2) skew(-3deg);
	-ms-transform: scale(1.2) skew(-3deg);
	-o-transform: scale(1.2) skew(-3deg);
}

.ed_gallery_member:hover .ed_gallery_member_img img.img-responsive {
	transform: scale(1.2) skew(-3deg);
	-webkit-transform: scale(1.2) skew(-3deg);
	-moz-transform: scale(1.2) skew(-3deg);
	-ms-transform: scale(1.2) skew(-3deg);
	-o-transform: scale(1.2) skew(-3deg);
}

.ed_gallery_member_img img.img-responsive {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.ed_event_wrapper_item_img img {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.ed_event_wrapper_item_img:hover img {
	transform: scale(1.2) skew(-3deg);
	-webkit-transform: scale(1.2) skew(-3deg);
	-moz-transform: scale(1.2) skew(-3deg);
	-ms-transform: scale(1.2) skew(-3deg);
	-o-transform: scale(1.2) skew(-3deg);
}

.certificates_slider_main .ed_gallery_member_img:hover img {
	transform: none !important;
}

/*
=================
Top Button Style
=================
*/
/* GO Top Css*/
.go_top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	cursor: pointer;
	z-index: 999;
	width: 50px;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
	z-index: 999 !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
	border: 1px solid #44d086;
}

.go_top svg {
	font-size: 14px !important;
	color: #44d086;
	width: 27px;
	height: 27px;
}

.item-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}


.ed_pricing_table_wrapper_second.ebd_sc_price_plane ul {
	padding: 0;
}

/*------ responsive css start ----*/

@media (min-width: 992px) and (max-width: 1199px) {
	.pro_menu ul li a {
		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;
	}

	.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;
	}

	.ed_blog_info ul li {
		width: 100%;
		margin-left: 0px;
	}

	.ed_search_form_text img {
		width: auto;
	}

	/* .ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev {
		left: 45%;
	}

	.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next {
		right: 45%;
	} */

	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev {
		left: 45%;
	}

	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next {
		right: 45%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.pro_menu ul li a {
		padding: 30px 15px 30px 0px;
		;
	}

	.ed_search_form .ed_orange {
		float: none !important;
	}

	.ed_newsletter_section_heading {
		text-align: center;
	}

	.text-widget h4.widget-title {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.ed_mostrecomeded_course {
		margin-bottom: 30px;
	}

	.ed_latestnews {
		margin-bottom: 30px;
	}

	.ed_chart_ratio {
		padding: 0px 0px 30px 0px;
	}

	.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_newsletter_section_form {
		margin: 10px 0px;
	}

	.ed_newsletter_section_heading {
		text-align: center;
	}

	.ed_newsletter_section_form .col-sm-8,
	.ed_newsletter_section_form .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}

	.ed_latestnews p,
	.ed_latest_news_slider .ed_item_description p {
		padding: 0px;
	}

	.skill_section {
		padding: 70px 10px 20px 10px;
	}

	.ed_blog_info ul li {
		width: 100%;
		margin-left: 0px;
	}

	.ed_search_form_text img {
		/* width: auto;
    margin-top: 190px; */
		max-width: 100%;
	}

	/* .ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev {
		left: 44%;
	} */

	 /* .ed_populer_areas_slider .owl-carousel .owl-nav .owl-next {
		right: 44%;
	} */

	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev {
		left: 44%;
	} 

	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next {
		right: 44%;
	}
}

@media (max-width: 767px) {
	.certificates_slider_main img.img-responsive {
		margin: 0 auto;
	}

	.pro_menu ul li {
		float: left;
		width: 100%;
		text-align: left;
	}

	.pro_menu ul li a {
		width: 100%;
		padding: 8px;
		border-bottom: 1px solid #002b46;
		margin: 0px;
	}

	.pro_menu ul li ul {
		left: 75px;
		top: 0px;
	}

	.pro_menu ul li ul li a {
		padding: 5px;
	}

	.pro_menu ul li ul.sub-menu li {
		float: none;
	}

	.pro_logo {
		text-align: center;
		padding-bottom: 10px;
	}

	.pro_call {
		text-align: center;
		padding-bottom: 25px;
		padding-top: 5px;
	}

	.ed_footer_menu ul {
		float: none;
		display: inline-block;
	}

	.ed_event_wrapper {
		margin-bottom: 20px;
	}

	.pro_menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
		right: 50px;
		top: 30px;
		left: auto;
	}

	.ed_counter {
		margin-bottom: 30px;
	}

	.ed_header_top {
		padding: 10px 0px;
	}

	.ed_contact_details {
		text-align: center;
	}

	.ed_contact_details ul li {
		float: none;
		display: inline-block;
	}

	.ed_social_icons {
		text-align: center;
		margin-top: 10px;
	}

	.ed_social_icons ul {
		width: 100%;
	}

	.ed_social_icons ul li {
		float: none;
		display: inline-block;
	}

	.text-widget h4.widget-title {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.ed_search_form_text {
		margin-top: 30px;
	}

	.ed_search_form_text img {
		width: auto;
		display: inline-block;
		max-width: 100%;
	}

	.ed_populer_areas_slider .ed_item_description h4 {
		margin-top: 20px;
	}

	/* .ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev {
		left: auto;
		right: 50px;
	} */

	/* .ed_populer_areas_slider .owl-carousel .owl-nav .owl-next {
		right: 0px;
	} */

	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev {
		left: auto;
		right: 50px;
	}

	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next {
		right: 0px;
	}

}

@media (min-width: 480px) and (max-width: 767px) {
	.ed_form_box {
		position: relative;
		margin-top: 20px;
	}

	.ed_search_form .form-inline .form-group {
		width: 100%;
		padding: 0;
	}

	.ed_search_form .form-inline .form-control {
		margin-bottom: 10px;
	}

	.ed_search_form .ed_orange {
		width: 100%;
	}

	.ed_search_form {
		padding: 30px;
		border-radius: 3px;
	}

	.ed_search_form h3 {
		margin: 5px 0px 25px 0px;
	}

	.ed_slider_form_section {
		margin-bottom: 0px;
	}

	.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;
	}

	.ed_event_wrapper_item_img {
		text-align: center;
	}

	.ed_event_wrapper_item_img img {
		display: inline-block;
	}

	.ed_event_wrapper_item_description {
		text-align: center;
	}

	#map img {
		width: 100%;
	}

	.ed_item_img {
		text-align: center;
	}

	.ed_item_img img {
		display: inline-block;
		transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
	}

	.ed_item_img:hover img {
		transform: scale(1.2) skew(-3deg);
		-webkit-transform: scale(1.2) skew(-3deg);
		-moz-transform: scale(1.2) skew(-3deg);
		-ms-transform: scale(1.2) skew(-3deg);
		-o-transform: scale(1.2) skew(-3deg);
	}

	.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_teacher_div h3 {
		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;
	}

	.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_heading h4 {
		line-height: 35px;
	}

	.ed_mostrecomeded_course_slider .col-xs-12 {
		width: 50%;
	}

	.ed_team_wrapper .col-xs-12 {
		width: 50%;
	}

	.ed_courses .col-xs-12 {
		width: 50%;
	}
}

@media (max-width: 479px) {

	.menu_fixed {
		position: initial;
	}

	.ed_search_form {
		padding: 20px;
		border-radius: 3px;
	}

	.ed_search_form h3 {
		margin: 5px 0px 25px 0px;
	}

	.ed_search_form .form-inline .form-group {
		width: 100%;
		padding: 0px;
	}

	.ed_search_form .form-inline .form-control {
		margin-bottom: 10px;
	}

	.ed_form_box {
		position: inherit;
	}

	.ed_search_form .ed_orange {
		width: 100%;
	}

	.ed_item_img {
		text-align: center;
	}

	.ed_item_img img {
		display: inline-block;
	}

	.ed_mostrecomeded_course {
		margin-bottom: 30px;
	}

	.ed_latestnews {
		margin-bottom: 20px;
	}

	.ed_team_member_img {
		text-align: center;
	}

	.ed_team_member_img img {
		display: inline-block;
	}

	.ed_blog_bottom_pagination {
		margin-bottom: 30px;
	}

	.ed_comment_image {
		padding-right: 0;
		display: inline-block;
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}

	.ed_comment_text,
	.ed_blog_sub_comment {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.ed_blog_message_wrapper {
		margin-bottom: 30px;
	}

	.ed_event_wrapper_item_img {
		text-align: center;
	}
	.ed_event_wrapper_item_img img {
		display: inline-block;
	}
	.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;
	}
	.ed_teacher_div h3 {
		text-align: center;
	}
	.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 8px;
	}
	.ed_counter_wrapper {
		padding: 20px;
	}
	.ed_counter {
		padding: 0px 0px 20px 0px;
	}
	.ed_video_section_discription p {
		padding: 20px 20px 20px 0px;
	}
	.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;
	}
	.ed_blog_info ul li {
		width: 100%;
		margin-left: 0px;
	}
	.ed_video_section .ed_img_overlay i {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 45px;
		margin-top: -25px;
	}
	.text-widget p {
		font-size: 15px;
	}
}
/*------ responsive css end ----*/
.ed-box-top {
	    display: flex
;
    justify-content: start;
    padding: 20px 40px;
    border-radius: 6px;
    border: 2px solid #002b4680;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    color: #002b46;
}
.ed-img-box {
	margin-right: 25px;
}
.ed-explor-heading {
	padding: 0px 0px 65px 0px;
}
.ed-box-top:hover {
	background-color: #44d086;
}
.ed-box-top:hover h4 {
	color: #ffff;
}
.ed-box-top:hover p {
	color: #ffff;
}
.ed-cap {
	text-align: center;
	font-size: 40px;
}
.ed-cap i {
	color: #fff;
}
.ed-transprentbg01-wrapper {
	background-color: #202c45;
	position: relative;
}
.ed-transprentbg01-wrapper::before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	/*background-image: url(https://via.placeholder.com/1920x356.png);*/
}
.ed_counter.ed-count-text h4 {
	color: #fff;
}
.ed_views02 {
	padding: 3px 15px;
	color: #ffffff;
	font-weight: 500;
	background: #44d086;
	border-radius: 5px;
	transition: all 0.3s ease;
	position: absolute;
	top: 20px;
	right: 38px;
}
.ed-flex-views {
	display: flex;
}
.ed_most_recomended_data span i {
	color: #fcb903;
	margin-bottom: 15px;
}
.skill_section span i {
	margin: 0 auto;
	border-radius: 50%;
	align-items: center;
	padding: 10px 0px 0px 0px;
}
.item.ed-owl-slider-box {
	border: 1px solid #e1e1e1;
	padding: 20px 20px 20px 20px;
	position: relative;
}
.item.ed-owl-slider-box::before {
	position: absolute;
	content: '';
	width: 85%;
	height: 2px;
	background-color: #44d086;
	top: 0;
	right: 0;
}
.ed-E-Buddy-img02 {
	background-image: url(https://via.placeholder.com/932x520.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.ed_parallax_section1 {
	padding: 60px 0px 60px 0px;
}
.ed-gray-wrapper {
	padding: 50px 0px 50px 0px;
}
/*.ed-skill-wrapper {*/
/*	padding: 60px 0px 60px 0px;*/
/*}*/
.ed-E-Buddy-img {
	position: relative;
}
.ed-video-inner {
	position: absolute;
	top: 206px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.ed-video-inner a i {
	font-size: 60px;
}
.ed_video_discription03
{
	padding-top: 0px;
}
ul.breadcrumb {
    justify-content: center;
}
.skill_section.ed-skill-box1 {
    background-color: #f9f7f8;
	text-align: left;
	padding-left: 60px;
	padding: 62px 18px 66px 48px;
	box-shadow: none;
	position: relative;
	border-radius: inherit;
}
.skill_section.ed-skill-box1::before
{
	position: absolute;
	content: url(https://via.placeholder.com/276x315.png);
	background-color: #F9F7F8;
    right: 0px;
	top: 0px;
    border-radius: 4px 4px 4px 4px;
}
.skill_section.ed-skill-box2
{
	background-color: #f9f7f8;
	text-align: left;
	padding: 65px 18px 70px 48px;
	padding-left: 60px;
	box-shadow: none;
	position: relative;
	border-radius: inherit;
}
.skill_section.ed-skill-box2::before
{
	position: absolute;
	content: url(https://via.placeholder.com/276x315.png);
	background-color: #F9F7F8;
    right: 0px;
	top: 0px;
    border-radius: 4px 4px 4px 4px;
}
.skill_section.ed-skill-box1 p {
    max-width: 283px;
    width: 100%;
	margin: 0px 0px 19px 0px;
}
.skill_section.ed-skill-box2 p
{
	max-width:283px;
    width: 100%;
	margin: 0px 0px 16px 0px;
}
.skill_section.ed-skill-box1 h4 {
    padding: 0;
    margin: 11px 0px 15px 0px;
}
.skill_section.ed-skill-box2 h4 {
    margin: 8px 0px 15px 0px;
}
.ed-event-wrapper
{
	position: relative;
	padding: 90px 0px 90px 0px;
}
.ed-calendar table tbody tr td {
    padding: 4px 5px 4px 5px;
	font-size: 14px;
    color: #002b46;
}
.ed-calendar table tr td {
    border: 1px solid #002b46;
    text-align: center;
}
.calendar-wrapper {
    margin-bottom: 30px;
	position: relative;
}
.ed-calendar table tbody tr.days td {
    color: #44d086;
}
.ed-calendar table thead tr td {
    color: #002b46;
}
.ed-calendar-btn .ed-prev-btn {
    border: none;
    position: absolute;
    top: 53px;
    left: 16px;
    background-color: white;
}
.ed-calendar-btn .ed-next-btn {
    position: absolute;
    right: 28px;
    top: 53px;
    border: none;
    background-color: white;
}
.ed_graysection.ed-courses-wrapper {
    background-color: white;
}
.course_detail {
    position: absolute;
	top: 1px;
    right: 0px;
}
.course_faculty {
    background-color: #44d086;
    padding: 1px 10px 0px 10px;
    border-radius: 5px;
}
.course_faculty a {
    color: #fff;
}
.ed_item_img img {
    width: 100%;
}
.course_faculty img {
    width: auto;
}
.ed_event_wrapper_item_img img {
    width: 100%;
}
.ed-sidebar-cls {
    box-shadow: 0 5px 30px 0px rgb(0 0 0 / 10%);
}

.ed-placement-stu0 h4
{
	text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.ed-placement-stu0 h5{
	text-transform: capitalize;
    font-size: 14px;
}
.ed-placement-stu0 h4 a{
text-decoration: none;
    color: #44d086;
    font-weight: 600;
    cursor: text;
    -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 img {
    width: 100%;
}
.ed-placement-stu0 {
    margin-left: 10px;
}
.ed_orange-btn-2{
	background-color: #ffffff;
	color: #002b46;
}

.ed_orange-btn-a{
	background-color: #44d086;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none !important;
}
.ed_orange-btn-a:hover{
	background-color: #002b46;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none !important;
}

.ed_gallery_member_img a img {
    width: 100%;
}

.ed_team_member img {
    width: 100%;
}

ul.ed_custom_select_box_options {
    display: none;
}
ul.pagination li a {
    text-decoration: none;
}




/* new css */
@media(max-width:1200px) {
	.ed_video_section_discription {
		padding-top: 20px !important;
	}
}
@media(max-width:1300px) {
	.ed-about-text {
		padding: 0;
	}
	.ed-calendar-btn .ed-next-btn
	{
		right: 10px;
	}
	.ed-calendar table tbody tr td
	{
		padding: 4px 3px 4px 3px;
	}
}
@media(max-width:1500px) {
	.ed_video_section_discription
	{
		padding-top: 5px;
	}
	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev
	{
		top: -11%;
		left: 0%;
	}
	.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next {
		top: -12%;
		right: 0%;
	}

}
@media(max-width:1199px) {
	.ed_populer_areas_slider .ed_item_description h4
	{
		font-size: 22px;
	}
	.skill_section.ed-skill-box1::before
	{
		position: relative;
	}
	.skill_section.ed-skill-box1
	{
		padding: 26px 18px 35px 48px;
	}
	.skill_section.ed-skill-box2::before
	{
		position: relative;
	}
	.skill_section.ed-skill-box2
	{
		padding: 24px 18px 42px 48px;
	}
	.ed-calendar-btn .ed-next-btn {
		right: 0px;
	}
	.ed-calendar table tbody tr td {
		padding: 1px 0px 4px 0px;
	}
	.ed_pricing_table ul
	{
		padding: 0px;
	}
}
@media(max-width:991px) {
    .ed_event_single_address_info{
    border-radius: 25px 25px 0px 0px !important;  
    }
   
	.ed_video_section_discription {
		padding-top: 0px !important;
	}
	.ed_video_section_discription h4
	{
		padding-top: 25px;
    padding-bottom: 0px;
	}
	.ed_video_section_discription p
	{
		padding: 10px 0px 0px 0px;
	}
	.sidebar_wrapper
	{
		margin-top: 45px;
	}
	.ed-calendar-btn .ed-next-btn {
		right: 480px;
	}
	.ed_sidebar_slider .owl-carousel .owl-nav .owl-next
	{
		top: -8%;
	}
	.ed_pricing_table ul
	{
		padding: 0 0px;
	}
	.ed_pricing_tabel_footer a
	{
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 912px) {
	.ed_video_section_discription h4
	{
		font-size: 22px;
	}
	.ed_video_section_discription p
	{
		font-size: 13px;
	}
}
@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.pro_menu_toggle {
	display: none;
}

@media(max-width: 767px) {
	.pro_menu_toggle {
		display: block;
	}
	.ed_video_section_discription
	{
		padding: 20px 2px 39px 55px !important;
	}
	.ed_gallery_member
	{
		text-align: center;
	}
	.skill_section.ed-skill-box2
	{
		margin-top: 24px;
	}
    .ed-calendar-btn .ed-next-btn {
		right: 302px;
	}
	.ed_video_section_discription {
		padding: 18px 2px 39px 13px !important;
	}
	.pro_menu_toggle
	{
		margin-top: 23px;
	}
}
@media(max-width: 457px) {
	.ed-video-inner
	{
		top: 89px;
	}
	.ed_populer_areas_slider .owl-carousel .owl-nav .owl-prev
	{
		top: 88%;
    left: 61%;
	}
	.ed_populer_areas_slider .owl-carousel .owl-nav .owl-next
	{
    top: 88%;
    right: 4%;
	}
	.ed-calendar table tbody tr td {
		padding: 1px 4px 4px 4px;
	}
	.ed-calendar-btn .ed-next-btn {
		right: 162px;
	}
}
@media(max-width: 425px) {
	.ed_sidebar_slider .owl-carousel .owl-nav .owl-next {
		top: -14%;
	}
}
@media(max-width:375px) {
	.ed_pricing_table ul
	{
		padding: 0 20px;
	}
    .ed-calendar-btn .ed-next-btn {
		right: 82px;
	}
	.ed_course_single_tab .nav-tabs li {
		margin-bottom: 10px;
	}
	.ed_sidebar_slider .owl-carousel .owl-nav .owl-next {
		top: -18%;
	}
	.ed_time_executor ul li
	{
		padding: 20px 20px;
	}
}
@media(max-width:320px) {
	.ed-calendar-btn .ed-next-btn {
		right: 32px;
	}
}


tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}





/* ==== Cards using Bootstrap === */

#cards .card {
    border-radius: 20px;
    min-height: 100%;
}

#cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}
#cards .card .user-content .user-name {
    margin-right: 150px;
	margin-bottom: 24px;
}
.small i {
    color: #ffd409;
}
.small {
    margin-bottom: 10px;
}

.card .card-body .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background-color: #f8f9fa !important;
    padding: 10px;
    border-radius: 50%;
	transition: all 0.3s linear;
}
.shadow-sm:hover .card-body .user-picture img {
    background-color: #202c45 !important;
}
.ed_event_wrapper_item_img img {
    border-radius: 30px;
}
.blog_items{
    margin-bottom: 20px;
    background: #fff;
    border-radius:10px;
}
.blog_date{
        color: green;
    font-weight: 400;
    font-size: 14px;
}
.readmoreBTN {
    font-size: 14px;
    font-weight: 700;
    color: green;
}
.readmoreBTN:hover {
    color: #44d086;
    text-decoration:none;
}
.lumbini{
    font-size: 32px;
    font-weight: 500;
        color: #002b46;
}
.lumbini:hover{
    text-decoration:none;
    color:#44d086;
}


tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}





