/*
Theme Name: Educen
Theme URI: http://demo.wphash.com/educen/
Author: Power-boosts
Author URI: https://hastech.company/
Description: Educen is an education WordPress Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: educen
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
*/
/* -----------------------------------------------------
    Table of Contents
 
----------------------------

    * Top bar left side menu
    * Header Top Social icons
    * Header Search
    * Header Menu Style
    * our-blog-area
    * blog-story-area
    * Breadcrumb style
    * blog commnet
    * blog sidebar
    * Footer Top area
    * Footer Bottom area
    * soical share link widget
    * Search area
    * Section Title 
    * Button
    * CounterUp area
    * CountDown area
    * Subscribe area
    * About area
    * Offer area
    * About us area
    * Slider area
    * Contact area
    * Why choose us area
    * Our Popular Courses Area
    * Our Upcoming Event
    * Our Testimonial Area
    * Our Blog Area
    * Our Team Area
    * Our Profile Area
    * All courses
    * Progress Bar
    * Our Courses Details
    * Our Service Area
    * Gallery Section
    * Responsive CSS




----------------------------------------------------- */

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;
}
a,
img,
input {
    transition: all 0.3s ease 0s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    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;
}
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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Roboto Slab", serif;
    line-height: 1.3;
}
h1 {
    margin: 25px 0;
}
h2 {
    margin: 25px 0;
}
h3 {
    margin: 25px 0;
}
h4 {
    margin: 22px 0;
}
h5 {
    margin: 22px 0;
}
h6 {
    margin: 20px 0;
}
p {
    margin-bottom: 1.5em;
}
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;
}
body.mfp-zoom-out-cur {
    transition: 0.3s !important;
}
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 {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.4em;
}
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: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 0;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
}
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 {
    padding: 10px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #555;
}
a:visited {
    color: #555;
}
a:hover,
a:focus,
a:active {
    color: #005691;
}
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 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%;
}
/* 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;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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 {
    height: 36px;
    width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}
.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;
    margin-top: 10px;
}
/*--------------------------------------------------------------
## 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;
}
/*=========== Default CSS =============*/
/*--------------------------------------------------------------
# Transition 
--------------------------------------------------------------*/

a,
img,
.img,
.btn,
input,
select,
textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
/*--------------------------------------------------------------
# Placeholder
--------------------------------------------------------------*/

*::-moz-placeholder {
    color: #444;
}
::-moz-placeholder {
    color: #444;
}
::placeholder {
    color: #444;
}
/*--------------------------------------------------------------
# Browser Upgrade
--------------------------------------------------------------*/

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*--------------------------------------------------------------
# Theme Default
--------------------------------------------------------------*/

html,
body {
    height: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
	f
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    color: #03A9F4445;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important
}
ul,
ol {
    margin: 0;
    padding: 0
}
p {
    margin: 0 0 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    margin: 0 0 20px;
}
/*--------------------------------------------------------------
# Helper css
--------------------------------------------------------------*/

.clear {
    clear: both
}
.fix {
    overflow: hidden;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
img,
.img {
    max-width: 100%;
    height: auto;
    color: #ffffff;
}
.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
/* ------------------------------------------------------------------------------------

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------------------------------------------------------*/
/*-------------------------------- 
# Top bar menu
----------------------------------*/

.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0;
}
.header-info span {
    font-weight: 500;
}
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
/*-------------------------------- 
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #f36371;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
.primary-nav-wrap .sub-menu {
    display: block;
}
/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #26c7cc;
}
/* Header Style One */

.site-logo a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}
.primary-nav-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.primary-nav-wrap ul li {
    list-style: outside none none;
}
.primary-nav-wrap ul li + li {
    margin-left: 40px;
}
.primary-nav-wrap ul li a {
    display: block;
    height: 85px;
    line-height: 85px;
    transition: 0.3s;
}
.primary-nav-wrap ul li a {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
	text-transform: uppercase;
    transition: 0.3s;
}
.primary-nav-wrap > nav > ul > li:hover > a,
.primary-nav-wrap > nav > ul > li.current_page_item > a,
.header-sticky.sticky .primary-nav-wrap > nav > ul > li.current_page_item > a {
    color: #005691;
}
.primary-nav-wrap .sub-menu > li.current-menu-item > a,
.header-sticky.sticky .primary-nav-wrap .sub-menu > li.current-menu-item > a {
    color: #005691;
}
/* Header Style Two */

.header-style-2 .header-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.header-style-2 .header-menu-wrap > div {
    width: 100%;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .primary-nav-wrap ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    transition: 0.3s;
}
.header-style-2 .header-menu-wrap .site-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-mid-inner.logo-left-search-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap .site-description {
    line-height: 1;
    margin: 0;
    transition: 0.3s;
}
.header-menu-wrap .site-logo h3 {
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
}
/* Separetor */

.hr-style-1 {
    border-bottom: 1px solid #e7e7e7;
}
/*-------------------------------- 
    logged-in admin-bar
----------------------------------*/

.logged-in.admin-bar .search__area,
.logged-in.admin-bar .header-style2,
.logged-in.admin-bar .header-style3 {
    top: 32px;
}
/*-------------------------------- 
    header-style2
----------------------------------*/

