/*============================
Project: Academic
Version: 1.2.5

--- Table Of Content ---

    1. - Genaral Style
    2. -HomePage Version 1
        2. - Header
                - Top bar
                - Navigation bar
        3. - Homepage Slider
        4. - Features Section
        5. - Search Course and Event
        6. - Latest Course Section
        7. - Fun facts
        8. - Subcribe section 
        9. - HomePage Blog Posts
        10. - Our Awards
        11. - Courses and professors
        12. - Footer
                - Footer Course Search
    3. HomePage Version 2
        2. - Header
                - Top bar
                - Navigation bar
        3. - Homepage Slider
        4. - Discover
        5. - Features
        6. - Find a Course
        7. - Events
        8. - Latest Course Added
        9. - Fun Facts
        10.- Courses and professors
        11.- Featured Course 
    4. About Us 
    5. Sidebar Elements
    6. Contact Us
    7. Shortcodes

    
    

===============================*/
/*========== 1. General ========== */


@import url("vendor/zabuto_calendar.min.css");
@import url("vendor/owl.carousel.css");
@import url("vendor/owl.theme.css");
@import url("vendor/meanmenu.css");
@import url("vendor/owl.transitions.css");
@import url("vendor/font-awesome.min.css");

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}
td,.learn-press-checkout-review-order-table tr{

    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0 !important;
}
th {
    line-height: 2;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
footer.entry-footer {
	margin: 0;
	padding: 0px;
	background: transparent;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

    border: 0px;
    background: #ec595f;
    border-radius: 4px;
    color: #fff;

    font-family: 'Montserrat',sans-serif;
}
.comment-form-comment textarea {
    background: #e8e8e8;
    padding: 0px 15px;
    padding-top: 10px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
	
	
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/





a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	float: left;
	display: block;
	width: 100%;

}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.post-details-right {
    overflow: hidden;
    padding-top: 15px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

body,p{
    font-size: 16px; 
    color: #002e3b;
	line-height:26px;
 
}
html{
font-size:100%
}
body{
    background-attachment: fixed;
}

body,p,.single-post h6,.page-bannar h2,
footer ul.list-group li,.comming-soon,.comming-soon h1{
     font-family: 'Karla', sans-serif;  
}
.conatiner-box{
    max-width: 1280px;
    margin: 0 auto; 
	overflow: hidden;
    box-shadow: 0px 0px 14px -7px #000;
}
h1,h2,h3,h4,h5,h6,.list-group,.signle-fid p,
.nav-style li a,.post-details,h2 a,
.Breadcrumbs,.sidebar ul li a,
.search-text,section.contact-form,.btn,
.list-group-item,.box ,.reply-c a,
.latest-course h5 a,h5 a,.course-list h3 a,.single-student .media-body p,
.pagination>li>a,ul.footer-post a,.teacher-title,.course-details-sidebar,p.best-plan,
.post-element,blockquote p,.contact-form input,.footer-newsletter,.comment-respond,.comment-respond input,.comment-respond textarea{
    font-family: 'Montserrat', sans-serif;   
}
.form-control:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(102, 175, 233, 0.6);
}
.pagination>.active>a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ec595f;
    /* border-color: #337ab7; */
}
.cross-feed .fw-col-xs-12 {
    padding: 0px;
}
.sticky-menu {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 0px 15px -7px #000;
	display:none;
}
.conatiner-box .sticky-menu {
width:1280px;
}
ul#recentcomments {
    margin: 0;
    padding: 0;
}
.testimonial {
    padding: 100px 0px;
}
.input-form {
    overflow: hidden;
        width: 90%;
    margin-bottom: 15px;
    position: relative;
}
.course-price > span.course-price{
    font-size: 28px;
}
.input-form .btn{
      top: 15px;
    right:0px;
    
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
}
.input-form label {
    width: 100%;
}
.course-event .input-form .btn{
  top: 0px;
}
.input-form input.form-control {
    min-height: 46px;

  
}
.demo-img {
    border: 1px solid #e5e5e5;
    }
.demo-img .fw-heading {
 margin-bottom: 1em;
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-top: 0;
    bottom: -16px;
    font-weight: normal;
    left: 0;
    border-radius: 0;
}
.demo-img img:hover {
    top: -100%;
    cursor: pointer;
}
.demo-img img {
    position: relative;
    top: 0;
    transition: all 2s ease;
    border-radius: 0px;
}
.demo-img {
       height: 450px;
    overflow: hidden;
    position: relative !important;
}
.demo-img .fw-special-title {
    /* margin-top: 0px; */
    font-weight: normal !important;
    letter-spacing: 1px;
}
.profile-description {
    padding: 20px;
}
ul.payment-methods input {
    width: 14px;
    /* float: left; */
    height: 14px;
    /* display: flex; */
    top: -16px;
    margin-right: 10px;
    position: relative;
}
.review-author img {
    border-radius: 50%;
}
blockquote footer {
 
    padding-top: 15px;
    background: transparent !important;
    font-size: 100%;
}
.sidebar .widget-post a {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.admin-courses {
    margin-bottom: 30px;
    min-height: 250px;
}
ul.learn-press-subtabs {
    margin-bottom: 25px;
}
::-webkit-input-placeholder {
   font-style:normal !important;
   font-size:15px !important;
   font-weight: 500 !important;
}

:-moz-placeholder { /* Firefox 18- */
   font-style:normal !important;
   font-size:15px !important;
   font-weight: 500 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style:normal !important;
   font-size:15px !important;
   font-weight: 500 !important;
}

:-ms-input-placeholder {  
  font-style:normal !important; 
  font-size:15px !important;
  font-weight: 500 !important;
}
.pagi .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 13px 10px;
    background-color: #fff;
    border:0px solid #ddd;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #dadada;
    margin-right: 7px;
    color: #fff;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, .pagination > li > span:focus {
 
    background-color: #68a574;
 
}
#popup-sidebar .content-area{
    padding: 0px;
        border: 0px;
}
body #course-curriculum-popup #popup-main #popup-header {
    background: #ec595f;
    border-bottom: 1px solid #ec595f;
}
body #course-curriculum-popup #popup-main #popup-header .popup-menu {
    border-right: 1px solid #e04349;
}
body #course-curriculum-popup #popup-main #popup-header .popup-close:hover, 
body #course-curriculum-popup #popup-main #popup-header .sidebar-hide-btn:hover, 
body #course-curriculum-popup #popup-main #popup-header .sidebar-show-btn:hover{
    background: transparent;
}
body .profile-avatar-current img ,body .user-avatar img{border-radius: 50%}
body .learn-press-user-profile #lp-menu-change-picture {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}
.recent-post .course-price > span.course-price {
    font-size: 18px;
}
.widget .post-in a {
    display: inline-block;
    font-size: 13px;
    font-family: karla;
}
.recent-post .course-price{
    margin-bottom: 0px;
    display: block;
}

*:focus {
    outline: none;
   }
h1,.h1,h2,.h2{
    font-size: 30px;
}

h3,.h3{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}
h4,.h4{
    font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 28px;
}
h6,.h6{
    font-size: 16px;
}
a {
    color: #ec595f;
    /* text-decoration: underline; */
}
a:hover,.single-course-list:hover h5{
    text-decoration: none;
   outline:none;
    color: #599e67;
}
a:focus{
     text-decoration: none;
}

.no-mt{margin-top: 0px;}
section{background: #fff;}

.nav-style .btn{
    padding:0px;
    margin-top: 0px;
}
.nav-style .btn a{
    padding: 15px 30px;
  
}
.nav-style .navbar-nav li > .btn-style1 {
  background: #fff ;
}
input.form-control {
    min-height: 50px;
    font-size: 16px;
    box-shadow: none;
}
.input-group-addon:last-child {
    border-left: 0;
    background: #ec595f;
    border: 0px;
    color: #fff;
    padding: 0px 30px;
    font-size: 16px;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
span.layout-switch {
    float: right;
    /* display: block; */
    font-size: 16px;
    /* height: 10px; */
    margin-top: 5px;
}
span.layout-switch i {
    margin-right: 6px;
    color: #ccc;
    cursor: pointer;
}
.layout-switch .active {
    color: #ec595f;
}
.homepage-slider .owl-nav [class*=owl-],.homepage-slider .owl-nav:hover [class*=owl-]{
    background: transparent !important;
}
.grid-switch-col i.fa.fa-users,.grid-switch-col .course-students {
    display: none;
}
.course-list .grid-switch-col i.fa.fa-users,.course-list .grid-switch-col .course-students {
    display: inline-block;
}
.single-lp_course .course-summary .course-students-list .students-list-title {
  
    width: 100%;
}
.single-lp_course .course-students-list .students {

    padding: 0px;
}
.single-lp_course .course-students-list {
    margin-top: 30px !important;
}
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a {
    color: #ffffff;
  
}
body .learn-press-user-profile .learn-press-tabs {
   
    margin: 0px 0 30px;
    padding-left: 0px;
    border-bottom: 0px solid #DDD;
}
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active ,
body .learn-press-user-profile .learn-press-tabs > li.current a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-radius: 4px ;
  color:#fff;
    background: #ec595f;
  
}
body .learn-press-user-profile .learn-press-tabs > li.current {
    border-bottom: 0px solid #007acc;
}
body .learn-press-user-profile .learn-press-tabs > li { 
    list-style-type: none;
    border: 0px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
	background: #599e67;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
	color:#fff;
}
.lp-user-profile-form ul {
    padding: 0px;
}
body .learn-press-user-profile .learn-press-tabs > li > a{
	color:#fff;
	border-bottom: 0px solid #fff;
	}
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active:after{border-bottom: 0px}
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active {
    border-bottom: 0px solid #007acc;
}
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a{
     color: #fff;
}
body .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab,
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    list-style-type: none;
       transition: all 0.3s ease;
    background: #599e67;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
}
body #learn-press-course-curriculum .course-item .course-item-title {
  
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
body #popup-sidebar #learn-press-course-curriculum .course-item-meta {
    display: none;
    }
