 
/*--------- Body Strat -------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #858585;
	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Normal css start -------*/
a {
	color: #272727;
	text-decoration: none;
}
a:hover, a:focus {
	color: #858585;
	text-decoration: none;
	cursor:pointer;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Trirong', serif;
	font-weight: 400;
	line-height: 1.1;
	color: #202020;
}
img {
	max-width: 100%;
}
input, textarea, select, button {
	outline: none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none !important;
	box-shadow:none !important;
}
.ed_toppadder10{
	padding-top:10px;
}
.ed_toppadder20{
	padding-top:20px;
}
.ed_toppadder30{
	padding-top:30px;
}
.ed_toppadder40{
	padding-top:40px;
}
.ed_toppadder50{
	padding-top:50px;
}
.ed_toppadder60{
	padding-top:60px;
}
.ed_toppadder70{
	padding-top:70px;
}
.ed_toppadder80{
	padding-top:80px;
}
.ed_toppadder90{
	padding-top:90px;
}
.ed_toppadder100{
	padding-top:100px;
}
.ed_bottompadder10{
	padding-bottom:10px;
}
.ed_bottompadder20{
	padding-bottom:20px;
}
.ed_bottompadder30{
	padding-bottom:30px;
}
.ed_bottompadder40{
	padding-bottom:40px;
}
.ed_bottompadder50{
	padding-bottom:50px;
}
.ed_bottompadder60{
	padding-bottom:60px;
}
.ed_bottompadder70{
	padding-bottom:70px;
}
.ed_bottompadder80{
	padding-bottom:80px;
}
.ed_bottompadder90{
	padding-bottom:90px;
}
.ed_bottompadder100{
	padding-bottom:100px;
}
/*---------- Normal css end -------*/
/*---------- Header Top start ----------*/
#pro_wrapper{
	width:100%;
	float:left;
	position:relative;
}
#ed_header_wrapper{
	float:left;
	width:100%;
	z-index:100;
}
.header_transparent{
	position:absolute;
    background-color: rgba(0, 0, 0, 0.3);
}
.ed_header_top {
    width: 100%;
    float: left;
    background-color: #007ed2;
	color:#ffffff;
	text-transform:capitalize;
	padding:5px 0px;
}
.header_transparent .ed_header_top {
    background-color: transparent;
	padding:10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10)
}
.header_half .ed_header_top {
    background-color: #ffffff;
}
.pro_call{
    float: left;
    width: 100%;
	text-align: left;
}
.pro_call i{
	color:#ffffff;
	padding:0px 5px 0px 10px;
}
.header_half .pro_call i{
	color:#3c3d49;
}
.pro_call p{
    font-size: 18px;
    margin: 0px;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    padding-top: 1px;
}
.header_half .pro_call p{
    color: #3c3d49;
}
.ed_info_wrapper{
	float:right;
	width:100%;
	text-align:right;
	position:relative;
}
.ed_info_wrapper ul{
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.ed_info_wrapper ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:5px;
	padding:0px;
}
.ed_info_wrapper ul li a{
	display:inline-block;
    text-decoration: none;
    color: #ffffff;
    margin: 0px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_half .ed_info_wrapper ul li a{
    color: #3c3d49;
}
.ed_info_wrapper a:hover{
	text-decoration:none;
	background-color:#ffffff;
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header_half .ed_info_wrapper a:hover{
	background-color:#3c3d49;
	color:#ffffff;
}
/*--------- Header Top end -----------*/
/*----------- Header Bottom start ---------*/
.ed_header_bottom {
    width: 100%;
    float: left;
    background-color: #ffffff;
}
.header_transparent .ed_header_bottom {
    background-color: transparent;
}
.header_yellow .ed_header_bottom {
    background-color: #007ed2;
    border-top: 1px solid #ffffff;
}
.header_half .ed_header_bottom {
    background-color: #007ed2;
}
.pro_logo{
	float:left;
	width:100%; 
	max-width: 80px;
    
}
.pro_logo a{
	display: inline-block;
}
.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;
}
.header_transparent .menu_fixed{
	background-color: rgba(0, 0, 0, 0.72);
}
.pro_menu_toggle {
    width: auto;
    padding: 4px 11px;
    background: #007ed2;
    cursor: pointer;
    margin: 0px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    top: -40px;
}
.header_yellow .pro_menu_toggle {
    background: #ffffff;
    color: #007ed2;
}
.header_half .pro_menu_toggle {
    background: #ffffff;
    color: #007ed2;
}
.pro_menu_toggle i {
	/* float: right; */
	/* font-size: 25px; */
}
.pro_menu .navbar-collapse.in {
    overflow-y: scroll;
    height: 400px;
}
/*------ Header Bottom end -----------*/
/*--------menu start----------*/
.pro_menu {
    float:left;
    width: 100%;
}	
.pro_menu ul {
	float:right;
	width:auto;
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:right;
}
.pro_menu ul li {
	float:left;
    position: relative;
}
.pro_menu ul li a {
    display: inline-block;
    padding: 30px 15px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    color: #3c3d49;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	position:relative;
	z-index:1;
}
.header_transparent .pro_menu ul li a {
	color:#ffffff;
}
.header_yellow .pro_menu > ul > li > a {
	color:#ffffff;
}
.header_half .pro_menu > ul > li > a {
	color:#ffffff;
}
.pro_menu ul li a:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:0px auto;
	background-color:#007ed2;
	width:0;
	z-index:-1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header_yellow .pro_menu > ul > li > a:after{
	background-color:#ffffff;
}
.header_half .pro_menu > ul > li > a:after{
	background-color:#ffffff;
}
.pro_menu ul li a:hover{
	color:#ffffff;
}
.header_yellow .pro_menu > ul > li > a:hover{
	color:#007ed2;
}
.header_half .pro_menu > ul > li > a:hover{
	color:#007ed2;
}
.pro_menu ul li a:hover:after {
	width:100%;
	color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_menu ul li.active a{
	color:#ffffff;
	background-color:#007ed2;
}
.header_yellow .ed_header_bottom .pro_menu > div > ul > li > a, .header_half .ed_header_bottom .pro_menu > div > ul > li > a {
    color: #ffffff;
}
.header_yellow .ed_header_bottom .pro_menu > div > ul > li > a:hover, .header_half .ed_header_bottom .pro_menu > div > ul > li > a:hover {
    color: #3c3d49;
}
/*---------------------menu end---------------------*/
/*------------------Sub menu start-----------------*/	
.pro_menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.pro_menu ul li ul.sub-menu {
	position: absolute;
    width: auto;
	z-index: 100;
	text-align:left;
    opacity: 0;
    visibility: hidden;
	-webkit-box-shadow:0px 4px 22px -10px #000000;
	-moz-box-shadow:0px 4px 22px -10px #000000;
	-o-box-shadow:0px 4px 22px -10px #000000;
	-ms-box-shadow:0px 4px 22px -10px #000000;
	box-shadow:0px 4px 22px -10px #000000;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(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 ul.sub-menu li {
	display: block;
	position: relative;
	width: 160px;
}
.pro_menu ul li ul.sub-menu li a {
	padding: 6px 10px;
	margin:0px;
	width:100%;
	background-color: #ffffff;
	color:#3c3d49;
}
.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:#ffffff;
}
.pro_menu ul li ul.sub-menu li a:hover:after {
	width:100%;
	color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*------------------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: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(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: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(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: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(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: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(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: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(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 --------*/
.tr_getquote_form{
	float:left;
	width:100%;
}
.tr_getquote_form input{
	float:left;
	width:100%;
	margin-bottom:15px;
	border:1px solid #ffffff;
	border-radius:3px;
	padding:0px 15px;
	height:45px;
	background-color:transparent;
	color:#ffffff;
}
.tr_getquote_form input:focus{
    color:#ffffff;
}
.tr_getquote_form input[type="submit"]{
    background-color: #ffffff !important;
    color:#007ed2 !important;
}
.tr_getquote_form input::-moz-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.tr_getquote_form input:-ms-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.tr_getquote_form input::-webkit-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form div.wpcf7-response-output {
    float: left;
    width: 100%;
    color: #ffffff;
}
.ed_search_form span.wpcf7-not-valid-tip {
    margin-top: -15px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.ed_form_box{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
}
.ed_form_box.style_2 {
    margin-top: -100px;
    text-align: center;
	border:none;
}
.ed_search_form {
    float: left;
    width: 100%;
    background-color: #007ed2;
    padding: 50px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 50px;
    z-index: 9;
}
.ed_search_form h4{
    float: left;
    width: 100%;
	margin:0px;
	color:#ffffff;
	font-size:24px;
	text-transform:capitalize;
	margin-bottom:20px;
}
.ed_search_form .shipway{
    float:left;
    width:100%;
}
.ed_search_form .shipway fieldset{
    float:left;
    width:100%;
}
.ed_search_form .shipway fieldset:first-child p:first-child{
    float: left;
    width: calc(100% - 110px);
}
.ed_search_form .shipway fieldset:last-child p:last-child{
    float: right;
    width: auto;
    padding-top: 26px;
}
.ed_search_form .shipway fieldset label{
    float: left;
    width: 100%;
    font-size: 14px;
    color:#ffffff;
    text-align:left;
}
.ed_search_form .shipway fieldset input[type="text"]{
	border:1px solid #fff;
    background-color: #007ed2;
    padding: 0px 15px;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 14px;
    height: 45px;
}
.ed_search_form .shipway fieldset input[type="submit"]{
    width: auto;
    padding: 14px 30px !important;
    background-color: #ffffff !important;
    color: #007ed2 !important;
    border: 1px solid #ffffff !important;
    font-size: 14px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_search_form .shipway fieldset input[type="submit"]:hover {
	border:1px solid #ffffff;
	color:#ffffff;
	background-color: #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_search_form .shipway fieldset input::-moz-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form .shipway fieldset input:-ms-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form .shipway fieldset input::-webkit-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_image{
	float:left;
	width:100%;
}
.ed_btn {
    border-radius:3px;
    padding: 12px 24px;
	text-transform: capitalize;
	overflow: hidden;
	position:relative;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
    z-index: 1;
	border:none;
	border-radius:3px;
}
.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.5s;
	transition: transform 0.5s;
	-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:#007ed2;
	color:#fff;
	border:1px solid #fff;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_orange:hover {
	background-color:#fff;
	color: #007ed2;
	border:1px solid #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.ed_btn:visited{
	background-color:#007ed2;
	color:#fff;
	border:1px solid #fff;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.ed_btn:visited:hover{
	background-color:#fff;
	color: #007ed2;
	border:1px solid #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_green{
	background-color:#fff;
	color:#007ed2;
	border:1px solid #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_green:hover {
	background-color:#007ed2;
	color: #fff;
	border:1px solid #fff;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 70px;
    right: 5%;
    display: none;
    background-color: #007ed2;
    color: #ffffff;
    text-align: center;
    padding: 0px 1px 0px 0px;
    border-radius: 50%;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 20px -5px #000000; 
    -ms-box-shadow: 0px 0px 20px -5px #000000; 
    -moz-box-shadow: 0px 0px 20px -5px #000000; 
    -o-box-shadow: 0px 0px 20px -5px #000000; 
    box-shadow: 0px 0px 20px -5px #000000; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollup:hover{
	background-color:#007ed2;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.scrollup i{
    color: #ffffff;
	 -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*--------- Search form end ---------*/
/*-------- Populer Areas Section start --------*/
.ed_transprentbg{
	float:left;
	width:100%;
}
.ed_heading_top{
	text-align:center;
	float:left;
	width:100%;
}
.ed_heading_top h3 {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 25px;
	text-transform: capitalize;
}
.ed_heading_top h3:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 60px;
    height: 0px;
    border-bottom: 2px solid #007ed2;
}
.ed_heading_top h3:before{
    position: absolute;
    content: "";
    top: 90%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100px;
    height: 2px;
    background-color: #007ed2;
}
.ed_populer_areas_slider{
	padding-top:75px;
	padding-bottom:75px;
	float:left;
	width:100%;
	min-height:321px;
} 
 
.ed_item_img{
	overflow:hidden;
	margin-bottom:15px;
	position:relative;
}
.ed_item_img img{
	border-radius:3px 3px 0px 0px;
}
.ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    bottom: 0%;
	border-radius:3px 3px 0px 0px;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.owl-carousel .owl-item:hover .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_mostrecomeded_course:hover .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_courses .ed_mostrecomeded_course:hover .ed_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_item_img img{
	width:100%;
	-webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
}
.ed_item_img img:hover {

}
.ed_populer_areas_slider .ed_item_description {
	float:left;
	width:100%;
    text-align: center;
}
.ed_populer_areas_slider .ed_item_description h4{
	text-transform:capitalize;
}
a.ed_getinvolved{
	text-decoration:none;
	font-size:14px;
	color:#272727;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.ed_getinvolved:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.ed_getinvolved i{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
}
a.ed_getinvolved:hover i{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  padding-left:5px;
}
/*---------- Populer areas section end ------*/
/*-------- our skill section start -----*/
.ed_graysection{
	float:left;
	width:100%;
}
.skill_section{
	float:left;
	width:100%;
	background-color:#ffffff;
	padding:20px;
	margin-bottom: 30px;
    border-radius: 3px;
}
.skill_section.style_2{
	text-align:center;
}
.skill_section h4{
	font-size: 20px;
    margin-top: 0px;
	color:#272727;
	text-transform:capitalize;
}
.skill_section p{
	float: right;
    width: calc(100% - 70px);
    padding-top: 0px;
    margin-bottom: 0px;
}
.skill_section.style_2 p{
    width: 100%;
}
.skill_section span{
	float:left;
	width:70px;
	text-align: center;
}
.skill_section.style_2 span{
	display:inline-block;
	float:none;
	margin-bottom:20px;
}
.skill_section span i{
	font-size:36px;
	color:#272727;
   -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.skill_section:hover span i{
   -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color:#007ed2;
}
.skill_section h4 a i{
	color:#272727;
	 -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.skill_section h4 a:hover i{
   -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color:#007ed2;
	padding-left:5px;
}
/*------- our skill section end ---------*/
/*-------- Video section start ---------*/
.ed_timer_section{
    float: left;
    width: 100%;
    background-color: #272727;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	 
    background-position: 100% 100%;
	background-repeat: no-repeat;
}
.ed_timer_section .ed_heading_top h3{
    color:#ffffff;
}
.ed_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background-color:rgba(0, 0, 0, 0.8);
}
.ed_video_section{
	float: left;
    width: 100%;
	position:relative;
}
.ed_video_section  img{
	width:100%;
}
.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;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-top: -32px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_video_section .ed_img_overlay i:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_video_section_discription{
    float: left;
    width: 100%;
    margin-left: 0px;
}
.ed_video_section_discription h4{
    font-size: 24px;
    padding-top: 0px;
    margin-top: 0px;
    text-transform: capitalize;
}
.ed_video_section_discription p{
	padding:10px 0px 0px 0px;
    text-align: justify;
}
.ed_video_section_discription span{
	float:left;
	width:100%;
    margin-top: 20px;
    text-align: left;
}
.ed_video_section_discription_img{
	float:left;
	width:100%;
	text-align:center;
}
.ed_video_section_discription_img img{
	display:inline-block;
}
.ed_video {
    float: left;
    width: 100%;
    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 {
    top: -20%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-prev i{
	font-weight:bold;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next {
    top: -20%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_mostrecomeded_course_slider .owl-carousel .owl-nav .owl-next i{
	font-weight:bold;
}
.ed_mostrecomeded_course_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	font-size:20px;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data{
	padding:10px 0px;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data img{
	width:32px;
    display: inline-block;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data .course_faculty{
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom: 5px;
    margin-bottom: 10px;
}
.ed_mostrecomededcourseslider .owl-height{
	min-height:443px;
}
.course_faculty img{
	width:32px;
	height:32px;
	margin-right:5px;
	margin-bottom: 5px;
    border-radius:3px;
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}
.course_faculty a {
    text-transform: uppercase;
    color: #272727;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_mostrecomeded_course_slider .ed_most_recomended_data .rating{
	border-bottom:1px solid #ddd;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}
.ed_most_recomended_data h4 {
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0px 0px 10px 0px;
}
.ed_most_recomended_data h4 a{
	font-size: 18px;
	color:#272727;
	text-decoration:none;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_most_recomended_data h4 a:hover{
	color:#007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_most_recomended_data h4 span {
    float:right;
}
.ed_most_recomended_data a:hover i {
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 5px;
}
.ed_most_recomended_data a i {
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_rating{
	float: left;
    width: 100%;
    color: #272727;
    padding:5px 0px 10px 0px;
}
.ed_stardiv{
	float: left;
    width: 100%;
    padding: 5px 0px;
}
.ed_stardiv .star-rating{
	margin:0px;
}
.ed_views{
	float: right;
    width: 100%;
	text-transform:capitalize;
	text-align: right;
}
.ed_views i{
	color:#007ed2;
}
.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: #007ed2;
}
/*---------- 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{
    
}
.ed_latest_news_slider .owl-carousel .owl-item .item{
    float: left;
    width: 100%;
    padding: 45px 0px 0px 0px;
    min-height: 100% !important;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-prev {
	background:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-prev:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-next {
	background:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_news_slider .owl-carousel .owl-nav .owl-next:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_news_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
}
.ed_latest_news_slider .ed_item_description{
	float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 60px 40px 40px 40px;
    border-radius: 3px;
}
.ed_latest_news_slider .ed_item_description h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	font-size:18px;
	margin:0px;
    color: #007ed2;
}
.ed_latest_news_slider .ed_item_description p{
	float:left;
	width:100%;
	margin:0px;
	font-style:italic;
}
.ed_latest_news_slider .ed_item_description span{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:20px;
	color:#303030;
}
.ed_latest_news_slider .ed_item_description a{
	text-decoration:none;
	font-size:14px;
	color:#272727;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_news_slider .ed_item_description a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_news_slider .ed_item_description a i{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_news_slider .ed_item_description a:hover i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
  padding-left:10px;
}
/*----------- latest news end -------*/
/*------- newsletter section start ------*/
.ed_newsletter_section{
	float:left;
	width:100%;
	background-color:#007ed2;
    position: relative;
}
.ed_newsletter_section_heading {
	float:left;
	width:100%;
}
.ed_newsletter_section_heading h4{
	color:#ffffff;
	font-size:32px;
	text-align:center;
	margin-bottom:35px;
}
.ed_newsletter_section_form{
	float:left;
	width:100%;
}
.ed_newsletter_section_form .form-control{
    background: transparent;
    border:1px solid #ffffff;
    margin-right: 10px;
    color: #ffffff;
    padding: 0px 15px;
    height: 48px;
}
.ed_newsletter_section_form .ed_btn{
	width:100%;
}
.ed_newsletter_section_form input.form-control::-moz-placeholder {
	color:#ffffff;
	text-transform:capitalize;
}
.ed_newsletter_section_form input.form-control:-ms-input-placeholder {
	color:#ffffff;
	text-transform:capitalize;
}
.ed_newsletter_section_form input.form-control::-webkit-input-placeholder {
	color:#ffffff;
	text-transform:capitalize;
}
/*------- newsletter section end ------*/
/*------- Footer top start --------*/
.ed_footer_wrapper{
	float:left;
	width:100%;
    background-color: #2f3942;
}
.ed_footer_top{
	float: left;
    width: 100%;
    color: #ffffff;
}
.ed_footer_top h4.widget-title{
	color:#ffffff;
}
.ed_footer_top h4.widget-title a{
	color:#ffffff;
}
.ed_footer_top .search-form{
	float:left;
	width: 100%;
}
.ed_footer_top .search-form label{
    float: left;
    width: calc(100% - 90px);
}
.ed_footer_top .search-form input[type="search"]{
    float: left;
    width: 100%;
    height: 46px;
    padding: 0px 15px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}
.ed_footer_top ul{
	float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
    margin-bottom: 30px;
}
.ed_footer_top ul li{
	float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.ed_footer_top ul li:first-child {
    padding-top: 10px;
}
.ed_footer_top ul li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_footer_top ul li a:hover {
    color: #007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_footer_top ul li ul {
    padding-left: 15px;
    margin-bottom: 0px;
}
.ed_footer_top ul li ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.ed_footer_top select{
	float:left;
	width:100%;
    border:1px solid #007ed2;
    box-shadow: none;
    color: #ffffff;
    padding: 0px 15px;
    height: 45px;
	border-radius: 3px;
	    background: #2f3942;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_footer_top select:focus{
	border:1px solid #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_footer_top .tagcloud a{
    float: left;
    font-size: 14px !important;
    padding: 10px 15px;
    margin: 0px 6px 6px 0px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #007ed2;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_footer_top .tagcloud a:hover{
    color: #007ed2;
    background-color: #ffffff;
    border: 1px solid #007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_footer_top .widget_calendar{
    float: left;
    width: 100%;
    margin: 0px 0px 40px 0px;
}
.ed_footer_top .calendar_wrap {
	background-color: white;
	display: block;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.ed_footer_top .calendar_wrap a {
	text-decoration: none;
}
.ed_footer_top .calendar_wrap tr, .ed_footer_top .calendar_wrap th, .ed_footer_top .calendar_wrap td {
	margin: 0;
	padding: 0;
	border: 1px solid #007ed2;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.ed_footer_top .calendar_wrap caption {
	line-height: 20px;
	font-weight: bold;
	color: #272727;
	text-align: center;
	background:#ffffff;
	border: 1px solid #e1e1e1;
	border-bottom: 0px solid #e1e1e1;
}
.ed_footer_top .calendar_wrap caption a {
	display: block;
	line-height: 20px;
	padding: 0 10px;
	font-size: 15px;
	color: #9798a2;
}
.ed_footer_top .calendar_wrap caption a:hover {
	color: #007ed2;
}
.ed_footer_top .calendar_wrap caption .prev {
	float: left;
}
.ed_footer_top .calendar_wrap caption .next {
	float: right;
}
.ed_footer_top .calendar_wrap th, .calendar_wrap td {
	width: 38px;
	text-align: center;
    color: #777777;
}
.ed_footer_top .calendar_wrap th:first-child, .calendar_wrap td:first-child {
	border-left: 0;
}
.ed_footer_top .calendar_wrap th {
	line-height: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #272727;
	text-transform: uppercase;
	background: #ffffff;
	border-left: 1px solid #e1e1e1;
}
.ed_footer_top .calendar_wrap td {
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
}
.ed_footer_top .calendar_wrap td a {
	clear: both;
	display: block;
	position: relative;
	width: auto;
	line-height: 28px;
	color: #272727;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_footer_top .calendar_wrap td a:hover {
	background-color: #007ed2;
	color:#fff;
}
.ed_footer_top .calendar_wrap td.off a{
	background: #ffffff;
}
.ed_footer_top td.off a {
	background: #ffffff;
}
.ed_footer_top .calendar_wrap td.off a {
	color: #ffffff;
	cursor: text;
}
.widget_calendar .calendar_wrap td#today {
	margin: 0px;
	color: #fff;
	background-color: #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_footer_top .calendar_wrap td#today:first-child{
	border-left: 0;
	margin-left: 0;
}
.ed_footer_top .calendar_wrap td#today:last-child {
	border-right: 0;
	margin-right: 0;
}
.ed_footer_top .calendar_wrap tr:last-child td#today {
	border-bottom: 0;
	margin-bottom: 0;
}
.ed_footer_top .rss-date{
    float: left;
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-style: italic;
}
.ed_footer_top cite{
    float: left;
    width: 100%;
    text-align: right;
    color: #ffffff;
}
.text-widget img{
	margin-bottom:27px;	
    margin-top: 4px;
}
.ed_sociallink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ed_sociallink ul li{
    list-style: none;
    float: left;
    margin-top: 20px;
    margin-bottom: 0px;
    border: none;
    padding-bottom: 0px;
    width: auto;
}
.ed_sociallink ul li:first-child {
    padding-top: 0;
}
.ed_sociallink ul li a{
	color:#fff;
	margin:0px 10px;
    font-size: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_sociallink ul li:first-child a{
	margin-left:0px;
}
.ed_sociallink ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_sociallink ul li a i{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_sociallink ul li a i:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.text-widget h4.widget-title{
	color:#ffffff;
	font-size:22px;
	text-transform:capitalize;
	position:relative;
	margin-bottom:30px;
    margin-top: 0;
    font-weight: normal;
    padding-bottom: 15px;
}
.text-widget h4.widget-title:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 50px;
    height: 0px;
    border-bottom: 1px solid #007ed2;
}
.text-widget h4.widget-title:before{
    position: absolute;
    content: "";
    top: 90%;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #007ed2;
}
.text-widget p{
	float:left;
	width:100%;
	color:#CACACA;
	margin:0px;
}
.text-widget p i{
    float: left;
    padding: 5px 15px 35px 0px;
    font-size: 16px;
    color: #007ed2;
}
.text-widget p a{
	color:#CACACA;
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.text-widget p a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget.text-widget{
	float:left;
	width:100%;
    margin-bottom: 0px;
}
.text-widget p strong{
	color:#ffffff;
}
/*-------- Footer top end ---------*/
/*--------- Footer bottom start ---------*/
.ed_footer_bottom{
	float:left;
	width:100%;
	padding:30px 0px;
    background-color: #2f3942;
	position:relative;
}
.ed_footer_bottom:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 40%;
    border-top: 1px solid #44505a;
}
.ed_copy_right{
	float:left;
	width:100%;
	padding-bottom:0px;
	text-align:center;
}
.ed_copy_right p{
	color:#fff;
	font-size:15px;
	margin:0px;
}
.ed_copy_right p a{
	color:#007ed2;
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_copy_right p a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.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: 5px 0px;
    border: none;
    padding: 0px;
}
.ed_footer_menu ul li:first-child{
	margin-top:0px;
	padding-top: 0px;
}
.ed_footer_menu ul li:last-child{
	margin-bottom:0px;
}
.ed_footer_menu ul li a{
	font-size:14px;
    color: #CACACA;
    text-decoration: none;
    text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_footer_menu ul li a:hover{
    color: #007ed2;	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_footer_menu ul li ul{
	margin-left:15px;
}
/*------- Footer bottom end --------*/
/*----Breadcrumb Start-----------*/
.ed_pagetitle{
	float: left;
	width: 100%;
	background-color: #272727;
	position:relative;
	background-attachment:fixed;
	background-size: cover;
	color:#fff;
	padding:100px 0px;
	 
    background-position: 100% 100%;
	background-repeat: no-repeat;
}
.ed_pagetitle.pagetitle_transparent{
    padding-top: 200px;
}
.page_title h2{
	float:left;
	width:100%;
	text-align:center;
	color:#ffffff;
	float:left;
	margin:0px;
	font-size:36px;
	text-transform:capitalize;
}
.breadcrumbs{
	float:left;
	width:100%;
	text-align:center;
}
.breadcrumbs  span{
	display:inline-block;
	padding-top: 5px;
	color: #ffffff;
	font-size: 18px;
	padding-right: 10px;
	text-transform:capitalize;
}
.breadcrumbs span a{
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.breadcrumbs span a:hover {
	color: #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*--------Breadcrumb End-----------*/
/*----------- index2 start -------*/
.ed_counter_wrapper{
	float:left;
	width:100%;
	padding:0px;
}
.ed_counter{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin-bottom:30px;
}
.ed_counter h2{
    font-size: 38px;
    position: relative;
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    border: 2px dashed #ffffff;
    width: 125px;
    height: 125px;
    line-height: 125px;
    border-radius: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_counter h4{
	margin: 15px 0px 10px 0px;
    text-transform: capitalize;
	color:#ffffff;
}
.ed_mostrecomeded_course {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0px;
	margin-bottom:30px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_mostrecomeded_course:hover{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -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_mostrecomeded_course .ed_most_recomended_data {
    padding: 0px 15px 10px 15px;
}
.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.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-prev:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_newsslider .owl-carousel .owl-nav .owl-next:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_newsslider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    padding: 0px 0px;
	display:none;
}
.ed_latestnews{
	float:left;
	width:100%;
}
.ed_latest_news_slider .ed_item_description img{
    border-radius: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 5px;
    right: 0;
    margin: 0px auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 5px 20px -8px rgba(0, 0, 0, 0.5);
    -ms-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_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;
}
.ed_latest_newsslider .ed_latestnews a{
	text-decoration:none;
	font-size:14px;
	color:#007ed2;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_newsslider .ed_latestnews a:hover{
	color:#272727;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_latest_newsslider .ed_latestnews a i{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
}
.ed_latest_newsslider .ed_latestnews a:hover i{
	 -webkit-transition:  all 0.3s ease;
  -moz-transition:  all 0.3s ease;
  -o-transition:  all 0.3s ease;
  -ms-transition:  all 0.3s ease;
  transition:  all 0.3s ease;
  padding-left:5px;
}
.ed_clientslider{
	text-align: center;
}
.ed_clientslider .owl-carousel{
    background-color: #fff;
    padding: 0px;
}
.ed_clientslider .owl-carousel .owl-nav .owl-prev {
    top: -25%;
	font-size: 32px;
	background:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-prev:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-next {
    top: -25%;
    font-size: 32px;
	background:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_clientslider .owl-carousel .owl-nav .owl-next:hover {
    color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.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;
    height: 80px;
}
/*----------- index2 end -------*/
/*-------- About page start -------*/
.ed_chart_ratio{
	float:left;
	width:100%;
	text-align:center;
	padding: 60px 20px 20px 20px;
    border: 1px solid #f1f1f1;
	position:relative;
	border-radius:3px;
    margin-bottom: 90px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_chart_ratio.style_2{
	min-height:275px;
    border: 1px solid transparent;
}
.ed_chart_ratio:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #007ed2;
}
.ed_chart_ratio.style_2:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #007ed2;
}
.ed_chart_ratio h4{
    text-transform: capitalize;
	font-size:18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_chart_ratio.style_2 h4{
	margin:20px;
	margin-top:80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_chart_ratio.style_2:hover h4{
	margin-top:20px;
}
.ed_chart_ratio i{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: #007ed2;
    color: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    font-size: 32px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_chart_ratio:hover i{
    background-color: #ffffff;
    color: #007ed2;
    border:1px solid #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_chart_ratio.style_2 i{
	top:30px;
}
.ed_chart_ratio.style_2:hover i{
	top:-40px;
    -webkit-box-shadow: 0px 5px 20px -12px #000000;
    -moz-box-shadow: 0px 5px 20px -12px #000000;
    -o-box-shadow: 0px 5px 20px -12px #000000;
    -ms-box-shadow: 0px 5px 20px -12px #000000;
    box-shadow: 0px 5px 20px -12px #000000;
}
.ed_team_wrapper{
	float:left;
	width:100%;
}
.ed_team_member{
    float: left;
    width: 100%;
    margin-bottom: 30px;
	min-height: 350px;
    padding: 0px;
	 -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_team_member:hover{
	 -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-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 a:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    bottom: 0%;
	border-radius:3px;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_team_member:hover .ed_team_member_img a:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_team_member_img{
    float: left;
    width: 100%;
	overflow:hidden;
	position:relative;
	border-radius:3px 3px 0px 0px;
}
.ed_team_member_img img{
	width:100%;
	border-radius:3px 3px 0px 0px;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_team_member_img:hover img{

}
.ed_team_member_description{
    float: left;
    width: 100%;
    padding: 5px 15px;
	text-align: left;
	background-color:#ffffff;
}
.ed_team_member_description h4 {
    text-transform: capitalize;
    font-size: 18px;
	color:#007ed2;
		-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{
	color:#272727;
	-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:#007ed2;
	-webkit-transition:  all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    -o-transition:  all 0.3s ease;
    -ms-transition:  all 0.3s ease;
    transition:  all 0.3s ease;
}
.ed_team_member_description h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
}
.ed_gallery_wrapper{
	float:left;
	width:100%;
}
.ed_gallery_member{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
	 -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_gallery_member_img a:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    bottom: 0%;
	border-radius:3px;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_gallery_member:hover .ed_gallery_member_img a:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_gallery_member_img{
    float: left;
    width: 100%;
	overflow:hidden;
	position:relative;
	border-radius:3px;
}
.ed_gallery_member_img img{
	border-radius:3px;
}
/*-------- About page end -------*/
/*------- blog page start -------*/
.ed_blog_all_item{
	float:left;
	width:100%;
}
.ed_blog_all_item .hentry{
	float:left;
	width:100%;
}
.ed_blog_all_item .hentry blockquote{
    padding: 10px 20px;
    margin: 30px 0px 0px 50px;
    font-size: 18px;
    border-left: 5px solid #007ed2;
    color: #272727;
    font-style: italic;
    font-family: 'Trirong', serif;
}
.ed_blog_all_item .hentry ul, .ed_blog_all_item .hentry ol{
	float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.ed_blog_all_item .hentry ul li ul, .ed_blog_all_item .hentry ol li ol{
	margin-bottom:0px;
}
.ed_blog_all_item .hentry ol li{
	margin-left:30px;
	list-style:decimal;
}
.ed_blog_all_item .hentry ul li{
	margin-left:30px;
	list-style:disc;
}
.ed_blog_all_item .hentry b, .ed_blog_all_item .hentry strong, .ed_blog_all_item .hentry dt{
	font-weight:600;
	color:#212121;
}
.ed_blog_item{
	float:left;
	width:100%;
    border-radius: 3px 3px 0px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_image {
	float:left;
	width:100%;
	margin-bottom:0px;
	position:relative;
	border-radius: 3px 3px 0px 0px;
}
.ed_blog_image a{
	float:left;
	width:auto;
	position:relative;
	border-radius: 3px 3px 0px 0px;
}
.ed_blog_image a:after{
	content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    bottom: 0%;
    border-radius: 3px 3px 0px 0px;
    background-color: rgba(252, 169, 1, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_image a:hover:after{
	content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_image:hover  img{

}
.ed_blog_image img{
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_blog_info{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ed_blog_info label{
    font-weight: 600;
    color: #212121;
}
.ed_blog_info .post-password-form input[type="password"]{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    color: #000000;
    box-shadow: none;
    resize: none;
    padding: 0px 15px;
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_info .post-password-form input[type="password"]:focus{
    border-color: #007ed2;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_info .post-password-form input[type="submit"]{
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #007ed2;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 12px 44px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_info .post-password-form input[type="submit"]:hover{
    background-color: #fff;
    color: #007ed2;
    border: 1px solid #007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_info .post-password-form input[type="submit"]{
	float:none;
    padding: 11px 15px !important;
}
.ed_blog_info b, .ed_blog_info strong, .ed_blog_info dt{
	font-weight:600;
	color:#212121;
}
.ed_blog_info .wrap-forms .field-table table, th {
    color:#212121;
	font-weight:600;
}
.ed_blog_info .wrap-forms .field-table table, th, td {
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.ed_blog_info .sticky-post{
    position: relative;
    display: inline-block;
    font-size: 20px;
}
.ed_blog_info h2.ed_blog_title.sticky-post-title{
    margin-left: 10px;
    display: inline-block;
}
.ed_blog_info h2.ed_blog_title{
    font-size: 24px;
    margin: 0px 0px 5px 0px;
}
.ed_blog_info h2.ed_blog_title a{
	text-decoration:none;
	color:#272727;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_blog_info h2.ed_blog_title a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_blog_info ul, .ed_blog_info ol{
	float:left;
	width:100%;
	padding:0px;
	padding-left:40px;
	margin:0px;
}
.ed_blog_info ul li, .ed_blog_info ol li{
	float:left;
	width:100%;
}
.ed_blog_info ul.ed_blog_post_info{
    float: left;
    width: 100%;
	margin:0px;
	padding:0px; 
    margin-bottom: 15px;
}
.ed_blog_info ul.ed_blog_post_info li{
	float:left;
	width:auto;
	list-style:none;
	margin-left:15px;
}
.ed_blog_info ul.ed_blog_post_info li:first-child{
	margin-left:0px;
}
.ed_blog_info ul.ed_blog_post_info li a{
    text-decoration: none;
    color: #272727;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    font-size: 12px;
}
.ed_blog_info ul.ed_blog_post_info li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_blog_info ul.ed_blog_post_info li i{
	color:#007ed2;
	padding-right:5px;
    font-size: 15px;
}
.ed_blog_info p{
    /*--float: left;--*/
    width: 100%;
    margin-top: 15px;
}
.ed_blog_all_item_second{
	float:left;
	width:100%;
}
.ed_blog_all_item_second .ed_blog_info h2.ed_blog_title {
	float: left;
    width: 100%;
    font-size: 24px;
    margin: 0px 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 #007ed2;
	color: #272727;
    font-style: italic;
    font-family: 'Trirong', serif;
}
.ed_blog_tags {
	float: left;
    width: 100%;
    padding: 25px 0px 0px 0px;
    font-weight: 600;
}
.ed_blog_tags ul{
	margin:0px;
	padding:0px;
}
.ed_blog_tags ul li{
	float:left;
	list-style:none;
	padding-left:5px;
}
.ed_blog_tags ul li:first-child{
	padding-left:0px;
}
.ed_blog_tags ul li:first-child a{
	text-transform:uppercase;
	padding:3px 0px 0px 0px;
	font-size:13px;
	color: #272727;
}
.ed_blog_tags ul li:first-child a:hover{
	color:#272727;
	cursor:text;
}
.ed_blog_tags ul li i{
	color:#007ed2;
	-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: #272727;
}
.ed_blog_tags ul li a:hover{
	color:#007ed2;
}
.ed_blog_tags div{
	float:right;
}
.ed_blog_tags div a{
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	color: #272727;
}
.ed_blog_tags div a:hover{
	color:#007ed2;
}
#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:#272727;
}
#ed_social_share li a {
	margin-right:10px;
}
#ed_social_share li a i{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#ed_social_share li a i:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#ed_social_share li:first-child a:hover{
	cursor:pointer;
}
.ed_quotation{
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0px;
	background-color:#272727;
	 
	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.ed_blog_comment_title{
	float:left;
	width:100%;
	font-size:18px;
	font-weight:500;
	position:relative;
	margin: 30px 0px 20px 0px;
}
.ed_blog_comment_wrapper h4.ed_blog_comment_title:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	width:70px;
	height:2px;
	background-color:#007ed2;
	margin: 8px auto;
}
.ed_blog_comment_wrapper ul, .ed_blog_comment_wrapper ol{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.ed_blog_comment_wrapper ul li, .ed_blog_comment_wrapper ol li{
	float:left;
	width:100%;
    list-style: none;
}
.ed_blog_comment_wrapper ol.comment-list{
	list-style:none;
}
.ed_blog_comment_wrapper ol.comment-list li.comment{
	padding-left:0px;
}
.ed_blog_comment_wrapper ol.comment-list li.comment ul.children li, .ed_blog_comment_wrapper ol.comment-list li.comment ol.children li{
	padding-left:20px;
}
.ed_blog_comment{
	float:left;
	width:100%;
}
.ed_comment_image{
	float:left;
	padding-right:20px;
}
.ed_comment_image img{
	width:70px;
	height:70px;
	border-radius:3px;
}
.ed_comment_text{
    float: left;
    width: calc(100% - 100px);
    padding: 0px 0px;
}
.ed_comment_text h5{
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_comment_text h5 a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_comment_text h5 span{
    float: right;
    text-transform: capitalize;
    font-size: 13px;
    width: 100%;
    text-align: right;
    margin: 10px 0px;
}
.ed_comment_text h5 span a{
    text-decoration: none;
    color: #272727;
    padding-left: 25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_comment_text h5 span a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_comment_text p{
	margin:15px 0px 0px 0px;
}
.ed_comment_text blockquote{
    padding: 10px 20px;
    margin: 30px 0px 0px 50px;
    font-size: 18px;
    border-left: 5px solid #007ed2;
    color: #272727;
    font-style: italic;
    font-family: 'Trirong', serif;
}
.ed_comment_text ul, .ed_comment_text ol{
	margin-bottom:30px;
}
.ed_comment_text ul li ul, .ed_comment_text ol li ol{
	margin-bottom:0px;
}
.ed_comment_text ol li{
	margin-left:30px;
	list-style:decimal;
}
.ed_comment_text ul li{
	margin-left:30px;
	list-style:disc;
}
.ed_comment_text b, .ed_comment_text strong, .ed_comment_text dt{
	font-weight:600;
	color:#212121;
}
.ed_blog_sub_comment{
	float:right;
	width:87%;
}
.ed_blog_message_wrapper{
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 0px;
    margin-top: 20px;
}
.ed_blog_message_wrapper h4{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin: 20px 0px 0px 0px;
}
.ed_blog_message_wrapper h4:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	width:70px;
	height:2px;
	background-color:#007ed2;
	margin: 8px auto;
}
.ed_blog_messages{
	float:left;
	width:100%;
}
.ed_blog_messages .form-control{
    margin-bottom: 30px;
    color: #272727;
    box-shadow: none;
    resize: none;
    padding: 0px 15px;
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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 #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_messages .orange{
	margin-top:15px;
}
.comment-respond{
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 0px;
    margin-top: 20px;
}
.comment-respond h3.comment-reply-title{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin: 20px 0px 20px 0px;
}
.comment-respond h3.comment-reply-title:after{
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	width:70px;
	height:2px;
	background-color:#007ed2;
	margin: 8px auto;
}
.comment-respond form{
	float:left;
	width:100%;
}
.comment-respond form p.comment-notes{
	float:left;
	width:100%;
}
.comment-respond form .form-group{
	width:100%;
}
.comment-respond form .form-group .form-control, .comment-respond form .form-group input{
    margin-bottom: 30px;
    color: #272727;
    box-shadow: none;
    resize: none;
    padding: 0px 15px;
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.comment-respond form .form-group textarea.form-control{
    padding: 10px 15px;
    height: auto;
}
.comment-respond form .form-group .form-control:focus, .comment-respond form .form-group input:focus{
	outline:none;
	box-shadow:none;
    border: 1px solid #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-footer span.edit-link a.post-edit-link{
    background-color: #007ed2;
    height: 45px;
    width: 80px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid transparent;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-footer span.edit-link a.post-edit-link:hover{
    background-color: transparent;
    color: #007ed2;
    border: 1px solid #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_blog_all_item .search-form input[type="submit"].search-submit{
	font-size: 14px !important;
    padding: 14px 12px !important;
}
/*------- blog Single page end -------*/
/*------- sidebar start ---------*/
.sidebar_wrapper_upper {
    float: left;
    width: 100%;
    padding: 25px 25px 0px 25px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.sidebar_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
	margin-bottom: 30px;
}
.sidebar_wrapper a:visited{
	color:#777777;
}
.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:#007ed2;
	height:2px;
}
.widget.widget_search{
	float:left;
	width:100%;
	margin-bottom: 30px;
}
.widget.widget_search form{
	float:left;
	width:100%;
}
.widget_search form label{
	float: left;
    width: calc(100% - 74px);
}
.widget_search input.search-field{
    border:1px solid #007ed2;
    box-shadow: none;
    border-right: none;
    color: #272727;
    padding: 0px 15px;
    height: 45px;
    float: left;
    width: 100%;
    font-weight: 400;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search input.search-field:focus{
	outline:0px;
	box-shadow:none;
	border:1px solid #007ed2;
	border-right:none;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_search .search-submit{
    border: 0px solid #007ed2 !important;
    background-color: #007ed2 !important;
    padding: 0px 13px !important;
    border-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-size: 15px !important;
    margin: 0px !important;
    height: 45px;
}
.widget_search .search-submit:hover{
    border: 0px solid #007ed2 !important;
    color: #ffffff !important;
    background-color: #007ed2 !important;
    margin: 0px !important;
}
.widget_search .search-submit:focus{
	outline:0px;
}
.widget_search .search-submit:focus{
	outline:0px;
	box-shadow:none;
	border:1px solid #007ed2;
	border-left:none;
	background-color:#ffffff;
}
.widget_search .search-submit:active{
	outline:0px;
	box-shadow:none;
	border:1px solid #007ed2;
	border-left:none;
	background-color:#ffffff;
}
.widget.widget_categories{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_categories ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
}
.widget_categories ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_categories ul li:first-child{
	padding-top:10px;
}
.widget_categories ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_categories ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_categories ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_categories ul li a i{
	font-size:12px;
	padding-right:15px;
}
.widget.widget_archive{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_archive ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
}
.widget_archive ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_archive ul li:first-child{
	padding-top:10px;
}
.widget_archive ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_archive ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_archive ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_archive ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget.widget_tag_cloud{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_tag_cloud  a{
    float: left;
    font-size: 14px !important;
    padding: 10px 15px;
    margin: 0px 6px 6px 0px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #007ed2;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_tag_cloud a:hover{
    color: #007ed2;
    background-color: #ffffff;
    border: 1px solid #007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_calendar{
    float: left;
    width: 100%;
    margin: 0px 0px 40px 0px;
}
.widget_calendar .calendar_wrap {
	background-color: white;
	display: block;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.widget_calendar .calendar_wrap a {
	text-decoration: none;
}
.widget_calendar .calendar_wrap tr, .calendar_wrap th, .calendar_wrap td {
	margin: 0;
	padding: 0;
	border: 1px solid #007ed2;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.widget_calendar .calendar_wrap caption {
	line-height: 20px;
	font-weight: bold;
	color: #272727;
	text-align: center;
	background:#ffffff;
	border: 1px solid #e1e1e1;
	border-bottom: 0px solid #e1e1e1;
}
.widget_calendar .calendar_wrap caption a {
	display: block;
	line-height: 20px;
	padding: 0 10px;
	font-size: 15px;
	color: #9798a2;
}
.widget_calendar .calendar_wrap caption a:hover {
	color: #007ed2;
}
.widget_calendar .calendar_wrap caption .prev {
	float: left;
}
.widget_calendar .calendar_wrap caption .next {
	float: right;
}
.widget_calendar .calendar_wrap th, .calendar_wrap td {
	width: 38px;
	text-align: center;
}
.widget_calendar .calendar_wrap th:first-child, .calendar_wrap td:first-child {
	border-left: 0;
}
.widget_calendar .calendar_wrap th {
	line-height: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #272727;
	text-transform: uppercase;
	background: #ffffff;
	border-left: 1px solid #e1e1e1;
}
.widget_calendar .calendar_wrap td {
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
}
.widget_calendar .calendar_wrap td a {
	clear: both;
	display: block;
	position: relative;
	width: auto;
	line-height: 28px;
	color: #272727;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_calendar .calendar_wrap td a:hover {
	background-color: #007ed2;
	color:#fff;
}
.widget_calendar .calendar_wrap td.off a{
	background: #ffffff;
}
.calendar_wrap td.off a {
	background: #ffffff;
}
.widget_calendar .calendar_wrap td.off a {
	color: #ffffff;
	cursor: text;
}
.widget_calendar .calendar_wrap td#today {
	margin: 0px;
	color: #fff;
	background-color: #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_calendar .calendar_wrap td#today:first-child{
	border-left: 0;
	margin-left: 0;
}
.widget_calendar .calendar_wrap td#today:last-child {
	border-right: 0;
	margin-right: 0;
}
.widget_calendar .calendar_wrap tr:last-child td#today {
	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.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_button a:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    box-shadow: none;
}
.widget select{
	float:left;
	width:100%;
    border:1px solid #007ed2;
    box-shadow: none;
    color: #272727;
    padding: 0px 15px;
    height: 45px;
	border-radius: 3px;
	    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget select:focus{
	border:1px solid #007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_pages{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_pages ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
}
.widget_pages ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_pages ul li:first-child{
	padding-top:10px;
}
.widget_pages ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_pages ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_pages ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_pages ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget.widget_meta{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_meta ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
}
.widget_meta ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_meta ul li:first-child{
	padding-top:10px;
}
.widget_meta ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_meta ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_meta ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_meta ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget.widget_recent_comments{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_recent_comments ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
}
.widget_recent_comments ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_recent_comments ul li:first-child{
	padding-top:10px;
}
.widget_recent_comments ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_recent_comments ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_comments ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_comments ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget.widget_recent_entries{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_recent_entries ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
}
.widget_recent_entries ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_recent_entries ul li:first-child{
	padding-top:10px;
}
.widget_recent_entries ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_recent_entries ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_entries ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_entries ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget.widget_rss{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_rss ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
	color: #007ed2;
}
.widget_rss ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_rss ul li:first-child{
	padding-top:10px;
}
.widget_rss ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_rss ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_rss ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_rss ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget_rss ul li span{
    float: left;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 2px;
    text-align: right;
    color: #212121;
}
.widget_rss ul li .rssSummary{
	color:#858585;
}
.widget_rss ul li cite{
    float: right;
    color: #212121;
    margin-top: 5px;
}
.widget.widget_nav_menu{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.widget_nav_menu ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    color: #007ed2;
}
.widget_nav_menu ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_nav_menu ul li:first-child{
	padding-top:10px;
}
.widget_nav_menu ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget_nav_menu ul li a{
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_nav_menu ul li a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_nav_menu ul li a i{
	font-size:10px;
	padding-right:15px;
}
.widget_nav_menu ul li ul{
	padding-left:15px;
}
.widget.widget_text{
	float:left;
	width:100%;
	margin-bottom:30px;
}
/*------- sidebar end ---------*/
/*------- pagination start ---------*/
.ed_blog_bottom_pagination{
	float:left;
	width:100%;
    text-align: right;
}
.ed_blog_bottom_pagination .pagination {
    margin: 0px;
    border-radius:3px;
}
.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.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.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: #007ed2;
	color:#ffffff;
    border-color: #007ed2;
	padding:7px 14px;
}
.ed_blog_bottom_pagination  .pagination > li > a, .pagination > li > span {
	padding: 7px 14px;
    border-radius:3px;
    color: #007ed2;
    border:1px solid #007ed2;
    margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_blog_bottom_pagination  .pagination > li > a:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_blog_bottom_pagination  .pagination > li > a:hover, .ed_blog_bottom_pagination .pagination > li > span:hover, .ed_blog_bottom_pagination .pagination > li > a:focus, .ed_blog_bottom_pagination .pagination > li > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #007ed2;
    border-color: #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.page-links {
    float: left;
    width: 100%;
    color: #212121;
}
.page-links a{
	padding: 7px 14px;
    border-radius:3px;
    color: #007ed2;
    border:1px solid #007ed2;
    margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.page-links a:focus {
	text-decoration:none;
    z-index: 3;
    color: #ffffff;
    background-color: #007ed2;
    border-color: #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*------- pagination end ---------*/
/*------- event page start ---------*/
.ed_single_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
#ed_custom_select{
	float:left;
	margin-bottom: 40px;
	font-size:12px;
}
#ed_custom_select span{
	text-transform:capitalize;
}
.ed_custom_select_box_button {
	float:left;
	padding: 12px 20px;
	background-color:#007ed2;
	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;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 79px;
    z-index: 1;
    background-color: #000
}
.ed_custom_select_box_options li {
	border: 1px solid #ffffff;
	border-bottom: none;
	border-right: none;
	border-left: none;
	text-align: center;
}
.ed_custom_select_box_options li:hover {
	cursor: pointer;
}
.ed_custom_select_box_options li:first-child {
	color: #3c3d49;
}
.ed_custom_select_box_options li a {
	display: block;
	width: 100%;
	padding: 8px 10px;
	text-transform:capitalize;
	text-decoration:none;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_custom_select_box_options li a:hover{
	color:#ffffff;
	background-color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.on_map{
	float:left;
	margin-left:20px;
	font-size:14px;
}
.on_map a{
	text-decoration:none;
	font-size:12px;
    color: #007ed2;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_green.on_map:hover a{
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    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.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.on_image a:hover{
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: none;
}
.ed_event_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ed_event_wrapper_item{
	float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_event_wrapper_item:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -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_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    bottom: 0%;
	border-radius:3px;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_wrapper_item:hover .ed_event_wrapper_item_img:after{
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(252, 169, 1, 0.7);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_wrapper_item_description{
    float: left;
    width: 100%;
    padding: 15px 0px 0px 0px;
	text-align: left;
	background-color:#ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_wrapper_item_description h4 {
	text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin: 0px 0px 5px 0px;
}
.ed_event_wrapper_item_description h4 a{
	font-size: 18px;
	color:#272727;
	text-decoration:none;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_event_wrapper_item_description h4 a:hover{
	color:#007ed2;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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: #007ed2;
	font-size:12px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_event_wrapper_item_description a:hover {
    color: #272727;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_event_wrapper_item_description a i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_event_wrapper_item_description a:hover i {
    padding-left: 5px;
	padding-top:3px;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*------- event page end ---------*/
/*------- event single page start ---------*/
.ed_event_single_item{
	float:left;
	width:100%;
}
.ed_event_single_image {
	float:left;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #007ed2;
}
.ed_event_single_image:hover{
	border:1px solid #007ed2;
	-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:#272727;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_single_info h2 a:hover{
	color:#007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_single_info p{
	float:left;
	width:100%;
	margin-top:15px;
}
.ed_event_single_contact_address{
	float:left;
	width:100%;
	background:#f5f5f5;
}
.ed_event_single_address_info{
	float: left;
    width: 100%;
    background-color: #007ed2;
    color: #ffffff;
    padding: 44px;
	border-radius:3px;
}
.ed_event_single_address_info h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin:0px;
	font-size:24px;
	color:#ffffff;
}
.ed_event_single_address_info p{
	color:#ffffff;
	float:left;
	width:100%;
	font-size:16px;
}
.ed_event_single_address_info p span{
	color:#ffffff;
	float:none;
	font-size: 20px;
}
.ed_event_single_address_info a{
	font-size: 20px;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_single_address_info a:hover{
	color:#303030;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_single_address_map{
	float:left;
	width:100%;
}
#map{
  display: block;
  width: 100%;
  height: 600px;
  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.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_event_single_address_info span a:hover i{
	color:#007ed2;
	padding-left:5px;
	font-size:18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#invitation_form .modal-content{
	border-radius:3px;
}
#invitation_form .modal-content .form-control{
    box-shadow: none;
    resize: none;
    padding: 0px 15px;
    height: 45px;
}
#invitation_form .modal-content textarea.form-control{
    padding: 10px 15px;
    height: auto;
}
#invitation_form .modal-content .form-group label {
    color: #272727;
    font-family: 'Trirong', serif;
    font-size: 13px;
}
#invitation_form .modal-content form .form-control:focus{
	outline:none;
	box-shadow:none;
	border-color:#007ed2;
}
#invitation_form .close:hover, .close:focus{
	outline:none;
}
/*------- event single page end ---------*/
/*------- course page start ---------*/
.ed_courses{
	float:left;
	width:100%;
    background-color: #f5f5f5;
}
.ed_courses .ed_most_recomended_data .course_faculty {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}
.ed_courses .ed_mostrecomeded_course{
	margin-bottom:30px;
}
.ed_courses .ed_blog_bottom_pagination{
	margin-top:30px;
}
/*------- course page end ---------*/
/*------- contact page end ---------*/
.ed_contact_form{
	float:left;
	width:100%;
	background:#ffffff;
}
.ed_contact_form .form-control{
	color:#000000;
	box-shadow:none;
	resize:none;
    padding: 0px 15px;
    height: 45px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_contact_form label {
    color: #272727;
    font-family: 'Trirong', serif;
    font-size: 13px;
}
.ed_contact_form textarea.form-control{
	height:auto;
	padding:10px 15px;
}
.ed_contact_form .form-control:focus {
    border-color: #007ed2;
    outline: 0;
    box-shadow:none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*------- contact page end ---------*/
/*------- Error Page start ---------*/
.ed_error_wrapper{
	float:left;
	width:100%;
    background-size: cover;
	min-height: 600px;
	 
	position:relative;
	z-index: 1;
    background-position: 100% 100%;
	background-repeat: no-repeat;
}
.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{
	float:left;
	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: #007ed2;
    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:1px 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:#f5f5f5;
	padding:70px 0px;
}
.ed_sidebar_wrapper{
	float:left;
	width:100%;
	border-bottom:0px solid #ddd;
    margin-bottom: 30px;
	background-color: #fff;	
}
.ed_sidebar_wrapper h3{
	float:left;
	width:100%;
	margin:0px;
	padding:10px;
	text-transform:capitalize;
}
.ed_sidebar_wrapper p{
    padding: 0px 10px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-style: italic;
}
.ed_sidebar_wrapper p span{
	color:#000000;
	font-style:initial;
}
.ed_profile_img{
	width:100%;
	background-color:#ccc;
	float:left;
}
.ed_dashboard_tab .tab-content{
    float: left;
    width: 100%;
}
.ed_dashboard_tab .ed_tabs_left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.ed_tabs_left > .nav-tabs > li {
	float: none;
	border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.ed_tabs_left > .nav-tabs > li:last-child {
	border-bottom: none;
}
.ed_tabs_left > .nav-tabs > li > a{
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.ed_tabs_left > .nav-tabs {
	float: left;
	width: 100%;
	margin-right: 0px;
	border-right: 0px solid #ddd;
    border-top: 1px solid #ddd;
}
.ed_tabs_left > .nav-tabs > li > a {
	margin-right: 0px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
	padding:10px;
	text-transform:capitalize;
	font-weight:700;
	color:#272727;
	margin-bottom: 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_tabs_left > .nav-tabs > li > a span{
	float:right;
    border: 1px solid;
    border-radius:3px;
    padding: 1px 7px 0px 7px;
	background-color:#007ed2;
	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:#007ed2;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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 #007ed2;
    background-color: #007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_dashboard_inner_tab{
	float:left;
	width:100%;
    background-color: #ffffff;
}
.ed_dashboard_inner_tab .tab-content{
	float:left;
	width:100%;
	padding:20px;
	border:1px solid #ddd;
	border-top:none;
}
.ed_dashboard_inner_tab .nav-tabs {
    border: 1px solid #ddd;
}
.ed_dashboard_inner_tab .nav-tabs > li{
	margin:0px;
}
.ed_dashboard_inner_tab .nav-tabs > li > a{
	border-radius:3px;
	text-transform:uppercase;
	margin:0px;
	border:1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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 #007ed2;
	background-color:#007ed2;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_dashboard_inner_tab .nav > li > a:hover, .ed_dashboard_inner_tab .nav > li > a:focus{
	color:#ffffff;
	border:1px solid #007ed2;
	background-color:#007ed2;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.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: #007ed2;
    border-color: #007ed2;
	color:#ffffff;
}
.ed_dashboard_inner_tab select{
	float:right;
	margin-top:10px;
	border-color:#ddd;
}
.ed_dashboard_inner_tab select:focus{
	border-color:#ddd;
	outline:none;
}
.ed_inner_dashboard_info{
	float:left;
	width:100%;
}
.ed_inner_dashboard_info .ed_add_students{
	border-bottom:1px solid #007ed2;
	border-top:0px;
}
.ed_inner_dashboard_info .ed_add_students img{
	float:left;
}
.ed_inner_dashboard_info .ed_add_students p{
	float:right;
	width:90%;
    margin: 0;
}
.ed_inner_dashboard_info .ed_add_students span{
	float:right;
	width:90%;
    margin: 5px 0px;
	text-transform:uppercase;
}
.ed_inner_dashboard_info .section_eleven{
	padding:20px 0px 0px 0px;
}
.ed_inner_dashboard_info h2, .ed_dashboard_inner_tab h2{
	text-transform:capitalize;
	margin:0px 0px 30px 0px;
    font-size: 24px;
}
.ed_inner_dashboard_info strong, .ed_dashboard_inner_tab strong{
	color:#272727;
}
.ed_inner_dashboard_info table, .ed_dashboard_inner_tab table{
	width:100%;
	border:1px solid #272727;
	margin:20px 0px;
}
.ed_inner_dashboard_info table thead, .ed_dashboard_inner_tab table thead{
	border:1px solid #272727;
}
.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:#272727;
	border-bottom:1px solid #272727;
	padding:5px 10px;
}
.ed_inner_dashboard_info table td a, .ed_dashboard_inner_tab table td a{
	color:#007ed2;
	text-decoration:none;
}
.ed_inner_dashboard_info table td a:hover, .ed_dashboard_inner_tab table td a:hover{
	color:#007ed2;
}
.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 #007ed2;
    text-transform: capitalize;
    color: #272727;
}
.ed_add_students img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius:3px;
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}
/*------ instructor Single Page end --------- */
/*--------- student detail page start -------*/
.ed_dashboard_tab_info{
	float:left;
	width:100%;
	text-align:center;
	background-color: #ffffff;
	padding:20px;
}
.ed_dashboard_tab_info h1{
	text-transform:capitalize;
    margin: 30px 0px;
}
.ed_dashboard_tab_info h1 span{
	text-transform:uppercase;
	color:#007ed2;
}
.ed_dashboard_tab_info p strong{
	text-transform:uppercase;
	color:#007ed2;
}
.ed_tabpersonal{
	float:left;
	width:100%;
}
.ed_tabpersonal .form-group{
	float:left;
	width:100%;
}
.ed_tabpersonal .form-control {
	border-radius:3px;
	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:#007ed2;
	border:1px solid #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ed_inner_dashboard_info button:hover{
	color:#ffffff;
	background-color:#007ed2;
	border:1px solid #007ed2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
   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:#007ed2;
}
.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.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_teacher_form .form-group {
    margin-bottom: 17px;
	float:left;
	width:100%;
}
.ed_teacher_form .form-group label{
	color: #272727;
    font-family: 'Trirong', serif;
    font-size: 13px;
}
.ed_teacher_form .form-control:focus {
    border-color: #007ed2;
    outline: 0;
    box-shadow:none;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*------ become teacher page end --------*/
/*------- cart page start ------*/
.shop_table {
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center !important;
    background-color: #ffffff;
    text-transform: capitalize;
    border: none !important;
}
.shop_table  thead{
	background-color: #007ed2;
    color: #fff;
}
.shop_table  thead th{
    text-align: center;
    color: #ffffff;
    font-family: 'Trirong', serif;
    font-weight: 500 !important;
}
.shop_table  tbody tr td{
	padding-top:25px;
}
.shop_table  tbody tr td a{
    color: #E80000;
    font-weight: bold;
    text-decoration: none;
}
.shop_table  tbody tr td span{
    font-weight: 500;
}
.shop_table  img{
	width:100px;
    height: 50px;
    margin-top: 0px;
}
.shop_table input[type="text"], .shop_table select{
	float:left;
	width:calc(100% - 150px) !important;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 0px 15px !important;
    height: 45px;
	border-radius:3px;
}
.shop_table .woocommerce-shipping-calculator input[type="text"], .shop_table .woocommerce-shipping-calculator select{
	width:100% !important;
    box-shadow: none;
}
.shop_table input[type="text"]:focus, .shop_table select:focus {
    border-color: #007ed2;
	outline:none;
}
.ed_cart_collaterals{
	float:left;
	width:100%;
	padding:20px 0px;
}
.cart_totals{
	float:right;
	width:50%;
	padding:0px;
	background-color:#ffffff;
}
.cart_totals h2{
	text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    background-color: #007ed2;
    padding: 15px 0px;
    color: #ffffff;
    font-size: 18px;
}
.cart-subtotal{
}
.cart-subtotal span{
	color:#007ed2;
	font-size:18px;
}
.order-total{
	font-size:18px;
}
.order-total span{
	color:#007ed2;
	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:3px;
    box-shadow: none;
}
.wc-proceed-to-checkout {
    float: left;
    padding: 15px 0px;
    width: auto;
}
/*------- cart page end ------*/

.products{
	float:left;
	width:100%;
}
.ed_product_detail_box{
	float:left;
	width:100%;
	position:relative;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-bottom: 30px;
}
.ed_product_detail_box .woocommerce-loop-product__title{
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px !important;
}
.ed_product_detail_box .price{
    float: left;
    width: 100%;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-size: 13px !important;
    color: #333333;
    margin-bottom: 10px;
}
.ed_product_detail_box .price .woocommerce-Price-amount amount{
	color: #4BB543;
}
.ed_product_detail_box .price .woocommerce-Price-currencySymbol{
	margin-right:3px;
}
.ed_product_detail_box .price del{
	color:#cc0000;
    margin-right: 10px;
}
.ed_product_detail_box .price ins{
    color: #4BB543;
    background: transparent;
}
.ed_product_detail_box .added_to_cart{
    background-color: #007ed2;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0px 15px !important;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    z-index: 1;
    width: auto;
    height: 45px;
    line-height: 44px;
    margin-top: 0px !important;
    font-weight: 500;
}
.ed_product_detail_box .added_to_cart:hover{
	background-color: #fff;
    color: #007ed2;
    border: 1px solid #007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_product_detail_box a img {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
	width:100%;
}
.ed_product_detail_box span.onsale {
    min-height: 45px;
    min-width: 45px;
    padding: 0px;
    line-height: 45px;
    border-radius: 0;
    background-color: #007ed2;
    font-size: 13px;
    top: 0px !important;
    left: 0px !important;
	right: auto !important;
}
.woocommerce-pagination{
	float:left;
	width:100%;
}
.woocommerce-pagination ul{
    float: left;
    width: 100%;
    border: none !important;
    text-align: right;
}
.woocommerce-pagination ul li{
    float: none !important;
    border: none;
    border-right: none !important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span{
    padding: 11px 14px !important;
    border-radius: 3px;
    color: #007ed2;
    border: 1px solid #007ed2;
    margin-right: 5px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.woocommerce-pagination ul li a:hover, .ed_shop_wrapper .woocommerce-pagination ul li span:hover, .woocommerce-pagination ul li span.current{
    color: #ffffff !important;
    background: #007ed2 !important;
    border-color: #007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ed_shop_single_wrapper{
	float:left;
	width:100%;
}
.woocommerce .quantity .qty {
    height: 45px;
}
.woocommerce-tabs{
    float: left;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #007ed2;
    background-color: #007ed2;
    border-radius: 3px 3px 0px 0px;
    margin: 0px;
    padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover{
	border-bottom-color:#007ed2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #007ed2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #ffffff;
	background-color:#007ed2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    color: #ffffff;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.woocommerce div.product .woocommerce-tabs .panel {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px 3px 3px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
    float: left;
    width: 100%;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
.woocommerce div.product .woocommerce-tabs .panel p{
    float: left;
    width: 100%;
}
.comment-form{
    float: left;
    width: 100%;
}
.comment-form label{
    color: #272727;
    font-family: 'Trirong', serif;
    font-size: 13px;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea{
    float: left;
    width: 100%;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 0px 15px;
    height: 45px;
    border-radius: 3px;
}
.comment-form textarea{
	height:auto;
}
.related.products{
	float:left;
	width:100%;
}
.related.products h2{
    float: left;
    width: 100%;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
.woocommerce-ResetPassword.lost_reset_password{
	float:left;
	width:50%;
}
.woocommerce-ResetPassword.lost_reset_password .clear {
    display: none;
}
.woocommerce-ResetPassword.lost_reset_password input.input-text{
    float: left;
    width: 100%;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 0px 15px;
    height: 45px;
    border-radius: 3px;
}
.woocommerce-ResetPassword.lost_reset_password input.button{
    margin: 30px 0px 0px 0px !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;    
	width: 65%;
    overflow: visible;
}
.no-results.not-found .search-form{
    float:left;
}
.no-results.not-found .search-form input[type="search"]{
    margin-right: 15px;
    margin-bottom: 30px;
    color: #272727;
    box-shadow: none;
    resize: none;
    padding: 0px 15px;
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*-------- Shop page end --------*/

/*------ responsive css start ----*/

@media (min-width: 992px) and (max-width: 1199px) {
.pro_menu ul li a{
    padding: 30px 18px 30px 18px;
}
.ed_search_form .form-inline .form-group {
    width: 100%;
}
.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;
}
ul.products li {
    width: 31% !important;
    min-height: 370px;
}
}

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

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

@media (max-width: 767px) {
.pro_menu ul {
    width: 100%;
}
.pro_menu ul li{
	float:left;
	width:100%;
	text-align:left;
}
.pro_menu ul li a{
    width: 100%;
    padding: 5px;
	border-bottom: 1px solid #e1e1e1;
    margin: 0px;
    font-size: 14px;
}
.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_menu ul li ul.sub-menu {
    position: initial;
    width: 93%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0px);
}
.pro_menu ul li ul.sub-menu li {
    float: left;
    width: 100%;
}
.pro_menu ul li ul.sub-menu li ul.sub-menu{
    position: initial;
    width: 90%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0px);
}
.pro_menu ul li ul.sub-menu li ul.sub-menu li {
    width: 100%;
}
.pro_menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    right: 50px;
    top: 30px;
	left:auto;
}
.pro_menu ul {
    background-color: #ffffff;
}
.header_transparent .pro_menu ul li a {
	color:#3c3d49;
}
.header_transparent .pro_menu ul li a:hover{
	color:#ffffff;
}
.header_yellow .pro_menu > ul > li > a {
	color:#3c3d49;
}
.header_half .pro_menu > ul > li > a {
	color:#3c3d49;
}
.header_yellow .pro_menu > ul > li > a:after{
	background-color:#007ed2;
}
.header_half .pro_menu > ul > li > a:after{
	background-color:#007ed2;
}
.header_yellow .pro_menu > ul > li > a:hover{
	color:#ffffff;
}
.header_half .pro_menu > ul > li > a:hover{
	color:#ffffff;
}
.pro_logo{
	/* text-align:center; */
	padding-bottom:0px;
}
.pro_call {
    text-align: center;
    padding: 5px 0px;
}
.ed_info_wrapper{
	text-align:center;
	margin-top:5px;
}
.ed_info_wrapper ul {
    float: none;
    display: inline-block;
}
.ed_copy_right {
    text-align: center;
}
.ed_footer_menu ul {
    float: none;
    display: inline-block;
}
.ed_event_wrapper{
	margin-bottom:20px;
}
.ed_search_form .form-inline p {
    text-align: center;
    margin-bottom: 10px;
}
.ed_login_form {
    left: 0%;
    width: 50%;
    margin: 0px auto;
}
.ed_video_section{
	margin-top:40px;
}
.ed_header_bottom {
    padding-bottom: 0px;
}
.ed_event_single_address_info {	
    margin-top: 50px;
}
.sidebar_wrapper {
    margin-top: 30px;
}
.pro_menu {
    position: relative;
    top: -40px;
}
.ed_comment_text h5 span {
    margin: 10px 0px;
    width: 100%;
	text-align: right;
}
.header_yellow .ed_header_bottom .pro_menu > div > ul > li > a, .header_half .ed_header_bottom .pro_menu > div > ul > li > a {
    color: #3c3d49;
}
}

@media (min-width: 568px) and (max-width: 767px) {
.products .col-xs-12 {
    width: 50%;
}
}
@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_slider_form_section {
    margin-bottom: 0px;
}
.menu_fixed {
    position: initial;
}
.ed_latestnews {
    padding-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;
}
.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_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%;
}
ul.products li {
    width: 47% !important;
}
}

@media (max-width: 479px) {

.menu_fixed {
    position: initial;
}
.ed_search_form {
    padding: 20px;
    border-radius:3px;
}
.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_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: 10px;
}
.ed_comment_text, .ed_blog_sub_comment {
    width: 100%;
    padding: 0px 0px;
}
.ed_comment_text h5 span {
    margin: 10px 0px;
    width: 100%;
}
.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;
}
.pro_call p {
    font-size: 18px;
}
.ed_counter_wrapper {
    padding: 20px;
}
.ed_video_section_discription p {
    padding: 20px 20px 20px 0px;
}
.skill_section {
    width: 100%;
    padding: 10px;
}
.ed_single_wrapper .ed_btn{
	padding:13px 18px; 
}
.ed_blog_bottom_pagination .pagination > li > a, .pagination > li > span {
    padding: 5px 10px;
}
.ed_blog_bottom_pagination .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    padding: 5px 20px;
}
.cart_totals {   
    width: 100%;
}
.ed_info_wrapper {
    float: none;
    width: 100%;
}
.ed_policy_content {
    margin-bottom: 30px;
}
.ed_newsletter_section_form .col-xs-8, .ed_newsletter_section_form .col-xs-4, .ed_newsletter_section .col-xs-6 {
	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;
}
.ed_login_form {
    width: 220px;
}
ul.products li {
    width: 100% !important;
    margin: 10px 0px !important;
}
.ed_pagetitle.pagetitle_transparent {
    padding-bottom: 50px;
}
.page_title h2 {
    font-size: 28px;
}
}
.fw-container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden !important;
}
.mailchimp_message {
    float: left;
    color: red;
  }
/*------ responsive css end ----*/ 

.text{
	font-family: &quot;Palatino Linotype&quot;, &quot;Book Antiqua&quot;, Palatino, &quot;serif&quot;;  text-decoration: none; white-space: nowrap;
}
.text-head{
   text-transform: uppercase;
	color: rgb(255, 193, 7);     line-height: 22px; letter-spacing: 0px; font-weight: 400; font-size: 15px;  opacity: 0.9012; 
}
.text-heading{
	font-family: &quot;Palatino Linotype&quot;, &quot;Book Antiqua&quot;, Palatino, &quot;serif&quot;;  text-decoration: none; white-space: nowrap;
	 font-size: 60px; color: rgb(255, 255, 255);  line-height: 60px; margin-top: 50px;

}
.text-btn{ margin-top: 50px; display: inline-block;
	
	color: #fff;
    padding: 10px 38px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400; 
    font-size: 14px; border: none; 
    text-transform: uppercase;
    background: #007ed2; border-radius: 50px;


}

.text-btn:hover{
	color: #333; background: rgb(255, 193, 7);
}
img {
  height: 100%;
  object-fit: cover;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-prev{ 	left: 20px;}
.owl-carousel .owl-nav .owl-next{ 	right: 20px;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{ 
/*	border: none; background: #007ed2 !important; border-radius: 50%; width: 34px; height: 34px;*/

    border: none;
    background: #007ed2 !important;
    border-radius: 3px;
    width: 34px;
    height: 54px;font-size: 30px;

}
.owl-dots {
  text-align: center; 
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.owl-dots button.owl-dot {
    width: 35px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    border: none;
}
.owl-dots button.owl-dot.active {
  background-color: #007ed2;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.owl-stage-outer, .item{  height:560px !important;  }
.item {
    width: 100%; 
}



.itemChild{
	    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: red; */
    display: block;
    z-index: 999;
    text-align: center;


}


/* tracking  */




 
/* tracking  */


    
        .tracking-container {
            max-width: 700px;
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .tracking-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #f4f4f4;
            color: white;
            padding: 10px 15px;
            border-radius: 5px 5px 0 0;
        }
        .tracking-header img {
            height: 40px;
        }
        .tracking-number {
            font-size: 16px;
            font-weight: bold;    color: #333;
    padding-top: 10px;
        }
        .tracking-status {
            background-color: #4caf50;
            color: white;
            text-align: center;
            padding: 10px;
            margin-top: 10px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
        }
        .timeline {
            margin: 20px 0;
            padding: 0;
            list-style: none;
            position: relative;
        }
        .timeline::before {
            content: "";
            position: absolute;
            left: 20px;
            top: 12px;
            width: 3px;
            height: 100%;
            background-color: #ddd;
        }
         .timeline::after {
            content: "";
            position: absolute;
            left: 13px;
            bottom:-16px;
            width: 16px; border-radius: 50%;
               height: 84px;
    background-color: #fff;
        }

         .timeline-item::before {
            content: "";
            position: absolute;
            left: 20px;
            top: 12px;
            width: 3px;
            height: 100%;
            background-color: #ddd;
        }

        .timeline-item.active::before { 
            background-color: #4caf50;
        }
        .timeline-item {
            position: relative;
            padding: 10px 0 10px 50px;     min-height: 100px;
        }
        .timeline-item .icon {
            position: absolute;
            left: 5px;
            top: 2px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: white;
        }
        .status-text {
            font-weight: bold;
            display: block; font-size: 14px;
        }
        .location {
            font-size: 12px;
            color: #666;
        }
        .datetime {
            font-size: 12px;
            color: #888;
            margin-bottom: 5px;
        }
        .delivered { background-color: #4caf50; } /* Green */
        .in-transit { background-color: #007bff; } /* Blue */
        .warning { background-color: #ff9800; } /* Orange */
        .error { background-color: #d32f2f; } /* Red */
        .info { background-color: #2196f3; } /* Light Blue */
#submitBtn{
	width: auto;
    padding: 11px 30px !important;
    background-color: #ffffff !important;
    color: #007ed2 !important;
    border: 1px solid #ffffff !important;
    font-size: 14px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hide{ display: none !important; }

 .loader {
            
            text-align: center;
            margin: 20px 0;
        }
        .loader i {
            font-size: 24px;
            color: #007bff;
            animation: spin 1s linear infinite;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