.header-style2 {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.header-style2::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.header-style2 .header-top-area {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #484a4a;
}
.header-style2 .header-area {
    background: transparent none repeat scroll 0 0;
}
.header-style2 .primary-nav-wrap nav > ul > li > a,
.header-style2 #menu-main-menu .menu-item.menu-item-has-children::before,
.header-style2 .main__menu li.drop::before,
.header-style2 .cart__search__list li a i {
    color: #fff;
}
.header-style2 .primary-nav-wrap > nav > ul > li:hover > a,
.header-style2 .primary-nav-wrap .sub-menu > li:hover > a,
.header-style2 .primary-nav-wrap > nav > ul > li.current_page_item > a,
.header-style2 .cart__search__list li a:hover i {
    color: #2db6a3;
}
.header-style2 .search__area {
    background: #2db6a3 none repeat scroll 0 0;
}
/*-------------------------------- 
    header-style3
----------------------------------*/

.header-style3 {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.header-style3 .header-top-area {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0px solid #484a4a;
    position: relative;
}
.header-style3 .header-top-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.header-style3 .header-area {
    background: transparent none repeat scroll 0 0;
}
.header-style3 .primary-nav-wrap nav > ul > li > a,
.header-style3 #menu-main-menu .menu-item.menu-item-has-children::before,
.header-style3 .main__menu li.drop::before,
.header-style3 .cart__search__list li a i {
    color: #fff;
}
.header-style3 .primary-nav-wrap > nav > ul > li:hover > a,
.header-style3 .primary-nav-wrap .sub-menu > li:hover > a,
.header-style3 .primary-nav-wrap > nav > ul > li.current_page_item > a,
.header-style3 .cart__search__list li a:hover i {
    color: #e9ae37;
}
.header-style3 .search__area {
    background: #e9ae37 none repeat scroll 0 0;
}
/*-------------------------------- 
    header-style4
----------------------------------*/

.header-style4 .header-top-area {
    background: #fff;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.header-style4 .top-bar-left-content a,
.header-style4 .header-info a,
.header-style4 .header-social ul li a {
    color: #707070;
}
.header-style4 .header-area {
    background: transparent none repeat scroll 0 0;
}
.header-style4 .primary-nav-wrap > nav > ul > li:hover > a,
.header-style4 .primary-nav-wrap .sub-menu > li:hover > a,
.header-style4 .primary-nav-wrap > nav > ul > li.current_page_item > a,
.header-style4 .cart__search__list li a:hover i {
    color: #9f1e49;
}
.header-style4 .search__area {
    background: #9f1e49 none repeat scroll 0 0;
}
/*-------------------------------- 
    stiky
----------------------------------*/

.header-area {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.header-area.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.sticky {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.header-style-2.header-sticky.sticky .header-buttom {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .site-logo.hidden {
    display: block !important;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .sticky_menu_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}
.sticky_menu_logo .site-logo.hidden {
    padding: 0;
    padding-right: 50px;
}
.header-sticky.sticky .primary-nav-wrap nav > ul > li > a,
.header-sticky.sticky .cart__search__list {
    height: 70px;
    line-height: 70px;
}
.header-sticky.sticky .cart__search__list li a i {
    color: #333;
}
/* Header Menu Style */

.header-menu-wrap .primary-nav-wrap .sub-menu > li > a,
.header-area.header-sticky.sticky .primary-nav-wrap ul li a,
.header-menu-wrap .primary-nav-wrap ul li a {
    visibility: inherit;
}
.primary-nav-wrap ul.sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12), 7px 0 12px rgba(0, 0, 0, 0.12);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    top: 100%;
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550;
}
.primary-nav-wrap ul li {
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap .sub-menu > li > a {
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
}
.primary-nav-wrap .sub-menu > li:hover > a {
    background: transparent !important;
    color: #005691;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 5px !important;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
}
/*-- Mobile Menu --*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
/*-- Menu Open/Close Button --*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -54px;
    width: auto;
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #26c7cc;
    outline: medium none;
}
a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}
/*-- Mobile Menu Nav --*/

.mean-nav {
    background-color: transparent;
    margin: 0;
}
.mean-nav a.mean-expand {
    border: medium none !important;
    color: #464646;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}
.mean-nav a.mean-expand:hover {
    color: #26c7cc !important;
}
}
.mean-nav a.mean-clicked {
    font-size: 22px !important;
}
.mean-nav > ul {
    float: left;
    padding: 15px 0;
}
.mean-nav > ul > li > a {
    border-color: #eee;
    color: #464646;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current_page_item > a {
    color: #26c7cc;
}
/*-- Mobile Sub & Mega menu --*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}
.mean-nav ul li li {
    margin: 0;
    padding: 0;
}
.mean-nav ul li li a {
    border-color: #eee;
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
}
.mean-nav .sub-menu li:hover > a {
    color: #464646;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
    color: #26c7cc;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #26c7cc;
}
.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}
.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}
.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}
.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}
/* ---------------------------------------
    our-blog-area
--------------------------------------- */
.our-blog-area {
    padding: 80px 0;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.bolg-img a {
    position: relative;
    display: block;
}
.bolg-img a::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .bolg-img a::before {
    opacity: 1;
}
.blog-text {
    padding: 25px 15px;
}
.blog-text h2 {
    margin-top: 0;
}
.blog-text h2 a {
    color: #333333;
    font-size: 30px;
    transition: .3s;
}
.blog-text h4 a:hover {
    color: #03A9F4;
}
.blog-date span {
    font-size: 12px;
    margin-right: 10px;
}
.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}
.blog-text p {
    margin-bottom: 12px;
    margin-top: 6px;
}
.blog-text a:hover {
    color: #005691;
}
.single-blog {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
/*-----------blog-story-area--------------- */
section.breadcrumbs-area::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-opacity,
.breadcrumbs-area-default {
    position: relative;
}
.breadcrumbs-area-default::before,
.bg-opacity::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    text-align: center;
}
.breadcrumb-text h1 {
    color: #fefefe;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}
.post-breadcrumb-banner-area h3 {
    color: #fefefe;
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
}
.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
    top: 2px;
}
.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
/*--------  Breadcrumb style  -----------*/

.breadcrumbs-area {
    padding: 100px 0;
    background-color: #ededed;
    background-size: cover;
}
.page_title_extra-padding .breadcrumbs-area {
    padding-top: 300px;
}
.breadcrumbs-area-default .breadcrumbs .page-title,
.breadcrumbs-area-default .breadcrumbs ul,
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs-area-default .breadcrumbs ul li a {
    color: #ffffff;
}
.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #26c7cc;
}
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs-area-default .breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child {
    padding-right: 0px;
}
.breadcrumbs-area-default .breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child {
    padding-left: 0px;
}
.page-title-search-box.search-left {
    float: left;
}
.page-title-bar {
    overflow: hidden;
}
.page-title-bar.right-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.page-title-bar.left-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.breadcrumbs h2.page-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 38px;
    margin: 0;
    word-break: break-all;
    text-align: center;	
}
.page-title-bar-center h2.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #333;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs ul li a {
    color: #fff;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li {
    color: #03a9f4;
}
.breadcrumbs ul li {
    color: #fff;
    font-family: roboto slab;
    font-size: 15px;
    font-weight: 400;
}
.breadcrumbs ul li a.active::after {
    color: #03a9f4;
}
.page-title-bar-center .page-title {
    float: inherit;
}
.page-title-bar-center .page-title-search-box > form {
    margin: auto;
}
.pattern-bread h2.page-title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.pattern-bread .breadcrumbs > ul {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #fff;
}
.border-bread {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.bg-2.bread-bg {
    background-attachment: fixed;
    background-position: center center;
}
.breadcrumbs-img h2.page-title {
    color: #000;
}
.breadcrumbs-img .breadcrumbs > ul li a {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs > ul li {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs ul li a::after {
    background-color: #000;
}
.page-title-bar.right-title .page-title-search-box,
.page-title-bar.right-title ul {
    float: left;
}
.page-title-search-box button {
    background-color: #005691;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.page-title-search-box > form {
    width: 250px;
    position: relative;
}
.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
/* Overlay */

section.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
section.breadcrumbs-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumbs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.breadcrumbs.breadcrumbs-title-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.breadcrumbs.breadcrumbs-title-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.breadcrumbs.breadcrumbs-title-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.breadcrumbs-title-center .page-title,
.breadcrumbs-title-center .page-title-bar {
    padding: 5px 0;
}
.breadcrumbs-title-center .page-title-search-box {
    margin-top: 10px;
}
.page-area {
    padding: 80px 0;
}
.blog-story-area {
    padding: 80px 0;
}
.blog-img-2 {
    margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.story-hbtitle p {
    font-size: 14px;
    line-height: 24px;
}
.story-hbtitle blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #005691;
    font-size: 14px;
    margin: 10px 0 10px 55px;
}
.tab-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.meta-info {
    background-color: #ededed;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.meta-info span {
    margin-left: 5px;
}
.meta-info span:first-child {
    margin-left: 0;
}
.meta-item i {
    margin-right: 5px;
}
.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-form textarea {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 100%;
}
.btn {
    background: #005691 none repeat scroll 0 0;
}
.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-bottom: 15px;
    padding: 8px 15px;
    width: 100%;
}
.contact-form button {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #005691;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}
.contact-form button:hover {
    background: #26ccff none repeat scroll 0 0;
    border-color: #26ccff;
}
.story-hbtitle a:not(.button) ,
.entry-content a:not(.button) ,
.copy a:not(.button) {
    text-decoration: underline;
}
.blog-info.story-hbtitle .user-info a ,
.blog-info.story-hbtitle .next-prev a {
  text-decoration: none;
}
.post-pagination .pagination {
    margin: 0;
}
.post-pagination ul {
    border-radius: 4px;
    display: inline-block;
}
.post-pagination ul li {
    display: inline;
}
.post-pagination ul li {
    background-color: #fff;
    color: #444;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-decoration: none;
}
.post-pagination ul li a {
    border: 1px solid #ddd;
    color: #444;
    display: block;
    padding: 0 15px;
}
.pingback-text .commentmetadata a.url {
    padding-right: 30px;
}
.post-pagination ul li .current {
    cursor: no-drop;
    display: block;
    padding: 0 15px;
    border: 1px solid #ddd;
}
.post-pagination ul li:hover a,
.post-pagination ul li .current {
    background: #005691;
    color: #fff;
    border: 1px solid #005691;
}
/*---blog commnet---*/

.comment-list {
    list-style: none;
}
.author-top {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.author-top .author-comment {
    overflow: hidden;
    padding: 5px 0;
}
.author-top .author-comment .author-name {
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}
.comment-list .author-img {
    float: left;
    margin-right: 10px;
    max-width: 64px;
}
.copy.small a:hover {
    color: #404040;
}
.copy.small a {
    color: #005691;
    text-decoration: underline;
}
.comment-list .author-comment a {
    margin-right: 5px;
    color: #000;
}
.comment-list .children {
    list-style: none;
}
.comment-list .children {
    margin-left: 35px;
}
/*------------blog sidebar------------*/
/* blog-left-area */
.sidebar-widget {
    overflow: hidden;
    margin-bottom: 50px
}
aside.widget-area .sidebar-widget:last-child {
    margin-bottom: 0px
}
.sidebar-widget a {
    color: #333;
}
.sidebar-widget li a:hover {
    color: #005691;
}
form#search {
    position: relative;
}
form#search input {
    border: 2px solid #eee;
    float: left;
    height: 40px;
    padding-left: 10px;
    width: 100%;
}
form#search button {
    background: #005691 none repeat scroll 0 0;
    border: 2px solid #005691;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    transition: .3s;
}
form#search button:hover {
    background: transparent none repeat scroll 0 0;
    color: #005691;
}
.blog-search button:hover {
    background: #26CCFF;
    border-color: #26CCFF;
    color: #999;
}
.sidebar-title ,
.single-sidebar-widget h4.title{
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 13px;
    position: relative;
    text-transform: uppercase;
}
.sidebar-title::before ,
.single-sidebar-widget h4.title:before {
    background: #005691 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}
.sidebar-widget:not(.widget_rss) ul li {
    list-style: outside none none;
    margin-bottom: 12px;
}
ul.sidebar-link li:last-child {
    margin-bottom: 0
}
ul.sidebar-link li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
ul.sidebar-link li a:hover {
    color: #005691
}
.Tags {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    padding-top: 40px;
    position: relative;
}
.Tags::before {
    background: #03a9f4 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
ul.tag li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}
ul.tag li a {
    border: 1px solid #e8e8e8;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    padding: 3px 17px;
    text-align: center;
    transition: .3s;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.tagcloud a ,
.single-sidebar-widget .tags li a{
    border: 1px solid #ddd;
    color: #747474;
    display: inline-block;
    font-size: 13px !important;
    margin: 0px 0px 8px 8px;
    padding: 5px 7px;
}
.tagcloud a:hover ,
.single-sidebar-widget .tags li a:hover{
    background: #005691 none repeat scroll 0 0;
    border-color: #005691;
    color: #fff;
}
.sidebar-widget .product-img {
    float: left;
    margin-right: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.product-item .product-img {
    float: left;
    margin-right: 15px;
    width: 80px;
}
.product-item .product-info {
    overflow: hidden;
}
.widget_educen_recent_post .product-item + .product-item {
    margin-top: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0 0 5px;
}
.sidebar-widget .product-info > p:last-child {
    margin: 0;
}
.product-item .product-img a {
    display: block;
}
/*========================================*/
/*  Footer Top area
/*========================================*/

.footer-top-area {
    background: #252830;
    position: relative;
    z-index: 1;
}
.footer-top-area::before {
    background: #005691 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-footer {
    color: #fff;
    margin: 50px 0;
}
.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}
.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-footer .footer-social li {
    display: inline-block;
}
.single-footer .footer-social li a {
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.single-footer ul {
    padding: 0;
    list-style: none;
}
.single-footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.single-footer ul li a:hover {
    color: #f36371;
}
.single-footer .footer-social {
    float: left;
}
.single-footer input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.single-footer textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    padding-left: 20px;
    width: 100%;
    height: 80px;
}
.single-footer .submit-btn-1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
    width: inherit;
}
.single-footer .submit-btn-1:hover {
    color: #ff0300;
    border: 1px solid#ff0300;
}
/*=============================

* Footer Bottom area

=========================*/

.footer-bottom {
    background: #005691 none repeat scroll 0 0;
    padding: 20px 0;
}
.copyright-text {
    margin-top: 6px;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 0;
}
.copyright-text a {
    color: #fff;
}
.footer-social {
    float: right;
}
.footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-bottom ul li {
    display: inline-block;
}
.footer-bottom ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all .5s ease 0s;
}
.footer-bottom ul li a:hover {
    color: #ff0300;
}
.footer-bottom .col-sm-6:first-child .copyright-text,
.footer-bottom .col-sm-6:first-child .footer-social {
    float: left;
}
.footer-bottom .col-sm-6:last-child .copyright-text,
.footer-bottom .col-sm-6:last-child .footer-copyright-menu,
.footer-bottom .col-sm-6:last-child .footer-social {
    float: right;
}
.footer-all .footer-icon {
    margin-bottom: 40px;
}
/*--------------------Footer background ----------*/

.footer-extra-bg .htc__footer__top,
.footer-extra-bg .footer-top-area,
.footer-extra-bg .footer-bottom {
    background-color: #1e1e1e;
}
.footer-extra-bg2 .htc__footer__top,
.footer-extra-bg2 .footer-top-area,
.footer-extra-bg2 .footer-bottom {
    background-color: #1e1e1e;
}
.footer-extra-bg3 .htc__footer__top,
.footer-extra-bg3 .footer-top-area,
.footer-extra-bg3 .footer-bottom {
    background-color: #0E2C53;
}
.footer-extra-bg .footer-top-area .footer-top-content {
    border-bottom: 1px solid #2e2e2e;
    border-top: 1px solid #2e2e2e;
}
.footer-extra-bg3 .footer-top-area .footer-top-content {
    border-bottom: 1px solid #1f3b5f;
    border-top: 1px solid #1f3b5f;
}
/*=============== soical share link widget ===================*/

.solical-links {
    display: block;
}
.solical-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.solical-links ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.solical-links ul li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    text-align: center;
}
.footer-bottom .footer-social ul li a:hover {
    color: #f36371;
}
/*************************************
 Custom-content all   
**************************************/

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*---------scroll button----------*/

a#scrollUp {
    background-color: #005691;
    border: 1px solid #005691;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    right: 30px;
    text-align: center;
    width: 40px;
}
a#scrollUp:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
/* Unit test by */
article.sticky .blog.educen-blog,
article.tag-sticky-2 .blog.educen-blog {
    border: 1px solid #005691;
    padding: 10px;
}
.story-hbtitle li {
    margin-bottom: 10px;
}
table {
    border: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
table th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    color: #454545;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
table td {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    padding: 10px;
    vertical-align: top;
}
table th a,
table th a:hover {
    text-decoration: underline;
}
.post-password-form input[type="submit"] {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #005691;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
}
.post-password-form input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #005691;
}
.post-password-form input[type="password"] {
    border-radius: 0;
}
#wp-calendar tbody tr td {
    border-right: 1px solid #ebebeb;
}
#wp-calendar tbody tr td#today {
    background: #005691 none repeat scroll 0 0;
    color: #fff;
}
.copy ul li {
    list-style: outside none disc;
    margin: 0 0 6px 30px;
}
.copy ul {
    list-style: outside none disc;
    margin: 0 0 26px;
}
.copy ol {
    list-style: outside none decimal;
    margin: 0 0 26px;
}
.copy ol li {
    list-style: outside none decimal;
    margin: 0 0 6px 20px;
}
.copy ul ul,
.copy ul ol,
.copy ol ol,
.copy ol ul {
    margin-bottom: 0;
}
.wp-audio-shortcode {
    margin-bottom: 15px;
}
.story-hbtitle ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
}
.story-hbtitle ul ol li {
    list-style: outside none decimal;
}
.story-hbtitle ol {
    list-style: outside none decimal;
    margin: 0 0 26px 35px;
}
.story-hbtitle ul {
    list-style: outside none disc;
    margin: 0 0 26px 35px;
}
.story-hbtitle ul li {
    list-style: outside none disc;
    margin: 0 0 6px;
}
.story-hbtitle ul ul,
.story-hbtitle ul ol,
.story-hbtitle ol ol,
.story-hbtitle ol ul {
    margin-bottom: 0;
}
.entry-content ol {
    list-style: outside none decimal;
    margin: 0 0 26px 35px;
}
.entry-content ul {
    list-style: outside none decimal;
    margin: 0 0 26px 35px;
}
.entry-content ul ul,
.entry-content ol ol {
    margin-bottom: 0;
}
.entry-content ol li {
    list-style: outside none decimal;
    margin: 0 0 6px;
}
.footer-area table {
    border: 2px solid #fff;
}
.footer-area caption {
    color: #fff;
}
.footer-area table th {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
}
.footer-area table td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.footer-area table#wp-calendar a {
    color: #fff;
}
.footer-area .widget_tag_cloud .tagcloud a:hover {
    color: #005691;
}
.footer-area .widget_tag_cloud .tagcloud a {
    color: #fff;
}
.shopping-button button[type="submit"] {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #005691;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #005691;
}
/* Heading font size */

.contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6,
.story-hbtitle h1,
.story-hbtitle h2,
.story-hbtitle h3,
.story-hbtitle h4,
.story-hbtitle h5,
.story-hbtitle h6 {
    font-weight: 600;
    margin-bottom: 25px;
}
.page-not-found-wrap {
    height: 750px;
    width: 100%;
    background: #f1f1f1;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}
.pnf-inner > h1 {
    color: #333;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pnf-inner a.btn:hover {
    background: #f36371 none repeat scroll 0 0;
}
/* TAREK */

.top-bar-left-content a,
.header-info a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header-top-area .header-social ul li + li {
    margin-left: 12px;
    padding-left: 15px;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 28px;
}
.header-info span a i {
    font-size: 14px;
    margin-right: 8px;
}
#menu-main-menu .menu-item.menu-item-has-children {
    position: relative;
}
#menu-main-menu .menu-item.menu-item-has-children:before,
.main__menu li.drop:before {
    color: #333333;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Search Tarek */
/*-----------------------------------
  Toggle Menu
---------------------------------------*/

.search__area .search__inner form button:before {
    color: #333;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
}
.cart__search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart__search__list {
    height: 120px;
    line-height: 120px;
}
.cart__search__list li + li {
    margin-left: 40px;
}
.cart__search__list li {
    list-style: outside none none;
    position: relative;
}
.badge--cart {
    background: #6bc614 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -6px;
    width: 15px;
}
.cart__search__list li a i {
    color: #333;
    font-size: 18px;
}
.search-dropdown {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 120%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
li.search__open:hover .search-dropdown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
    visibility: visible;
}
.input-outer input[type="text"],
.input-outer input[type="email"],
.input-outer input[type="password"] {
    border: 1px solid #ddd;
    color: #606060;
    padding: 0 20px;
    width: 200px;
}
.toggle-menu i {
    cursor: pointer;
    font-size: 24px;
}
.toggle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.toggle-dropdown-menu li h4.megamenu__subtitle span:before {
    background: #6bc614 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.toggle-dropdown-menu li a {
    color: #444;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.toggle-dropdown-menu li {
    border-bottom: 1px solid #f1f1f1;
}
.site-info-wrap {
    width: 870px;
}
.toggle-dropdown-menu {
    padding: 20px 20px 0;
    width: 34%;
}
.toggle-wrap ul + ul {
    margin-left: 30px;
}
.toggle-dropdown-menu li:last-child {
    border-bottom: 1px solid transparent;
}
.toggle-dropdown-menu li:first-child {
    border-bottom: 1px solid transparent;
}
.toggle-dropdown-menu li:hover a {
    background: #f7f7f7 none repeat scroll 0 0;
}
.toggle-dropdown-menu li {
    display: block;
}
.toggle-dropdown-menu li a img {
    margin-right: 10px;
}
/*---------------------------
  Search area
-------------------------------*/

.search__area {
    background: #005691;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    z-index: 2147483647;
}
.search__area .search__inner {
    position: relative;
}
.search__area .search__inner form {
    margin: 4em 0;
    padding: 0 40px 0 0;
    position: relative;
    text-align: center;
}
.search__area .search__inner form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 25px;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    padding: 0 70px 0 20px;
    text-align: left;
    width: 100%;
}
.search__area .search__inner form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #333;
    font-size: 25px;
    font-weight: 300;
}
.search__area .search__inner form button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 40px;
    top: 0;
    width: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search__area .search__inner form button:hover {
    background: #f36371 none repeat scroll 0 0;
}
.search__area .search__inner form button:hover:before {
    color: #fff;
}
.search__area .search__inner .search__close__btn {
    display: block;
    line-height: 58px;
    position: absolute;
    right: 0;
    top: 0;
}
.search__area .search__inner .search__close__btn {
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    line-height: 58px;
}
.search__close__btn .search__close__btn_icon i {
    line-height: 16px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.search__close__btn .search__close__btn_icon:hover i {
    color: red;
}
.search__box__show__hide .search__area {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.pos-static {
    position: static;
}
.cart__search__list li a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
}
.cart__search__list li a:hover i {
    color: #005691;
}
nav.mainmenu__nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
nav.mainmenu__nav .cart__search {
    margin-left: 40px;
}
.single-footer.widget_nav_menu ul > li > a {
    font-size: 14px;
    line-height: 36px;
}
.single-footer .blog-search {
    overflow: hidden;
}
.footer-top-area .footer-top-content {
    border-bottom: 1px solid #126399;
    border-top: 1px solid #126399;
}
.copyright-text a,
.footer-bottom ul li a {
    color: #ffffff;
}
.htc__footer__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 0 65px;
}
.footer__logo a {
    display: block;
}
.htc__footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
}
.footer__logo {
    text-align: center;
}
.htc__footer__address li {
    list-style: outside none none;
}
.htc__footer__address li p {
    color: #fff;
    font-size: 15px;
}
.htc__footer__address li a {
    font-size: 15px;
}
.htc__footer__address li i {
    margin-right: 10px;
}
.htc__footer__address li + li {
    line-height: 1;
    margin-left: 40px;
}
.footer__title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.htc__ft__list li a {
    font-size: 14px;
    line-height: 36px;
}
.htc__ft__list {
    margin-top: 24px;
}
.footer__details {
    color: #fff;
    margin-top: 31px;
}
.copyright__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 84px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.htc__copyright__area {
    border-top: 1px solid #126399;
}
.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.copyright p {
    color: #fff;
    font-size: 14px;
}
.copyright p a {
    padding: 0 5px;
}
.footer__menu li a {
    font-size: 14px;
}
.footer__menu li + li {
    margin-left: 31px;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    border-radius: 0;
}
/* ---------------------------------
    00. Section Title 
--------------------------------- */

.section__title h2.title__line {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.section__title p {
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}
.section__title {
    margin-bottom: 30px;
    padding-bottom: 27px;
    position: relative;
}
.section__title:before {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
}
.section__title.text-left:before {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.section__title.text-right:before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.section__title.section--white:before {
    background: #fff none repeat scroll 0 0;
}
.section__title.section--white h2.title__line {
    color: #fff;
}
.section__title.section--white p {
    color: #fff;
}
.title__style--2 {
    font-size: 18px;
    margin-bottom: 22px;
    padding-bottom: 19px;
    position: relative;
    text-transform: uppercase;
}
.title__style--2:before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}
.title__style--3 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
}
.white-line .section__title::before {
    background: #fff;
}
/* ---------------------------------
    00. Button
--------------------------------- */

a.kc_button {
    border: 1px solid #2DB6A3;
    font-size: 13px;
    font-weight: 700;
    background: #2DB6A3;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 12px 22px 11px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    z-index: 2;
}
a.kc_button:hover {
    color: #2DB6A3;
    border-color: #2DB6A3;
}
a.kc_button::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}
a.kc_button:hover::after {
    height: 400%;
    opacity: 1;
}
/* slider-button */

a.kc_button.slider-button {
    padding: 12px 38px 11px;
}
a.kc_button.slider-button::after {
    background: #F36371 none repeat scroll 0 0;
}
/* ---------------------------------
    00. CounterUp area
--------------------------------- */

.educen-counterup-area {
    padding-bottom: 60px;
    padding-top: 60px;
}
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box i {
    font-size: 48px;
    margin-bottom: 0;
}
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box span {
    font-family: Roboto Slab;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 25px;
    position: relative;
}
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 25px;
}
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box span::after {
    content: "";
    font-family: fontawesome;
    font-size: 36px;
    font-weight: normal;
    margin-left: 5px;
    position: absolute;
    top: 3px;
}
.educen-counterup-area .kc_column_inner:nth-child(1) .kc-col-inner-container .kc_counter_box span::after {
    content: "\f295";
}
.educen-counterup-area .kc_column_inner:nth-child(2) .kc-col-inner-container .kc_counter_box span:after {
    content: "\f067";
}
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box span::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box i,
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box span,
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box span:before,
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box h4 {
    color: #fff;
}
.educen-counterup-area .kc_column_inner .kc-col-inner-container .kc_counter_box span:before {
    background: #fff;
}
/* ---------------------------------
    00. CountDown area
--------------------------------- */

.educen-countdown-area {
    padding-bottom: 135px;
    padding-top: 135px;
}
.countdown-area-contact-form .kc-title-wrap {
    align-items: center;
    background: #f36371 none repeat scroll 0 0;
    color: #fff;
    display: flex;
    height: 58px;
    padding: 0 50px;
}
.countdown-area-contact-form .kc-title-wrap .kc_title {
    font-size: 18px;
    margin-bottom: 0;
}
.countdown-contact-inner {
    background: #fff none repeat scroll 0 0;
    padding: 30px 40px 0;
}
.countdown-area-contact-form input {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    color: #909090;
    font-size: 14px;
    font-style: italic;
    height: 44px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.countdown-area-contact-form input[type="submit"] {
    background: #005691 none repeat scroll 0 0;
    border-color: #005691;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.countdown-area-contact-form input[type="submit"]:hover {
    background: #f36371 none repeat scroll 0 0;
    border-color: #f36371;
}
/* educen-countdown-area style-2 */

.educen-countdown-area.style-2 .countdown-area-contact-form .kc-title-wrap {
    background: #0E2C53 none repeat scroll 0 0;
}
.educen-countdown-area.style-2 .countdown-area-contact-form input[type="submit"] {
    background: #9f1e49 none repeat scroll 0 0;
    border-color: #9f1e49;
}
.educen-countdown-area.style-2 .countdown-area-contact-form input[type="submit"]:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #9f1e49;
    color: #9f1e49;
}
/* ---------------------------------
    00. Subscribe area
--------------------------------- */

.educen-subscribe-area {
    text-align: center;
}
.educen-subscribe-area .kc_text_block {
    padding-bottom: 145px;
    padding-top: 230px;
}
.educen-subscribe-area .kc_text_block p {
    color: #333333;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.educen-subscribe-area .mc4wp-form-fields {
    padding-top: 30px;
}
.educen-subscribe-area input {
    border-radius: 0;
    font-size: 15px;
    height: 55px;
}
.educen-subscribe-area input[type="email"] {
    border: 1px solid #e9e9e9;
    color: #888888;
    padding: 0 30px;
    max-width: 570px;
    margin-bottom: 20px;
}
.educen-subscribe-area input[type="submit"] {
    background: #005791 none repeat scroll 0 0;
    border: 1px solid #005791;
    color: #fff;
    font-weight: 700;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.educen-subscribe-area input[type="submit"]:hover {
    background: #f36371 none repeat scroll 0 0;
    border-color: #f36371;
}
.educen-subscribe-area .mc4wp-alert.mc4wp-success {
    color: #008000;
}
/* ---------------------- */
/* ---------------------------------
    00. About area
--------------------------------- */

/* progress */

.single__skill {
    overflow: hidden;
}
.single__skill p {
    margin-bottom: 5px;
}
.progress {
    background-color: #e6e6e6;
    border-radius: 3px;
    box-shadow: none;
    height: 6px;
    margin-bottom: 19px;
    overflow: visible;
}
.progress-bar {
    border-radius: 0;
    box-shadow: none;
    color: #fdb903;
    line-height: 10px;
    position: relative;
}
.pen-lable {
    color: #666666;
    font-size: 13px;
    position: absolute;
    right: -11px;
    top: -21px;
}
/* ---------------------------------
    00. Offer area
--------------------------------- */

.educen-offer-area {
    padding-bottom: 0px;
    padding-top: 50px;
}
.educen-offer-area .single-offer {
    margin-bottom: 50px;
    position: relative;
}
.educen-offer-area .single-offer::before {
    background: #4cc1b1 none repeat scroll 0 0;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.educen-offer-area .kc-wrap-columns .kc_column:nth-child(1) .single-offer::before {
    display: none;
}
/* ---------------------------------
    00. About us area
--------------------------------- */

.educen-about-us-area {
    padding-bottom: 80px;
    padding-top: 85px;
}
/* ---------------------------------
    00. Slider area
--------------------------------- */

.educen-slides {
    overflow-x: hidden;
}
.educen-slider-area .owl-carousel .owl-nav {
    margin-top: 0;
}
.educen-slider-area .owl-carousel .owl-nav div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    height: 65px;
    left: -80px;
    line-height: 65px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    width: 65px;
}
.educen-slider-area .owl-carousel .owl-nav div:hover {
    background: #f36371;
}
.educen-slider-area:hover .owl-carousel .owl-nav div {
    left: 20px;
}
.educen-slider-area .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -80px;
}
.educen-slider-area:hover .owl-carousel .owl-nav div {
    left: 20px;
}
.educen-slider-area:hover .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
}
.educen-slider-area .owl-theme .owl-dots {
    bottom: 40px;
    position: absolute;
    width: 100%;
}
.educen-slider-area .owl-theme .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    height: 6px;
    margin: 5px 4px;
    width: 25px;
}
.educen-slider-area .owl-theme .owl-dot:hover span,
.educen-slider-area .owl-theme .owl-dot.active span {
    background: #005691;
}
/*educen-slider-area slider-full-height*/

.slider-full-height .single-slide-item section {
    display: flex;
    height: 100vh;
    padding-bottom: 0;
    padding-top: 180px;
}
.slider-full-height .single-slide-item section > .kc-container {
    margin: auto;
}
/* ---------------------------------
    00. Contact area
--------------------------------- */

.educen-contact-form input,
.educen-contact-form textarea {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 15px;
}
.educen-contact-form textarea {
    min-height: 200px;
    padding-top: 10px;
}
.educen-contact-form input[type="submit"] {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #005691;
    color: #fff;
    font-family: Roboto Slab;
    font-size: 15px;
    font-weight: 700;
    padding: 0 30px;
    text-transform: uppercase;
}
.educen-contact-form input[type="submit"]:hover {
    background: #F36371;
    border-color: #F36371;
}
.educen-contact-address-inner .kc-feature-boxes {
    border-bottom: 1px solid #e8e8e8;
}
.educen-contact-address-inner .kc-feature-boxes:first-child {
    border-top: 1px solid #e8e8e8;
}
/* ---------------------------------
    00. Why choose us area
--------------------------------- */

.educen-why-choose-us-area {
    padding-bottom: 80px;
    padding-top: 70px;
}
/* ================================== N. End============== */
/*---------------------------------------
  05. Our Popular Courses Area
----------------------------------------*/

.educen-popular-courses {
    padding-bottom: 50px;
    padding-top: 70px;
}
.courses__thumb a {
    display: block;
    position: relative;
    overflow: hidden;
}
.courses__thumb a img {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.courses:hover .courses__thumb a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.courses__hover__info {
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}
.courses__thumb {
    position: relative;
}
.courses__hover__info:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    width: 100%;
}
.courses__hover__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}
.courses__hover__action h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
.courses__hover__thumb {
    margin-right: 20px;
}
.courses__hover__action span.crs__separator {
    color: #fff;
    padding: 0 3px;
}
.courses__hover__action p {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
}
.courses__details h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    margin-top: 0;
}
.entry-content .courses__details__inner h2 a ,
.entry-content .course_single_area .single-item-text a{
    text-decoration: none;
}
.page-area .courses__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f8f9 none repeat scroll 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0;
}
.educen-courses .courses {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.courses__meta li.crs__price {
    color: #f36371;
    font-size: 15px;
    font-weight: 700;
}
.courses__meta li {
    color: #a4a4a4;
    font-size: 15px;
    list-style: outside none none;
}
.courses__meta li i {
    margin-right: 11px;
}
.courses__details__inner {
    padding: 27px 20px 12px;
}
.courses__meta li.crs__free {
    color: #00ad7c;
    font-weight: 700;
}
.educen-courses.owl-carousel .col-md-4 {
    width: 100%;
}
.indicator__style--1 .owl-nav div {
    height: 48px;
    left: 15px;
    line-height: 39px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    transition: all 0.3s ease 0s;
}
.indicator__style--1 .owl-nav div.owl-next {
    left: auto;
    right: 15px;
}
.indicator__style--1.owl-theme .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #747474;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}
.indicator__style--1.owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px;
}
.indicator__style--1.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #005691;
    color: #fff;
}
/*popular courses stylr 2*/

.popular__courses--2 .htc__popular__courses__wrap .courses,
.popular__courses--4 .courses,
.popular__courses--5 .courses {
    margin-top: 30px;
}
/*popular courses stylr 3*/