.single-lp_course .course-students-list .students li img{
    border-radius: 50%;
    margin-right: 5px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
 .navbar-default .navbar-nav>.active>a:focus{background: none !important;color:#ec595f;}
.latest-course .details{
    padding:15px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ececec;
    margin-top: -8px;

}
.latest-course .tab-content .details{
  margin-bottom: 30px;
}
 .course-list .details{
    margin-top: 0px;
}
.dropdown-menu > li.submenu:after {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    top: 11px;
    right: 6px;
    font-size: 14px;
    color: #fff;
}
h2 a {
    font-size: 18px;
    line-height: 24px;
}
.post-date {
    width: 70px;
    text-align: center;
    background: #599e67;
    color: #fff;
    padding-bottom: 10px;
    float: left;
    padding-top: 10px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 25px;
}
.btn,.nav-style .navbar-nav a,.top-bar .top-social-bar li,a{
    transition: all 0.5s;
}
.nav-style .navbar-nav a{
    transition: opacity 0.5s;
}
span.e-date {
    width: 100%;
    display: block;
    font-size: 36px;
}
span.e-month {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
      
}
.btn {
    padding: 12px 30px;
    color: #fff;
   
    display: inline-block;
     border-radius: 5px;
     font-size: 16px
}
.btn-style1{
    margin-right: 0px;
    background: #ec595f;
}
.woocommerce ul.products li.product .button,.woocommerce button.button.alt {
 
    background: #ec595f;
}
p.form-submit {
    margin-top: 15px;
}
p.comment-form-comment ,.comment-form-author,.comment-form-email,.comment-form-url{
    margin-top: 10px;
}
textarea#comment {
    height: 150px;
}
.comment-respond label{font-weight: bold;}
.btn-style1:hover,.woocommerce ul.products li.product .button:hover,.woocommerce button.button.alt:hover{
    background: #599e67;
    color: #fff;
}
.btn-style2 {
    margin-right: 0px ;
        margin-right: 0px ;
    background: none;
    border: 1px solid #fff;
}
.btn.btn-style2:hover {
    background: #fff;
    color: #002e3b;
}
.navbar-default .navbar-nav>.btn-style1 > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav>.btn-style1 > a{
    color: #fff ;
    padding-bottom: 15px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 2px solid #f3f3f3;
}
.list-group-item:last-child {
    
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 2px solid #f3f3f3;
}
.slider-bottom-features .list-group-item {
    position: relative;
    display: block;
    padding: 25px 15px;
    margin-bottom: 0px;
    background-color: #fff;
    font-size: 18px;
    border: 2px solid #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-radius: 0px;
    border-right: 0px;
    color:#ec595f ;
}
.list-group-item:after {
    content: "\f105";
    position: absolute;
    right: 15px;
    font-family: "FontAwesome";
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover,.nav>li>a:hover ,
 .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #ec595f;
    outline:none;
}
.nav-pills>li {
    margin-left: 2px;
    background: #599e67;
    border-radius: 5px;
}
.nav-pills>li>a {
    border-radius: 4px;
    color: #fff;
}
a.list-group-item:hover, a.list-group-item:focus{
    color: #599e67;
    background-color: transparent;
    outline:none;
}
.widget h3 {
   color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}
.overlay {
    display: block;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}  
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent none repeat scroll 0 0;
   border: 2px solid #ec595f;
}
.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}
 .owl-theme .owl-dots .owl-dot span {
  backface-visibility: visible;
  background: transparent none repeat scroll 0 0;
  border: 2px solid #599e67;
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px;
  transition: opacity 200ms ease 0s;
  width: 12px;
}
.bborder{
        color: #ec595f;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f3f3;
}
.icon-box{
        margin-top: 0px;
}
.icon-box .ico-details p {
    line-height: 20px;
margin-bottom: 0px ;
}
.icon-box:hover .icon{
    background: #ec595f;
}
.icon-box .icon {
    width: 100px;
    text-align: center;
    background: #599e67;
    color: #fff;
    font-size: 40px;
    border-radius: 100%;
    display: block;
    height: 100px;
    float: left;
    padding-top: 25px;
    margin-right: 30px;
}
.ico-details {
    width: 63%;
    float: right;
}
.icon-box a {
   margin-top: 0px;
    color: #ec595f;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}
.icon-box a:hover{
    color: #599e67;
}
span.bottom-bar {
    width: 75px;
    height: 3px;
    background: #599e67;
    display: block;
    margin-bottom: 25px;
}

.page-bannar {
    height: 300px;
    position: relative;
}
.page-bannar h2 {
    font-size: 50px;
    position: absolute;
    bottom: 90px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.page-bannar .bottom-bar{
    position: absolute;
    bottom: 80px;
    margin-bottom: 0px;
}
.header-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    top: 0px

}
.page-bannar .Breadcrumbs {
    margin: 0;
    
    margin-top: 250px;
}
.canvas .Breadcrumbs{
    margin-top: -50px;
}
.Breadcrumbs {
   
    background: #fff;
    padding-top: 10px;
    padding-left: 30px;
    float: right;
    position: relative;
    padding-right: 30px;
    margin-top: -150px;
    font-size: 14px;
    margin-right: 15px;
}
.Breadcrumbs li {
    padding-right: 30px;
    padding-left: 0px;
    position: relative;
}
.Breadcrumbs .active a {
    color: #ec595f ;
}
.Breadcrumbs li:after {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    color: #bebebe;
    font-family: "FontAwesome";
}
.Breadcrumbs li:last-child:after{
    display: none;
}
.Breadcrumbs li:last-child{
    padding-right: 0px;
    padding-left: 0px;
    color: #ec595f;
}
.Breadcrumbs li a {
  color: #002e3b;
}
.page-content {
    background: #ffffff;
    
}
.page-content.have-sidebar {
    padding: 100px 0px;
}
.canvas .page-content {
    overflow: hidden;
}
.canvas {
    background: #fff;
}
.page-content p{
    margin-bottom: 40px;
    margin-bottom: 25px;
    line-height: 26px;
}
.page-content h2 {
    margin-top: 0px;
}
.search-text {
    margin-bottom: 0px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 4px;
    font-size: 14px;
}
.search .course-list .details {
    width: 480px;
}
.img-radius{
    border-radius: 5px;
}
.page-content .latest-course .col-md-4{
    margin-top: 30px;
}
.course-list .col-md-12 {
    margin-bottom: 30px;
}
.course-list .col-md-12 img {
    width: 270px;
    float: left;
    height: 200px;
   
}

.course-list img {
    border-bottom-left-radius: 5px;
}
.course-list .details {
    width: 577px;
    float: right;  
    border-bottom-left-radius: 0px;   
    border-top-right-radius: 5px;
        padding-bottom: 20px;
        height: 200px;
}
.course-list .text {
   margin-bottom: 12px;
   color: #002e3b;
}
.course-list h3 a{
color: #002e3b;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.course-list h3{
    margin-top: 15px;
    margin-bottom: 5px;
}
.course-list .col-md-12 img {
    border-top-right-radius: 0px;
}
.time b {
    color: #ec595f;
}
.events-grid .single-post {
  margin-bottom: 30px;
}
.single-quote ,.single-video,.single-gallery,.single-audio{
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
}
.events-list .single-post img {
    float: left;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px ;

}
.events-list .post-date {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    
    margin-top: -1px;
}
.events-list .post-details {
    border: 1px solid #ececec;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}
.events-list .no-fea .post-details {
        border-bottom-left-radius: 5px;
    border-left: 1px solid #ececec;
}
.events-list .no-fea .post-date {
    border-top-left-radius: 5px;
}
.post-audio .post-details,
.post-video .post-details,
.post-quote .post-details,
.post-gallery .post-details{border:0px;}
.post-audio .post-date,
.post-video .post-date,
.post-quote .post-date,
.post-gallery .post-date{
    margin-top: 15px;
    border-radius: 4px;

    margin-bottom: 0px;
}
.post-gallery-wrapper.hv2-course-list .owl-nav {
    top: 0;
}
.post-gallery .hv2-course-list  .owl-nav{
    top: 100%
}
.single-gallery .hv2-course-list  .owl-nav{
    top: 100%
}

.post-quote ,.post-audio ,.post-gallery,.post-video{
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
}
.post-quote  p,.post-audio  p,.post-gallery p,.post-video p{
    margin-bottom: 0px !important;
}
.events-list p.text {
    margin-bottom: 30px;
}
.events-list .post-in {   
 margin-bottom: 20px;
}
.events-list .single-post h2 {
    padding-top: 30px ;
}
h6.share-text {
    margin-top: 30px;
    color: #ec595f;
    border-bottom: 0px solid #000 ;
    padding-bottom: 0px ;
    margin-bottom: 0px;
}
.share-profile a {
    color: #ddd;
}

.cnp .mb-50{
    margin-bottom: 0px;
}
h3.professor-name {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #599e67;
}
p.position{
    margin-bottom: 0px;
}
li.content-area{
    background: #fff;
    border: 1px solid #f3f3f3;

    margin-bottom: 30px !important;
}

.panel-group .panel {
  
    border-radius: 0px;
}
.progress-bar {
    background: #ec595f;
}
.progress{
    height: 25px;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
     background: #d8ecf2;
    box-shadow: inset 0 0px 0px 1px rgba(0,0,0,.1);
}
.progress .progress-bar{
   
    animation: animate-positive 2s;
}
.progress .progress-value{
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    float: right;
}
.progress .progressbar-title{
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    float: left;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%;}
}
@keyframes animate-positive{
    0% { width:0%; }
}
.content h1,.content h2 ,.content h3 ,
.content h4 ,.content h5 ,.content h6  {
    color: #ec595f;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f3f3;
}
.content p{
    line-height: 28px;
} 
.course-description {
    padding-top: 20px;
}
.content-area {
    padding: 30px 40px;
    border: 1px solid #f3f3f3;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;

    margin-bottom: 30px;
}
.content-area h3 {
    margin-top: 0px;
}
.content p {
    margin-bottom: 20px;
}
.content li {
    margin-bottom: 5px;

}
.curriculum-sections li{list-style-type: none;}
ul.section-content li {
    list-style-type: none;
}
#learn-press-course-curriculum .section-header,
#learn-press-course-curriculum ul.curriculum-sections,
 #learn-press-course-curriculum ul.section-content,
 li.course-lesson.course-item:hover,#learn-press-course-curriculum .course-item.viewable:hover
 {background: none !important;}
.content-area.time i,
.content-area.event-location i {
    color: #c7c6c6;
    padding-right: 5px;
}
.content-area.time i:last-child {
    margin-left: 30px;
}

a.img-link {
    position: relative;
    display:inline-block;
 
}
.events a.img-link{
    width: 100%;
}
a.img-link:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 46, 59, 0.46);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    opacity: 0;

   transition: opacity .25s ease;
}
a.img-link:hover:after,.img-link:hover i{
    opacity: 1;
     transition: all .25s ease-in;
}
.post-details {
    margin-top: -8px;
}
.cnp a.img-link{
    width: 160px;
    float: left;
}
.hv2 .cnp a.img-link{
    width: 100%;
    float: left;
}
.img-link i {
position: absolute;
   
    text-align: center;
    left: 45%;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    opacity: 1;
    top: 45%;
    opacity: 0
}
.wcolor{
    background: #efefef;
}
.pagi i {
    padding: 1px;
    font-size: 20px;
}
.pagi {
display: block;
    border: 1px solid transparent;
    overflow: hidden;
    border-top: 2px solid #f5f5f5;
    height: 100px;
    margin-top: 30px;
}