.popular__courses--3 .popular__courses__wrap.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #e9ae37;
    border: 1px solid #e9ae37;
    color: #fff;
}
/*popular courses stylr 4*/

.popular__courses--4 .courses__meta li.crs__price {
    color: #9f1e49;
}
/* educen-courses carousel nav */
.educen-courses .owl-nav div {
    background: transparent;
    border: 1px solid #e7e7e7;
    color: #a2a2a2;
    font-size: 25px;
    height: 48px;
    left: 15px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 48px;
}
.educen-courses .owl-nav div:hover {
    background: #005691;
    border-color: #005691;
    color: #fff;
}
.educen-courses .owl-nav .owl-next {
    left: auto;
    right: 15px;
}
@media (min-width: 1170px) {
    .educen-courses .owl-nav div {
        left: -55px;
    }
    .educen-courses .owl-nav .owl-next {
        left: auto;
        right: -55px;
    }
    .indicator__style--1 .owl-nav div {
        left: -58px;
    }
    .indicator__style--1 .owl-nav div.owl-next {
        left: auto;
        right: -61px;
    }
}
.educen-courses {
    display: flex;
    flex-flow: row wrap;
}
/* ---------------------------------------------------- */
/*-------------------------------------
  07. Our Upcoming Event
----------------------------------------*/