.gmap {
    width: 370px;
    height: 385px;
    border: 2px solid #ededed;
    border-radius: 5px;
}
.event-gmap{
    width: 100%;
    height: 300px;
}
.pagination{
        margin: 30px 0;
        margin-bottom: 0px;
}
.wp-pagenavi a ,.wp-pagenavi span,a.page-numbers,.pagination span.page-numbers.current{
    padding: 12px 18px;
    background: #dadada;
    margin: 0px 4px;
    border-radius: 5px;
    color: #444;
    border:0px;
    font-size: 17px;
}
.wp-pagenavi a:hover{
    background: #68a574;
    color: #fff;
}
body .learn-press-pagination ul > li a ,body .learn-press-pagination ul > li span{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #DDD;
    background-color: #FFF;
    background: #dadada;
    margin: 0px 4px;
    border-radius: 5px;
    color: #444;
    border: 0px;
    font-size: 17px;
}

.wp-pagenavi span,body .learn-press-pagination ul > li span,.pagination span.page-numbers.current{
    background: #68a574;
    color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-top: 11px;
    margin-right: 30px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-top: 11px;
    margin-left: 30px;
}
.page-content .name {
    margin: 0px;
    padding: 0px;
    border-bottom: 0px;
    color: #599e67;
}
.instructor-details .social-profile {
    margin: 0px;
    padding: 0px;
}
.instructor-details .social-profile li{
    padding-top: 0px;  
    margin-bottom: 10px;
}
li.course-lesson.course-item:last-child {
    border-bottom: 0px;
}
.course-lesson.course-item ,
.course-quiz.course-item {
    list-style-type: none;
    padding: 20px 0px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0px;
}
.course-lesson.course-item span,
.course-quiz.course-item span {
    font-size: 14px
}
.course-lesson.course-item a,
.course-quiz.course-item a{
     color: #002e3b !important;
}
#learn-press-course-curriculum .course-item:last-child{border-bottom:0px;}
.course-lesson.course-item .index {
    border-radius: 5px;
    background: #eeeeee;
    margin-right: 30px;
}

span.lesson-title{
    font-size: 16px ;
}
span.meta {
    float: right;
    background: #599e67;
    border-radius: 5px;
    color: #fff ;
        font-size: 13px ;
}
span.meta i ,.lesson-title i{
    padding-right: 5px;
}
.lesson-title i{
    color: #cfcfcf
}
.course-details-sidebar li i{
    color:#c9c9c9;
    font-size: 15px;
    padding-right: 10px;
    width: 25px;
}
.course-details-sidebar li {
    list-style-type: none;
    padding: 15px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.course-details-sidebar ul {
  margin: 0;
  padding: 0;
}
.course-details-sidebar li span a{
color: #599e67;
}
.course-details-sidebar li span a:hover{
color: #ec595f ;
}
.course-details-sidebar .btn {
    margin-top: 20px;
}
.course-details-sidebar li span{
 color: #599e67;
display: block;
float: right;
overflow-wrap: break-word;
text-align: left;
width: 60%;
}
.course-details-sidebar li .course-price{
    font-size: 16px;
}
.course-details-sidebar li del{
    float: right;
    position: absolute;
    right: 90px;
    color: #999;
}
.course-details-sidebar ul li span a{
 color: #599e67;
}
.professor-area{
background: #f6f6f6;    
}
.professor-area h1{
    margin-top: 0px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;

}

.single-student p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
        margin-bottom: 20px;
}
.single-student p:first-child{
    position: relative;
}
.single-student p:first-child:before{
    content: "\f10d";
    position: absolute;
    left: -45px;
    top: 5px;
    font-size: 28px;
    color: #599e67;
    font-family: "FontAwesome";
}
.single-student .media-left {
    padding-right: 25px;
}
.single-student .media-heading {
    margin-top: 10px;
    margin-bottom: 0;
}
.single-student .media-body p{
    font-size: 15px;
    font-style: normal;
    color: #ec595f;
}
/* Pricing Table */
.single-pricing {
    background: #002e3b;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
        margin-top: 40px;
}
.single-pricing h3 {
    margin: 0px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.amount-per-month {
    background: #599e67;
    width: 131%;
    margin-left: -30px;
    margin-top: -10px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
    display: block;
}
.amount-per-month h2 {
    margin: 0px ;
    font-size: 50px;
}

.amount-per-month h2 i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top;
    position: relative;
    top: 11px;
}
.amount-per-month h2 span {
    font-size: 20px;
color: #fff !important;
}
.amount-per-month p {
    margin-bottom: 0px ;
    position: absolute;
    z-index: 9999;
    top: 10px;
    color: #fff;
    right: 15px;
    opacity: 0.7;
}
.amount-per-month:after {
    content: " ";
    position: absolute;
    bottom: -22px;
    width: 0;
    left: 0px;
    /* background: #599e67; */
    border-left: 128px solid transparent;
    border-right: 128px solid transparent;
    border-top: 22px solid #599e67;
    height: 0;
}
.pricing-title {
    position: relative;
}
.pricing-body ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.pricing-body li {
    padding: 10px 0px;
    border-bottom: 1px solid #103d4a;
    /* font-size: 16px; */
}
.pricing-body li:last-child {
    border-bottom: 0px solid #103d4a;
}
.pricing-body .btn {
    margin-top: 20px;
}
.highlight-col .amount-per-month:after {
    border-top: 22px solid #ec595f;
}
p.best-plan {
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: -50px;
    background: #ec595f;
    right: -45px;
    border-radius: 100%;
    word-wrap: break-word;
    width: 70px;
    line-height: 15px ;
    text-transform: uppercase;
    height: 65px;
    font-size: 14px;
    padding-top: 17px;
}
/* Call to Action */
.cta{
    background-image: url(../img/about-us-bannar.png);
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
    color: #fff;
}
.cta p{
    color: #fff
}
.cta h2{
    font-size: 30px;
}
h1 span ,h2 span {
    color: #ec595f;
}
.cta .btn {
    margin-top: 35px;
}
.error-h1{
    font-size: 50px
}
.tags,.product_meta {
    background: #f9f9f9;
    padding: 15px;
        margin-bottom: 40px;
}
.tags a{
   color: #002e3b;
   padding-left: 5px;
}
.post-author .social-profile {
    margin: 0px;
    margin-top: 10px;
}
.post-author .media-left.media-middle {
    /* overflow: hidden; */
    display: inline-block;
    float: left;
}
.post-author img.media-object{border-radius: 50%}
.tags i {
    font-size: 14px;
    color: #ec595f;
    margin-right: 5px;
}
.tags span{margin-left: 5px}
.single-content-area h1:first-child {
    width: 80%;
        padding-top: 25px;
        margin-top:0px;
}
.single-content-area .post-date {
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0;
}
.single-content-area {
    position: relative;
}
.post-element {
    margin-bottom: 25px;
    margin-top: 15px;
        color: #599e67;
}
.single-post .entry-content {
    margin-top: 30px;
}
.single-post .post-element {
    margin-bottom: 10px;
}
.single-content-area p {
    margin-bottom: 25px;
}
.post-element span {
    margin-right: 10px;
}
.post-element a {
    color: #599e67;
}
.post-element span i{
    margin-right: 5px;
}
/* blockquote */
blockquote p{
    margin: 0px;
    font-style: italic;
    line-height: 30px !important;
    font-size: 20px
}
blockquote {
    border-left: 2px solid #e8e8e8;
    margin-left: 30px;
    margin-bottom: 35px;
    padding: 5px 20px;
    position: relative;
}
blockquote:before {
    content: "\f10d";
    position: absolute;
    left: -30px;
    top: 5px;
    font-size: 15px;
    color: #e8e8e8;
    font-family: "FontAwesome";
}
/* Post Author*/
.post-author img.media-object {
    margin-right: 35px;
}
.post-author .media-heading {
    margin-bottom: 15px;
    color: #ec595f;
}
.post-author {
    margin-bottom: 80px;
    
    overflow: hidden;
}

.comment-area .media-heading {
    color: #599e67;
}

.comment-area .media-middle {
    vertical-align: middle;
    margin-right: 11px;
    display: block;
    width: 100px;
    float: left;
}
ol.comment-list {
    margin: 0;
    padding: 0;
}
ul.children li,li.comment {
    list-style-type: none;
    margin-top: 30px;
}

.comment-area p {
    margin-bottom: 0px !important;
}
img.avatar.media-object.img-circle.avatar-100 {
    border-radius: 50%;
}
footer.comment-meta {
    background: none;
    padding-top: 0px;
}
.reply-c {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: #ec595f;
}
.reply-c i {
    padding-right: 2px;
}
.comment-area > .media {
    margin-bottom: 30px;
}
.comment-area > .style2 {
    margin-left: 85px;
}
.comment-area img.media-object {
    margin-right: 25px;
}
.contact-form.comment-form-area {
    margin-top: 50px;
}
.contact-form.comment-form-area input,.contact-form.comment-form-area textarea{
    margin-bottom: 15px;
    
}
.contact-form.comment-form-area textarea,
.contact-form textarea{
    margin-bottom: 15px ;
    width: 100%;
} 
.contact-form h2{
    font-size: 30px;
}
ul.section-content {
    padding: 0px;
}
.counter {
    margin-top: 50px;
}
.counter span {
    font-size: 80px;
}
.counter p {
    color: #fff ;
    font-size: 24px;
    float: right;
    position: relative;
    display: inline-block;
    bottom: -55px;
}
.counter li {
    margin-right: 30px;
}
.counter li:last-child {
    margin-right: 0px;
}
.btn:active, .btn.active {
  
    box-shadow: none;
}
/*========================================================================================
========================================================================================*/
/*========== 2. Header ========== */
header {
    background: #fff;
}
/*========== 2.1 Top bar ========== */
.top-bar {
    background: #002e3b;
    color: #80a9b5;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    height: 51px;

}
.top-bar .list-inline > li {
    padding-top: 0px ;
}
.top-bar .top-social-bar li:hover {
    background: #008aff;
    color: #fff;
}
.top-bar p {
    margin: 0px !important;
    color: #80a9b5;
    font-size: 15px;
}
.top-bar ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.top-bar ul i {
    color: #fff;
    margin-right: 10px;
     font-size: 14px;
}
.top-bar-left.pull-left li {
  margin-right: 25px;
}
.top-bar .top-social-bar li i{
    margin: 0px;
    padding: 0px;
}
.top-bar .top-social-bar ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-bar .top-social-bar li a {
  display: block;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px ;
  text-align: center;
}.top-bar .top-social-bar li a{ 
    border-right: 1px solid #073846;
}
.top-bar .top-social-bar li {
    padding: 0;
width: 50px;
}
/*========== 2.1 Navigation  bar ========== */
.nav-style {
    height: 100px;
    background: #fff;
    border: 0px solid #fff;
    margin-bottom: 0px;
     
    border-radius: 0px;
}
.navbar-logo {
    margin: 15px;
    margin-left: 0px;
    display: inline-block;
}
.nav-style .navbar-collapse {
    padding-right: 0px;
}
.nav-style .navbar-nav {
    margin-top: 25px;
}
.navbar-default .navbar-nav > li > a{
    font-size: 16px;
    color: #002e3b ;
	transition: all 0.3s ease;
        padding-bottom: 45px;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #ec595f ;
}
.nav-style .navbar-nav>li {
    margin-right: 15px;
}

li.submenu:hover ul {
    visibility:visible;
    padding: 0px;
    border-radius: 0px ;
    opacity:1;
    display: block;
	    transition: opacity .3s ease;
}
ul.dropdown-menu li {
    position: relative;
}
.dropdown-menu li .dropdown-menu {
    display: block;
    position: absolute;
    right: 0;
    left: 100%;
    top: -4px;
    opacity: 0 !important;
}
.dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    min-width: 200px;
}
li.submenu ul {
    visibility:hidden;
    display: block;
    padding: 0px;
    border-radius: 0px;
transition: opacity .3s ease;
 
    opacity:0;

    background: #002e3b;
}
.nav-style .navbar-nav .submenu ul li a:hover {
    background: transparent;
    color: #ec595f;
}

li.submenu{position: relative;}
li.submenu:after {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    top: 14px;
    right: 0;
    font-size: 13px;
    color: #002e3b;
}
.hv2 li.submenu:after {
    color: #fff;
}
.hv2 ul.dropdown-menu li:after {
    color: #002e3b;
}
.nav-style .navbar-nav .submenu ul > li > a {
      padding: 25px;
    padding-bottom: 10px;
   transition:all 0.3s ease;
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
	
}
.nav-style .navbar-nav .submenu ul > li{
	border-bottom: 1px solid #112125;
}
/*========== 3. Homepage Slider ========== */
.homepage-slider{
    font-family: 'Karla', sans-serif;
}
.homepage-slider p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
}
.homepage-slider h2 {
    font-family: 'Karla', sans-serif;
    font-size: 90px;
    margin-top: -20px;
    margin-bottom: 0px;
}
.homepage-slider h3{
    font-family: 'Karla', sans-serif;
        margin-bottom: 10px;
}
.item1 {
    background-image: url("../img/slider.png");
     background-repeat: no-repeat;
     position: relative;
}
.slider-text {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 165px;
    padding-bottom: 240px;
}
.homepage-slider .owl-controls {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 0px;
}
.homepage-slider .owl-prev {
    left: 5%;
    position: absolute;
}

.homepage-slider .owl-next {
    right: 5%;
    position: absolute;
}
.homepage-slider .owl-theme .owl-controls .owl-nav [class*=owl-] ,.homepage-slider .owl-theme .owl-controls .owl-nav:hover [class*=owl-]{
    background: transparent;

}
.homepage-slider .owl-prev i,.homepage-slider .owl-next i{
   font-size: 90px;
    opacity: 0.4;
    color: #fff;
}
.homepage-slider .owl-prev i:hover,.homepage-slider .owl-next i:hover{
  
    opacity: 1;
    
}