.educen-events-area {
    padding-bottom: 50px;
    padding-top: 70px;
}
.upcoming {
    margin-bottom: 30px;
}
.upcoming__inner {
    position: relative;
}
.upcoming__thumb a img {
    width: 100%;
}
.upcoming__hover__info {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 2;
}
.upcoming__hover__info:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    width: 100%;
    z-index: -1;
}
.upcoming__hover__action {
    padding-left: 20px;
    padding-top: 30px;
}
.upcoming__event__time {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.event__time span {
    color: #f36371;
    display: block;
    font-family: Roboto Slab;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.event__time span:first-child {
    font-size: 44px;
    margin-bottom: 5px;
    margin-top: -8px;
}
.event__time {
    padding-right: 15px;
}
.event__location {
    padding-left: 15px;
}
.event__separator {
    position: relative;
}
.event__separator:before {
    background: #929393 none repeat scroll 0 0;
    content: "";
    height: 44px;
    position: absolute;
    width: 1px;
}
.event__location li {
    font-size: 14px;
    font-weight: 500;
    list-style: outside none none;
    text-align: left;
}
.event__location li i {
    margin-right: 10px;
}
.upcoming__details p {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.upcoming__details {
    margin-bottom: 42px;
    padding-right: 12%;
}
.upcoming__event__time {
    margin-bottom: 15px;
}
/*----------Upcoming Event Style 2-----------*/

.upcoming__style--2 .upcoming,
.upcoming__style--4 .upcoming {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.upcoming__style--2 .upcoming__date span,
.upcoming__style--4 .upcoming__date span {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 18px;
    text-transform: uppercase;
}
.upcoming__style--2 .upcoming__date span.date,
.upcoming__style--4 .upcoming__date span.date {
    display: block;
    font-size: 58px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 8px;
}
.upcoming__style--2 .upcomig_time,
.upcoming__style--4 .upcomig_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.upcoming__style--2 .upcomig_time li,
.upcoming__style--4 .upcomig_time li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.upcoming__style--2 .upcomig_time li + li,
.upcoming__style--4 .upcomig_time li + li {
    margin-left: 40px;
}
.upcoming__style--2 .upcomig_time li i,
.upcoming__style--4 .upcomig_time li i {
    margin-right: 10px;
}
.upcoming__style--2 .upcoming__date,
.upcoming__style--4 .upcoming__date {
    margin-right: 20px;
    max-width: 60px;
}
.upcoming__style--2 .upcoming__details,
.upcoming__style--4 .upcoming__details {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.upcoming__style--2 .upcoming__hover p a,
.upcoming__style--4 .upcoming__hover p a {
    color: #333333;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family: Roboto Slab;
    font-size: 18px;
    font-weight: 700;
}
.upcoming__style--2 .upcoming__hover,
.upcoming__style--4 .upcoming__hover {
    padding: 30px;
}
.upcoming__style--2 .upcoming__details,
.upcoming__style--4 .upcoming__details {
    position: relative;
    z-index: 1;
}
.upcoming__style--2 .upcoming__details:before,
.upcoming__style--4 .upcoming__details:before {
    background: #2db6a3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 6px;
    z-index: -1;
}
.upcoming__style--4 .upcoming__details:before {
    background: #9f1e49 none repeat scroll 0 0;
}
.upcoming__style--2 .upcoming:hover .upcoming__details:before,
.upcoming__style--4 .upcoming:hover .upcoming__details:before {
    width: 100%;
}
.upcoming__style--2 .upcoming:hover .upcoming__hover p a,
.upcoming__style--4 .upcoming:hover .upcoming__hover p a {
    color: #fff;
}
.upcoming__style--2 .upcoming__owl__activation.owl-theme .owl-dots .owl-dot span,
.upcoming__style--4 .upcoming__owl__activation.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 12px;
    margin: 5px 6px;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    width: 12px;
}
.upcoming__style--2 .upcoming__owl__activation.owl-theme .owl-dots .owl-dot.active span,
.upcoming__style--2 .upcoming__owl__activation.owl-theme .owl-dots .owl-dot:hover span {
    background: #2db6a3 none repeat scroll 0 0;
}
.upcoming__style--4 .upcoming__owl__activation.owl-theme .owl-dots .owl-dot.active span,
.upcoming__style--4 .upcoming__owl__activation.owl-theme .owl-dots .owl-dot:hover span {
    background: #9f1e49 none repeat scroll 0 0;
}
.upcoming__style--2 .upcoming__owl__activation.owl-theme .owl-nav.disabled + .owl-dots,
.upcoming__style--4 .upcoming__owl__activation.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 56px;
}
/*----------Upcoming Event Style 3-----------*/

.upcoming__style--3 .event__time span {
    color: #e9ae37;
}
.htc__btn {
    background: #005691 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Roboto Slab;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 38px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.btn--transparent {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    height: 46px;
    line-height: 44px;
    padding: 0 24px;
}
/*--------------------------------------------
  08. Our Testimonial Area
--------------------------------------------*/

.educen-testimonial-area {
    padding-bottom: 85px;
    padding-top: 75px;
}
.text-thumb img {
    cursor: pointer;
    margin: auto;
}
.sin-testiImage.slick-slide.slick-current.slick-active.slick-center .text-thumb img {
    z-index: 999;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.text-thumb {
    max-width: 90px;
    padding-top: 30px;
}
.our-testimonial-area .slick-prev,
.our-testimonial-area .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 34.6%;
    width: 40px;
}
.sin-testiImage:not(.slick-center) .test-info {
    display: none;
}
.sin-testiImage:not(.slick-center) .text-thumb {
    position: relative;
}
.sin-testiImage:not(.slick-center) .text-thumb:before {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 90px;
    z-index: 1;
}
.test-info h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 21px;
    margin-bottom: 0;
}
.test-info p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
}
.testimonial-text-slider {
    padding: 12px 20px;
    text-align: left;
}
.testimonial-text-slider p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 20px 14%;
    position: relative;
    text-align: center;
}
.testimonial-wrap {
    margin-top: 30px;
}
.testimonial-wrap {
    width: 650px;
    margin: auto;
}
.test-info {
    margin: auto;
    padding-top: 30px;
    position: relative;
    text-align: center;
    z-index: 999999;
}
.slick-list.draggable {
    padding: 0 !important;
}
.testimonial-wrap .slick-slide {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
/*-----------Testimonial Style 2----------*/

.testimonial__style--2 .test-info h4 {
    color: #333333;
}
.testimonial__style--2 .test-info p {
    color: #666666;
}
.testimonial__style--2 .testimonial-text-slider p {
    color: #666666;
}
.testimonial__style--2 .slick-dots li button:before {
    background: #ebebeb;
}
.testimonial__style--2 .slick-dots li.slick-active button:before {
    background: #2db6a3;
}
.educen-testimonial-area.style-2 .test-info h4,
.educen-testimonial-area.style-2 .test-info p,
.educen-testimonial-area.style-2 .testimonial-text-slider p {
    color: #666666;
}
.educen-testimonial-area.style-2 .testimonial-image-slider .slick-dots li button {
    background: #ddd;
}
.educen-testimonial-area.style-2 .testimonial-image-slider .slick-dots li button:hover,
.educen-testimonial-area.style-2 .testimonial-image-slider .slick-dots li.slick-active button {
    background: #2DB6A3;
}
/*-----------Testimonial Style 3----------*/

.testimonial__style--3 .slick-dots li.slick-active button:before {
    background: #e9ae37 none repeat scroll 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ----- n ----- */

.educen-teacher-area {
    padding-bottom: 50px;
    padding-top: 70px;
}
.educen-teachers .team {
    margin-bottom: 30px;
}
.sin-testiImage.slick-active .text-thumb {
    padding-bottom: 20px;
}
.test-info {
    padding-top: 10px;
    width: 100%;
}
.testimonial-text-slider p {
    padding: 0 15%;
}
.educen-testimonials {
    padding-top: 0;
    padding-bottom: 25px;
}
.testimonial-image-slider .slick-dots {
    bottom: -135px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.testimonial-image-slider .slick-dots li {
    display: inline-block;
}
.testimonial-image-slider .slick-dots li + li {
    margin-left: 10px;
}
.testimonial-image-slider .slick-dots li button {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    display: block;
    font-size: 0;
    height: 13px;
    padding: 0;
    width: 13px;
}
.testimonial-image-slider .slick-dots li button:hover,
.testimonial-image-slider .slick-dots li.slick-active button {
    background-color: #F36371;
}
/*--------------------------------------------
  09. Our Blog Area
--------------------------------------------*/

.blog-text li {
    list-style: outside none none;
}
.educen-blog-area {
    padding-bottom: 25px;
    padding-top: 70px;
}
.blog {
    margin-bottom: 50px;
}
.blog__thumb a {
    display: block;
    overflow: hidden;
}
.blog__thumb {
    position: relative;
}
.blog__thumb > a + .blog__date {
    left: 20px;
    margin-bottom: 0;
    position: relative;
    top: -20px;
}
.blog__date {
    margin-bottom: 25px;
}
.blog__date span {
    background: #005791 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog__details h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 7px;
	word-break: break-all;
}
.blog__details p {
    font-size: 15px;
    margin-top: 18px;
}
.read__more__btn {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}
.blog__btn {
    margin-top: 15px;
}
.blog__thumb a img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.blog.educen-blog:hover .blog__thumb a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.htc__blog__wrap .blog {
    margin-top: 30px;
}
.htc__blog__wrap {
    margin-top: -30px;
}
.single__details p {
    color: #666;
    font-size: 15px;
}
/*---------Blog Style 2-------*/

.blog__style--2 .blog__date span {
    background: #2db6a3;
}
/*---------Blog Style 3-------*/

.blog__style--3 .blog__date span {
    background: #e9ae37 none repeat scroll 0 0;
}
/*---------Blog Style 4-------*/

.blog__style--4 .blog__date span {
    background: #9f1e49 none repeat scroll 0 0;
}
/*----------------------n---------------------*/

.popular__courses__area {
    padding-top: 80px;
}
.htc__crs__tab__wrap p {
    margin-bottom: 20px;
}
.htc__crs__tab__wrap ul {
    margin-bottom: 20px;
}
.htc__crs__tab__wrap ul li {
    line-height: 2.1;
    list-style: outside none none;
}
.htc__crs__tab__wrap ul li i {
    color: #a0a0a0;
    font-size: 12px;
    margin-right: 10px;
}
/*---------------------------------------
  19. Our Team Area
----------------------------------------*/

.team__thumb a {
    display: block;
}
.team__thumb a img {
    width: 100%;
}
.team__details {
    padding: 25px 20px 0;
    background: #fff;
}
.team {
    border: 1px solid #f0f0f0;
}
.team__inner h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}
.team__inner h6 {
    color: #888888;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 9px;
    text-transform: uppercase;
}
.page-area .social__icon__bg--color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.social__icon__bg--color li a i {
    background: #005691 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 21px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 37px;
}
.social__icon__bg--color li {
    list-style: outside none none;
}
.social__icon__bg--color li + li {
    margin-left: 10px;
}
.social__icon__bg--color li a i.fa-facebook {
    background: #3a5897 none repeat scroll 0 0;
}
.social__icon__bg--color li a i.fa-twitter {
    background: #00aced none repeat scroll 0 0;
}
.social__icon__bg--color li a i.fa-instagram {
    background: #ac907a none repeat scroll 0 0;
}
.social__icon__bg--color li a i.fa-google-plus {
    background: #db4437 none repeat scroll 0 0;
}
.social__icon__bg--color li a i.fa-facebook {
    background: #;
}
.social__icon__bg--color li a i.fa-facebook {
    background: #;
}
.social__icon__bg--color li a i:hover {
    background: #f36371 none repeat scroll 0 0;
}
.team__details {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team__hover__info {
    padding: 10px 0 20px;
}
.team__inner {
    padding-bottom: 10px;
}
.team__details {
    bottom: -60px;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}
.team {
    overflow: hidden;
    padding-bottom: 85px;
    position: relative;
}
.team:hover .team__details {
    bottom: 0;
}
/* ---------------------------------------------------- */

.htc__btn {
    background: #005691 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Roboto Slab;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 38px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.btn--theme {
    background: #005691 none repeat scroll 0 0;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 38px;
}
.btn--yellow {
    background: #e9ae37 none repeat scroll 0 0;
}
.htc__btn::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}
.btn--theme::after {
    background: #f36371 none repeat scroll 0 0;
}
.htc__btn:hover::after {
    height: 400%;
    opacity: 1;
}
.btn--theme:hover::after {
    height: 462%;
}
.btn--theme:hover {
    color: #fff;
}
.btn--smll {
    height: 44px;
    line-height: 43px;
    padding: 0 28px;
}
.btn--transparent {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    height: 46px;
    line-height: 44px;
    padding: 0 24px;
}
/* event__btn */

.event__btn .htc__btn {
    color: #fff;
}
.event__btn .htc__btn:hover {
    color: #f36371;
}
/*---------------------------------------
  20. Our Profile Area
----------------------------------------*/
/*----------Teacher Area-----------*/

.teacher__thumb a {
    display: block;
    position: relative;
}
.teacher__thumb a img {
    width: 100%;
}
.teacher__hover__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.teacher__hover__info:before {
    background: #005691 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.teacher__thumb {
    position: relative;
    border: 1px solid #f0f0f0;
}
.teacher__hover__info .social__icon li a i {
    font-size: 21px;
}
.teacher__details h2 {
    font-size: 24px;
}
.teacher__details h6 {
    color: #747474;
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
}
.teacher__address {
    margin-top: 20px;
}
.teacher__address li {
    color: #333333;
    font-size: 15px;
}
.teacher__address li a {
    color: #333;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.teacher__address li i {
    color: #005691;
    font-size: 16px;
    margin-right: 10px;
}
.teacher__address li + li {
    padding-top: 14px;
}
.teacher__details {
    padding-top: 24px;
}
.teacher__address li:hover a {
    color: #f36371;
}
.teacher__hover__info .social__icon a {
    line-height: normal;
}
/*---------- All courses -----------*/

.profile__courses__list li {
    color: #333;
    font-size: 15px;
    list-style: outside none none;
}
.profile__courses__list li i {
    color: #005691;
    font-size: 16px;
    margin-right: 10px;
}
.profile__courses__list li + li {
    padding-top: 9px;
}
.profile__courses__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profile__courses__right li {
    color: #333;
    font-weight: 500;
    list-style: outside none none;
    padding-left: 40px;
}
.profile__courses__right li + li {
    padding-top: 8px;
}
.all__crs__details p {
    color: #444444;
    font-size: 15px;
}
.all__crs__details p + p {
    margin-top: 12px;
}
.all__crs__details {
    margin-top: 22px;
}
/*--------teacher shedule--------*/

.teacher__skill {
    margin-top: 38px;
}
.teacher__shedule__time li {
    color: #333333;
    font-size: 14px;
}
.teacher__shedule__time li span {
    color: #005691;
    float: right;
}
.teacher__shedule__time li {
    padding-bottom: 12px;
}
.teacher__shedule__time li + li {
    border-top: 1px solid #f0f0f0;
}
.teacher__shedule__time li + li {
    padding-top: 26px;
}
.teacher__shedule__time li:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.profile__title .title__style--2 {
    margin-bottom: 0;
}
/*-----------------------------
  21. Progress Bar
-------------------------------*/

.single__skill {
    overflow: hidden;
}
.single__skill p {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 7px;
}
.progress {
    background-color: #e6e6e6;
    border-radius: 3px;
    box-shadow: none;
    height: 6px;
    margin-bottom: 19px;
    overflow: visible;
}
.progress-bar {
    background-color: #c2c2c2;
    border-radius: 0;
    box-shadow: none;
    color: #444;
    line-height: 10px;
    position: relative;
}
.pen-lable {
    color: #666666;
    font-size: 13px;
    position: absolute;
    right: -11px;
    top: -21px;
}
.progress-bar.pen__coloe--1 {
    background: #005691 none repeat scroll 0 0;
}
.progress-bar.pen__coloe--2 {
    background: #1585ca none repeat scroll 0 0;
}
.progress-bar.pen__coloe--3 {
    background: #f36371 none repeat scroll 0 0;
}
/*--------progress__bar--2-----------*/

.htc__skill__container.progress__bar--2 {
    margin-top: 0;
}
.progress__bar--2 .single__skill p {
    color: #333333;
    font-size: 14px;
    margin-bottom: 4px;
}
.progress__bar--2 .progress-bar {
    border-radius: 10px;
}
.progress__bar--2 .pen-lable {
    color: #f36371;
    font-size: 14px;
    top: -21px;
}
.progress__bar--2 .progress {
    background-color: #e6e6e6;
    margin-bottom: 30px;
}
.social__icon {
    display: flex;
}
/*------------------------n--------------------*/

.teacher-details-area .teacher__hover__info .social__icon li {
    display: inline-block;
}
.teacher-details-area .teacher__hover__info .social__icon li + li {
    margin-left: 25px;
}
.teacher-details-area .teacher__hover__info .social__icon li a {
    display: block;
    color: #fff;
}
.teacher-details-area .teacher__hover__info .social__icon li a:hover {
    color: #F36371;
}
.teacher-details-area .teacher__details h6 {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
}
/*-----------------------------
  27. Our Courses Details
-------------------------------*/

.courses__details__top h2 {
    font-size: 30px;
	word-break: break-word;
    margin-top: 0;
}
.courses__rating__price {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 38px;
}
.courses__top--left {
    display: flex;
}
.rating {
    align-items: center;
    display: flex;
}
.courses__teacher {
    display: flex;
    margin-right: 20px;	
}
.courses__top--right {
    display: flex;
}
.crs__teacher__images {
    margin-right: 20px;
}
.courses__teacher h4 {
    align-items: center;
    color: #333333;
    display: flex;
    font-size: 15px;
}
.courses__teacher h6 {
    align-items: center;
    color: #747474;
    display: flex;
    font-size: 15px;
}
.rating li i {
    color: #e9ae38;
    font-size: 18px;
}
.rating li.crs__review {
    color: #747474;
    font-size: 15px;
    padding-left: 12px;
}
.courses__teacher {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
.courses__teacher::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 23px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.courses__teacher span {
    align-items: center;
    display: flex;
    margin-top: -7px;
    padding: 0 5px;
}
.courses__rating__price {
    margin-top: 33px;
}
.courses__top--right span.cres__price {
    align-items: center;
    color: #f36371;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    margin-right: 80px;
}
.crs__btn .btn--theme {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}
/*Start Tab*/

.courses__view {
    display: flex;
}
.courses__view li a {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #333333;
    display: inline-block;
    font-size: 15px;
    height: 50px;
    line-height: 49px;
    padding: 0 25px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.courses__view li + li {
    margin-left: 10px;
}
.courses__view li a i {
    color: #005691;
    font-size: 16px;
    padding-right: 10px;
}
.courses__view li a::before {
    background: #005691 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single__crs__content.tab-pane:not(.active) {
    display: none;
}
.courses__view li.active a::before,
.courses__view li:hover a::before {
    opacity: 1;
}
.courses__view li.active a,
.courses__view li:hover a {
    background: #fff;
}
/*Start Tab Content*/

.single__crs__details h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.single__crs__details p {
    color: #666666;
    margin-top: 11px;
}
.single__crs__details {
    margin-top: 33px;
}
.single__crs__details ul {
    margin-top: 10px;
}
.single__crs__details ul li + li {
    padding-top: 4px;
}
.single__crs__details ul li i {
    color: #005691;
    font-size: 14px;
    padding-right: 12px;
}
.single__crs__content {
    padding: 0px 0px 30px 20px;
}
.htc__crs__tab__wrap {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    padding-left: 20px;
}
/*Courses Right SideBAr*/

.crs__features__list {
    display: flex;
}
.feature__duration li i {
    color: #005691;
    font-size: 14px;
    margin-right: 10px;
}
.feature__duration li {
    color: #333;
    font-size: 15px;
}
.feature__time li {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}
.feature__time {
    padding-left: 40px;
}
.feature__duration li + li {
    padding-top: 17px;
}
.feature__time li + li {
    padding-top: 17px;
}
.cres__features {
    margin-top: 39px;
}
/*Courses details Button*/

.ctrs__dtl__btn .btn--transparent {
    border: 1px solid #005691;
    color: #005691;
    height: 44px;
    line-height: 44px;
    padding: 0 27px;
}
.ctrs__dtl__btn .htc__btn {
    font-size: 14px;
    font-weight: 400;
}
.ctrs__dtl__btn .htc__btn::after {
    background: #005691 none repeat scroll 0 0;
}
.ctrs__dtl__btn .htc__btn:hover {
    color: #fff;
}
/*------------------
  Review
--------------------*/

.review {
    display: flex;
    justify-content: flex-start;
}
.review__thumb {
    margin-right: 30px;
    max-width: 80px;
}
.review__info h4 {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
}
.ht__rating {
    margin-left: 30px;
    overflow: hidden;
    float: left;
}
.ht__rating li i {
    color: #f36371;
}
.ht__rating li + li {
    padding-left: 3px;
}
.rating__send {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.rating__send a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 50px;
    transition: 0.3s;
}
.rating__send a + a {
    margin-left: 5px;
}
.rating__send a:hover {
    background: #f36371;
    color: #fff;
}
.ht__rating li {
    float: left;
}
.review__date span {
    color: #909090;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 2px;
}
.review__details p {
    font-size: 14px;
}
.review.rev__reply {
    margin-left: 30px;
    margin-top: 30px;
}
.ht__review__form h2 {
    color: #444;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 40px;
}
.single__form input {
    border: 1px solid #f1f1f1;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.single__form + .single__form {
    margin-top: 20px;
}
.single__form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #444;
    padding-top: 20px;
    padding-left: 20px;
}
.single__form textarea::-moz-placeholder {
    color: #444 !important;
    opacity: 1;
}
.ht__review__btn .htc__btn::after {
    background: #005691 none repeat scroll 0 0;
}
.ht__review__btn .htc__btn {
    font-size: 14px;
    font-weight: 400;
}
.ht__review__btn .btn--transparent {
    border: 1px solid #005691;
    color: #005691;
    height: 44px;
    line-height: 44px;
    padding: 0 27px;
}
.ht__review__btn .htc__btn:hover {
    color: #fff;
}
.popular__courses__wrap .owl-item [class*="col-md-"] {
    width: 100%;
}
/*----------------------- n---------------------*/

.course-details-area .htc__courses__leftsidebar img {
    margin-bottom: 30px;
}
.course-details-area .htc__crs__tab__wrap h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
/*--------------------------------------------
  14. Our Service Area
--------------------------------------------*/

.educen-services-area {
    padding-bottom: 25px;
    padding-top: 80px;
}
.educen-services-area .service {
    margin-bottom: 50px;
}
.service__icon i {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #005691;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 65px;
    height: 163px;
    line-height: 163px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 163px;
}
.service__icon [class^="flaticon-"]::before,
.service__icon [class*=" flaticon-"]::before,
.service__icon [class^="flaticon-"]::after,
.service__icon [class*=" flaticon-"]::after {
    font-size: 90px;
    margin-left: 0;
}
.service:hover .service__icon i {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #005691;
    color: #005691;
}
.service__details h2 {
    color: #005691;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 19px;
    position: relative;
    text-transform: uppercase;
}
.service__icon {
    margin-bottom: 28px;
}
.service__details h2::before {
    background: #005691 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 42px;
}
.service__details p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 19px;
}
/*Service Color 2*/

.service__color--2 .service__icon i {
    background: #e9ae37 none repeat scroll 0 0;
    border: 1px solid #e9ae37;
}
.service.service__color--2:hover .service__icon i {
    border: 1px solid #e9ae37;
    color: #e9ae37;
}
.service__color--2 .service__details h2 {
    color: #e9ae37;
}
.service__color--2 .service__details h2::before {
    background: #e9ae37 none repeat scroll 0 0;
}
/*Service Color 3*/

.service__color--3 .service__icon i {
    background: #93c524 none repeat scroll 0 0;
    border: 1px solid #93c524;
}
.service.service__color--3:hover .service__icon i {
    border: 1px solid #93c524;
    color: #93c524;
}
.service__color--3 .service__details h2 {
    color: #93c524;
}
.service__color--3 .service__details h2::before {
    background: #93c524 none repeat scroll 0 0;
}
/*Service Color 4*/

.service__color--4 .service__icon i {
    background: #28a8e3 none repeat scroll 0 0;
    border: 1px solid #28a8e3;
}
.service.service__color--4:hover .service__icon i {
    border: 1px solid #28a8e3;
    color: #28a8e3;
}
.service__color--4 .service__details h2 {
    color: #28a8e3;
}
.service__color--4 .service__details h2::before {
    background: #28a8e3 none repeat scroll 0 0;
}
.service__details h2 {
    color: #005691;
}
.service__details .line::before {
    background: #005691 none repeat scroll 0 0;
}
/* -----------------------------------
  05. Gallery Section
--------------------------------------*/

/*-- Portfolio Filter --*/

.portfolio-filter {
    margin-bottom: 20px;
    text-align: center;
}
.portfolio-filter li {
    background-color: transparent;
    border: 1px solid transparent;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 0 10px;
    position: relative;
    text-transform: uppercase;
}
.portfolio-filter li + li {
    margin-left: 40px;
}
.portfolio-filter li:hover {
    color: #005691;
}
.portfolio-filter li.active {
    color: #005691;
}
.portfolio-filter li::before {
    background: #005691 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 0;
}
.portfolio-filter li.active::before {
    width: 100%;
}
.portfolio-filter li.focus {
    border-outline: none;
}
/*-- Portfolio Item --*/
.portfolio-item a {
    display: block;
    position: relative;
}
.portfolio-item.no-padding {
    padding: 0;
}
.portfolio-item.yes-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.portfolio-grid.yes-padding-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.portfolio-item a::before {
    background-color: #005691;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.portfolio-item.gradient-bg a::before {
    background: #ed562d;
    background: -webkit-gradient(linear, left bottom, left top, from(#ed562d), to(#2d3e50));
    background: -webkit-linear-gradient(bottom, #ed562d 0%, #2d3e50 100%);
    background: -o-linear-gradient(bottom, #ed562d 0%, #2d3e50 100%);
    background: linear-gradient(0deg, #ed562d 0%, #2d3e50 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ed562d', endColorstr='#2d3e50', GradientType=1);
    transition: all 0.3s ease 0s;
}
.portfolio-item a:hover::before {
    opacity: 0.5;
}
.portfolio-item a img {
    width: 100%;
}
.portfolio-item a .port_content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.portfolio-item a .port_content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-left: -100px;
    opacity: 0;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-item a:hover .port_content h4 {
    margin-left: 0;
    opacity: 1;
}
.portfolio-item a .port_content span {
    color: #ffffff;
    display: block;
    font-family: "Montserrat";
    font-size: 12px;
    margin-left: 100px;
    line-height: 18px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.portfolio-item a:hover .port_content span {
    margin-left: 0;
    opacity: 1;
}
/*gallery popup icon*/

.portfolio-item a .port_content i {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.portfolio-item a:hover .port_content i {
    opacity: 1;
    visibility: visible;
}
.portfolio-item a .port_content i:hover {
    color: #F36371;
}
/*-- Portfolio Details --*/
/*-- Portfolio Image --*/
.portfolio-image img {
    width: 100%;
}
/*-- Portfolio Content --*/

.portfolio-content {
    margin-top: 30px;
    padding-left: 70px;
}
.portfolio-content .title {
    color: #595959;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.portfolio-content h4 {
    color: #828282;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 13px;
}
.portfolio-content p {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
/*-- Portfolio Details --*/

.portfolio-content ul {
    display: block;
    float: left;
    margin-bottom: 40px;
    margin-top: 25px;
    width: 100%;
}
.portfolio-content ul li {
    color: #616161;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.portfolio-content ul li a {
    color: inherit;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}
.portfolio-content ul li a:hover {
    color: #ed562d;
}
/*-- Portfolio Share --*/

.portfolio-content .share span {
    color: #616161;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin-right: 15px;
}
.portfolio-content .share a {
    color: #616161;
    display: inline-block;
    margin-right: 15px;
    padding: 0 3px;
}
.portfolio-content .share a:hover {
    color: #ed562d;
}
.portfolio-content .share a i {
    display: block;
    font-size: 13px;
    line-height: 25px;
}
/* ================================
    18. Responsive CSS
================================ */
/* -------------------------------
    NORMAL DESKTOP :992px 
------------------------------- */

@media (min-width: 992px) and (max-width: 1169px) {
    /* Slider */
    
    .educen-slides .single-slide-item .kc-title-wrap .kc_title {
        font-size: 50px;
        margin-left: 20px;
        margin-bottom: 25px;
    }
    .educen-slides .single-slide-item .kc_text_block p {
        font-size: 15px;
        margin-left: 20px;
    }
    .educen-slides .single-slide-item .kc_button {
        margin-left: 20px;
    }
    .educen-slider-area .owl-carousel .owl-nav div {
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
}
/* -------------------------------
    Tablet (Portrait) : 768px
------------------------------- */

@media (min-width: 768px) and (max-width: 990px) {
    .logged-in .header-area.sticky {
        top: 46px;
    }
    .logged-in .header-area.sticky .search__area {
        top: 46px;
    }
    /* header */
    
    .site-logo a {
        width: 80%;
    }
    a.meanmenu-reveal {
        right: 30px !important;
        top: -72px;
    }
    a.meanmenu-reveal i {
        font-size: 24px;
        line-height: 1;
    }
    /* Slider */
    
    .educen-slides .single-slide-item .kc-title-wrap .kc_title {
        font-size: 40px;
        margin-left: 20px;
        margin-bottom: 25px;
    }
    .educen-slides .single-slide-item .kc_text_block p {
        font-size: 15px;
        margin-left: 20px;
    }
    .educen-slides .single-slide-item .kc_button {
        font-size: 13px !important;
        font-weight: 400;
        padding: 10px 20px 11px;
        margin-left: 20px;
    }
    .educen-slider-area .owl-carousel .owl-nav div {
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    /* countdown */
    
    .educen-countdown-area .kc-col-container .kc_column_inner.kc_col-sm-8 {
        width: 60%;
    }
    .educen-countdown-area .kc-col-container .kc_column_inner.kc_col-sm-4 {
        width: 40%;
    }
    .educen-countdown-area {
        padding-bottom: 110px;
        padding-top: 75px;
    }
    .countdown-inner .kc-title-wrap h2.kc_title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .countdown-inner .kc-title-wrap h4.kc_title {
        font-size: 34px !important;
    }
    .countdown-inner .countdown-style2 .group + .group {
        margin-top: 30px;
    }
    .countdown-area-contact-form .kc-title-wrap {
        padding: 0 15px;
    }
    .countdown-area-contact-form .kc-title-wrap .kc_title {
        font-size: 16px;
    }
    .countdown-contact-inner {
        padding: 30px 20px 0;
    }
    .countdown-area-contact-form {
        margin-top: 130px;
        overflow: hidden;
    }
    /* Offer area */
    
    .educen-offer-area .single-offer::before {
        left: 0;
    }
    /* subscribe */
    
    .educen-subscribe-area .kc_text_block p {
        font-size: 15px;
    }
    .educen-subscribe-area input[type="email"] {
        max-width: 400px;
    }
    /* call-to-action-1 */
    
    .educen-call-to-action-1 .kc-title-wrap .kc_title {
        font-size: 24px !important;
    }
    .educen-call-to-action-1 .kc_text_block p {
        font-size: 15px !important;
    }
    .educen-call-to-action-1 {
        background-position: center right;
    }
    /* call-to-action-2 */
    
    .educen-call-to-action-2 .kc-title-wrap .kc_title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    /* Footer */
    
    .htc__footer__address {
        display: block;
        text-align: center;
    }
    .htc__footer__address li + li {
        line-height: 1;
        margin-left: 0;
        margin-top: 15px;
    }
    .footer-top-content [class*="col-md-"] .single-footer {
        margin-bottom: 0 !important;
    }
    .footer-top-content [class*="col-md-"]:last-child .single-footer {
        margin-bottom: 70px !important;
    }
    .footer-bottom .col-sm-6:last-child .copyright-text,
    .footer-bottom .col-sm-6:last-child .footer-copyright-menu,
    .footer-bottom .col-sm-6:last-child .footer-social {
        float: none;
        text-align: center;
    }
    /* copyright */
    
    .footer-bottom .copyright [class*="col-xs-"] + [class*="col-xs-"] {
        margin-top: 0px;
    }
    .copyright-text > p {
        line-height: 1.2;
        font-size: 13px;
    }
    .footer-bottom ul li a {
        font-size: 13px;
        line-height: 1;
        padding: 0 5px 5px;
    }
    /* breadcrumbs */
    
    .breadcrumbs-area .breadcrumbs h2.page-title {
        font-size: 24px;
    }
    /* testimonial */
    
    .testimonial-image-slider .slick-dots li {
        display: none;
    }
    /* subscribe */
    
    .educen-subscribe-area .mc4wp-form-fields {
        padding-top: 0;
    }
    .educen-subscribe-area .kc_text_block {
        padding-bottom: 80px;
        padding-top: 150px;
    }
    #menu-main-menu .menu-item.menu-item-has-children::before,
    .main__menu li.drop::before {
        display: none;
    }
    .mobile-menu .mean-nav ul {
        padding-top: 0;
    }
    .educen-why-choose-us-area .kc-feature-boxes {
        margin-bottom: 10px !important;
    }
    .educen-why-choose-us-area .box-right {
        padding-left: 15px !important;
    }
    .educen-why-choose-us-area .content-icon i {
        font-size: 22px !important;
        height: 70px !important;
        line-height: 70px !important;
        width: 70px !important;
    }
    .educen-why-choose-us-area .box-right .content-title {
        font-size: 14px !important;
    }
    .educen-call-to-action-2 .kc-title-wrap .kc_title {
        font-size: 20px !important;
    }
    .educen-slides .single-slide-item .kc-title-wrap .kc_title {
        margin-bottom: 15px !important;
    }
    .educen-subscribe-area input[type="email"] {
        max-width: 350px;
    }
    .testimonial-text-slider p {
        padding: 0 10%;
    }
    .htc__courses__rightsidebar {
        margin-top: 50px;
    }
    .htc__courses__leftsidebar {
        margin-top: 50px;
    }
    .widget-area {
        margin-top: 50px;
    }
    /* header */
    
    .cart__search__list {
        height: 90px;
        line-height: 90px;
    }
    a.meanmenu-reveal {
        top: -57px;
    }
	.sticky a.meanmenu-reveal {
		top: -49px;
	}	
    /*slider-full-height*/
    
    .slider-full-height .single-slide-item section {
        padding-top: 140px;
    }
}
/* -------------------------------
    NORMAL DESKTOP :840px 
------------------------------- */

@media (min-width: 780px) and (max-width: 1024px) {
    .logged-in .header-area.sticky {
        top: 32px;
    }
    .logged-in .header-area.sticky .search__area {
        top: 32px;
    }
}
/* ---------------------------------
    Mobile Device (320)
--------------------------------- */

@media (max-width: 767px) {
    html.js {
        margin-top: 0px!important;
    }
    html .logged-in {
        margin-top: 0px!important;
    }
    /* logged-in admin-bar */
    
    .logged-in.admin-bar .search__area,
    .logged-in.admin-bar .header-style2,
    .logged-in.admin-bar .header-style3 {
        top: 46px;
    }
    .logged-in .header-are a.sticky {
        top: 0;
    }
    .logged-in .header-area.sticky {
        top: 0;
    }
    .header-sticky.sticky a.meanmenu-reveal {
        top: -48px;
    }
    /* header-top */
    
    .header-top-area {
        display: none;
    }
    .header-info {
        text-align: center;
    }
    .header-info span {
        display: block;
    }
    .header-info span + span {
        margin-left: 0;
        margin-top: 5px;
        padding-left: 0;
    }
    .header-social {
        margin-top: 5px;
        text-align: center;
    }
    .header-top-area .header-social ul li + li {
        margin-left: 3px;
    }
    .header-social ul li a {
        font-size: 12px;
    }
    /* header */
    
    .site-logo a {
        width: 80%;
    }
    a.meanmenu-reveal {
        right: 30px !important;
        top: -72px;
    }
    a.meanmenu-reveal i {
        font-size: 24px;
        line-height: 1;
    }
    /* Slider */
    
    .educen-slides .single-slide-item .kc-title-wrap .kc_title {
        font-size: 24px;
        margin-left: 20px;
        margin-bottom: 25px;
    }
    .educen-slides .single-slide-item .kc_text_block p {
        font-size: 15px;
        margin-left: 20px;
    }
    .educen-slides .single-slide-item .kc_button {
        font-size: 13px !important;
        font-weight: 400;
        padding: 10px 20px 11px;
        margin-left: 20px;
    }
    .educen-slider-area .owl-carousel .owl-nav div {
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    /* countdown */
    
    .educen-countdown-area {
        padding-bottom: 110px;
        padding-top: 75px;
    }
    .countdown-inner .kc-title-wrap h2.kc_title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .countdown-inner .kc-title-wrap h4.kc_title {
        font-size: 34px !important;
    }
    .countdown-inner .countdown-style2 .group {
        display: block;
        margin-right: 0 !important;
    }
    .countdown-inner .countdown-style2 .group + .group {
        margin-top: 30px;
    }
    .countdown-area-contact-form {
        margin-top: 50px;
    }
    .countdown-area-contact-form .kc-title-wrap {
        padding: 0 15px;
    }
    .countdown-area-contact-form .kc-title-wrap .kc_title {
        font-size: 16px;
    }
    .countdown-contact-inner {
        padding: 30px 20px 0;
    }
    /* subscribe */
    
    .educen-subscribe-area .kc_text_block {
        padding-bottom: 95px;
        padding-top: 100px;
    }
    .educen-subscribe-area .kc_text_block p {
        font-size: 15px;
    }
    /* call-to-action-1 */
    
    .educen-call-to-action-1 .kc-title-wrap .kc_title {
        font-size: 24px !important;
    }
    .educen-call-to-action-1 .kc_text_block p {
        font-size: 15px !important;
    }
    /* call-to-action-2 */
    
    .educen-call-to-action-2 .kc-title-wrap .kc_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    /* Footer */
    
    .footer-top-content {
        text-align: center;
    }
    .htc__footer__address {
        display: block;
        text-align: center;
    }
    .htc__footer__address li + li {
        line-height: 1;
        margin-left: 0;
        margin-top: 15px;
    }
    .footer-top-content [class*="col-md-"] .single-footer {
        margin-bottom: 0 !important;
    }
    .footer-top-content [class*="col-md-"]:last-child .single-footer {
        margin-bottom: 70px !important;
    }
    .footer-bottom .col-sm-6:last-child .copyright-text,
    .footer-bottom .col-sm-6:last-child .footer-copyright-menu,
    .footer-bottom .col-sm-6:last-child .footer-social {
        float: none;
        text-align: center;
    }
    /* copyright */
    
    .footer-bottom .copyright [class*="col-xs-"] + [class*="col-xs-"] {
        margin-top: 10px;
    }
    .copyright-text > p {
        line-height: 1.2;
        font-size: 13px;
    }
    .footer-bottom ul li a {
        padding: 5px;
        font-size: 13px;
    }
    .footer-bottom .col-sm-6:first-child .copyright-text,
    .footer-bottom .col-sm-6:first-child .footer-social {
        float: none;
        text-align: center;
    }
    /* testimonial */
    
    .testimonial-image-slider .slick-dots li {
        display: none;
    }
    .testimonial-wrap {
        margin: auto;
        width: 100%;
    }
    .testimonial-wrap .slick-slide {
        display: block;
        text-align: center;
    }
    .educen-countdown-area .kc-countdown-timer {
        display: flex;
        justify-content: center;
        color: #f10;
    }
    /* subscribe */
    
    .educen-subscribe-area .mc4wp-form-fields {
        padding-top: 0;
    }
    .educen-subscribe-area .kc_text_block {
        padding-bottom: 80px;
        padding-top: 150px;
    }
    #menu-main-menu .menu-item.menu-item-has-children::before,
    .main__menu li.drop::before {
        display: none;
    }
    .mobile-menu .mean-nav ul {
        padding-top: 0;
    }
    .educen-why-choose-us-area .kc-feature-boxes {
        margin-bottom: 25px !important;
    }
    .educen-why-choose-us-area .box-right {
        padding-left: 15px !important;
    }
    .educen-why-choose-us-area .content-icon i {
        font-size: 22px !important;
        height: 70px !important;
        line-height: 70px !important;
        width: 70px !important;
    }
    .educen-why-choose-us-area .box-right .content-title {
        font-size: 14px !important;
    }
    .educen-call-to-action-2 .kc-title-wrap .kc_title {
        font-size: 20px !important;
    }
    .educen-slides .single-slide-item .kc-title-wrap .kc_title {
        margin-bottom: 15px !important;
    }
    .educen-why-choose-us-area .kc_single_image {
        margin-bottom: 30px;
    }
    .testimonial-text-slider p {
        padding: 0 3%;
    }
    .htc__courses__rightsidebar {
        margin-top: 50px;
    }
    .htc__courses__leftsidebar {
        margin-top: 50px;
    }
    .widget-area {
        margin-top: 50px;
    }
    /* breadcrumbs */
    
    .breadcrumbs-area .breadcrumbs h2.page-title {
        font-size: 20px;
        line-height: 1.2;
    }
    .educen-subscribe-area input[type="email"] {
        max-width: 250px;
    }
    /* header */
    
    .cart__search__list {
        height: 90px;
        line-height: 90px;
    }
    a.meanmenu-reveal {
        top: -57px;
    }
    /*mobile-menu header-style2*/
    
    .header-style2 a.meanmenu-reveal {
        color: #fff;
    }
    .header-style2 .header-area.sticky a.meanmenu-reveal {
        color: #333;
    }
    .header-style2 .mean-nav > ul > li > a,
    .header-style2 .mean-nav ul li li a {
        border-color: #2e2e2e;
        color: #fff;
    }
    .header-style2 .header-area.sticky .mean-nav > ul > li > a,
    .header-style2 .header-area.sticky .mean-nav ul li li a {
        border-color: #2e2e2e;
        color: #333;
    }
    .header-style2 .mean-nav a.mean-expand {
        color: #fff;
    }
    .header-style2 .mean-nav a.mean-expand {
        background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    }
    .header-style2 .header-area.sticky .mean-nav a.mean-expand {
        color: #fff;
    }
    .header-style2 .header-area.sticky a.mean-expand {
        background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    }
    /*mobile-menu header-style3*/
    
    .header-style3 a.meanmenu-reveal {
        color: #fff;
    }
    .header-style3 .header-area.sticky a.meanmenu-reveal {
        color: #333;
    }
    .header-style3 .mean-nav > ul > li > a,
    .header-style3 .mean-nav ul li li a {
        border-color: #7d7d7d;
        color: #fff;
    }
    .header-style3 .header-area.sticky .mean-nav > ul > li > a,
    .header-style3 .header-area.sticky .mean-nav ul li li a {
        border-color: #2e2e2e;
        color: #333;
    }
    .header-style3 .mean-nav a.mean-expand {
        color: #fff;
    }
    .header-style3 .mean-nav a.mean-expand {
        background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    }
    .header-style3 .header-area.sticky .mean-nav a.mean-expand {
        color: #fff;
    }
    .header-style3 .header-area.sticky a.mean-expand {
        background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    }
    /*section__title*/
    
    .section__title h2 {
        font-size: 24px;
    }
    .slider-full-height .single-slide-item section {
        padding-top: 80px;
    }
}
/* -------------------------------
    Tablet :650px 
------------------------------- */

@media (min-width: 601px) and (max-width: 767px) {
    .logged-in .header-area.sticky {
        top: 46px !important;
    }
    .logged-in .header-area.sticky .search__area {
        top: 46px !important;
    }
}
/* ================================
     End
================================ */

.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-author.comment-img img {
    margin-right: 30px;
}
.page-links span {
    margin-right: 3px;
}
.comment-text > p {
    margin-bottom: 0;
}
.comment-text .author-name,
.comment-text a.url {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-style: normal;
    text-transform: uppercase;
}
.bypostauthor .comment-text a.url::after {
    content: "\f2c0 ";
    font-family: fontawesome;
    font-size: 90%;
    left: 3px;
    opacity: 0.5;
    position: relative;
    top: 0;
}
.comment-text > p {
    color: #525252;
    letter-spacing: 1px;
    padding-right: 25px;
}
.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.comment-text .reply a {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.comment-text .reply a:hover {
    background-color: #005691;
    border-color: #005691;
    color: #fff;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    color: #222222;
    font-family: dosis;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.leave-comment-form {
    margin-top: 40px;
}
.comment-respond h3.comment-reply-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 11px;
    margin-top: 0;
}
.comment-form > p {
    margin: 0;
}
.comment-form > p.comment-notes {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.form-submit .submit {
    margin-bottom: 0;
}
.input_half {
    width: 50%;
    float: left;
}
.input_half.left {
    padding-right: 15px;
}
.input_half.right {
    padding-left: 15px;
}
.leave-comment-form form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 178px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 30px;
}
.leave-comment-form form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666;
    font-size: 14px;
    height: 48px;
    letter-spacing: 1px;
    padding: 2px 30px;
    width: 100%;
    margin-bottom: 30px;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form .submit {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 11px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
    background-color: #fff;
    color: #666;
    border: 1px solid #dddddd;
}
.blog-comment,
.leave-comment {
    margin-top: 50px;
}
.comment-respond {
    margin-bottom: 50px;
    margin-top: 50px;
}
.comment-text .comment-meta.commentmetadata a {
  display: inline-block;
  text-decoration: none;
}
.comment-meta.commentmetadata {
    position: relative;
}
.edit--btn {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment--date--time {
    margin-top: 5px;
}
.comment-reply-title small {
    float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
    content: "\f00d";
    font-size: 25px;
    position: relative;
    top: 0px;
    right: 0;
    font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
    text-decoration: none;
    outline: none;
}
.no-comments {
    padding: 10px 15px;
    background-color: #ededed;
}
.related-post .row {
    display: flex;
    flex-flow: wrap;
}
.related-post .row div[class*="col-"] {
    margin-top: 30px;
}
.related-post .sidebar-title {
    margin-bottom: 34px;
    margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .comment-list .children {
        margin-left: 30px;
    }
    .comment-author.comment-img {
        width: 100px;
    }
    .comment-text {
        padding-left: 120px;
    }
}
@media ( max-width: 767px) {
    .comment-list .children {
        margin-left: 10px;
    }
    .comment-author.comment-img {
        float: none;
        width: 60px;
    }
    .comment-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .comment-respond h3.comment-reply-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .input_half {
        float: none;
        width: 100%;
    }
    .input_half.left {
        padding-right: 0;
    }
    .input_half.right {
        padding-left: 0;
    }
    .leave-comment-form form textarea {
        height: 120px;
        letter-spacing: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .leave-comment-form form input {
        letter-spacing: 0px;
        margin-bottom: 20px;
        padding: 2px 15px;
    }
    .comment-title.sidebar-title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }
}
/* Blog details page */

.blog-slider {
    margin: 0 0 40px;
}
.blog-info-dec > p {
    line-height: 30px;
}
.blog-info-dec span {
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 1;
    margin: 0 5px 0 0;
}
blockquote {
    border-left: 5px solid #4b4a4a;
    color: #666666;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin: 52px 0 54px 70px;
    padding: 20px 70px 20px 26px;
}
.blog-info > p {
    line-height: 30px;
}
.blog-info > ul > li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.blog-info li:last-child {
    margin-bottom: 0px;
}
.blog-img {
    margin: 50px 0;
}
.user-text {
    color: #666;
    display: inline-block;
    float: left;
    font-family: dosis;
    letter-spacing: 2px;
}
.user-share {
    display: inline-block;
    float: right;
}
.user-info {
    clear: both;
    display: block;
    margin: 47px 0 53px;
    overflow: hidden;
}
.user-name {
    padding-right: 47px;
}
.blog-story-area .user-share > ul {
    display: inline-block;
    margin: 0;
}
.user-share > span {
    color: #666666;
    display: inline-block;
    float: left;
    font-family: dosis;
    letter-spacing: 3px;
    margin-right: 14px;
}
.user-share > ul > li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}
.user-share > ul > li:first-child {
    margin-left: 0px;
}
.user-share a {
    color: #666666;
}
.user-share a:hover {
    color: #005691;
}
.next-prev {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    min-height: 80px;
    padding: 20px 0;
}
.next-prev a {
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    font-family: dosis;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px 20px;
}
.next-prev a i {
    color: #666;
    transition: all .3s ease 0s;
}
.next-prev a.prev-btn i {
    padding-right: 5px;
}
.next-prev a.next-btn i {
    padding-left: 5px;
}
.next-prev a:hover {
    background-color: #005691;
    color: #fff;
}
.next-prev a:hover i {
    color: #fff;
}
a.next-btn {
    float: right;
}
.author-box.author {
    align-items: flex-start;
    display: flex;
    justify-content: initial;
    margin: 100px 0;
    overflow: hidden;
}
.author-img {
    display: inline-block;
    float: left;
}
.author-info {
    float: right;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 120px);
}
.author-info > h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.author-info > h4 a {
    color: #666666;
}
.author-info > h4 a:hover {
    color: #000;
}
.author-info > h4 a span {
    color: #999999;
    font-size: 14px;
    margin-left: 7px;
}
.author-info > p {
    line-height: 25px;
    margin-bottom: 0;
}
.single-related-post a img {
  margin-bottom: 20px;
}
.related-post {
    display: block;
    overflow: hidden;
}
.single-related-post a {
    display: block;
}
.related-post-title > h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 0;
}
.related-post-title > h3 a {
    color: #202020;
}
.related-post-title > h3 a:hover {
    color: #005691;
}
.related-post-title > span {
    color: #636363;
    font-size: 13px;
}
/* Author Informations */

.sidebar-widget .author--info--wrap img {
    width: 100%;
}
.video-img > img {
    width: 100%;
}
.self-info {
    padding: 37px 35px 50px;
    background-color: #f6f6f6;
}
.self-info > h3 {
    color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.self-info > p {
    color: #000;
    margin: 0;
}
.self-info > p span {
    font-weight: bold;
}
.sidebar-widget .blog-social {
    margin-top: 43px;
}
.sidebar-widget .blog-social > h4 {
    color: #363535;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 39px;
    position: relative;
}
.sidebar-widget .blog-social ul li {
    display: inline-block;
    margin: 0 5px;
}
.sidebar-widget .blog-social ul li a {
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    color: #999999;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    width: 40px;
}
.sidebar-widget .blog-social ul li a:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}
.sidebar-widget .blog-social h4::before {
    background-color: #565252;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}
.sidebar-banner img {
    max-width: 100%;
    width: 100%;
}
.sidebar-banner a {
    display: block;
}
/* Video popup */

.video-img {
    position: relative;
}
.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    color: #000;
}
.video-img a:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.video-title h5 {
    color: #1c1c1c;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}
.video-title h5 a {
    color: #1c1c1c;
    margin-bottom: 8px;
}
.video-title h5 a:hover {
    color: #555;
}
.video-title > span {
    color: #979797;
    font-weight: 600;
}
.video-title {
    margin-top: 23px;
}
/* Recent post */

.post-img {
    display: inline-block;
    float: left;
}
.sidebar-post > li {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar-post > li:last-child {
    margin-bottom: 0px;
}
.post-text {
    padding-left: 141px;
}
.sidebar-widget .post-text > h4 {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 0;
}
.post-text > h4 a {
    color: #2a2a2a;
    font-size: 15px;
}
.post-text > h4 a:hover {
    color: #f36371;
}
.post-text > span {
    color: #000;
    font-size: 12px;
    display: block;
}
/* Search Form */

.blog-search form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    color: #989797;
    font-size: 14px;
    font-weight: 300;
    height: 60px;
    margin-bottom: 0;
    padding: 2px 82px 2px 30px;
    width: 100%;
}
.blog-search form input::-webkit-input-placeholder {
    /* Chrome */
    
    color: #989797;
    opacity: 1;
}
.blog-search form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #989797;
    opacity: 1;
}
.blog-search form {
    position: relative;
    background-color: #f6f6f6;
}
.blog-search form button {
    background-color: transparent;
    border: medium none;
    color: #bbbbbb;
    font-size: 20px;
    height: 60px;
    padding: 0 23px;
    position: absolute;
    right: 0px;
    transition: all .3s ease 0s;
    top: 0;
}
.blog-search form button:hover {
    color: #000;
}
/* Side bar Menu */

.widget_categories.sidebar-widget ul li {
    text-align: right;
    color: #999999;
    overflow: hidden;
}
.widget_categories.sidebar-widget ul li a {
    display: block;
    float: left;
    text-align: left;
}
.sidebar-widget.widget_educen_recent_post ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.sidebar-widget ul li ul.children li a,
.sidebar-widget ul li ul.sub-menu li a {
    color: #444;
}
.sidebar-widget ul li ul.children li a:hover,
.sidebar-widget ul li ul.sub-menu li a:hover {
    color: #005691;
}
.sidebar-widget ul li ul.children li:first-child,
.sidebar-widget ul li ul.sub-menu li:first-child {
    padding-top: 10px;
}
.sidebar-widget ul li:hover a {
    color: #005691;
}
.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* Tag cloud */

.tagcloud {
    margin-left: -6px;
    margin-right: -6px;
}
.single-footer .tagcloud a:hover {
    background: #ddd none repeat scroll 0 0;
    color: #333;
}
.single-footer .tagcloud a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
}
.single-footer .rsswidget {
    color: #ffffff;
}
/*-------------*/

.single__details h3 {
    margin-top: 30px;
}
.blog-wrapper .related-post {
    margin-top: 30px;
}
.single-related-post {
    margin-bottom: 30px;
}
.teacher__address li {
    list-style: outside none none;
}
.teacher__shedule__time li {
    list-style: outside none none;
}
.author--info--wrap {
    border: 1px solid #f5f5f5;
}
.author.author-box {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 20px;
}
#wp-calendar thead tr th,
#wp-calendar tbody tr td {
    text-align: center;
}
/* Online courses style */
.form-container {
    color: #555454;
    font-size: 14px;
    margin: -60px 0 0;
    overflow: hidden;
    padding: 38px 64px;
    position: relative;
    z-index: 3;
}
.box-select {
    z-index: 9;
    position: relative;
    overflow: hidden;
}
.form-container:after {
    background: rgba(0, 86, 145, 0.85) none repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.select {
    display: inline-block;
    float: left;
    margin-right: 9px;
    position: relative;
}
.select.large {
    width: 39%;
}
.select select {
    border: medium none;
    cursor: pointer;
    height: 42px;
    padding: 0 16px;
    width: 100%;
    font-size: 16px;
}
.form-container .select input[type="text"] {
    height: 42px;
    border: none;
}
.form-container button:hover {
    background: #005691;
}
.form-container button {
    background: #2d3e50 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: right;
    line-height: 42px;
    padding: 0 28px;
    position: relative;
    z-index: 99;
    border-radius: 0;
    transition: 0.4s;
    font-size: 14px;
}
.single-item-comment-view span {
    display: inline-block;
    font-size: 15px;
    color: #999;
}
.educen_students_information {
    background: #f6f8f9 none repeat scroll 0 0;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: space-between;
}
.single-item-comment-view span i {
    margin-right: 5px;
}
.course-price.free-course span.price {
    color: #00d637;
}
.course-price span.price {
    font-weight: 600;
}
.single-item-comment-view span:last-child {
    margin-left: 15px;
}
.single-courses-title h4 {
    margin-bottom: 10px;
    margin-top: 0;
    word-wrap: break-word;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.course_single_area .single-item-image a {
    display: block;
    overflow: hidden;
    position: relative;
}
.course_single_area .educen_course_thumbnail {
    position: relative;
}
.course_single_area .course-instructor:before {
    background: #000;
    opacity: 0.6;
    position: absolute;
    content: "";
    width: 100%;
	height: 100%;
}
.course_single_area .course-instructor{
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
}
.courses__hover__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}
.courses__hover__thumb {
    margin-right: 20px;
}
.courses__hover__thumb img {
    border-radius: 50%;
}
.author-contain a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
.entry-content .author-contain a{
	text-decoration: none;
}
span.course-time {
    color: #fff;
	font-size: 14px;
}
.single-item-text {
    padding: 24px 20px 12px;
}
.single-item.course_single_area {
    border: 1px solid #f0f0f0;
}
.course_single_area .single-item-image a img {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.course_single_area:hover .single-item-image a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.single-sidebar-widget {
    margin-bottom: 62px;
    overflow: hidden;
}
.tution-wrapper {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-bottom: 15px;
    overflow: hidden;
}
.tutor-image {
    padding-top: 37px;
    text-align: center;
}
.tutor-image > img {
    border: 2px solid #005691;
    border-radius: 50%;
}
.sidebar-widget-course .single-teacher-text {
    padding: 20px 0 32px;
    position: inherit;
}
.single-teacher-text {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 40px 20px 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.single-teacher-text > h3 {
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 4px;
    margin-top: 0;
}
.single-teacher-text > h3 a {
    color: #2d3e50;
    font-size: 22px;
}
.sidebar-widget-course .single-teacher-text > h3 a:hover {
    color: #86BC42;
}
.single-teacher-text > h4.degignation {
    color: #999;
    font-size: 16px;
}
.single-teacher-text > h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 6px;
}
.sidebar-widget-course .single-teacher-text > p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 20px 0;
    text-align: justify;
}
.single-sidebar-widget .social-links {
    padding-top: 10px;
    position: inherit;
}
.social-links {
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.social-links a {
    border: 1px solid #2d3e50;
    border-radius: 50%;
    color: #2d3e50;
    display: inline-block;
    font-size: 14px;
    height: 27px;
    line-height: 25px;
    margin: 0 3px;
    text-align: center;
    width: 27px;
}
.social-links a:hover {
    background: #005691 none repeat scroll 0 0;
    border-color: #005691;
    color: #ffffff;
}
.entry-content .single-teacher-text > h3 a{
	text-decoration: none;
}
.single-sidebar-widget .tags li {
    display: inline-block;
}
.single-sidebar-widget ul.tags {
    margin: 0;
    padding: 0;
    list-style: none;
}
.entry-content .single-sidebar-widget .tags li a{
	text-decoration: none;
}
.course_single_area .single-item-text h4 {
    margin-top: 0;
    margin-bottom: 8px;
}
.single-item-text .course-price span.price {
    font-size: 16px;
}
.courses__top--left span.course-time {
    color: #333;
    font-size: 15px;
}
.courses__top--left .author-contain a{
	color: #333;	
}
.courses__top--left .courses__teacher span{
	padding: 0;
}
.courses__top--left .author-contain a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.courses__top--left .value {
    margin-bottom: 10px;
}
.courses__top--left .course-students .value {
    margin-bottom: 0;
}
.courses__top--left .single-item-content {
    line-height: 60px;
}
.courses__top--right .course-price {
    margin: 0 20px 0 0;
    line-height: 60px;
}
.lp-single-course .courses__top--right .course-price {
    margin-bottom: 0;
}
.lp-single-course .courses__top--right .lp-course-buttons {
    margin-bottom: 0;
    line-height: 60px;
}
.courses__top--right .course-landing-summary .course-meta {
    margin-bottom: 0;
}
.learnpress-page .button.lp-button.button-enroll-course {
    background: #005691 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
	font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    transition: 0.4s;
}
.learnpress-page .button.lp-button.button-enroll-course:hover {
    background: #F36371 none repeat scroll 0 0;
}
#learn-press-course-tabs {
    margin-bottom: 40px;
}
.course-duration ul.learn-press-nav-tabs {
    border-bottom: 1px solid #eee;
    margin: 0;
}
.course-duration ul.learn-press-nav-tabs li.course-nav {
    margin-right: 3px;
}
.course-duration ul.learn-press-nav-tabs li.course-nav.active::before ,
.course-duration ul.learn-press-nav-tabs li.course-nav:hover a::before {
    background: #fff none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 10;
}
.course-duration ul.learn-press-nav-tabs .course-nav.active:after, 
.course-duration ul.learn-press-nav-tabs .course-nav:hover:after {
    position: absolute;
    bottom: -3px;
    background: #00adff;
    height: 3px;
    width: 100%;
    content: '';
    left: 0;
}
.course-duration ul.learn-press-nav-tabs .course-nav.active::after, 
.course-duration ul.learn-press-nav-tabs .course-nav:hover::after {
    top: 0 ;
    bottom: auto;
    background: #F36371 none repeat scroll 0 0;
}
ul.learn-press-nav-tabs .course-nav.active a {
    background: transparent;
	color: #F36371;
}
ul.learn-press-nav-tabs .course-nav a {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #fff;
}
.entry-content ul.learn-press-nav-tabs .course-nav a {
    text-decoration: none;
}
.tab-content-area {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eee #eee;
    -o-border-image: none;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 20px 30px;
    border-color: #eee;
}
.entry-content ul.learn-press-nav-tabs .course-nav a:hover {
    background: transparent;
    color: #F36371;
    border-bottom: none;
}
.course-duration .course-curriculum ul.curriculum-sections .section-header {
    border-bottom: 1px solid #F36371;
}
.course-duration .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
    background: #005691 none repeat scroll 0 0;
}
.entry-content .course-curriculum ul.curriculum-sections .section-content .course-item a.section-item-link{
	text-decoration: none;
}
.course-duration .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before {
	color: #F36371;
}
.course-duration .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{
	background: #F36371;
}
.lp-single-course .tab-content-area .course-author {
    margin-bottom: 0;
}
.author-avatar {
    float: left;
    margin-right: 20px;
    width: 85px;
}
.author_description {
    float: left;
    width: calc( 100% - 105px ) !important;
}
.author-top {
    margin-bottom: 13px;
}
article .lp-single-course .course-author .author-name {
    float: none;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
.author-degignation {
    color: #999;
    font-size: 13px;
}
.course-author .social-links {
    position: inherit;
    text-align: left;
}
.lp-single-course .course-author .author-bio {
    float: left;
    margin-top: 15px;
    width: 100%;
}
article .lp-single-course .course-author .author-bio {
    font-style: normal;
}
.entry-content .lp-single-course .course-author .author-name a{
	text-decoration: none;
}

.course-review-head {
    font-size: 24px;
    margin-bottom: 15px;
}
.average-rating {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 200px;
}
.rating-title {
    margin-bottom: 10px;
}
.average-rating .rating-box {
    text-align: center;
}
.rating-box {
    border: 1px solid #eee;
    padding: 20px 0;
}
.rating-box .average-value {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    margin: 27px 0 11px;
    color: #005691;
}
.review-amount {
    font-weight: 600;
    margin-top: 6px;
}
.detailed-rating {
    overflow: hidden;
}
.detailed-rating .rating-box .course-rate {
    padding: 0px 20px;
}
.detailed-rating .rating-box .course-rate .review-bar {
    width: calc(100% - 100px);
    height: 10px;
}
.rating-box .course-rate .review-bar .rating {
    background: #005691 none repeat scroll 0 0;
    height: 10px;
}
.educen.learnpress.learnpress-page .lp-button {
    background: #005691 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    transition: 0.4s;
	font-size: 14px;
}
.educen.learnpress.learnpress-page .lp-button:hover {
    background: #F36371 none repeat scroll 0 0;
}
.course-price span.origin-price {
    text-decoration: line-through;
}
.entry-content .comment-respond p.logged-in-as a {
    text-decoration: none;
}
.button-large.button-default {
    background: #005691 none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
	margin: 0;
    margin-top: 83px;
    padding: 12px 18px;
}
.button-large.button-default i {
    font-size: 18px;
    line-height: 20px;
    margin-left: 11px;
    position: relative;
    top: 2px;
}
.lp-user-profile #learn-press-profile-header {
    background: #005691 none repeat scroll 0 0;
}
.learnpress .lp-user-profile .profile-name{
    text-transform: capitalize;
}
.learnpress .lp-user-profile .lp-profile-avatar img{
	padding-bottom: 3px;
}
/*Course profile dashboard*/
.lp-profile-content .lp-tab-sections .section-tab.active span {
    padding-bottom: 13px;
}
.lp-profile-content .lp-tab-sections .section-tab.active span {
    border-bottom: 2px solid #005691;
}
.lp-profile-content .lp-tab-sections .section-tab a, 
.lp-profile-content .lp-tab-sections .section-tab span {
    padding: 15px 10px;
}
.entry-content ul.lp-tab-sections{
	margin-left: 0;
}
.lp-user-profile #learn-press-profile-nav .tabs > li ul li.active a, 
.lp-user-profile #learn-press-profile-nav .tabs > li ul li:hover a {
    color: #005691;
}
.entry-content .lp-profile-content .lp-tab-sections .section-tab a ,
.entry-content ul.lp-sub-menu li a{
    text-decoration: none;
}
.entry-content ul.lp-sub-menu {
    margin-left: 0;
}
.profile.educen.learnpress-page .lp-button {
    background: #005691 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    transition: 0.4s;
}
.profile.educen.learnpress-page .lp-button:hover {
    background: #2d3e50 none repeat scroll 0 0;
    color: #ffffff;
}
.lp-profile-content button {
    background: #005691 none repeat scroll 0 0;	
    border: medium none;
	font-size: 14px;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    line-height: inherit;
    transition: 0.4s;	
}
.lp-profile-content button:hover {
    background: #F36371 none repeat scroll 0 0;	
}
.single-item-rating {
    line-height: 60px;
    margin-left: 15px;
}
.single-item-rating i.fa-star {
    color: #0a84d8;
}
.sidebar-widget.widget_rss ul li a.rsswidget ,
.single-footer.widget_rss ul li a.rsswidget{
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
	line-height: 1.4;
}
.sidebar-widget.widget_rss ul li .rssSummary ,
.single-footer.widget_rss ul li .rssSummary{
	padding: 5px 0;
    line-height: 1.4;
}
.sidebar-widget.widget_rss ul li ,
.single-footer.widget_rss ul li{
	padding-bottom: 15px;
}
.sidebar-widget.widget_rss ul li:last-child ,
.single-footer.widget_rss ul li:last-child{
	padding-bottom: 0;
}