/*========== 4. Features Section ========== */
section.slider-bottom-features {
    padding-bottom: 100px;
        background: #fff;
}
.slider-bottom-features .container-top {
    margin-top: -120px;
    position: relative;
    z-index: 999;
    background: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.slider-bottom-features h3 {
    color: #ec595f;
}
.slider-bottom-features p {
    color: #002e3b;
    margin-bottom: 45px;
}

/*========== 5. Search Course and Event Widget ========== */
section.fac {
    padding: 100px 0px;
}
 section.course-event{
    position: relative;
    padding: 50px 0px;
    margin: 0px -15px;
}
section.course-event div {
    z-index: 1;
}
section.course-event .input-group {
    width: 100%;
}
 section.course-event:before{
    display: block;
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0px;
    top:0;
    background: #002e3b;
    content: "";
 }
 .blog-news .single-post h2 {
    margin-bottom: 20px;
  
}
.upcoming-course .course-price > span.course-price {
    font-size: 20px;
}
 .course-event h2 {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0px;
}
.box .date {
    width: 70px;
    height: 60px;
    background: #fff;
    border-radius: 5px;

    float: left;
    margin-right: 15px;
}
span.title {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}
span.time {
    width: 100%;
    display: block;
    float: left;
    margin-top: 30px;
    color: #ccedd2;
    font-size: 14px;
}
span.location {
    width: 100%;
    display: block;
    float: left;
    color: #ccedd2;
    font-size: 14px;
}
.box .date span {
    font-size: 30px;
    color: #002e3b;
    text-align: center;
    display: inherit;
}
.box .date span:last-child {
    font-size: 15px;
    color: #599e67;
    text-align: center;
    display: inherit;
    margin-top: -5px;
}
 section.course-event:after{
    display: block;
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0px;
    background: #599e67;
     content: "";
     top: 0;
 }
.course-event p ,.course-event ul{
    color: #80a9b5;
    margin-top: 20px;
}


/*========== 6. Latest Course Section ========== */

section.latest-course{
     padding: 100px 0px;
}   

.latest-course .nav {
    text-align: center;
    margin-bottom: 50px;
}
.latest-course h2 {
    margin-bottom: 50px;
}
.latest-course h5 a{
   color: #002e3b;
    margin-top: 0;
  
}
.latest-course h5{
  margin-bottom: 5px;
  margin-top: 5px;
}
.latest-course .nav-pills>li {
    float: none;
    display: inline-block;
}
.details p {
    color: #599e67;
    font-size: 15px;   
    margin-bottom: 10px;
}
p.course-price{
    font-size: 28px;
    font-family: Montserrat;
    color: #ec595f;
}
p.course-price del {
    font-size: 18px;
    color: #bebebe;
}
.details p > i {
    color: #ddd;
    padding-right: 6px;
    margin-left: 10px;
}
.details p > i:first-child {
    margin-left: 0px;
}
.latest-course img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



/*========== 7. Fun facts ========== */


section.fun-facts {
       background: #f8f8f8;
    width: 102%;
    margin-left: -1%;
    position: relative;
}
section.fun-facts:before {
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #cdcdcd transparent;
    position: absolute;
    left: -1px;
    top: -18px;
}
section.fun-facts:after {
width: 0;
height: 0;
border-style: solid;
border-width: 18px 0 0 18px;
border-color: transparent transparent transparent #cdcdcd;
   
    right: -2px;
    position: absolute;
    top: -18px;
}
.signle-fid {
    text-align: center;
    padding: 50px 0px;
}
.signle-fid h4 {
    font-size: 60px;
    color: #002e3b;
    margin-bottom: 5px ;
}
.signle-fid p {
    color: #ec595f;
    font-size: 18px;
}
.signle-fid i {
    font-size: 40px;
    color: #dedede;
}

/*========== 8. Subcribe section  ========== */
.cross-feed section.subcribe-area ,section.blog-news {
    margin-left: 15px;
    margin-right: 15px;
}
.mc4wp-response p {
    color: #fff;
}
section.subcribe-area {
    padding: 50px 0px;
    background: #002e3b;
        margin-left: 15px;
    margin-right: 15px;
}
.subcribe-area h3{
    color: #fff;    
    margin: 15px 0px;
}
.subcribe-area label {
    color: #fff;
    margin-top: 10px;
}
label {
   
}
button.input-button {
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    width: 70px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0px solid;
    background: #ec595f;
    color: #fff;
    font-size: 22px;
}

/*========== 9. - HomePage Blog Posts  ========== */
section.blog-news {
    padding: 100px 0px;
    background: #fff;
}
.blog-news h2 {
    margin-bottom: 50px;
    font-size: 30px;
}

.single-post h6 {
    font-size: 15px;
    color: #599e67;
    margin-top: 25px;
    
}
.single-post p {
        line-height: 26px;
    margin-bottom: 35px;
}
.single-post .ecet-txt {
        line-height: 26px;
    margin-bottom: 26px;
}
.single-post h2 a{
    font-size: 22px;
    line-height: 28px;
    color: #002e3b;
    margin-top: 0px;
}
.single-post img {
    border-radius: 5px;
}


/*==========10. - Our Awards  ========== */
section.awards-area {
    background: url("../img/awards-bannar.png") no-repeat center center fixed;
    position: relative;
    background-size: cover;
    padding: 50px 0px;
        margin: 0px -15px;
}
.awards-overlay{
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    background: #fff;
    opacity: 0.9;
}
.awards-area li {
    width: 32%;  
    margin: 20px 0px;
    opacity: 0.4;
    text-align: center;
    transition: all .3s ease;
}
.awards-area li:hover{
    opacity: 1;
}
.awards-area h2 {
    margin-top: 100px;
}
.awards-area p {
   font-size: 18px
}




/*========== 11. - Courses and professors  ========== */

section.cnp {
    padding: 100px 0px;
    background: #fff;
}
.cnp .single-professor {
    margin-top: 0px;
}
.upcoming-course .course-price {
        margin: -5px 0px;
    font-size: 22px;
}
.upcoming-course .details-cnp{
    background: #f3f3f3;
    margin-bottom: 15px;
    border-radius: 5px;
    min-height: 122px;
    overflow: hidden;
    padding-left: 30px;
    border-bottom-left-radius: 0px;
}
.upcoming-course h5 a{
  margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #002e3b;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding-right: 15px;
}
.post-in {
    font-size: 15px;
    color: #599e67;
}
.post-in i{
    color: #bfbfbf;
    padding-right: 5px;
}
.upcoming-course .post-in {
    margin-bottom: 10px;
}
.upcoming-course img {
    border-top-left-radius: 5px;
    
    border-bottom-left-radius: 5px;
    float: left;
}

.single-professor {
   padding: 25px 25px 20px;
    text-align: center;
    border-radius: 5px;
     background: #fff;
    border: 1px solid #ededed;
    margin-top: 30px;
}
.single-professor h4{
    color: #599e67;
}
.single-professor li a {
    padding: 5px;
    color: #babbbb;
}
.single-professor ul {
    margin-bottom: 0px;
    margin-top: 15px;
}
.single-professor h6,.single-professor p{
    font-size: 15px;
}
.single-professor p{
    margin-bottom: 0px;
}

.single-professor .teacher {
    width: 130px;
    display: inline-block;
    margin-bottom: 10px;
}
.single-professor .teacher img {
    border-radius: 50%;
    height: 130px;
}

.ceo {
    padding-left: 50px !important;
    text-align: left ;
    margin-left: -15px;
    padding-top: 25px ;
    padding-right: 35px !important;
    margin-top: 0px;
    
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

}
.ceo p{
       font-size: 16px ;
       margin-bottom: 26px ;
}
.cnp .owl-nav {
    position: absolute;
    top: -82px;
    right: 0;
}
.cnp .owl-theme .owl-controls .owl-nav [class*="owl-"],
.events-grid .owl-theme .owl-controls .owl-nav [class*="owl-"],
.hv2-course-list > .owl-controls .owl-nav [class*="owl-"],
section.blog-news .owl-controls .owl-nav [class*="owl-"]{
    padding: 10px 20px;
    border-radius: 0px;
    background: #002e3b;
  
}
.events .owl-carousel .post-details {
    margin-top: -8px;
}
.hv2-course-list  .owl-nav{
    position: absolute;
    top: 0;
}
.hv2-course-list .owl-controls .owl-nav [class*="owl-"],.blog-news > .owl-controls .owl-nav [class*="owl-"],
.events-grid .owl-controls .owl-nav [class*="owl-"]{
   
    color: #fff;
    font-size: 23px;
}
.hv2-course-list .owl-controls .owl-nav [class*="owl-"]:hover,
.cnp .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
color: #fff;
background:#ec595f ;
}

.cnp .owl-prev i,.cnp .owl-next i,section.blog-news .owl-next i,section.blog-news .owl-prev i {
    font-size: 20px;
}


/*========== 12. - Footer  ========== */
footer{
       background: #002e3b;
    padding-top: 50px;
}
footer p{
    color: #7fa5b0;
        font-size: 16px;
        
}
.instagram-pics li {
    width: 33%;
    float: left;
    /* margin-bottom: 10px; */
    /* margin-right: 4%; */
}
.single-post footer p{
    color: #7fa5b0;
        font-size: 16px;

    margin-bottom: 0px;
}
ul.instagram-pics {
    display: block;
    overflow: hidden;
}
.foo-brif img {
    margin-bottom: 18px;
}
footer .post-date{
    background: transparent !important;
}
footer .post-img {
    float: left;
    margin-right: 15px;
}
.foo-brif {
    margin-top: 15px;
}
footer .widget h3 {
    border-bottom: 0px;
    padding-bottom: 0px;
}
footer .widget {
    margin-bottom: 0px;
    
}
.hv2 footer .widget h3 {
    border-bottom: 2px solid #043c4c;
    padding-bottom: 20px;
}
footer a:hover {
    color: #fff ;
}
ul.footer-post a:hover{
    color:#ec595f ;
}
ul.list-group {
    
    list-style-type: none;
    font-size: 16px
}
footer .list-inline i {
    color: #fff;
padding-right: 15px;
}
.footer-bottom ul li:last-child a i {
    padding: 0px;
}
.hv2 footer .list-inline p i {
    color: #599e67;
}
footer a:hover{color: #fff}
footer a{color: #80a9b5}
ul.list-group a {
    padding: 10px 0px;
    display: block;
    position: relative;
}
footer ul.list-group li {
    border-bottom:1px solid #043c4c;
}

 ul.list-group li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
}
 ul.list-group a {
    padding: 10px 25px;
    display: block;
    position: relative;
    padding-right: 5px;
}

.list-inline>li  {
    padding-top: 10px;     

}

ul.footer-post {
    padding: 0;
}
ul.footer-post li {
    padding: 10px 0px;   
    list-style-type: none;
}
ul.footer-post a {
    color: #fff;
}
footer p.post-in {
    color: #7ca9b5;
    margin-top: 10px;
}
footer .post-in i {
    color: #7ca9b5;
    padding-right: 8px;
}
.footer-bottom p {
    text-align: center;
    font-size: 14px;

    color: #417584;
}
.footer-bottom {
    border-top: 1px solid #043c4c;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer-bottom ul li {
    padding-top: 0px;
}
.footer-newsletter label {
    margin-top: 10px;
    color: #ffffff;
}
.footer-bottom ul {
    margin-bottom: 0px;
}
footer input.form-control {
  background: #083f4e none repeat scroll 0 0;
  border: 0 solid #ddd;
  margin-bottom: 10px;
  color: #fff;
}

.footer-newsletter button {
background: #ec595f none repeat scroll 0 0;
border: 0 solid;
border-radius: 5px;
font-size: 15px;
height: 50px;
padding: 0px 25px;
color: #fff;
margin-top: 20px;
}
/*========== 12.1 - Footer Course Search  ========== */

.footer-course-search {
    padding: 50px 0px;
    color: #fff;
}
.footer-course-search h2 {
    margin-top: 0px;
}
.footer-course-search .input-group {
    padding-top: 15px;
}
.footer-course-search {
    border-bottom: 1px solid #043c4c;
}
.footer-course-search img {
    margin-top: 5px;
}

/*========== 3. HomePage Version 2 ========== */
.hv2 .widget h3 {
    /* border-bottom: 0px; */
    border-bottom: 2px solid #043c4c;
    padding-bottom: 20px;
}
.hv2 .widget span.bottom-bar{
    display: none;
}
.widget ul {
    padding: 0px;

    list-style: none;
}
.recent-courses-widget .course-title, .popular-courses-widget .course-title, .featured-courses-widget .course-title {
  
    width: 100%;
}
footer .widget a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
footer .menu a {
      padding: 10px 25px;
    display: block;
    position: relative;
    padding-right: 5px;
    font-size: 16px;
    color: #80a9b5;
    border-bottom: 1px solid #043c4c;
    font-weight: normal;
    font-family: karla;

    transition: all 0.3s ease;
}
footer .menu a:before{

    transition: all 0.3s ease;
content: "\f105";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
}
footer .menu a:hover:before{
    left: 10px;
    color: #fff;

}
footer .menu a:hover{
    padding-left: 30px;
}
footer .widget_recent_entries li {
    margin-bottom: 30px;
    display: block;
}
footer .widget_recent_entries .post-date ,.widget_recent_entries .post-date{
      width: 100%;
    text-align: left;
    background: transparent;
    color: #7fa5b0;
    padding-bottom: 10px;
    float: left;
    padding-top: 10px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 0px;
    position: relative;
    padding-left: 25px;
    padding-top: 11px;
    margin-bottom: 15px;
}
.widget_recent_entries .post-date{
    padding-top: 0px;
    color: #3c763d;
}
.sidebar .widget_recent_entries ul li a {
    padding-bottom: 0px;
}
ul.children li.cat-item {
    margin-top: 0px;
    border-bottom: 0px solid #ddd;
}
.widget_recent_entries ul {
    padding: 0px;
    list-style-type: none;
}
footer .mc4wp-form-fields {
    position: relative;
}
.learn-press-content-item-title .lp-expand {
    display: none;
}
footer .mc4wp-form-fields input.form-control{
    color: #fff;
    font-size: 18px;
    max-width: 100%;
}
footer .textwidget {
    color: #7fa5b0;
}
footer button.input-button{
       right: 0px;
    position: static;
    width: 100%;
}
footer .widget_recent_entries .post-date:before, .sidebar  .widget_recent_entries .post-date:before {
       content: "\f073";
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    left: 0;
    top: 10px;
}
.sidebar  .widget_recent_entries .post-date:before {
       top: 0;
}
/*========== 3.2  - Navigation bar  ==========*/
.hv2 header ,.hv2 .nav-style{
    background: transparent;
    z-index: 9999;
    top: 30px;
}
.hv2 .nav-style .navbar-nav a{
    color: #fff ;
}
.hv2 .navbar-default .navbar-nav>.btn-style1 > a {
    padding-bottom: 15px;
}
.hv2 .nav-style .navbar-nav a {
    padding-bottom: 25px;
}
.hv2  .navbar-default .navbar-nav>li>a:hover {
    color: #ec595f;
    
}
.hv2  .navbar-default .navbar-nav>.btn>a:hover {
    color: #fff ;
    
}
.hv2 li.submenu ul{
    background: #fff;
}
.hv2 .nav-style .navbar-nav .submenu ul > li > a {
 
    color: #002e3b ;
}
.hv2 .nav-style .navbar-nav .submenu ul > li{
 
 border-bottom: 1px solid #f5f5f5;
}
.hv2 .nav-style .navbar-nav .submenu ul > li > a:hover {
 
    color: #ec595f;
}
/*========== 3. 3. - Homepage Slider ==========*/
.header-top {
    height: 780px;
}
.hv2 .homepage-slider {
    top: -107px;
    padding-bottom: 0px;
    max-height: 614px;
      
}
.hv2 .item1{
    background-image: url("../img/awards-bannar.png");
    background-repeat: no-repeat;
}
.hv2 .homepage-slider h3{
    font-size: 20px;
}
.hv2 .homepage-slider h2 {
    font-size: 45px;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.hv2 .homepage-slider p{
    font-size: 18px;
    margin-bottom: 35px;
}
.hv2 .homepage-slider .owl-controls {
    position: absolute;
    top: 105%;
}
.hv2 .slider-text{
    padding-top: 200px;
}
/*========== 3. 4. - Discover ==========*/
section.discover {
    padding: 100px 0px;
}
section.discover h2, .discover h2 {
    margin-top: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.page-content .discover {
  padding: 0;
  padding-bottom: 100px;
}
/*========== 3. 5. - Features ==========*/
    

.single-feature {
    text-align: center;
    padding: 100px 0px;
    padding-left: 50px;
    padding-right: 50px;   
    background: #eaeaea;
}

.w{background: #f6f6f6;}
.single-feature {
    text-align: center;
}
.single-feature .number{
    color: #599e67;
}
.single-feature p{
    line-height: 24px;
    margin-bottom: 0px;
}
.single-feature h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #ec595f;
    line-height: 35px;
    font-size: 30px;
}
.single-feature .btn {
    margin-top: 45px;
}
/*========== 3.6. - Find a Course ==========*/

.fac .container {
    background: #002e3b;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
    width: 100%;
}
section.fac h1{
    margin-top: 0px;
    border-bottom: 2px solid #043745;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
ul.course-category a{
    color: #7fa5b0;
    position: relative;
    padding-left: 15px;
    width: 95%;
    display: block;

}
ul.course-category a:hover{
    color: #fff;
}
ul.course-category a:before{
     content: "\f0da";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 12px;
    font-family: "FontAwesome";

}
ul.course-category{
    padding: 0px;
    list-style-type: none;
    color: #80a9b5;
    margin-top: 20px;
}
ul.course-category li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
section.fac .form-control {
    margin-top: 15px;
}
select.form-control {
    min-height: 45px;
}
.fac a.btn { 
    margin-top: 15px;
}
 a i{
    padding-right: 10px;
}

/*========== 3.7. - Events ==========*/
.events .single-post img {
    border-bottom-right-radius: 0px;
    width: 100%;
}
.events-grid .single-post img {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
  
}
.event-location p{margin-bottom: 30px;}
.latest-course .search-text {
  margin-bottom: 0 ;
}
.events .container {
    width: 100%;
}
.search-text {
  margin-bottom: 30px ;
}
.events-list .search-post .post-date {
    margin-bottom: 0;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;

}
.post-details.search-post {
    padding-bottom: 20px;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.events .single-post {
  margin-bottom: 30px;
  overflow: hidden;
}
section.events h2 {
    margin-top: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.event-spekers h4, 
.event-spekers h6 {
    margin-top: 0px;
    padding-bottom: 0px;
    border:0px solid transparent;
}
section.events {
    padding-bottom: 100px;
}
.hv2 .events .post-details {
    margin-top: -6px;
}
.events h2 a{
   color: #002e3b;
line-height: 24px;
padding-top: 15px;
font-size: 18px;

}
.shortcode-event .events h2 a{
   width: 77%;
float: right; 
}
.shortcode-event .events .single-post h2 {
position: absolute;
width: 100%;
}
.events .post-in i {
    color: #599e67;
    padding-right: 10px;
}
.events h2 a:hover{
    color: #ec595f;
}
.events-grid .post-date {
        height: 85px;
}
.events .single-post h2 {
    font-size: 22px;
    line-height: 23px;
    padding-top: 5px;
    width: 74%;
    margin-top: 10px;
    padding-right: 10px;
	border-bottom: 0px solid #ddd;

}
.events-list .single-post h2 {
   
    width: 100%;
    margin-top: 0px;
    padding-right: 10px;

}
/*Reletaed Post*/
.related-post h3 ,.comment-area h3,.comment-form-area h3{
    color: #ec595f;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.related-post .post-details {
    margin-top: 0px;
	border:none;
}
.related-post .single-post img {
    border-bottom-right-radius: 5px;
    /* width: 100%; */
}
.related-post .post-details-right,.related-post .single-post h2,
.related-post .single-post h2 a{
	padding:0px;
}
.related-post .single-post .text {
       margin-bottom: 30px ;
    display: block;
    margin-top: 0px;
}
.related-post .single-post {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
.related-post  .single-post h2{
       margin-top: 0;
   
}
.txt-exprt {
    padding-right: 15px;
}
/*========== 3.8. - Latest Course Added ==========*/
.hv2-latest-course h2 {
    margin-top: 0px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.hv2-latest-course{
   
    padding: 100px 0px;
}
.hv2-latest-course p.course-price {
    margin-bottom: 0px;
}
.hv2-latest-course span.course-price ,.featured-course span.course-price{
    font-size: 28px;
  
}
.single-course-list {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.single-course-list h5 {
    color: #25444e;
}
.single-course-list:before{
    position: absolute;
    top: 0;
    content: "";
    border-top: 140px solid #e4e4e4;
    border-right: 500px solid transparent;
    top: 0;
    left: 0;
}
.latest-course .course-price {
    margin-top: 10px;
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
}
.latest-course .tab-content>.tab-pane{
    border:0px solid;
    padding: 0px;
}
.img-box {
    width: 130px;
    height: 130px;  
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.hv2-course-list .owl-nav,.events-grid .owl-nav {
    position: absolute;
    top: -95px;
    right: 0;
}
/*========== 3.9. - Fun Facts ==========*/
.hv2 .signle-fid {
    text-align: left;
    border: 2px solid #eaeaea;
    border-radius: 5px;
        display: block;
    padding: 15px 30px;
    overflow: hidden;
}
.hv2 .signle-fid i{
   float: left;
   color: #eaeaea;
    margin-right: 30px;
}
.hv2 .fid_d {
    float: left;
}
.hv2 section.fun-facts {
  background: #fff none repeat scroll 0 0;
  margin-left: 0;
  padding: 100px 0;
  width: 100%;
}
.hv2 section.fun-facts:before ,.hv2 section.fun-facts:after{
    display: none;
}

.hv2 .signle-fid h4 {
    margin-bottom: 0;
    margin-top: 0px;
}
.hv2  .signle-fid p {
    color: #599e67;
    margin-top: -5px;
    margin-bottom: 0px;
}
.hv2 .signle-fid i {
    float: left;
    margin-right: 30px;
    padding-top: 25px;
}


/*========== 3.10. - Courses and professors ==========*/
.hv2 section.cnp {
    padding-top: 0px;
    padding-bottom: 100px;
    background: #fff;
}
.hv2 .cnp h2{
    margin-top: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.hv2 .cnp .owl-nav {
    top: -90px;
}
.hv2  .cnp .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: transparent ;
    margin-top: -4px;
   
}
.hv2 .cnp .owl-prev i,.hv2 .cnp .owl-next i {
    font-size: 30px;
     color: #c1c1c1;
}
.hv2 .single-professor{
    padding: 0px;
}
.hv2 .single-professor .teacher img {
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: auto;
}
.hv2 .single-professor li a {
 color: #fff;
}
.hv2 .single-professor h4 {
    font-size: 24px;
}
.single-professor-inner {
    padding-bottom: 30px;
}
.single-professor .social {
    background: #002e3b;
    margin-left: 0px;
    padding: 15px;
    margin-bottom: 25px;
}
.single-professor .social li {
    padding-top: 0px;
}
.social-profile{

    margin-top: 15px;
    margin-bottom: 20px;
}


.social-vertical li a {
    color: #fff ;
    display: block;
    margin: 0 auto;
    padding: 20px 10px ;
    text-align: center;
}
.social-profile a:hover{
    color: #ec595f;
}
.social-profile li a{
    color: #babbbb;
}
.hv2 .single-professor .teacher {
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.hv2 .single-professor-inner p {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.latest-news h5 {
    margin-top: 35px;
}
.latest-news:last-child {
    margin-bottom: 0px;
}
.latest-news {
    background: #f6f6f6;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
}
.latest-news .post-in {
    color: #002e3b;  
    margin-bottom: 20px;
}
.latest-news .post-in i{
    color: #599e67;
}
/*========== 3.11.- Featured Course ==========*/
section.featured-course{
    position: relative;
    padding: 40px 0px;
        margin: 0px -15px;
}
section.featured-course:before{
    display: block;
    position: absolute;
    width: 37%;
    height: 100%;
    left: 0px;
    top: 0;
    background: #002e3b;
    content: "";
}
section.featured-course:after{
    display: block;
    position: absolute;
    width: 63%;
    height: 100%;
    right: 0px;
    top: 0;
    background: #e7e7e7;
    content: "";
}
.featured-course .c-details{
    z-index: 1;
    padding-left: 65px;
}
.featured-course .img-box{
    margin: 0;
    float: left;
}
.featured-course-tp {
    color: #fff;
    padding: 0px 40px;
    width: 245px;
    float: left;
}
.featured-course-tp h2 {
    margin: 0px;
    line-height: 30px;
    margin-bottom: 30px;
}
.social-vertical {
    width: 65px;
    height: 334px;
    position: absolute;
    top: -16px;
    left: -7px;
}
.c-details h2 {
    margin-top: 0px;
}
.c-details .post-in{
    margin-bottom: 25px;
}
/*========== 4. About Us ==========*/
.about-us-bannar {
    background-repeat: no-repeat;
    height: 300px;
}

/*========== 5. Sidebar Elements ==========*/    
.sidebar h3 {
    color: #ec595f;
    margin-top: 0px;
    margin-bottom: 20px;
}
li.recentcomments {
    margin-bottom: 25px;   
    margin-left: 35px;
    list-style-type: none;
    position: relative;
}
li.recentcomments:before{
    content: "\f075";
    position: absolute;
    left: -33px;
    font-family: "FontAwesome";
    color: #f0f0f0;
}
.sidebar ul li a {
    color: #002e3b;
    line-height: 24px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    list-style-type: none;
}
.widget ul.children {
    margin-left: 35px;
}
.sidebar .widget_archive li a,
.sidebar .widget_categories li a {
    margin: 0;
    padding: 10px 0px;
    margin-left: 35px;
    position: relative;
}
.sidebar .widget_archive li a:before,.sidebar .widget_categories li a:before{
       content: "\f187";
    position: absolute;
    left: -33px;
    font-family: "FontAwesome";
    color: #f0f0f0;
}
.sidebar .widget_categories li a:before{
    content: "\f07c"; 
}
.search-form label {
    width: 100%;
}
.widget_archive li ,
.widget_categories li{
    list-style-type: none;
   border-bottom: 1px solid #f0f0f0;
}

.sidebar ul li a:hover{
        color: #ec595f;
}
.course-details-sidebar  ul li a{
    display: inline;
}
.sidebar .post-in i {
    padding-right: 10px;
}
.widget-gallery li {
    width: 33%;
    float: left;
    margin: 0px 0px;
}
.widget-gallery {
    overflow: hidden;
    margin-bottom: 25px;
}
.widget-gallery li img {
    width: 100%;
    border-radius: 5px;
}
.sidebar .post-in {
    margin-bottom: 0px;
}
ul.list-group li {
    border-bottom:1px solid #f0f0f0;
}
.have-sidebar .icon-box .icon {
     width: 80px;
    text-align: center;
    background: #599e67;
    color: #fff;
    font-size: 35px;
    border-radius: 100%;
    display: block;
    height: 80px;
    float: left;
    padding-top: 20px;
    margin-right: 15px;
}

.seach-input .input-group-addon:last-child {
    background: transparent;
    border: 2px solid #ededed;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-left: 0px;
    color: #ededed;
    padding-right: 20px;
}
.seach-input input.form-control ,
.widget input.search-field{
    border: 2px solid #ededed;
    border-radius: 50px;
    padding-left: 20px;
     color: #444;
     background: #fff;
     width: 100%;
    min-height: 45px;
}
.widget input.search-submit {
     position: absolute;
    top: 0;
    right: 15px;
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: transparent;
    background: transparent;
    width: 20px;
}
.widget .search-form label:before{
    content: "\f002";
    position: absolute;
    right: 45px;
    top: 10px;
    display: block;
    color: #ededed;
    font-family: "FontAwesome";
}
.widget {
   
    margin-bottom: 40px;
  
}
.sidebar .post-img {
    float: left;
    margin-right: 5%;
    width: 75px;
    display: block;
}
.widget-post{
    width: 62%;
    float: left;
    display: block;
}
.recent-post li {
  overflow: hidden;
}


/*========== 6. Contact Us ==========*/   
section.icon-text-box {
    padding-bottom: 100px;
}
.contact-form input.error,.contact-form textarea.error {
    margin-bottom: 5px;  
    border: 1px solid #ec595f;
}
label.error {
    margin-bottom: 15px;
    color: #ec595f;
}
.form-radio {
    margin-bottom: 25px;
    color: #777;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777;
  font-size: 17px ;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777777;
  font-size: 17px ;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777777;
  font-size: 17px ;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777777;
  font-size: 17px ;
}
 input, textarea {
    background: #e8e8e8;
    border: 0px;
    margin-bottom: 0px;
  
}
.contact-form .btn {
  display: inline-block;
}
.cs-center {
  text-align: center;
  width: 100%;
}
.comming-soon {
background-image: url("../img/slider.png");
background-repeat: no-repeat;
color: #fff;
display: block;
height: 100%;
position: relative;
width: 100%;
}
.comming-soon h1 span,.comming-soon h3 small{color: #fff;}
.comming-soon h1 {
  font-size: 50px;
text-transform: uppercase;
}
.comming-soon h1 span{
  font-size: 105px;
}
.page-notice {
  padding-bottom: 5%;
  padding-top: 5%;
}
body .wrap-forms label {
    display: none;
}
body .wrap-forms .field-text,body  .wrap-forms .field-gap,body  .wrap-forms .field-textarea,body  .wrap-forms .field-select,
body  .wrap-forms .field-upload,body  .wrap-forms .field-date,body  .wrap-forms .field-time,body  .wrap-forms .field-multiple,
body .wrap-forms .field-rating,body .wrap-forms .field-table {
    margin-bottom: 20px;
}
body .wrap-forms .field-textarea{margin-bottom: 0px;}
body .wrap-forms input,body  .wrap-forms select {
    font-size: 16px;
    height: 50px;

    border-radius: 4px;
}
body .wrap-forms textarea {
    padding: 8px 15px;
    height: 162px;
    font-size: 16px !important;
    line-height: 22px;
    border-radius: 5px;
}
/*
===============================*/
/*========== 7. Shortcodes ========== */
.panel-default>.panel-heading {
    background-color: #f5f5f5;
    padding: 20px 25px;
    font-size: 16px;
}
.panel-body {
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}
.panel {

    border: 1px solid #eaeaea;
    border-radius: 0px;
    box-shadow: none;
}

.learn-press-tab-panel {
    border: 0px ;
}

.accordion .panel{
       border: 0px;
}
.accordion .panel-heading{
   
   border-bottom: 1px solid #ededed;
    border-radius: 0;
}

.accordion .panel-title a{
   display: block;
    position: relative;
    transition: all 0.5s ease 0s;
}
.panel-group.accordion {
    border: 1px solid #ededed;
}
.accordion .panel-default:last-child .panel-heading{
    border-bottom: 0px;
}
.accordion .panel-title a:before,
.accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #eb5d7b;
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #dadada;
}
.accordion .panel-title a.collapsed:hover:before{
    background: #eb5d7b;
}
.accordion .panel-body{
  
    transition: all 0.5s ease 0s;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0px solid #ddd;
}
.panel-group .panel+.panel{
    margin-top: 0px;
  
    border-top: 0px;
    border-radius: 0px;
}
.panel-group .panel+.panel:last-child {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-group .panel+.panel:first-child {
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-group .panel-title span {
 background: #ec595f; 
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff;
    margin-top: -5px;
    display: block;
     transform: rotate(0deg);
}
 .panel-group .panel-title span i{
    padding: 0px;
        margin-right: 0;
 }


.panel-group .panel-title  span.accodion-down{
    background: #599e67;
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff;
    margin-top: -5px;
    transform: rotate(90deg) ;
    display: block;
}

.panel-group .panel-title  span.accodion-down i{
    padding: 0px;
        margin-right: -2px ;
 }
 a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.nav-pills>li+li {
    margin-left: 5px;
}
.tabs li  {
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
    margin-left: 0px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-bottom: 0px;

}
.tabs .nav-pills>li.active>a,.tabs .nav-pills>li.active>a:hover,.tabs .nav>li>a:hover,.tabs .nav-pills>li.active>a:focus {
    color: #fff ;
    background-color: #599e67 ;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tabs li a{
       color: #002e3b;
}
.tabs .nav-pills>li.active>a,
.vertical-tabs .nav-pills>li.active>a,.vertical-tabs .nav-pills>li a:hover{
    background: #599e67 ;
}
.tabs>.nav-pills>li , .vertical-tabs .nav-pills>li a{
    background: #ffffff;
    color: #002e3b;
}
.tab-content>.tab-pane {
border: 1px solid #eaeaea;
    padding: 30px;
    border-radius: 5px;
    border-top-left-radius: 0px;
}
.tab-pane p{
    margin-bottom: 0px;
    line-height: 24px;
}

.vertical-tabs ul li a {
        padding: 10px 50px;
    border: 1px solid #eaeaea;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px
}

.vertical-tabs .nav-stacked>li+li {
        margin-top: 5px;
    margin-left: 2px;
}

.vertical-tabs .nav , .vertical-tabs .tab-content{
    display: flex;
    flex-direction: column;
}

::selection {
  background: #ec595f; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ec595f; /* Gecko Browsers */
  color: #fff;
}

.alert {
    padding: 10px 25px;
    padding-left: 50px;
    position: relative;
}

.alert-success {
    color: #d7f8de;
    background-color: #599e67;
    border-color: #599e67;
}
.alert-info {
    color: #bce8f1;
    background-color: #002e3b;
    border-color: #002e3b;
}
.alert-warning {
    color: #faebcc;
    background-color: #ea723b;
    border-color: #ea723b;
}
.alert-danger {
    color: #ebccd1;
    background-color: #ec595f;
    border-color: #ec595f;
}
.alert-success:before,.alert-danger:before,.alert-warning:before ,.alert-info:before {
    content: "\f105";
    position: absolute;
    left: 20px;
    font-family: "FontAwesome";
}
.alert-success:before{
    content: "\f058";
}

.alert-danger:before{
    content: "\f057";
}

.alert-warning:before{
    content: "\f071";
}
.alert-info:before{
    content: "\f05a";
}




.course-rate:last-child .review-bar {
    margin-left: 10px;
    margin-bottom: -2px;
}
.course-rate .review-bar {
    margin-left: 10px;
    height: 10px;
}
.course-reviews-list li .user-name {
    margin: 5px;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin: 0;
}
.course-rate .review-bar .rating{
    height: 10px
}
body .course-reviews-list {
    padding: 0;
}
.review-stars-rated{
    margin: 0 auto;
    display: block;
}
.review-text .review-stars-rated {
    margin: 0px !important;
    margin-top: 12px !important;
}
.rating-number.rating-one-half {
    border: 1px solid #ededed;
    border-radius: 2px;
    margin-top: 11px;
}
.main-rate,.based-rate{
   text-align: center;
}
.main-rate {
  font-size: 55px;
margin-top: 20px;
margin-bottom: 20px;
}
.course-rate .review-bar {
 
    margin-right: 5px;
    margin-left: 6px;
    margin-bottom: -2px;
}
.course-rate {font-weight: bold;}
.course-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}
.course-price{
    font-size: 20px;
    text-transform: uppercase;
   
}
.course-cover img {
    border-radius: 5px;
}
.course-cover img{
    /* padding: 20px; */
    width: 100%;
    /* border: 1px solid #ededed; */
   
    margin-bottom: 15px;
    /* border-radius: 5px; */
}
.tagcloud a {
    font-size: 16px !important;
    padding: 8px;
    display: inline-block;
    background: rgba(255,255,255,.15);
    margin: 5px 3px;
    border: 1px solid #ec595f;
    border-radius: 3px;
}
.course-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 60%;
    float: left;
    line-height: 22px;
}
.course-meta-data {
    width: 65%;
    display: block;
    float: left;
}
.course-entry {
    margin-bottom: 30px;
    overflow: hidden;
}
.learnpress .content h1 {
    border-bottom: 0px;
}
.learnpress p label {
    width: 100%;
}
.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active:after {
    bottom: 0px !important;
}

.learn-press-tabs .learn-press-nav-tabs ,.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a{
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0 !important;
    border-bottom: 0px solid #DDD !important;
}

/*LearnPress custom*/
ul.become-teacher-fields {
    list-style-type: none;
}
ul.become-teacher-fields label{
    display: none;
}
.become-teacher-fields input,.learnpress input{
    font-size: 14px; */
    background: #e8e8e8;
    border: 0px;
    min-height: 50px;
    font-size: 16px;
    border-radius: 5px;
    /* box-shadow: none; */
    padding:0px 15px;
    width: 400px;
}
.become-teacher-fields button{
    padding: 12px 25px;
    color: #fff;
}
.become-teacher-fields input[placeholder]{
    color: #000;
}
.login-remember input {
    width: auto;
    text-align: left;
    float: left;
    width: 14px;
    height: auto;
    margin-top: -10px;
    margin-right: 10px;
}
.txt-input{
    padding: 15px;
    border-radius: 5px;
}
strong.user-nicename {
    margin-left: 15px;
    text-transform: uppercase;
}
body .field-radio label, 
body .field-select label {
    display: block;
    font-size: 16px;
}


.learn-press-courses {
    list-style: none;
    clear: both;
    margin: 0 0px 0 0 !important;
    padding: 0;
}
button.button-complete-item.button-complete-lesson {
    color: #fff;
    padding: 10px 20px;
}
button.button-complete-item.button-complete-lesson:hover {
   background: #599e67;
}
.course-lesson-description button[disabled] {
    cursor: default;
    padding: 10px 20px;
    color: #fff;
}
body #course-curriculum-popup #popup-main #popup-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
	background:rgba(255, 255, 255, 0);
    border-top: 0px solid #DDD;
}
body.content-item-only #learn-press-content-item {
   
    background: #f9f9f9;
    padding: 25px 35px;
    border-radius: 4px;
}

/* Woocommerce CSS *//* Woocommerce CSS *//* Woocommerce CSS *//* Woocommerce CSS */
/* Woocommerce CSS *//* Woocommerce CSS *//* Woocommerce CSS *//* Woocommerce CSS */
/* Woocommerce CSS *//* Woocommerce CSS *//* Woocommerce CSS *//* Woocommerce CSS */
.woocommerce-cart table.cart img{
    width: 65px;
  
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
       border: 0px solid #d3ced2;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0 5px;
    padding: 0 1em;
    margin-left: 0px;
    margin-right: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
	display:none;
	}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 8px 10px;
    border-radius: 4px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	    height: 36px;
    display: block;
    width: 150px;
    margin-right: 15px;
    border: 0px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}
.woocommerce table.shop_table td {
    padding: 15px !important;
   
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 90px;
    border: 0px solid #e4e1e3;
  
}
.woocommerce #reviews #comments ol.commentlist li {
   
    width: 50%;
    float: left;
    /* margin-right: 5%; */
}
.woocommerce #reviews h3 {
    margin: 0;
    margin-bottom: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
   
    min-height: 45px;
    padding: 5px 15px;
    
    border-radius: 5px;
}
.woocommerce #review_form #respond .col-md-4 input {
    width: 100%;
    min-height: 45px;
    border-radius: 4px;
}
.woocommerce #review_form #respond p.form-submit {
    width: 100%;
    padding-left: 15px;
    display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
	color: #ec595f;
}
.comment_container {
    padding-right: 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  
    padding: 0px;
    width: 70px; 
    border: 0px solid #e4e1e3;
   
}
.woocommerce #reviews #comments ol.commentlist{
	padding:0px;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 24px;
    color: #ec595f;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.woocommerce #review_form #respond {
  
    background: #f9f9f9;
    border-radius: 5px;
    padding: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel {
 
    border: 0px solid #ddd;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin-top: 80px;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #599e67;
}
.woocommerce-MyAccount-navigation ul{
	    padding: 0px;
    list-style-type: none;
    margin-bottom: 50px;
	
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation li{
	     display: inline-block;
    font-weight: bold;
    margin-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
   
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
   
    margin-bottom: 30px;
    padding: 0px;
    margin-right: 0px;
}
.woocommerce ul.products li.product .onsale {
    top: 11px;
    right: -34px;
    left: auto;
	min-height: 45px;
    min-width: 144px;
   
    line-height: 45px;
    letter-spacing: 1px;
    border-radius: 0;   
    transform: rotate(41deg);
    font-size: .857em;
   
    z-index: 2;
}
.woocommerce ul.products li.product a .wp-post-image {
    position: relative;
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0 auto;
       margin-bottom: 10px;
}
img.loop_hover {
    position: absolute;
    top: 0;
    z-index: 1;
}
img.loop_hover{
	opacity: 0;
}
td.product-name a {
    font-weight: 700;
}
.woocommerce ul.products li.product a img {
    
    transition: all 0.3s ease-in-out;
}
.product_img_hover:hover img.loop_hover{
	opacity: 1;
}
.product_img_hover .add_to_cart_button {
   
}
.woocommerce ul.products li.product .price {
  
    
    font-weight: 700;
  
    font-size: 16px;
    text-align: center;
}
a.added_to_cart.wc-forward {
    text-align: center;
    width: 100%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn-style1,
a.button.product_type_variable.add_to_cart_button.btn-style1 {
    position: static;
    display: block;
    text-align: center;
    width: 130px;
    margin: 0 auto;
    height: 40px;
    line-height: 20px;
	color:#fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  
    font-size: 20px;
    text-align: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   
    overflow: hidden;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #000;
    font-size: 17px;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 37px;
    margin-right: 5px;
    border-radius: 4px;
}
/* Version 1.2.1 css *//* Version 1.2.1 css *//* Version 1.2.1 css */
/* Version 1.2.1 css *//* Version 1.2.1 css *//* Version 1.2.1 css */
body .review-form .review-fields {
    padding: 0px;
}
body .review-form h3{
	font-size: 24px;
}
.review-stars {
    padding: 0px;
}
.fw-map {
    margin-bottom: 30px;
}
/* Version 1.2.3 css *//* Version 1.2.3 css *//* Version 1.2.3 css */
/* Version 1.2.3 css *//* Version 1.2.3 css *//* Version 1.2.3 css */

.img-link:hover img {
    -webkit-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}
.img-link{
	overflow:hidden;
}
.img-link img {
   
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
	 -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.img-link i{
	margin-top: 35px;
    opacity: 0;
    transition: all 0.4s ease;
}
.img-link:hover i{
	margin-top: 0px;
}
.events-list .post-details {
    margin-top: 0;
}



/* Version 1.2.5 css *//* Version 1.2.5 css */
/* Version 1.2.5 css *//* Version 1.2.5 css */

body .learn-press-courses li.course {
    border: 0px solid #DDD;
}
#learn-press-course-curriculum .course-item.item-has-status.item-completed .item-status {
    background: #599e67;

}


body #learn-press-course-curriculum .course-item .item-status {
    color: #002e3b;
}