/*!
Theme Name: Edufair
Theme URI: https://banyanthemes.com/themes/edufair/
Author: BanyanTheme
Author URI: https://banyanthemes.com/
Description: Edufair is a complete Learning Management System ( LMS ). Teachers can earn money by selling their course. Edufair has 6 complete demos for  Online Course, University, High School and Kindergarten. It is perfect for any kind of Educational website. It is very easy to use.
Fully Responsive Online – Education Theme built on WordPress platform. It’s a modern crafted WordPress theme which can be used for Educational Institutions like Universities and Colleges, High School, Kindergarten, Online Courses. This is highly customizable – looks awesome on tablets and mobile devices. We have included a documentation folder to describe the code structures. Feel any trouble to install this theme or others, our support team always ready to help you. We have included a best practice of web development – you can create great website layout based on Drag & Drop WordPress page builder. We've used King Composer page builder in Edufair theme. Why we've used it and why not Visual Composer? King Composer is very lightweight, fast load, more plus point are it is a free plugin and you no need to buy any kind of license ( but it has many premium add-ons if you want ).  So you are safe and you can save a lot of money.  We've integrated our custom front-end login & register plugin. So you no need to use WordPress default login & register.  More and more options available in Edufair education theme please check out our online demos.
We believe – we have covered everything you need to set up an Online – Education Site, but if there is something that you would like to know when we are happy to help you out.
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edufair
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

edufair is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;	
	display: none;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.5em;
	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;
    max-width:100%;
}

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: 0 solid #ddd;
    margin: 20px 0;
    padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
    padding: 10px;
    border: 1px solid #f5f5f5;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    color: #333333;
    word-wrap: break-word
}

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: #f5f5f5;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 16px;
}

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: #ffffff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #7a7a7a;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}

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

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



blockquote {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.2px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	border: 0;
	padding: 40px 0 70px
}
blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 70px;
	color: #dddddd;
	margin-bottom: 30px;
    margin-top: 30px;
	display: block;
	text-align: center;
}


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

ul,
ol {
	margin: 0 0 15px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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 #262626;
	border-radius: 2px;
	background: #262626;
	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: #1EA69A;
}

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: #262626;
}

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: #262626;
	border: 1px solid #dddddd;
	border-radius: 0;
	padding: 10px;
    width: 100%;
    margin: 10px 0;
    outline: none
}

select {
	border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}

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,
textarea.form-control:focus{
	border-color: #1EA69A;
    box-shadow: 0 0px 0px #1EA69A inset, 0 0 0px #1EA69A;
}

textarea {
	width: 100%;
}

/* Custom style */
input[type="submit"]{
    color: #fff;
    font-size: 12px;
    padding: 15px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}
input[type="submit"]:hover{
    background: #1EA69A;
    color: #fff;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #7a7a7a;
}

a:visited {
	color: #262626;
}

a:hover,
a:focus,
a:active {
	color: #1EA69A;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
.modal{
	z-index: 999999;
}
/*--------------------------------------------------------------
## Common CSS code
--------------------------------------------------------------*/

/* text selector */
::-moz-selection {
    background: #1EA69A;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #1EA69A;
    color: #ffffff;
    text-shadow: none;
}
/* Default padding and margin */
.no-padding{
	padding: 0;
}
.margin-top-large{
	margin-top: 80px;
}
.margin-top-middle{
	margin-top: 40px;
}
.margin-top-small{
	margin-top: 20px;
}

.margin-top-middle{
	margin-top: 40px;
}
.padding-top-large{
	padding-top: 70px;
}
.padding-top-middle{
	padding-top: 35px;
}

.margin-bottom-large{
	margin-bottom: 80px;
}
.margin-bottom-middle{
	margin-bottom: 40px;
}
.margin-bottom-small{
    margin-bottom: 20px;
}
.padding-bottom-large{
	padding-bottom: 70px;
}
.padding-bottom-middle{
	padding-bottom: 35px;
}
.padding-top-small{
	padding-top: 20px;
}

/*--------------------------------------------------------------
## edufair button style
--------------------------------------------------------------*/
/* Round button */
.edufair-btn-round-full {
	background: #ffffff;
	color: #262626;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 0;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.edufair-btn-round-full:hover{
	border: 0px solid #eee;
	color: #fff;
	-webkit-box-shadow: 0px 0px 115px -8px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 115px -8px rgba(0,0,0,1);
	box-shadow: 0px 0px 115px -8px rgba(0,0,0,1);
}
/* large button style */
.edufair-btn-larg,
a.edufair-btn-larg {
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
	text-align: center;
	font-weight: 700;
    padding: 13px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.edufair-btn-larg i,
a.edufair-btn-larg i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.edufair-btn-larg:hover,
a.edufair-btn-larg:hover {
	text-decoration: none;
	color: #262626;
}
.edufair-btn-larg:before,
a.edufair-btn-larg:before {
	background: #1EA69A;
	color: #262626;
	content: "";
	height: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.edufair-contact-form .edufair-btn-larg{
    background: #1EA69A;
    color: #f1f1f1;
}
.edufair-contact-form .edufair-btn-larg:before{
    background: #262626;
}
.kindergarten-1x .edufair-subscription-1x .edufair-btn-larg{
    background: #EA7066;
    color: #f1f1f1;
}
.kindergarten-1x .edufair-countdown-timer-1x a.edufair-btn-larg:before{
	background: #b5d56a;
}
.edufair-btn-larg:hover:before,
a.edufair-btn-larg:hover:before {
	height: 100%;
	color: #262626;
}
.events-1x .edufair-btn-larg,
.university-1x a.edufair-btn-larg{
	background: #1EA69A ;
    color: #f1f1f1;
}
.events-1x  a.edufair-btn-larg:hover:before,
.university-1x a.edufair-btn-larg:hover:before,
.university-1x a.edufair-btn-larg:hover {
	background: #0e504b ;
    color: #f1f1f1;
}

/* large border radius button style */
.edufair-btn-larg-round,
a.edufair-btn-larg-round {
	background: #262626 ;
    border-radius: 2px;
    color: #eeeeee;
    display: inline-block;
    font-size: 13px;
	font-weight: 700;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.high-school-1x a.edufair-btn-larg-round ,
.kindergarten-1x a.edufair-btn-larg-round {
	background: #EA7066;
}

.edufair-btn-larg-round i,
a.edufair-btn-larg-round i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.kindergarten-1x .edufair-btn-larg-round:hover,
a.edufair-btn-larg-round:hover {
	color: #EA7066;
}
.edufair-btn-larg-round:hover,
a.edufair-btn-larg-round:hover {
	text-decoration: none;
	color: #262626;
}
.edufair-btn-larg-round:before,
a.edufair-btn-larg-round:before {
	background: #1EA69A;
	color: #262626;
	content: "";
	width: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.high-school-1x a.edufair-btn-larg-round:before,
.kindergarten-1x a.edufair-btn-larg-round:before {
	background: #fff;
}
.university-2x a.edufair-btn-larg-round,
.university-1x a.edufair-btn-larg-round {
    color: #f1f1f1;
    font-weight: 500;
    background: #1EA69A;
}
.university-2x a.edufair-btn-larg-round:hover,
.university-1x a.edufair-btn-larg-round:hover {
   color: #262626 !important;
}
.university-2x a.edufair-btn-larg-round::before ,
.university-1x a.edufair-btn-larg-round::before {
    background: #f1f1f1;
	
}



.edufair-btn-larg-round:hover:before,
a.edufair-btn-larg-round:hover:before {
	width: 100%;
	color: #262626;
	border-radius: 2px;
}

.edufair-btn-middle,
.edufair-btn-middle{
	background:#feea0e;	
	border: 1px solid #1EA69A;
	border-radius: 1px;
	padding: 10px 30px;	
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .5px;
	opacity: 1;
}
.edufair-btn-middle:hover{
 opacity: .5;
}

/* Common title */
.common-divider{
	padding: 30px 0;
}
.edufair-sub-title{
    font-size: 16px;
    font-weight: 400;
    color: #262626;
	line-height: 25px;
}
.edufair-main-title{
	position: relative;
    font-size: 30px;    
    font-weight: 700;
    color: #262626;
	margin-bottom: 70px;
}
.edufair-main-title:before { 
	content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 70px;
    border-bottom: 3px solid #1EA69A;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

.edufair-pricing-table-1x:hover .edufair-main-title:before,
.edufair-related-course-1x:hover .edufair-main-title:before,
.edufair-shop-1x:hover .edufair-main-title:before,
.edufair-blog-1x:hover .edufair-main-title:before,
.edufair-portfolio:hover .edufair-main-title:before,
.edufair-events-1x:hover .edufair-main-title:before,
.edufair-countdown-timer-1x:hover .edufair-main-title:before,
.edufair-course-1x:hover .edufair-main-title:before{
	width: 70px;
	border-bottom: 3px solid #1EA69A;
    transform: scaleX(1);
}
.edufair-pricing-table-1x:hover .edufair-main-title:before {
    left: 45%;
	width: 10%;
}
/***************************************************************
				Start main style
***************************************************************/

.edufair-header{
    clear: both;
    position: relative;
}


/*--------------------------------------------------------------
## Bootstrap Menus
--------------------------------------------------------------*/
.edufair-nav{
	position: absolute;
	width:100%;
	z-index: 9999;
	background: transparent;
	margin-bottom: 0;
	margin-top: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 10px 0;
	-moz-transition: all 0.2s ease;
    -o-transition: all  0.2s ease;
    -webkit-transition: all  0.2s ease;
    transition: all  0s ease;
}
.edufair-brand > img{
	margin-top: -15px;
	max-width: 140px;
}
.edufair-nav .navbar-right{
	margin-right: 85px;
}
.edufair-nav .navbar-nav>li>a,
.edufair-nav .navbar-brand{
	color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.edufair-nav > .container .navbar-brand {
	font-size: 20px;
	font-weight: 900;	
	margin-left: -32px;
	margin-top: -5px;
}
.edufair-nav .navbar-toggle {
    margin-right: 0;
}
.edufair-nav .navbar-nav > li > a:focus,
.edufair-nav .navbar-nav > li > a:hover,
.edufair-nav .navbar-nav > li > a:visited,
.edufair-navt .navbar-nav > .open > a,
.edufair-nav .navbar-nav > .open > a:focus,
.edufair-nav .navbar-nav > .open > a:hover,
.edufair-nav .navbar-nav>.active>a,
.edufair-nav .navbar-nav>.active>a:focus,
.edufair-nav .navbar-nav>.active>a:hover{
	color: #f1f1f1;
    background-color: transparent;
    border: 0;
}
.edufair-nav .dropdown-menu{
	box-shadow: none;
	border: 1px solid #ffffff;
	min-width: 220px;
	padding: 10px 5px;
	border-radius: 0;
}

.edufair-nav .dropdown-menu>li>a, 
.dropdown-menu>li>a{
	-moz-transition: all .3s ease;
    -o-transition: all  .3s ease;
    -webkit-transition: all  .3s ease;
    transition: all  .3s ease;
    color: #333;
	font-weight: 400;
    padding: 7px 20px;	
}
.edufair-nav .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
	background-color: transparent;
	color: #1EA69A;
	padding-left: 25px;
	
}
.edufair-nav .dropdown-menu > .active > a{
    background-color: #ffffff;
    color: #1EA69A;
}
.edufair-nav .dropdown-menu>li>a:hover:before,
.dropdown-menu>li>a:hover:before{
	content: "\2192";
	color: #262626;
	padding-right: 5px;
}
.edufair-nav  li.dropdown  i{
	color: #fff;
}
.is-sticky .edufair-nav  li.dropdown  i,
.kindergarten-1x .edufair-nav  li.dropdown  i,
.high-school-1x .edufair-nav  li.dropdown  i{
	color: #262626;
}
.is-sticky .edufair-nav .navbar-nav > li > a:focus,
.is-sticky .edufair-nav .navbar-nav > li > a:hover,
.is-sticky .edufair-nav .navbar-nav > .open > a:focus{
	color: #262626 !important;
}
.user-profile-dropdown{
	max-width: 150px;
	margin-top: 15px;
}
/* Custom code for menu 3rd depth */
ul.navbar-nav li ul.dropdown-menu li{
	position: relative;
}
ul.navbar-nav li ul.dropdown-menu li ul.dropdown-menu{
	top: 50%;
	left: 103%;
	position:absolute;
	border-radius: 0;
	visibility:hidden;
	opacity:0;
	transition: all 0.2s ease;
	margin: 0;
	padding:5px;
}

ul.navbar-nav li ul.dropdown-menu li:hover ul.dropdown-menu{
	visibility:visible;
	opacity:1;
	top:0;
}

/* Nav Toggle */
.edufair-nav .navbar-toggle{
	border-color: #262626;
	background-color: #262626;
	color: #1EA69A;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 16px;
}
.edufair-nav .navbar-toggle:focus,
.edufair-nav .navbar-toggle:hover{
	border-color: #262626;
	background-color: #262626;
	color: #1EA69A;
}

/* Is sticky */
.is-sticky .edufair-nav{
	background: #fff;
	z-index: 99;
    max-height: 72px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.high-school-1x .is-sticky .edufair-nav,
.kindergarten-1x .is-sticky .edufair-nav{
	background: #fff;
	z-index: 99;
}
.is-sticky .edufair-cart i, 
.is-sticky .edufair-cart a>span, 
.is-sticky .edufair-nav .navbar-nav>li>a, 
.is-sticky .edufair-nav .navbar-brand{
	color: #262626;
	font-size: 14px;
}
.edufair-nav .edufair-dark,
.is-sticky .edufair-nav .edufair-light{
	display: none;
}
.is-sticky .edufair-nav .edufair-dark,
.edufair-nav .edufair-light{
	display: initial;
}
.modal-backdrop.in {
    z-index: 1 !important;
}
.is-sticky .modal .edufair-subscription-title-1x  h3{
	color: #f1f1f1 !important;
}
#sticky-wrapper .is-sticky,
#sticky-wrapper{
    max-height: 72px;
}
/* Input form control */
.form-control{
	border-radius: 0;
	height: 40px;
	border: 1px solid #dddddd;
	margin: 10px 0;	
}

/* Top menu */
.top-menu{
	background: #262626;
	color: #f1f1f1;
	padding: 20px 0;
}
.top-menu-left b {
    font-weight: 400;
    font-size: 16px;
}
.top-menu-left p{
	display: inline-block;
	margin: 0;
	font-weight: 500;
}
.top-menu-left i{
	margin-left: 10px;
    color: #f1f1f1;
    margin-right: 5px;
}
.top-menu-right{
	float: right;
}
.top-menu-right a{
	color: #f1f1f1;
    font-weight: 600;
    font-size: 16px;
    margin-left: 15px;
    letter-spacing: 0.3px;
}
.top-menu-right a:hover{
	color: #f1f1f1 !important;
}
/*--------------------------------------------------------------
## edufair cart
--------------------------------------------------------------*/
.edufair-cart {
    position: relative;
    right: -20px;
    top: -35px;
    height: 0;
    clear: both;
    display: inline-flex;
    float: right;
}
.edufair-cart a i{
	padding-left: 15px;
	color: #f1f1f1;
    top: -6px;
    position: relative;
}
.online-course-1x .edufair-cart a i{
    top: 0;
}
.edufair-cart a>span{
	top: -20px;
    right: -5px;
	position: absolute;
	font-weight: 700;
	color: #f1f1f1;
}
.online-course-1x .edufair-cart a>span{
	top: -15px;
}
.box{
  right: 15px;
  height: 40px;
}
.edufair-cart button.btn.btn-default.dropdown-toggle{
    font-weight: 700;
    font-size: 13px;
    background: #fff;
}
.container-2{
  vertical-align: middle;
  white-space: nowrap;
  position: relative;  
}

.container-2 input#search {
 width: 30px;
 height: 40px;
 background: transparent;
 border: 0;
 font-size: 10pt;
 float: right;
 padding-left: 20px;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 color: #1EA69A;
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 -webkit-transition: .55s ease;
 -moz-transition: .55s ease;
 -ms-transition: .55s ease;
 -o-transition: .55s ease;
 transition: .55s ease;
 margin-top: -11px;
 border-radius: 3px;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
} 
.container-2 input#search:-moz-placeholder {
   color: #65737e;  
} 
.container-2 input#search::-moz-placeholder {
   color: #65737e;  
} 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}
.container-2 .icon{
  position: absolute;
  margin-top: -5px;
  top: 50%;
  z-index: 1;
  color: #fff;
  right: 10px;
}

.container-2 input#search:focus, 
.container-2 input#search:active{
  outline: none;
  width: 767px;
  border: 0;
  background:#eee;
}
 
.container-2:hover input#search{
  width: 767px;
  background:#eee;
}
.container-2:hover .icon i{
  color: #93a2ad;
}
/* Bootstrap core customization */
.form-control{
	border: 1px solid #eee;
    box-shadow: none;
}
.form-control:focus{
	border-color: #262626;
	box-shadow: none;
}


/* Icon */
.sl-icon {
    margin-right: 0;
}
.sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}
.sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
}

/* Count */
span.sl-count {
    margin-top: -5px;
    display: inline-block;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.edufair-slide{
	margin-top: -72px;
}
.edufair-inner{
	z-index: 0;
}
.edufair-inner img{
	width: 100%;
    height: 100vh;
    object-fit: cover;
}
.edufair-caption{
	top: 40%;
	text-shadow: none;
	text-align: left;
}
.edufair-caption h4{
    font-size: 20px;
}
.kindergarten-1x .edufair-caption h4,
.kindergarten-1x .edufair-caption h2{
	font-family: 'Dosis',sans-serif;
}
.edufair-caption h2{
	
    font-size: 50px;
    font-weight: 700;
	line-height: 60px;
	padding-bottom: 15px;
	/* typewriter animation */
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	white-space: nowrap; /* Keeps the content on a single line */
	animation: typing 2s steps(30, end), blink-caret .5s step-end infinite;
}
/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: #1EA69A }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.edufair-control{
	width: 7%;
}
.edufair-control.right,
.edufair-control.left{
	background-color: transparent;
	background-image: none;
}
.edufair-control.right:hover,
.edufair-control.left:hover{
	cursor:e-resize;
}
.edufair-controll-1x.right,
.edufair-controll-1x.left,
.edufair-controll-1x.right,
.edufair-controll-1x.left,
.edufair-course-controll-1x.right,
.edufair-course-controll-1x.left,
.edufair-course-controll-1x.right,
.edufair-course-controll-1x.left,
.edufair-course-controll-1x.right,
.edufair-course-controll-1x.left,
.edufair-controll-1x.right,
.edufair-controll-1x.left,
.edufair-controll-1x.right,
.edufair-controll-1x.left {
    background-image: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: rgb(38, 38, 38);
    padding-top: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-image: initial;
    transition: 0.3s ease;
	right: 15px;
}

.online-course-2x .edufair-shop-1x .carousel-control,
.online-course-1x .edufair-shop-1x .carousel-control,
.online-course-2x .edufair-related-course-1x .carousel-control,
.online-course-1x .edufair-related-course-1x .carousel-control,
.single-course-1x .edufair-related-course-1x .carousel-control,
.edufair-shop-1x .carousel-control,
.university-course-1x .carousel-control,
.edufair-shop-1x .carousel-control,
.university-course-1x .carousel-control {
    top: 58px;
    margin-left: 92%;
}

.edufair-overlay {
    position: relative;
	background: #000;
	height: 100vh
}
.edufair-slider-image {
  opacity: 0.4;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.edufair-mainslider-image{
	opacity: 0.7;
}
.edufair-slider-middle { 
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 48%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.edufair-overlay:hover .edufair-slider-image {
  opacity: 0.4;
}
.edufair-overlay:hover .edufair-mainslider-image{
	opacity: 0.7;
}

.edufair-overlay .edufair-slider-middle {
  opacity: 1;
}
.edufair-slider-text {
  background-color: transparent;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}



/* Start Carousel fade animation */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* End Carousel fade animation */
/*--------------------------------------------------------------
##  Features
--------------------------------------------------------------*/
.edufair-features {
    overflow: hidden;
	padding-top: 100px;
}
/* University feature */
.edufair-single-features {
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
    padding: 30px 0px;
    margin: 30px 0px;
	transition: 0.3s all ease;
}
.edufair-single-features-1x{
	background: linear-gradient(rgba(30, 166, 154, 0.9),rgba(30, 166, 154, 0.9)),url('images/university/course1.jpg');
}
.edufair-single-features-2x{
	background: linear-gradient(rgba(30, 166, 154, 0.9),rgba(30, 166, 154, 0.9)),url('images/university/course2.jpg');
}
.edufair-single-features-3x{
	background: linear-gradient(rgba(30, 166, 154, 0.9),rgba(30, 166, 154, 0.9)),url('images/university/course5.jpg');
}
.edufair-single-features-4x{
	background: linear-gradient(rgba(30, 166, 154, 0.9),rgba(30, 166, 154, 0.9)),url('images/university/course4.jpg');
}
.edufair-single-features-5x{
	background: linear-gradient(rgba(30, 166, 154, 0.9),rgba(30, 166, 154, 0.9)),url('images/university/course5.jpg');
}
.edufair-single-features-6x{
	background: linear-gradient(rgba(30, 166, 154, 0.9),rgba(30, 166, 154, 0.9)),url('images/university/course6.jpg');
}
.edufair-single-features .media-left {
    display: block;
    float: left;
    padding: 15px 20px;
}
.edufair-single-features .media-body {
    padding-left: 20px;
}
.edufair-single-features h4 {
    font-size: 20px;
    font-weight: 600;
    color: #f1f1f1;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0px 0px 15px;
}
.edufair-single-features a {
    color: #f1f1f1 !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
## course
--------------------------------------------------------------*/
.edufair-course-1x{
	padding-top: 70px;
}
.edufair-single-course{
	margin: 30px 0;
}
.edufair-course-overlay {
    position: relative;
	background: #000;
}
.edufair-course-image {  
	opacity: 1;
	display: inline-block;
	width: 100%;
	height: 230px;
    object-fit: cover;
	transition: .5s ease;
	backface-visibility: hidden;
}
.edufair-course-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .edufair-course-image,
.edufair-course-overlay:hover .edufair-course-image {
	opacity: 0.6;
}
.event-container-1x:hover .edufair-course-middle,
.edufair-course-overlay:hover .edufair-course-middle {
	opacity: 1;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
a.edufair-course-text {
    background-color: #1EA69A;
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 2px;
	transition: all 0.3s ease;
    border: 0;
    display: inline-block;
    width: auto;
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
a.edufair-course-text:hover{
    background-color: #0e504b;
}
.course-content{
	padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e7e7e7;
}
.course-content .media-left{
	display: block;
    float: left;
}
.course-content img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.course-content h4.media-heading{
	
    color: #262626;
    font-weight: 700;
    font-size: 11px !important;
    margin-top: 8px;
    margin-bottom: 0;
}
.course-content span{
    font-size: 11px !important;
}
.course-content h3 {
    color: #262626;
    font-size: 20px;
    margin: 22px 0;
    font-weight: 700;
    line-height: 30px;
}
.edufair-single-course:hover h3{
	color: #1EA69A;
}
.course-footer {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}
.course-footer span{
	margin-right: 15px;
	margin-left: 3px;
}
.course-footer strong{
	float: right;
	color: #1EA69A;
}


/*--------------------------------------------------------------
## Count down timer
--------------------------------------------------------------*/
.edufair-countdown-timer-1x{
	background: #000;
	width: 100%;
}
.countdown-overlay {
    position: relative;
}
.countdown-overlay-image {
	opacity: 1;
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
	transition: .5s ease;
	backface-visibility: hidden;
}
.countdown-overlay-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.countdown-overlay .countdown-overlay-image {
	opacity: 0.5;
}
.countdown-overlay .countdown-overlay-middle {
	opacity: 1;
}
.countdown-overlay-text {
	color: #f1f1f1;
	font-size: 16px;
	padding: 16px 32px;
}
.edufair-countdown-timer-1x .edufair-main-title{
	font-size: 70px;
}
.edufair-countdown-timer-1x .edufair-sub-title,
.edufair-countdown-timer-1x .edufair-main-title{
	color: #f1f1f1;
}
.edufair-countdown-timer-1x .edufair-main-title:before{
	border-bottom: 3px solid #f1f1f1;
	width:10%;
}
.edufair-countdown-timer-1x:hover .edufair-main-title:before{
	border-bottom: 3px solid #1EA69A;
}
.edufair-countdown {
    text-align: center; 
    margin-top: 5%;
	margin-left: -30px;
    left: -10px;
	font-size: 50px;
	font-weight: 700;
}
.countdown-single{
	padding-right: 40px;
	padding-left: 30px;	
}
.countdown-single:last-child{
	border-right: 1px solid transparent;
	margin-right: 0;
}
.edufair-countdown p{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0;
}
.university-countdown-1x .edufair-slider-image {
    opacity: 0.5;
}
.university-countdown-1x .edufair-main-title {
    font-size: 45px !important;
    text-transform: uppercase;
}
.university-countdown-1x .edufair-countdown {
    text-align: center;
    margin-top: 8%;
    left: -10px;
    font-size: 45px;
    font-weight: 700;
    display: block;
}
.university-countdown-1x .edufair-countdown {
    text-align: center;
    margin-top: 8%;
    left: -10px;
    font-size: 45px !important;
    font-weight: 700;
    display: block;
}



/*--------------------------------------------------------------
## Subscription
--------------------------------------------------------------*/
.edufair-subscription-1x{
	background: #ffffff;
	overflow: hidden;
	padding-bottom: 40px;
}
.edufair-subscription-title-1x {
	background: #1EA69A;
	padding: 15px;
	text-align: center;
}
.kindergarten-1x .edufair-subscription-title-1x {
	background: #EA7066;
	padding: 1px 0 20px 0;
}
.kindergarten-1x .edufair-subscription-title-1x  h3{
	font-family: 'Dosis',sans-serif;
	color: #fff
}
.edufair-subscription-title-1x  h3{
	
	font-weight: 700;
	font-size: 40px;
}
.edufair-subscription-form-1x{
	padding: 40px 20px;
}
button.current-user-image{
	padding: 0;
	background: transparent;
	outline: none;	
}
button.current-user-image img{
	border-radius: 50%;
}
/*--------------------------------------------------------------
## Modal Register Login
--------------------------------------------------------------*/
.modal .edufair-subscription-title-1x{
	padding: 0 !important;
}
.modal .edufair-subscription-title-1x  h3{
	font-weight: 700;
	font-size: 25px;
    color: #f1f1f1;
    padding: 25px;
    margin: 0;
}

.modal a.edufair-btn-larg{
	margin-top: 10px;
	background: #1EA69A;
	padding: 13px 0px;
	color: #f1f1f1;
}
.modal .edufair-btn-larg:before,
.modal a.edufair-btn-larg:before{
	background: #262626;
}
.modal .edufair-btn-larg:before:hover,
.modal a.edufair-btn-larg:before:hover{
	color: #f1f1f1;
	background: #262626;
}
.modal .edufair-subscription-form-1x p{
	clear: both;
	text-align: center;
	color: #7a7a7a;
	padding-top: 15px;
}
.online-course-2x .modal .edufair-subscription-form-1x i,
.online-course-1x .modal .edufair-subscription-form-1x i{
	font-size: 16px;
    color: #fff;
    font-weight: 400;
    border: 0 solid #1EA69A;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
}
.modal .edufair-subscription-form-1x i{
	padding-right: 5px;
}
.modal .edufair-subscription-form-1x h6{
	text-align: center;
	font-size: 10px;
	color: #7a7a7a;	
}
.online-course-2x .modal .edufair-subscription-form-1x h6 a,
.online-course-2x .modal .edufair-subscription-form-1x h6,
.online-course-1x .modal .edufair-subscription-form-1x h6 a,
.online-course-1x .modal .edufair-subscription-form-1x h6{
	text-align: center;
	font-size: 10px;
	color: #7a7a7a;	
}
.terms-condition{
    color: #333333;
}
.online-course-2x .modal .edufair-subscription-form-1x .terms-condition a,
.online-course-1x .modal .edufair-subscription-form-1x .terms-condition a{
	font-weight: 400;
	color: #1EA69A !important;
}
.modal .edufair-subscription-form-1x .terms-condition a{
	color: #1EA69A !important;
}

.modal a.facebook-login{
	background: #4267b2 ;
	margin-bottom: 10px;
}
.modal a.facebook-login:before{
	background: #4267b2 !important;
}
.modal a.google-login{
	background: #db4437 ;
	margin-bottom: 15px;
}
.modal a.google-login:before{
	background: #db4437 !important;
}
/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.event-container-1x {
	overflow: hidden;
	clear: both;
	margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;	
}
.event-container-1x:last-child {
    border-bottom: 0 solid #eeeeee;
}
.events-all-button{
	float: right;
	margin-top: 60px !important;
}
.event-container-1x :hover h4{
	color: #1EA69A; 
}
.kindergarten-1x .event-container-1x :hover h4{
	color: #ffb606; 
}
.edufair-events-1x{
	padding-top: 70px;
}
.single-events-1x b{
	font-size: 40px;
	color: #1EA69A;
	margin-right: 50px;
}
.university-1x .single-events-1x b{
	color: #1EA69A;
	line-height: 30px;	
}
.kindergarten-1x .single-events-1x i,
.kindergarten-1x .single-events-1x span,
.kindergarten-1x .single-events-1x b{
	color: #b5d56a;
	line-height: 30px;
}
.single-events-1x span{
	font-size: 16px;
	color: #1EA69A;
}
.single-events-1x svg{
    font-size: 13px;
    color: #1EA69A;
    margin-right: 10px;
    font-weight: 700;
}
.single-events-1x i{
	font-size: 16px;
	color: #1EA69A;
	padding-right: 5px;
}
.kindergarten-1x .single-events-1x i{
	color: #ffb606;
}
.event-schedule{
	font-weight: 700;
}
.single-events-1x p{
	font-size: 16px;
	margin-top: 30px;
}
.kindergarten-1x .single-events-1x h4{
	font-family: 'Dosis',sans-serif;
}
.single-events-1x h4{	
    color: #262626;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
	margin-bottom: 10px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.event-cost b{
	display: block;
	font-size: 16px;
	color: #262626;
	margin-top: 40px;
}
.event-cost span{
	color: #1EA69A;
	font-size: 16px;
	font-weight: 700;
}
.event-cost del {
    margin-right: 10px;
    color: #404040;
    margin-left: 15px;
}

/*--------------------------------------------------------------
## Portfolio section
--------------------------------------------------------------*/
.edufair-portfolio {
    margin: 50px 0 70px 0;
}
.high-school-1x .edufair-portfolio {
	margin: 0;
}
.edufair-portfolio-item{
	margin-top: 3%;
}
.edufair-toolbar {
	text-align: center;
	margin: 50px 0;
	position: relative
}
.edufair-btn-portfolio{
	outline: none;
	margin: 3px;
}
.edufair-toolbar .active{
	background-color: #0e504b;
}

#edufair-portfolio .edufair-related-course {
    margin-bottom: 5px;
    margin-top: 0;
}
#edufair-portfolio {  
	clear: both;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
}
#course-by-cat { 
	width: auto;
	overflow: hidden
}
.high-school-1x #edufair-portfolio{
	-webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.tile { 
	display: none;
}
.scale-anm {
    width: 100%; 
    border: 0px solid #eee;
}
#course-by-cat .scale-anm {
    float: left;
    width: 25%
}
#course-by-cat .hentry{
	margin: 0;
}
.tile img {
    max-width: 100%; 
    height: auto;
    display: block; 
    width: 100%;
}



/*--------------------------------------------------------------
## Image hover effect
--------------------------------------------------------------*/
/*Image hover box border*/
.hovereffect4 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ffffff;
}

.hovereffect4 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  background: transparent;
}

.hovereffect4 img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}
.hovereffect4 .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #eee;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect4 a, .hovereffect4 p, .hovereffect4 h2{
  color: #262626;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;  
  adding-top: 10%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect4:hover img {
  opacity: 0.1;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect4:hover .overlay:before,
.hovereffect4:hover a, .hovereffect4:hover p, .hovereffect4:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);  
}
.hovereffect4 a, .hovereffect p,
.hovereffect4:hover a, .hovereffect4:hover p{
  text-align: center;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
.hovereffect4 h2,
.hovereffect4:hover h2 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10%;
}
.hovereffect4 a i{
	color: #262626;
	padding: 5px 10px;
}
.hovereffect4 a i:hover{
	color: #1EA69A;
}

.kindergarten-1x .hovereffect4 h2{
	font-family: 'Dosis', sans-serif;
}

/*--------------------------------------------------------------
##  Testimonial
--------------------------------------------------------------*/
.edufair-testimonial{	
	margin: 2% 0;
	display: block;
}
.edufair-page-testimonial{
	text-align: center;
	margin: 7% 0 0;
	overflow: hidden;
}
.edufair-page-testimonial p,
.edufair-testimonial .edufair-testimonial-desc p{
	font-size: 16px;
    line-height: 27px;
}
.edufair-testimonial .edufair-testimonial-desc img{
	width: auto;
	margin: 0 auto 0 auto;
}
.edufair-testimonial-slider{
	text-align: center;
}
.edufair-page-testimonial .edufair-page-client img,
.edufair-testimonial-slider .edufair-col-center img{
	object-fit: cover;
    width: 100px;
    height: 100px;
	margin-bottom: 30px;
}
.edufair-col-center{
	float: none;
	margin: 0 auto;
}


/* testimonial */
.edufair-testimonial-timer-1x{
	background: #000;
	margin-top: 60px;
	width: 100%;
}
.testimonial-overlay {
    position: relative;
}
.testimonial-overlay-image {
	opacity: 1;
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
	transition: .5s ease;
	backface-visibility: hidden;
}
.testimonial-overlay-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.testimonial-overlay .testimonial-overlay-image {
	opacity: 0.5;
}
.testimonial-overlay .testimonial-overlay-middle {
	opacity: 1;
}
.testimonial-overlay-text {
	color: #f1f1f1;
	font-size: 16px;
	padding: 16px 32px;
}
.edufair-testimonial-timer-1x .edufair-main-title{
	font-size: 35px;
}
.edufair-testimonial-timer-1x .edufair-sub-title,
.edufair-testimonial-timer-1x .edufair-main-title{
	text-align: center;
	color: #f1f1f1;
}
.edufair-testimonial-timer-1x .edufair-main-title:before{
	border-bottom: 3px solid #f1f1f1;
	left: 47%;
}
.edufair-testimonial-timer-1x:hover .edufair-main-title:before{
	border-bottom: 3px solid #1EA69A;
}

.university-2x .edufair-testimonial-timer-1x .edufair-testimonial-slider b,
.university-1x .edufair-testimonial-timer-1x .edufair-testimonial-slider b {
    color: #1EA69A;
    font-size: 17px;
}
.university-2x .edufair-testimonial-timer-1x .edufair-testimonial-slider span,
.university-1x .edufair-testimonial-timer-1x .edufair-testimonial-slider span {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
}


/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.edufair-blog-1x{
	padding-top: 70px;
}
.edufair-single-blog{
	padding-bottom: 60px;
}
.edufair-single-blog span i.fa-bookmark {
    margin-left: 0;
    padding-right: 5px;
}
.edufair-blog-overlay {
    position: relative;
	background: #000;
}
.edufair-blog-image {  
	opacity: 1;
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition: .5s ease;
}
.edufair-blog-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .edufair-blog-image,
.edufair-blog-overlay:hover .edufair-blog-image {
	opacity: 0.6;
}
.event-container-1x:hover .edufair-blog-middle,
.edufair-blog-overlay:hover .edufair-blog-middle {
	opacity: 1;
}

.blog-content{
    padding: 20px 25px 0 25px;
    border: 1px solid #f1f1f1;
}
.blog-content p{
	margin: 0;
}
.blog-content h3 {
    color: #262626;
    font-size: 20px;
	line-height: 25px;
    margin: 20px 0;
    font-weight: 700;
	transition: all .3s ease;
}
.edufair-single-blog:hover h3{
	color: #1EA69A;
}
.kindergarten-1x .edufair-single-blog:hover h3{
	color: #ffb606;
}
.blog-share{
	text-align: right;
}
.blog-share ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.blog-share ul li{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;	
	margin-left: 20px !important;		
	margin-top: 40px;		
	color: #f1f1f1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.blog-share ul li a{
	color: #f1f1f1;
}
.blog-share ul li:hover{
	color: #1EA69A;
}
.kindergarten-1x .blog-share ul li:hover{
	color: #ffb606;
}
.blog-footer {
	border-top: 1px solid #f1f1f1;
    padding: 15px 0;
	margin-top: 30px;
	font-size: 14px;
    text-align: left;
}
.blog-footer span{
	margin-right: 15px;
	margin-left: 3px;
}
.blog-footer strong{
	float: right;
	font-weight: 400;
}
.blog-footer strong i{
	margin-right: 5px;
}

/*--------------------------------------------------------------
##  Video section
--------------------------------------------------------------*/

/* Title left align */
.edufair-modal-video-text h2{
	
    font-size: 35px;
    font-weight: 700;
    color: #f1f1f1;
	margin-bottom: 25px;
}
.edufair-modal-video-text h4{
    font-size: 20px;
    font-weight: 700;
    color: #f1f1f1;
    position: relative;
}
.edufair-modal-video:hover .edufair-modal-video-text h4:before{
	transform: scaleX(0);
}
.edufair-modal-video-text h4:before{ 
	content: "";
    position: absolute;
    bottom: -14px;
    left: 37%;
    width: 25%;
    border-bottom: 1px solid #f1f1f1;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

.edufair-modal-video-text h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f1f1f1;
    margin-bottom: 25px;
}
/**********************************************************
           Edufair video slider 
**********************************************************/

.edufair-modal-video {
    position: relative;
	background: #000;
}
.edufair-modal-video-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.edufair-modal-video-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.edufair-modal-video .edufair-modal-video-image {
	opacity: 0.8;
    height: 500px;
    object-fit: cover;
}

.edufair-modal-video:hover .edufair-modal-video-image {
  opacity: 0.9;
}

.edufair-modal-video .edufair-modal-video-middle {
  opacity: 1;
}
.edufair-modal-video:hover .edufair-modal-video-middle {
  opacity: 1;
}

.edufair-modal-video-text {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  text-align: center;
}
.university-2x .edufair-modal-video-text {
  padding: 0;

}
/* Bootrap modal */
.modal-body{
	padding: 0;
}
.modal-content{
	background-color: #1EA69A;
	border-radius: 0 !important;
}

.university-1x .high-school-events .media-left{
	border: 2px solid #1EA69A;
}

.university-1x .high-school-fun-facts h3,
.university-1x .high-school-events h3{
	border-left: 5px solid #1EA69A;
}

.university-1x .high-school-events .media-body a h4:hover,
.university-1x .high-school-events .media-body strong i, 
.university-1x .high-school-events .media-body span i,
.university-1x .high-school-events .media-left span:nth-child(1),
.university-1x .high-school-events .media-left span:nth-child(2){
	color: #1EA69A;
}

/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
.edufair-shop-1x{
	padding-top: 70px;
}
.edufair-shop-overlay {
    position: relative;
	background: #000;
	
}
.edufair-shop-image {  
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.edufair-shop-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .edufair-shop-image,
.edufair-shop-overlay:hover .edufair-shop-image {
	opacity: 0.6;
}
.event-container-1x:hover .edufair-shop-middle,
.edufair-shop-overlay:hover .edufair-shop-middle {
	opacity: 1;
}
a.edufair-shop-text {
    background-color: #1EA69A;
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 2px;
}
.shop-content{
	margin: 30px 0;
}
.shop-content p{
	margin: 0;
}
.edufair-single-shop .media{
	margin: 15px 0;
}
.shop-content .media-left{
	display: block;
    float: left;
}

.shop-content .media-left a{	
	font-size: 16px;
    color: #262626;
    font-weight: 500;
	transition: .5s ease;
}
.shop-content .media-left a:hover{
    color: #1EA69A;
}
.shop-content h4 {
    
    font-size: 14px;	
    font-weight: 700;
    margin-top: 10px;
}
a.edufair-shop-cart{
	float: right;
	
	font-size: 20px;
    color: #262626;
    font-weight: 700;
	transition: .5s ease;
}
a.edufair-shop-cart:hover{
    color: #1EA69A;
}
.edufair-single-shop:hover .shop-content .media-left a{
	color: #1EA69A;
}

/*--------------------------------------------------------------
##  Bottom to top
--------------------------------------------------------------*/
.backtotop {
	position: relative;
	font-size: 20px;
	margin-right: 15px;
    margin-bottom: 15px;
	background: #262626;
	padding: 7px 12px;
	color: #eee;
	border-radius: 1px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.backtotop:hover{
	background: #1EA69A;
	color: #f1f1f1;
}
.high-school-1x .backtotop:hover,
.kindergarten-1x .backtotop:hover{
	background: #FF6962;
	color: #f1f1f1;
}

/*--------------------------------------------------------------
##  Footer 1x
--------------------------------------------------------------*/
.edufair-footer-no-padding-1x,
.edufair-footer-1x{
	background: #262626;
	width: 100%;
	color: #f1f1f1;
	padding-top: 70px;
    clear: both;
}
.edufair-footer-no-padding-1x{
    padding-top: 0;
}
.edufair-footer-address{

}
.edufair-footer-address img{
	max-width: 170px;
	margin-bottom: 15px;
}
.edufair-footer-address p{
	margin-bottom: 15px;
}
.high-school-1x .edufair-footer-address i{
	color: #FF6962;
}
.edufair-footer-address i{
    color: #1EA69A;
    margin-right: 15px;
}
.kindergarten-1x .edufair-footer-address i{
    color: #FF6962;
}
.edufair-footer-content h5{	
	font-size: 16px;
	font-weight: 700;
    color: #f1f1f1;
	text-transform: uppercase;	
}
.high-school-1x .edufair-footer-content h5{
	color: #FF6962;
}
.kindergarten-1x .edufair-footer-content h5{
	color: #FF6962;
	font-family: 'Dosis',sans-serif;
}
.edufair-footer-content ul{
    list-style: none;
    margin-top: 30px;
    padding: 0;
}
.edufair-footer-content ul li a{
    font-size: 16px;
    color: #f1f1f1;
    line-height: 35px;
    font-weight: 400;
	opacity: .5;
}
.edufair-footer-content ul li a:hover{
	transition: .5s ease;
	color: #1EA69A;
	opacity: 1;
}
.kindergarten-1x .edufair-footer-content ul li a:hover{
	transition: .5s ease;
	color: #ffb606;
	opacity: 1;
}
.footer-info{
	border-top: 1px solid #404040;
	margin-top: 50px;
	padding: 30px 0;
} 
.footer-info-left p{
	font-size: 16px;
	color: #f1f1f1;
	font-weight: 400;
} 
.footer-info-left a{
	color: #1EA69A;
	transition: all 0.3s ease;
} 
.footer-info-left a:hover{
	color: #f1f1f1;
}
.high-school-1x .footer-info-left a,
.kindergarten-1x .footer-info-left a{
	color: #FF6962;
}
.footer-info-right{
	text-align: right;
	color: #f1f1f1;
	font-weight: 400;
}
.footer-info-right ul{
    list-style: none;
	margin: 0;
}
.footer-info-right ul li{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;	
	margin-right: 10px;		
	background: #262626;	
	outline: none;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	text-align: center;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.footer-info-right ul li a{
	outline: none;

}
.footer-info-right ul li a,
.footer-info-right ul li a:hover{
	color: #f1f1f1;
}
.footer-info-right ul li:last-child{
	margin-right: 0;
}
.edufair-course-details-1x .learn-press-progress .progress-bg .progress-active,
.footer-info-right ul li:hover{
	background: #1EA69A;	
}

.app-button{
    margin-left: 45px;
}
.high-school-1x .footer-info-right ul li:hover,
.kindergarten-1x .footer-info-right ul li:hover{
	color: #f1f1f1;
	background: #FF6962;	
}
/*--------------------------------------------------------------
##  Footer 2x
--------------------------------------------------------------*/
.edufair-footer-2x{
	background: #fff;
	width: 100%;
	color: #7a7a7a;
	padding-top: 70px;
}
.edufair-footer-2x .edufair-footer-content ul li a{
    font-size: 13px;
    color: #7a7a7a;
    line-height: 35px;
    font-weight: 400;
	transition: all 0.3s ease;
	opacity: 1;
}
.edufair-footer-2x .edufair-footer-content ul li a:hover{
    color: #1EA69A;
}
.edufair-footer-2x .edufair-footer-content h5{
	color: #262626;
}
.edufair-footer-2x .footer-info {
    border-top: 1px solid #ddd;
}
.edufair-footer-2x .footer-info {
    border-top: 1px solid #ddd;
}
.edufair-footer-2x .footer-info-right ul li {
    background: #fff; 
    color: #7a7a7a;
    border: 1px solid #7a7a7a;
	padding-top: 0;
}
.edufair-footer-2x .footer-info-right ul li:hover{
	color: #f1f1f1;
	background: #1EA69A;
	border: none;	
}
.edufair-footer-2x .footer-info-right ul li:hover i{
	color: #f1f1f1;	
}
.edufair-footer-2x .edufair-footer-address i {
    color: #7a7a7a;
}
.edufair-footer-2x .footer-info-left p{
	color: #7a7a7a;
}
.edufair-footer-2x .footer-info-left a{
	color: #1EA69A;
	transition: all 0.3s ease;
}
.edufair-footer-2x .footer-info-left a:hover{
	color: #262626;
}
.kindergarten-1x .edufair-footer-1x{
	font-family: 'Dosis',sans-serif;
}

/*--------------------------------------------------------------
##  Single course description
--------------------------------------------------------------*/
.edufair-course-header{
    clear: both;
    position: relative;
}
.single-inner {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
.edufair-single-caption{
	top: 15%;	
}
.edufair-single-caption h2{
    font-size: 50px;
    color: #f1f1f1;
	animation: none;
	border-right: 0px solid #1EA69A;
	padding-bottom: 15px;
	white-space: normal;
}
.edufair-single-breadcrumbs{
	background: transparent;	
}
.edufair-single-breadcrumbs{
	margin: 0;
	padding: 0
}
.edufair-single-breadcrumbs li a{
	color: #f1f1f1;
	font-size: 16px;
}
.edufair-single-breadcrumbs .active{
	color: #f1f1f1;
	font-size: 16px;
}
li.separator {
    display: none;
}
.course-details-title{
	margin-bottom: 50px;
	margin-top: 25px;
}
.course-details-title h4{
	
    font-size: 30px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 40px;	
}
.course-teacher-details{
	border-right: 1px solid #eee;	
	padding-left: 0;
}
.course-teacher-details .media-left{
	display: block;
    float: left;
}
.course-teacher-details img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 10px;
}
.course-teacher-details span{
	font-size: 12px;
	font-weight: 700;
}
.course-teacher-details a{
	font-size: 16px;
	margin-top: 6px;
	color: #262626;
	font-weight: 700;
	transition: all .3s ease;
}
.course-teacher-details a:hover{
	color: #1EA69A;
}
.course-details-price strong{
	float: right;
	font-size: 30px;
	color: #1EA69A;
	font-weight: 700;
	padding-top: 16px;
}
.course-details-price del {
	color: #7a7a7a;
	font-size: 20px;
	font-weight: 500;
	margin-right: 10px;
}
.course-review{
	border-right: 0 solid #eee;
	padding-left: 30px;	
}
.course-review span{
	font-size: 12px;
	font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.course-review i{
	font-size: 16px;
	margin-top: 6px;
	color: #1EA69A;
}
ul.course-reviews-list li .review-text {
    float: left;
}
div.review-author img {
    margin-bottom: 15px;
}
/* Course review for slide */
.course-review-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    text-align: center;
}

.review-overlay {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.6;
}

.review-form {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    position: relative;
    width: 80%;
    max-width: 600px;
    margin-top: 50px;
    display: inline-block;
    text-align: left;
}

.review-form h3 {
    font-size: 16px;
    margin: 0 0 20px;
}

.review-form h3 .close {
    float: right;
    border: none;
    text-decoration: none;
    width: auto;
    height: auto;
    margin-right: -9px;
    margin-top: -7px;
}

.review-form h3 .close:before {
    font-size: 32px;
}

.review-form .review-fields {
    padding: 0 0 0 40px;
    list-style: none;
}

.review-form .review-fields > li {
    margin: 0 0 20px 0;
}

.review-form .review-fields > li > label {
    display: block;
    margin: 0 0 7px;
    font-size: 16px;
}

.review-form .review-fields > li > label .required {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    height: 15px;
    margin-top: -3px;
}

.review-form .review-fields > li input[type="text"],
.review-form .review-fields > li textarea {
    width: 100%;
}

.review-stars {
    margin: 0 0;
    list-style: none;
    overflow: hidden;
}

.review-stars:after {
    clear: both;
    content: '';
    display: block;
}

.review-stars > li {
    width: 24px;
    height: 24px;
    float: left;
}

.review-stars > li span {
    text-decoration: none;
    font-size: 24px;
    border-bottom: none;
    width: auto;
    height: auto;
}

.review-stars > li a:visited,
.review-stars > li a:focus {
    border: none;
}

.review-stars > li span:before {
    width: 22px;
    height: 24px;
}

.review-stars > li span.hover:before {
    content: "\f155";
    color: #1EA69A;
    cursor: pointer;
}

.review-form .ajaxload,
.review-form .message {
    display: none;
}

.course-review-wrapper.submitting .ajaxload,
.course-review-wrapper.error .message {
    display: inline-block;
}

.review-stars-rated {
    position: relative;
    display: inline-block;
}

.course-review .review-stars-rated .review-stars.empty,
.course-review .review-stars-rated .review-stars.filled {
    width: 120px;
    height: 24px;
    font-family: dashicons;
    font-size: 18px;
    color: #1EA69A;
}

.review-stars-rated .review-stars.empty:before {
    content: '\f154\f154\f154\f154\f154';
    line-height: 1;
    vertical-align: top;
}

.review-stars-rated .review-stars.filled:before {
    content: '\f155\f155\f155\f155\f155';
    line-height: 1;
    vertical-align: top;
}

.review-stars-rated .review-stars.filled {
    position: absolute;
    top: 0;
    left: 0;
}

.course-rate {
    overflow: hidden;
    margin: 10px 0;
}

.course-rate .review-bar {
    width: calc(100% - 125px);
    margin-right: 5px;
    height: 15px;
    background: #DDD;
    display: inline-block;
}

.course-rate .review-bar .rating {
    background: #95e6f9;
    height: 15px;
}

.course-rate .review-number {
    margin-bottom: 0;
}

.course-reviews-list {
    list-style: none;
    margin: 0;
}

.course-reviews-list li {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    overflow: hidden;
}

.course-reviews-list li .review-author {
    width: 80px;
    float: left;
    margin-right: 20px;
}

.course-reviews-list li .review-text {
    width: -webkit-calc(100% - 100px);
    float: left;
}

.course-reviews-list li .user-name {
    margin: 5px;
}

.course-reviews-list li .review-title {
    clear: both;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 25px;
    margin: 9px 0 15px;
}
.write-a-review{
    margin: 20px 0;
}
.review-fields {
    margin-left: -40px !important;
}
.review-fields ul.review-stars{
    margin-left: 0;
}
/* End course review styel */

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status::before {
	color: #1EA69A;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status{
	background: #fff;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{
	background: #fff;
	color: #555;
}
.course-meta{
    display: none;
}
.course-banner img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 40px;
}
.related-course-content .course-review{
	padding-left: 0;
	margin-bottom: 15px;
	margin-top: 0;
}
.course-teacher-1x .course-review{
	padding-left: 0;
	margin-top: 11px;
	border: 0;
}
.course-review-slide {
	float: right;
	margin-top: -5px !important;
}
#popup_title{
	background: #1EA69A;
}

/*********** Tab *******************/
.course-description-nav>li>a>i{
	padding-right: 5px ;
}
.course-description-nav>li>a:focus,
 .course-description-nav>li>a:hover{
	background: none ;
}
.course-description-nav>li>a{
	color: #262626;
	font-weight: 700;
	border-bottom: 0 solid #eee !important;
}
.course-description-nav>li.active>a{
	background: #1EA69A !important;
    padding: 12px;
}
.course-description-nav>.active>a{
	color: #f1f1f1 !important;
}

.course-description-tab{
	border: 1px solid #eee;
	padding: 0 30px;
	margin-bottom: 50px;
}
.course-description-tab-left{
	margin-top: 30px;
	margin-bottom: 30px;
	border-right: 1px solid #eee;
}
.course-description-tab-left h2{
	
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 20px;
}
.course-description-tab-left p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
}
.course-description-tab-outcomes ul{
    list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
.course-description-tab-outcomes ul li{
   font-size: 16px;
   font-weight: 400;
   line-height: 30px;
}
.course-description-tab-outcomes ul li i{
	font-size: 16px;
	color: #1EA69A;
	margin-right: 10px;
}
.course-description-tab-share{
	text-align: left;
	margin-bottom: 20px;
}
.course-description-tab-share ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.course-description-tab-share ul li{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;	
	margin-right: 10px !important;		
	background: #1EA69A;
	border: 1px solid #1EA69A;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	text-align: center;
	padding-top: 4px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.course-description-tab-share ul li a{
	color: #f1f1f1;
}
.course-description-tab-share ul li:last-child{
	margin-right: 0;
}
.course-description-tab-share ul li:hover{
	color: #f1f1f1;
	background: #262626;
	border: 1px solid #262626;
}

/*************** Tab right ********************/
.course-description-tab-right{
	margin-top: 30px;
	padding-left: 30px;
}
.course-description-tab-right h2{
	
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 20px;
}
.course-description-tab-right ul{
    list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
}
.course-description-tab-right ul li{
   font-size: 16px;
   font-weight: 400;
   line-height: 30px;
   border-bottom: 1px solid #eee;
   padding: 15px 0;
}
.course-description-tab-right ul li a{
	padding-left: 10px;
	transition: all .3s ease;
}
.course-description-tab-right ul li a:hover i{
	color: #262626;
}
.course-description-tab-right ul li:last-child{
   border-bottom: 0 solid #eee;	
}
.course-description-tab-right ul li span{
	float: right;
   font-size: 16px;
   font-weight: 700;
   color: #262626;
}
.course-description-tab-right ul li i{
	font-size: 16px;
	color: #1EA69A;
	margin-right: 10px;
}
.curriculum-tab h2{
	margin-top: 50px;
}
.instructors-tab{
	padding: 50px 0 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.instructors-tab .media{

}
.instructors-tab .media-left img{
	width: 150px;
}
.instructors-tab .media-left{
	display: block;
    float: left;
}

.instructors-tab .media-body a h4{
	font-size: 20px;
    font-weight: 700;
    color: #262626;
	transition: 0.3s ease;
    margin: 10px 0 10px 30px;
}
.instructors-tab .media-body a h4:hover{
	color: #1EA69A;
}
.instructors-tab .media-body span{
    font-size: 16px;
    font-weight: 500;
	margin-left: 30px;	
}
.instructors-tab .course-description-tab-share{
	margin: 20px 0 0 30px;
}
.instructors-tab p{
	margin-top: 30px;
}
.review-tab h2{
    
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin-top: 50px;
    margin-bottom: 20px;
}
.review-tab-top .media{
	margin-top: 50px;
}
.review-tab-top  .media-left{
	display: block;
	float: left;
	border: 1px solid #eee;
	text-align: center;
	padding: 80px;
}
.review-tab-top .media-left strong{
    display: block;
    font-size: 70px;
    font-weight: 700;
    color: #1EA69A;
    margin-bottom: 30px;
}
.review-tab-top  .media-left span i{
	color: #1EA69A;
}
.review-tab-top .media-body{
    padding: 30px 30px 10px 30px;
}
.single-progress-bar{
	margin-bottom: 30px;
}
.single-progress-bar .progress{
	height: 10px;
}
.single-progress-bar .progress-bar{
	background: #1EA69A;
}
.single-progress-bar label{
    float: left;
    color: #262626;
    padding-right: 30px;
	margin-top: -7px;
}
.review-tab .instructors-tab a h4{
	display: block;
	margin-top: 30px;
}
.review-tab .instructors-tab strong{
	padding-left: 30px;
	color: #1EA69A;
}
/* Custom learnpress style */
.course-rate .review-bar .rating,
.course-rate .review-bar{
    background: #ddd;
    margin-left: 15px;
    border-radius: 5px;
    height: 10px;
}

.edufair-course-details-1x .course-rate .review-bar .rating,
.edufair-course-details-1x .course-rate .review-bar{
	height: 5px;
}

.content-item-summary .learn-press-message:before,
.edufair-course-details-1x .course-rate .review-bar .rating,
.edufair-course-details-1x .lp-course-progress .lp-passing-conditional,
.edufair-course-details-1x ul.learn-press-nav-tabs .course-nav.active:after, .edufair-course-details-1x ul.learn-press-nav-tabs .course-nav:hover:after,
.course-rate .review-bar .rating{
    background: #1EA69A;
    margin-left: 0;
}
.course-curriculum ul.curriculum-sections .section-header,
.edufair-course-details-1x .course-curriculum ul.curriculum-sections .section-header{
	border-bottom: 1px solid #eee; 
	margin-top: 35px;
    margin-bottom: 20px;
}

div.course-curriculum ul.curriculum-sections .section-header .section-desc,
.edufair-course-details-1x .lp-single-course .course-author .author-bio,
.edufair-course-details-1x .course-curriculum ul.curriculum-sections .section-header .section-desc{
	font-style: normal;
}
.edufair-course-details-1x .learn-press-course-results-progress .course-progress .lp-course-status .grade.passed{
	background: #4BB543;
}

.edufair-course-details-1x .lp-single-course .course-author .author-name img{
	margin-bottom: 10px;
}
.learnpress .course-curriculum ul.curriculum-sections .section-header .section-title{
	font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
}
/*accordion style*/
.section-title:after {
    content: '\f107';
    font-family:'FontAwesome';
    color: #333;
    font-weight: 400;
    margin-left: 15px;
    font-size:17px;
}
.learnpress .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before{
	color: #1EA69A
}
.learnpress-page .lp-course-buttons .lp-button{
	height: 42px;
	margin: 20px 0 35px;
	width: auto !important;
	outline: none;
}

.learnpress .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status,
.learnpress .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed,
.learnpress .edufair-course-details-1x ul.learn-press-nav-tabs .course-nav,
.learnpress .edufair-course-details-1x .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status,
.learnpress .edufair-course-details-1x .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed{
	border-color: #eee;
    color: #eee;
}
.course-reviews-list,
ul.review-fields,
ul.review-stars{
    padding: 0;
}
.review-form .close {
    font-size: 16px;
}
.edufair-course-details-1x .review-stars-rated .review-stars.empty, 
.edufair-course-details-1x .review-stars-rated .review-stars.filled{
    color: #1EA69A;
}
.edufair-course-details-1x ul.learn-press-nav-tabs{
	margin: 0 0 50px 0; 
	background: #f5f5f5;
}
.learn-press-breadcrumb {
    margin-bottom: 35px !important;
}
.learn-press-tabs .learn-press-nav-tabs{
    margin: 0 0 35px 0 !important;
    border-bottom: 1px solid #eee !important;
}
.type-lp_course .blog-description {
    margin-top: -20px;
}
.type-lp_course .course-pagination {
    margin-bottom: -20px;
}
.more-post,
.edufair-more {
    display:none;
}

.learn-press-courses li.course .view-more,
.post-type-archive-lp_course .blog-details-title,
.post-type-archive-lp_course .edufair-blog-author-1x,
.post-type-archive-lp_course .blog-share-tag,
.post-type-archive-lp_course .blog-prev-next,
.post-type-archive-lp_course .remove-sidebar{
    display: none !important;
}
.post-type-archive-lp_course .blog-description{
    margin-top: 0;
}
.lp-archive-courses form.learn-press-search-course-form button.search-course-button{
	height: 45px;
	top:  10px;
}
.lp-archive-courses ul.learn-press-courses{
	margin-right: 0;
}
#lp-single-course .learn-press-breadcrumb{
	display: none
}
#lp-single-course ul.learn-press-nav-tabs{
	border-bottom: 3px solid #f5f5f5;
}

/* Learnpress profile style */

ul.learn-press-subtabs,
ul.lp-form-field-wrap,
ul.tabs.learn-press-tabs.clearfix {
    padding: 0;
}
.learn-press-user-profile .learn-press-tabs > li.current {
    border-bottom: 4px solid #1EA69A !important;
    background: #eee;
}
.lp-course-progress .lp-progress-bar,
.learn-press-user-profile .learn-press-tabs > li.current a{
    color: #1EA69A !important;
}
.lp-form-field-wrap .lp-form-field .lp-form-field-input .description{
    font-style: normal !important;
}
.learn-press-user-profile .update-profile{
    border-top: 0 !important;
}

.course-curriculum ul.curriculum-sections .section-content .course-item:before,
.scrollbar-light > .scroll-element.scroll-y .scroll-bar,
.learn-press-progress .progress-bg .progress-active,
#learn-press-course-curriculum .course-item .item-status.item-status-passed,
#learn-press-course-curriculum .section-header .meta .collapse,
.lp-course-progress .lp-progress-bar{
    background: #1EA69A !important;
}
.lp-course-progress .lp-progress-bar .lp-progress-value{
    background: #156d65;
}
table.lp-list-table thead tr th{
	background: #333
}

/* bbpres custom style */
#bbpress-forums div.bbp-reply-author a.bbp-author-name{
    font-weight: 700;
    margin-top: 20px;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role{
    font-style: normal !important;
    margin-top: -28px;
}
#bbpress-forums div.bbp-template-notice img.avatar{
    margin-bottom: 0;
}
.bbpress .edufair-blog-details-1x{
    margin-top: 0;
}
.bbpress .blog-share-tag,
.bbpress .edufair-blog-author-1x,
.bbpress .blog-prev-next,
.bbpress .blog-details-title {
    display: none;
}
div.bbp-template-notice.info {
    border: #156d65 1px solid;
}
#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
    background: #156d65;
    color: #fff;
}
#bbpress-forums li.bbp-header a{
    color: #fff;
}
.lp-archive-courses ul.learn-press-courses .course .course-thumbnail img {
    width: 100%;
    margin-top: 15px;
}
.learnpress #learn-press-profile-header{
    height: 150px;
    background: #1EA69A;
    z-index: 1;
}
.learnpress .lp-user-profile .profile-name{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3px;
    width: 250px;
    text-align: left
}
.learnpress #learn-press-profile-header .lp-profile-avatar{
	bottom: 35px;
    left: 20px;
    color: #fff;
}
.learnpress .lp-sub-menu{
	margin: 30px 0 20px 0;
    padding: 0;
}
.learnpress #learn-press-profile-nav .tabs > li.active > a,
.learnpress #learn-press-profile-nav .tabs > li a:hover,
.learnpress #learn-press-profile-nav .tabs > li:hover:not(.active) > a{
	background: #1EA69A;
	color: #fff;
}
.learnpress #learn-press-profile-nav .tabs > li ul li.active a{
	color: #1EA69A;
	background: transparent;
}
.learnpress .lp-tab-sections .section-tab a,
.learnpress .lp-tab-sections .section-tab.active span{
	border-bottom: 0 solid #1EA69A;
    background: #1EA69A;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 20px;
    margin-right: 5px;
    border-radius: 2px;
}
div.learnpress .lp-tab-sections .section-tab.active span{
	background: #333
}
.learnpress .learn-press-message:before{
	background: #1EA69A;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.learnpress #learn-press-profile-header .lp-profile-avatar img{
	border-radius: 3px;
}
.learnpress .lp-tab-sections{
	background: transparent
}
.learnpress .lp-sub-menu li a, 
.learnpress .lp-sub-menu li span{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.learnpress .lp-sub-menu li span{
	color: #1EA69A;
}
.learnpress .profile-recover-order input[name="order-key"]{
	outline: none;
    height: 45px;
}
.lp-avatar-preview{
	height: auto !important
}
#learn-press-user-profile #learn-press-profile-nav .learn-press-tabs li a:before{
	content: '\f105';
    font-family: FontAwesome;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: unset;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
}
.learnpress .course-reviews-list li{
	background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}
.course-summary .learn-press-course-results-progress{
	margin-bottom: 45px;
}
div.lp-single-course .course-author .author-name{
	margin: 7px 20px 0 0;
    background: #eee;
    padding: 15px 25px;
    border-radius: 3px;
}
.lp-single-course .course-author .author-name a{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
div.course-curriculum ul.curriculum-sections .section-header{
	border-bottom: 1px solid #eee
}
div#course-item-content-header .course-item-search input{
	margin-top: 0
}
div#course-item-content-header{
	background: #eee
}
div#course-item-content-header .form-button.lp-button-back{
	margin-top: -2px
}
form.learn-press-form .form-fields .form-field,
form.learn-press-form .form-fields .form-field label{
	margin: 0;
}
.learn-press-subtab-content ul.learn-press-courses .course .course-title{
	color: #262626;
    font-size: 17px;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 25px;
    transition: all 0.3s ease;
    padding-top: 15px;
}

/**************** All Course*****************/
.all-course{
	margin-top: 30px;
	padding-left: 30px;
	border-left: 1px solid #eee;
}
.all-course h2{	
	font-size: 15px;
    font-weight: 700;
    color: #f1f1f1;
    margin-bottom: 20px;
    background: #1EA69A;
    text-align: center;
    padding: 15px 0;
    border-radius: 3px;
    text-transform: uppercase;
}
.all-course ul{
    list-style: none;
	margin: 0;
	padding: 0 10px;
	margin-bottom: 35px;
}
.all-course ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: flow-root;
}
.all-course ul li span{
	float: right;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.all-course ul li i{
	font-size: 16px;
	color: #1EA69A;
	margin-right: 10px;
}

/*--------------------------------------------------------------
## Related course
--------------------------------------------------------------*/
.edufair-related-course-1x {
    margin-top: 20px;
    margin-bottom: 70px;
}
.edufair-related-course{
	margin: 30px 0;
}
.single-course-1x .edufair-related-course{
	margin-top: 0;
}
.edufair-related-course-overlay {
    position: relative;
	background: #000;
}
.edufair-related-course-image:hover {
	opacity: .6;
}
.edufair-related-course-image {  
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.edufair-related-course-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .edufair-related-course-image,
.edufair-course-overlay:hover .edufair-related-course-image {
	opacity: 0.6;
}
.event-container-1x:hover .edufair-related-course-middle,
.edufair-course-overlay:hover .edufair-related-course-middle {
	opacity: 1;
}
a.edufair-related-course-text {
    background-color: #1EA69A;
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 2px;
}
.related-course-content{
	padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eee;
}
.related-course-content .media-body span {
    margin-bottom: 0;
    display: inline-block;
}
.related-course-content .media-left{
	display: block;
    float: left;
}
.related-course-content img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.related-course-content h4.media-heading{
    color: #262626;
    font-weight: 700;
    font-size: 13px !important;
    margin-top: 8px;
    margin-bottom: 0;
}
.related-course-content span{
    font-size: 12px;
    margin: 0;
}
.related-course-content h3 {
    color: #262626;
    font-size: 17px;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 25px;
    transition: all 0.3s ease;
    padding-top: 15px;
}
.edufair-related-course:hover h3{
	color: #1EA69A;
}
.related-course-footer {
	border-top: 1px solid #eee;
	padding: 10px 0;
}
.related-course-footer span{
	margin-right: 5px;
	margin-left: 3px;
}
.related-course-footer strong{
	float: right;
	color: #1EA69A;
	margin-left: 10px;
}
.related-course-footer del{
	color: #7a7a7a;
	margin-right: 10px;
}
/*********************************************
		blog single
**********************************************/
.edufair-blog-details-1x{
	margin-top: 70px;
}
.course-type .edufair-related-course{
    margin-bottom: 30px;
    margin-top: 0;
}
.blog-banner img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 40px;
}
.blog-details-title{
	margin-top: 0;
}
.blog-details-title h4{	
    font-size: 30px;
    font-weight: 700;
    color: #262626;
	margin: 15px 0;
	display: none
}
.blog-details-title span{
	font-size: 14px;
    color: #333;
    margin-left: 5px;
}
.blog-details-title span a{
	font-size: 14px;
    color: #333;
}
.blog-details-title span a i{
	font-size: 14px;
    color: #333;
	padding-left: 10px;
	padding-right: 5px;
}
.blog-description{
	margin-top: 50px;
}
/* blog Share*/
.blog-share-tag{
	overflow: hidden;
	margin: 0 0 50px;	
}
.blog-description-tab-share ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.blog-description-tab-share ul li{
	display: inline-block;	
	margin-right: 10px !important;
	color: #262626;	
}
.blog-description-tab-share ul li i{
	color: #262626;	
}
.blog-description-tab-share ul li:last-child{
	margin-right: 0;
}
.blog-description-tab-share ul li a{
	font-size: 16px;
	font-weight: 400;		
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.blog-description-tab-share ul li a i:hover{
	color: #1EA69A;
}

/* blog Tag */
.blog-description-tag ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-description-tag ul li{
	display: inline-block;
	padding-left: 15px;
}
.blog-description-tag ul li a{
	font-size: 14px;
	color: #262626;
	transition: all .3s ease;;
}
.blog-description-tag ul li a:hover{
	color: #1EA69A;
}

/* blog Right Sidebar */
.search-post{
	margin-bottom: 50px;
	margin-top: -10px
}
.btn-search{
	margin-top: 10px;
    height: 40px;
    background: #1EA69A;
	border-radius: 0;
	border: 0;
    color: #f1f1f1;
}
button.btn.btn-search {
    color: #fff;
}
.single-post-category{
	margin-bottom: 50px;
}
.single-post-category ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.single-post-category ul li{
	display: block;
}
.single-post-category ul li a{
	font-size: 14px;
	font-weight: 700;
	color: #262626;
	line-height: 35px;
	text-transform: uppercase;
	transition: all .3s ease;;
}
.single-post-category ul li a:hover{
	color: #1EA69A;
}
.single-post-category ul li a span{
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #262626;
}
.latest-post-right-sidebar{
	margin-bottom: 50px;
    list-style: none;
}
.latest-post-right-sidebar a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #1EA69A;
}
.latest-post-right-sidebar a i{
	margin-left: 7px;
	font-weight: 700;
}

.latest-post-right-sidebar h2,
.latest-post-right-sidebar h3{	
    color: #262626;
    font-weight: 500;
    font-size: 25px;
	margin-top: 45px;
	margin-bottom: 35px;
	border-left: 5px solid #1EA69A;
	padding-left: 20px;
}
.latest-post-right-sidebar h3{
    margin-top: 0;
}
.university-1x .latest-post-right-sidebar h3{
	margin-bottom: 40px
}
.high-school-1x .latest-post-right-sidebar h3{
	border-left: 5px solid #ffb606;
	margin-bottom: 40px
}
.single-latest-post {
    margin-top: 0;
	margin-bottom: 10px;
    border-bottom: 0 solid #e7e7e7;
    padding-bottom: 20px;
}
.single-latest-post:last-child{
    border-bottom: 0 solid #e7e7e7;
}
.single-latest-post .media-left{
	display: block;
    float: left;
}
.single-latest-post img{
	width: 80px;
	height: 80px;
	margin-right: 10px;
	object-fit: cover;
}
.single-latest-post .media-body a h4{
	
    color: #262626;
    font-weight: 700;
	text-transform: capitalize;
    font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 25px;
	transition: all .3s ease;
	
}
.single-latest-post .media-body a h4:hover{
	color: #1EA69A;
}
.high-school-1x .single-latest-post .media-body i,
.high-school-1x .single-latest-post .media-body a h4:hover{
	color: #ffb606;
}
.single-latest-post .media-body span{
	font-size: 14px;
}
.single-latest-post .media-body i{
	color: #1EA69A;
	padding-right: 5px;
}

.latest-post-right-sidebar a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: rgb(38, 38, 38);
    transition: all 0.3s ease;
}
.latest-post-right-sidebar a:hover{
	color: #1EA69A;
}
a.latest-post-read-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #1EA69A;
}
/*Custom latest post style*/
li.widget ul li {
    border-bottom: 1px solid #f5f5f5;
    line-height: 35px
}
li.widget ul li:last-child {
    border-bottom: 0;
}
li.widget:first-child{
	margin-top: -25px
}
/* Blog Author */
.blog-author{
	padding: 30px 0 0 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.blog-author .media-left{
	display: block;
    float: left;
}
.blog-author img{
	width: 70px;
	height: 70px;
}
.blog-author .media-body{
	padding-left: 20px;
}
.blog-author h4.media-heading{
	
    color: #262626;
    font-weight: 700;
    font-size: 14px ;
    margin-top: 10px;
    margin-bottom: 5px;
}
.blog-author span{
    font-size: 12px;
}
.blog-author h3 {
    color: #262626;
    font-size: 20px;
    margin: 22px 0;
    font-weight: 700;
    line-height: 30px;
}
.blog-author-share ul{
    list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.blog-author-share ul li{
	display: inline-block;	
	margin-right: 10px !important;
	color: #262626;	
}
.blog-author-share ul li i{
	color: #262626;	
}
.blog-author-share ul li:last-child{
	margin-right: 0;
}
.blog-author-share ul li a{
	font-size: 16px;
	font-weight: 400;		
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.blog-author-share ul li a i:hover{
	color: #1EA69A;
}
.blog-author p{
	font-size: 14px;
	font-weight: 400;
	margin: 20px 0;
}

/* Blog Next Previous Post */
.blog-prev-next{
	overflow: hidden;
    margin: 50px 0;
}
.previous-post{
	float: left
}
.previous-post h4{
	font-size: 14px;
    color: #7a7a7a;
}
.previous-post span{	
    font-size: 16px;
    font-weight: 500;
    color: #262626;
	transition: all .3s ease;
}
.previous-post span:hover{
    color: #1EA69A;

}
.next-post{
	text-align: right;
}
.next-post h4{
	font-size: 14px;
    color: #7a7a7a;
}
.next-post span{    
    font-size: 16px;
    font-weight: 500;
    color: #262626;
	transition: all .3s ease;
}
.next-post span:hover{
    color: #1EA69A;

}

/* Blog Related Post */
.edufair-related-blog-1x{
	margin: 0;
	margin-bottom: 70px;
	padding-top: 0;
}

/* Edufair Comment box */
.edufair-comment-body .media-left{
	float: left;
	display: inline-block;
	width: 100px;
}
.edufair-comment-body .media-body{
	width: 80%;
	display: inline-block;
}
.edufair-comment-body li {
	list-style: none
}

.edufair-comment-body ul.children li,
.edufair-comment-body li article.comment-body{
	margin-bottom: 50px
}
.edufair-comment-body h2{
	font-size: 25px;    
    font-weight: 500;
    color: #262626;
}
.edufair-comment-body .media img{
	width: 74px;
	margin-right: 15px;
    border-radius: 3px
}
.edufair-comment-body .media .media-body span{
	font-size: 14px;
	line-height: 25px;
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
	font-weight: 400;
}
.edufair-comment-body .media .media-body span i{
	color: #1EA69A;
}
.edufair-comment-body h4.media-heading{
	color: #262626;
	font-size: 15px;
	margin-bottom: 15px;
} 
.edufair-comment-body ul{
	margin: 0;
	padding: 50px 0 0;
}
.edufair-comment-body ul ul{
	padding: 0 0 0 50px;
	list-style: none
}
.post-comment h2 {
    font-size: 17px;
    color: #333;
}
.edufair-contact-form{
	margin-bottom: 0;
}
.edufair-contact-form h2{
	font-size: 25px;    
    font-weight: 700;
    color: #262626;
	margin: 50px 0;
}
.search-no-results .page-header {
    margin-top: 0;
}
.search-no-results h1.page-title {
    margin-top: -7px;
}

/*********************************************
		Edufair Shop
**********************************************/

/* Shop image hover effect */
.shop-category{
	float: right;
}
.edufair-shop-container {
    position: relative;
    width: 100%;
}
.edufair-shop-image {
  opacity: 1;
  display: initial;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.edufair-shop-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 47%;
	transform: translate(-45%, -45%);
	-ms-transform: translate(-50%, -50%);
}

.edufair-shop-container:hover .edufair-shop-image {
  opacity: 0.3;
}

.edufair-shop-container:hover .edufair-shop-middle {
  opacity: 1;
}

.edufair-shop-text {
	background-color: #1EA69A;
	font-size: 13px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
}
.edufair-shop-text a{
	color: #f1f1f1;
}
.edufair-shop-item-text{
	clear: both;
	margin-top: 25px;
	margin-bottom: 50px;
}
.edufair-shop-item-text a{
	font-size: 20px;
	font-weight: 700;
	color: #262626;
	font-family: 'Montserrat', sans-serif;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.edufair-shop-item-text a:hover{
	color: #1EA69A;
}
.edufair-shop-item-text p{
	margin: 0;
}
.edufair-shop-item-text b{
	color: #262626;
}
.edufair-onsale {
	position: absolute;
	top: 0;
	background: #1EA69A;
	color: #f1f1f1;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}
.edufair-nav-tabs > li{
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.edufair-nav-tabs {
	text-align: center;
	border: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.edufair-nav-tabs > li > a:hover,
.edufair-nav-tabs > li > a,
.edufair-nav-tabs > li.active > a{
	background: none;
	border: 3px solid #262626;
	border-radius: 1px;
}
.edufair-nav-tabs > li.active > a,
.edufair-nav-tabs > li.active > a:active,
.edufair-nav-tabs > li.active > a:focus,
.edufair-nav-tabs > li.active > a:hover{
	border: 3px solid #1EA69A;
}
.edufair-pagination > li.active > a:hover,
.edufair-pagination > li.active > a {
	background-color: #1EA69A;
	border: 0;	
}
.course-pagination {
	overflow: hidden;
	padding-top: 7px;
	background: #f5f5f5;
	border-radius: 1px;
}
.edufair-pagination > li > a{
	color: #262626;
	background-color: #ffffff;
	border: 0 solid #ffffff;
	margin: 0 5px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease;
}
.edufair-pagination > li > span{
    margin: 0 5px;
    background: #1EA69A;
    color: #f1f1f1;
    padding: 4px 12px;
}
.edufair-pagination > li > a:hover{
	color: #f1f1f1 !important;
	background-color: #1EA69A;
}
/*********************************************
		Edufair Blog Right Sidebar
**********************************************/
.blog-content blockquote {
    padding: 0;
    margin: 0;
}
.blog-content span{
    color: #b5b5b5;
}
.blog-content span a{
	font-size: 14px;
    color: #b5b5b5;
}
.blog-content span a i{
    font-size: 14px;
    color: #b5b5b5;
    padding-left: 10px;
    padding-right: 5px;
}
a.blog-right-sidebar-link h2{
    
    font-size: 30px;
    font-weight: 700;
    color: #262626;
	line-height: 40px;
    margin: 15px 0;
	transition: all ease .3s;
}
a.blog-right-sidebar-link h2:hover{
	color: #1EA69A;
}
.blog-right-sidebar-date{
    position: absolute;
    margin-top: -68px;
    background: #1EA69A;
    padding: 15px;
	text-align: center;
}
.blog-right-sidebar-date span:nth-child(1){
	color: #f1f1f1;
	font-size: 35px;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
}
.blog-right-sidebar-date span:nth-child(2){
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 600;

}
/*************************************************
		University Home
**************************************************/
.edufair-about-university{
	padding-top: 100px;
}
.edufair-about-university a.edufair-course-text{
    clear: both;
    display: inline-block;
	margin: 10px 0;
	padding: 8px 20px;
}
.edufair-about-university .edufair-main-title{
	margin-top: 0;
}
.edufair-about-university .latest-post-right-sidebar{
	padding-left: 20px;
}

/* university Countdown Timer */
.university-countdown-1x .countdown-overlay-middle{
	top: 48%;
}
.university-countdown-1x .countdown-overlay-image {
    opacity: .5;
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: .5s ease;
    backface-visibility: hidden;
}
.university-countdown-1x .edufair-main-title {
    font-size: 50px;
}
.university-countdown-1x .edufair-main-title:before {
    border-bottom: 3px solid #f1f1f1;
    left: 45%;
}
.university-countdown-1x:hover .edufair-main-title:before{
	border-bottom: 3px solid #1EA69A;
	width: 10%;
}
.university-countdown-1x .edufair-countdown {
    text-align: center;
    margin-top: 8%;
    left: -10px;
    font-size: 35px;
    font-weight: 700;
    display: block;
}
.university-countdown-1x a.edufair-course-text {
	display: inline-block;
	margin-top: 50px;
}
/* University Course */
.university-course-1x .blog-content span {
	font-size: 16px;
	font-weight: 500;
	color: #7a7a7a;
}
.university-course-1x .blog-content h3 {
	margin: 10px 0 20px 0;
}
.university-course-1x .blog-footer {
	border-top: 0 solid #e7e7e7; 
	padding: 10px 0 40px 0;
	margin-top: 25px;
}
/***********************************************
		Edufair Kinder Garten
************************************************/

.kindergarten-1x .edufair-nav .navbar-nav>li>a{
	font-family: 'Dosis',sans-serif;
	font-weight: 600;
}
.high-school-1x .edufair-nav .dropdown-menu>li>a:focus,
.kindergarten-1x .edufair-nav .dropdown-menu>li>a:focus,
.high-school-1x .dropdown-menu>li>a:hover,
.kindergarten-1x .dropdown-menu>li>a:hover{
	color: #EA77AD;
}
.high-school-1x .container-2 input#search,
.kindergarten-1x .container-2 input#search{
	color: #EA77AD;
}
.kid-top-menu{
	background: #333;
	padding: 25px 0;
}

.kid-top-menu .kid-icon-2x i,
.kid-top-menu .kid-icon-1x i{
	font-size: 40px;
    color: #EA7066;
    border-right: 1px solid #474747;
    padding-right: 15px;
}
.top-menu-left .media-body h3{
    font-size: 16px;
    font-weight: 500;
    color: #f1f1f1;
    margin: 0;
    line-height: 25px;
}
.top-menu-left .media-body span{
	color: #EA7066;
	font-weight: 700;
    text-transform: uppercase;
}
.high-school-1x  .edufair-course-text,
.kindergarten-1x  .edufair-course-text{
	float: right;
	background: #EA7066;
	padding: 7px 20px;
	margin-top: 6px;
	color: #fff;
	font-size: 16px;
}
.high-school-1x a.edufair-course-text:hover,
.kindergarten-1x a.edufair-course-text:hover{
	background: #fff;
	color: #EA7066;
}
/* Kindergarten nav */
.kid-nav{
	background: #fff;
}
.high-school-1x .edufair-nav .navbar-nav > li > a,
.kindergarten-1x .edufair-nav .navbar-nav > li > a,
.kindergarten-1x .edufair-nav .navbar-nav > li > a,
.kindergarten-1x .kid-nav .navbar-nav > li > a:focus,
.kindergarten-1x .kid-nav .navbar-nav > li > a:hover,
.kindergarten-1x .kid-nav .navbar-nav > li > a:visited,
.kindergarten-1x .kid-nav .navbar-nav > .open > a,
.kindergarten-1x .kid-nav .navbar-nav > .open > a:focus,
.kindergarten-1x .kid-nav .navbar-nav > .open > a:hover,
.kindergarten-1x .kid-nav .navbar-nav>.active>a,
.kindergarten-1x .kid-nav .navbar-nav>.active>a:focus,
.kindergarten-1x .kid-nav .navbar-nav>.active>a:hover{
	color: #262626 !important;
}
/* Kid Cart & Search */
.high-school-1x .kid-cart i,
.kindergarten-1x .kid-cart i{
	padding-left: 15px;
	color: #262626;
}
.high-school-1x .kid-cart .container-2:hover .icon i,
.kindergarten-1x .kid-cart .container-2:hover .icon i{
  color: #262626;

}
.high-school-1x .kid-cart a span.cart-no,
.kindergarten-1x .kid-cart a span.cart-no{
    margin-top: 0;
    position: absolute;
    font-weight: 700;
    color: #262626
}
/* Edufair CTA */
.edufair-cta-1x{	
	background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('images/slide/slide-7.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	color: #fff;	
	padding: 30px 0;	
}
.cta-left h4{
    font-size: 16px;
    font-weight: 500;
    color: #f1f1f1;
}
.cta-left h3{
    font-size: 25px;
    font-weight: 700;
    color: #f1f1f1;
	margin-top: 12px;
}
.cta-right .modal .edufair-btn-larg, a.edufair-btn-larg {
    margin-top: 12px;
}
.kindergarten-1x .kid-contact-cta,
.kid-contact-cta{
    float: right;
	right: 30px;
    padding: 10px 30px;
    background: #fff;
    color: #262626;
    margin-top: 17px;
}
.kindergarten-1x .kid-contact-cta:hover,
.kid-contact-cta:hover{
	color: #f1f1f1;
}
.high-school-1x .kid-contact-cta:before,
.kindergarten-1x .kid-contact-cta:before{
	background: #EA7066 ;
}
/* Pricing Table */
.edufair-pricing-table-1x{
	padding-top: 70px;
}
.edufair-kid-title{
	text-align: center;
}
.edufair-kid-title .edufair-main-title:before {
    left: 45%;
}
.edufair-single-pricing{
	margin: 10% 0 0;
	display: inline-block;
}
.edufair-pricing-box .pricing-box{
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.edufair-pricing-box .single-pricing-box-1x{
	background: linear-gradient(rgba(132,190,214, 0.9),rgba(132,190,214, 0.9)),url('images/kindergarten/slide1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.edufair-pricing-box .single-pricing-box-2x{
	background: linear-gradient(rgba(234,112,106, 0.92),rgba(234,112,106, 0.92)),url('images/kindergarten/slide2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.edufair-pricing-box .single-pricing-box-3x{
	background: linear-gradient(rgba(181,213,106, 0.92),rgba(181,213,106, 0.92)),url('images/kindergarten/slide3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.edufair-pricing-box .single-pricing-box-4x{
	background: linear-gradient(rgba(240,194,75, 0.92),rgba(240,194,75, 0.92)),url('images/kindergarten/slide4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}

.edufair-pricing-box .pricing-box h3{
	color: #fff;
	font-family: 'Dosis',sans-serif;
	font-size: 2em;
    font-weight: 700;
    text-transform: capitalize; 
    padding-top: 45px;
    padding-bottom: 15px;
}
.edufair-pricing-box .pricing-box .edufair-price-in-table{
	padding: 10% 0 5%;
}
sup.edufair-value,
.edufair-pricing-box .pricing-box sup.edufair-value{
	font-size: 30px;
	top: -30px;
}
span.edufair-price,
.edufair-pricing-box .pricing-box span.edufair-price{
	color: #fff;
	
	font-size: 50px;
    font-weight: 300;
}
span.edufair-mark,
.edufair-pricing-box .pricing-box span.edufair-mark{
	font-size: 14px;
}
.edufair-pricing-box .pricing-box ul {
	padding: 7% 0 7%;
	margin: 0;
	list-style: none;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
.edufair-pricing-box .pricing-box ul del{
	color: #fff;
}
.kid-pricing-table  a.kid-btn-large {
    background: #fff;
	margin-bottom: 40px;
	color: #727272;
	padding: 7px 20px;
	transition: all 0.3s ease;
}
.pricing-box .kid-btn-large:before,
.pricing-box a.kid-btn-large:before {
	background: #2BE09E;
	color: #f1f1f1;
	transition: all 0.3s ease;
}
.pricing-box .kid-btn-large, a.kid-btn-large:hover {
	background: #2BE09E;
	color: #f1f1f1;
}
/*Feature plan*/
.edufair-pricing-box .feature-plan {
	position: absolute;
	background: #2BE09E;
	padding: 23px 15px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	
	font-weight: 600;
	text-transform: uppercase;
	margin-top: -35px;
	right: -5px;
}
.kindergarten-1x .blog-content h3{
	line-height: 30px;
	font-family: 'Dosis',sans-serif;
}
/*****************************************
		High School 
******************************************/

/* High School Features */
.edufair-high-school-features-1x{
	background: #fff;
	color: #f1f1f1;
}
.hs-single-features-left{
    background: #FF6962;
    padding-left: 50px !important;
    padding-right: 15px !important;

}
.hs-single-features-left h4,
.hs-single-features-left p,
.hs-single-features-left i{
	color: #f1f1f1 !important;
}
.high-school-single-features{
	padding: 50px 30px 30px 30px;
}
.high-school-single-features .media{
}
.high-school-single-features .media-left{
	display: block;
	float: left;
}
.high-school-single-features .media-left i{
    font-size: 50px;
    color: #1EA69A;
    margin-right: 10px;
}
.high-school-single-features .media-body a h4{
    
    font-size: 20px;
    font-weight: 700;
    color: #f1f1f1;
    line-height: 25px;
    margin-top: 15px;
    margin-left: 10px;
    text-transform: uppercase;
	transition: all .3s ease;
}
.high-school-single-features .media-body a:hover h4{
    color: #f1f1f1;
}
.high-school-single-features p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.hs-single-features-1x{
	background: #84BED6;
	padding-bottom: 41px;
}
.hs-single-features-2x{
	background: #B5D56A;
	padding-bottom: 41px;
}
.hs-single-features-3x{
	background: #ffb606;
	padding-bottom: 41px;
}
/* High School Extra Features */
.university-1x .edufair-high-school-extra-features-1x{
	margin-bottom: 60px;
}
.high-school-single-extra-features{
	padding: 70px 30px;
}
.high-school-single-extra-features h4{
    font-size: 25px;
    color: #262626;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.university-2x .high-school-single-extra-features h4 {
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 5px solid #1EA69A;
    padding-left: 20px;
    margin-bottom: 40px;
	margin-top: 18px;
}
.high-school-fun-facts ul,
.high-school-single-extra-features ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.high-school-fun-facts ul li a,
.high-school-single-extra-features ul li a{
    font-size: 17px;
    color: #262626;
    line-height: 31px;
	transition: all .3s ease;
}
.high-school-fun-facts ul li i,
.high-school-single-extra-features ul li i{
    font-size: 17px;
    color: #262626;
	margin-right: 10px;
}
.university-2x .high-school-single-extra-features ul li a:hover {
    color: #1EA69A;	
}
.high-school-fun-facts ul li a:hover,
.high-school-single-extra-features ul li a:hover{
	color: #ffb606;
}

.high-school-fun-facts ul li i:hover,
.high-school-single-extra-features ul li i:hover{
	color: #ffb606;
}

.university-2x .high-school-single-extra-features ul li,
.university-2x .high-school-single-extra-features ul li a,
.university-2x .high-school-single-extra-features ul li i{
	color: #262626;
}
.hs-single-extra-features-left{
    background: #fff;
    padding-left: 50px;
    padding-right: 15px;
}
.university-2x .hs-single-extra-features-left{ 
    background: #1EA69A;
    overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	padding-top: 70px;
    padding-bottom: 0;
	margin-top: -50px;
	z-index: 1;
}
.single-extra-feature{
	text-align: center;
	margin-bottom: 62px;
}
.single-extra-feature h3 {
    font-size: 18px;
    color: #f1f1f1;
    margin-top: 10px;
    font-weight: 400;
}
.single-extra-feature img{
	max-width: 70px;
	margin-bottom: 10px;
}

a.left-color-button{
    display: block;
    color: #f1f1f1;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    padding: 14px 20px;
    margin: 10px 0;
    border-radius: 2px;
}

a.left-color-button-1x {
    background: #A597E7;
}
a.left-color-button-2x{
    background: #EA77AD;
}

/* High School Info Right */
.high-school-info-right{
	padding: 50px 30px 0 0;
}
.high-school-single-info{
	margin-bottom: 30px;
}
.high-school-single-info-body{
	border: 1px solid #eee;
	padding: 20px;
}
.high-school-single-info h3{
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 5px solid #1EA69A;
    padding-left: 20px;
    margin-bottom: 25px;
}
.high-school-1x .high-school-single-info h3{
	border-left: 5px solid #ffb606;
}
.high-school-single-info h4{    
    font-size: 18px;
    font-weight: 700;
    color: #262626;
    line-height: 25px;
	margin: 0 0 15px 0;
	transition: all .3s ease;
}
.high-school-single-info a h4:hover{
	color: #1EA69A;
}
.high-school-1x .high-school-single-info a h4:hover{
	color: #ffb606;
}
.high-school-single-info p{
    font-size: 16px;
    font-weight: 400;
}
.high-school-read-more{
    font-size: 14px;
	font-weight: 500;
    text-transform: uppercase;
    color: #1EA69A !important;
}
.high-school-1x .high-school-read-more{
	color: #ffb606 !important;
}

/* Edufair enents fun facts and news */
.edufair-events-news-fun{
	padding-top: 100px;
	
}
/*events*/
.high-school-events{
    border: 1px solid #eee;
    padding: 30px;
}

.university-2x .high-school-fun-facts h3,
.high-school-fun-facts h3,
.university-2x .high-school-events h3,
.high-school-events h3{    
    color: #262626;
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px;
    border-left: 5px solid #ffb606;
    padding-left: 20px;
}
.interior-page .high-school-fun-facts h3,
.interior-page .high-school-events h3{
	border-left: 5px solid #1EA69A
}
.interior-page .high-school-events .media-left {
	border: 2px solid #1EA69A
}
.interior-page .high-school-events .media-body a h4:hover,
.interior-page .high-school-events .media-body span i,
.interior-page .high-school-events .media-left span:nth-child(2),
.interior-page .high-school-events .media-left span:nth-child(1){
	color: #1EA69A
}
.university-2x .high-school-fun-facts h3,
.university-2x .high-school-events h3{
	border-left: 5px solid #1EA69A;
}
.high-school-events .media{
    padding: 0 0 20px 0;
}
.high-school-events :last-child{
    border-bottom: 0 solid #b5b5b5;
}
.high-school-events .media-left{
    border: 2px solid #ffb606;
    padding: 15px 10px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.university-2x .high-school-events .media-left{
    border: 2px solid #1EA69A;
}
.high-school-events .media-left span:nth-child(1){
    display: block;
	font-size: 30px;
    font-weight: 700;
	color: #ffb606;
}
.high-school-events .media-left span:nth-child(2){
	font-size: 16px;
	font-weight: 700;
	color: #ffb606;
}
.university-2x .high-school-fun-facts ul li a:hover,
.university-2x .high-school-fun-facts ul li i:hover,
.university-2x .high-school-events .media-body strong i,
.university-2x .high-school-events .media-body span i,
.university-2x .high-school-events .media-body a h4:hover,
.university-2x .high-school-events .media-left span:nth-child(1),
.university-2x .high-school-events .media-left span:nth-child(2){
	color: #1EA69A;
}
.high-school-events .media-body{
    padding-left: 20px;
}
.high-school-events .media-body a h4{
    
    color: #262626;
    font-size: 14px;
	font-weight: 700;
    text-transform: capitalize;
	line-height: 25px;
	transition: all .3s ease;

}
.high-school-events .media-body a h4:hover{
	color: #ffb606;
}
.high-school-events .media-body span{
	float: left;
}
.high-school-events .media-body strong{
	float: right;
	font-weight: 400;
}
.high-school-events .media-body strong i,
.high-school-events .media-body span i{
    color: #ffb606;
    padding-right: 5px;
}
.high-school-fun-facts{
    border: 1px solid #eee;
    padding: 30px;	
}
.high-school-news{
	border: 1px solid #eee;
	padding: 0 30px;
	margin-bottom: 100px;
}
.high-school-news h3{
	margin-top: 30px;
}
.high-school-post{
	border: none;
}
/* high school counter */
.edufair-counter-1x{
	background: #000;
	margin-top: 0;
}
.university-countdown-1x .school-overlay-image {
    height: 200px !important;
	opacity: .5;
	object-fit: cover;
	width: 100%;
}

.single-counter{
	text-align: center;
}
.single-counter i{
	font-size: 30px;
	color: #f1f1f1;
	margin-bottom: 20px;
}
span.counter{
	color: #f1f1f1;
	font-size: 30px;
}
.single-counter h6{
	font-size: 16px;
	margin-top: 20px;
	color: #f1f1f1;
}
/*********************************************
		Edufair kids 
**********************************************/
.edufair-kindergarten-features-1x{
	padding-top: 70px;
}
.single-kindergarten-features{  
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
    text-align: center;
	padding: 30px 15px;		
}

.single-kindergarten-features-1x{
	background: linear-gradient(rgba(240,194,75, 0.9),rgba(240,194,75, 0.9)),url('images/cssbg/featured-bg1.jpg');
	background-size: cover;
	transition: all 0.3s ease;
}
.single-kindergarten-features-2x{
	background: linear-gradient(rgba(181,213,106, 0.9),rgba(181,213,106, 0.9)),url('images/cssbg/featured-bg2.jpg');
	background-size: cover;
}
.single-kindergarten-features-3x{
	background: linear-gradient(rgba(234,112,106, 0.9),rgba(234,112,106, 0.9)),url('images/cssbg/featured-bg3.jpg');
	background-size: cover;
}
.single-kindergarten-features-4x{
	background: linear-gradient(rgba(132,190,214, 0.9),rgba(132,190,214, 0.9)),url('images/cssbg/featured-bg4.jpg');
	background-size: cover;
}
.single-kindergarten-features-5x{
	background: linear-gradient(rgba(165,151,235, 0.9),rgba(165,151,235, 0.9)),url('images/cssbg/featured-bg5.jpg');
	background-size: cover;
}
.single-kindergarten-features-6x{
	background: linear-gradient(rgba(234,119,173, 0.9),rgba(234,119,173, 0.9)),url('images/cssbg/featured-bg6.jpg');
	background-size: cover;
}
/* Hover css */
.single-kindergarten-features-1x:hover{
	background: linear-gradient(rgba(240,194,75, 1),rgba(240,194,75, 1)),url('images/cssbg/featured-bg1.jpg');
}
.single-kindergarten-features-2x:hover{
	background: linear-gradient(rgba(181,213,106, 1),rgba(181,213,106, 1)),url('images/cssbg/featured-bg2.jpg');
}
.single-kindergarten-features-3x:hover{
	background: linear-gradient(rgba(234,112,106, 1),rgba(234,112,106, 1)),url('images/cssbg/featured-bg3.jpg');
}
.single-kindergarten-features-4x:hover{
	background: linear-gradient(rgba(132,190,214, 1),rgba(132,190,214, 1)),url('images/cssbg/featured-bg4.jpg');
}
.single-kindergarten-features-5x:hover{
	background: linear-gradient(rgba(165,151,235, 1),rgba(165,151,235, 1)),url('images/cssbg/featured-bg5.jpg');
}
.single-kindergarten-features-6x:hover{
	background: linear-gradient(rgba(234,119,173, 1),rgba(234,119,173, 1)),url('images/cssbg/featured-bg6.jpg');
}


.single-kindergarten-features-6x img,
.single-kindergarten-features-5x img,
.single-kindergarten-features-4x img,
.single-kindergarten-features-3x img,
.single-kindergarten-features-2x img,
.single-kindergarten-features-1x img{
    width: 70px;
}
.single-kindergarten-features-6x h4,
.single-kindergarten-features-5x h4,
.single-kindergarten-features-4x h4,
.single-kindergarten-features-3x h4,
.single-kindergarten-features-2x h4,
.single-kindergarten-features-1x h4{
	font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: #f1f1f1;
    padding: 5px 0;
}
.single-kindergarten-features p{
    font-size: 16px;
    color: #f1f1f1;
}
.kindergarten-read-more{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f1f1f1 !important;
	transition: all .3s ease;
}
.edufair-testimonial-timer-1x .edufair-testimonial span{
	color: #ffb606;
	font-size: 14px;
	font-weight: 500;
}
.edufair-testimonial-timer-1x .edufair-testimonial b{
	color: #b5d56a;
	font-size: 17px;
}
.edufair-testimonial-timer-1x .kid-header-title  h4{
	color: #f1f1f1;
}

.edufair-countdown-timer-1x .kid-header-title h2,
.edufair-testimonial-timer-1x .kid-header-title h2{
	color: #f1f1f1;
	margin-bottom: 30px;
}

.edufair-countdown-timer-1x .kid-header-title span.heading-divider{
	margin-left: 33px;
}
.edufair-testimonial-timer-1x .kid-header-title h4,
.edufair-testimonial-timer-1x .kid-header-title h2,
.edufair-countdown-timer-1x .kid-header-title h4,
.edufair-countdown-timer-1x .kid-header-title h2{
    font-family: 'Dosis',sans-serif;
    font-weight: 700;
}
.edufair-countdown-timer-1x .kid-header-title h4,
.edufair-countdown-timer-1x .kid-header-title h2{
	text-align: left;
}
.edufair-testimonial-timer-1x .kid-header-title h4,
.edufair-countdown-timer-1x .kid-header-title h4{
	font-size: 20px;
	color: #fff
}
.edufair-testimonial-timer-1x .kid-header-title h2,
.edufair-countdown-timer-1x .kid-header-title h2{
	font-size: 35px;
}
.kindergarten-1x .edufair-cta-1x{		
	background-attachment: fixed;
	font-family: 'Dosis',sans-serif;
}
.edufair-pricing-table-1x .kid-header-title h4,
.edufair-events-1x .kid-header-title h4,
.edufair-blog-1x .kid-header-title h4{
    font-size: 20px;
    font-family: 'Dosis',sans-serif;
    font-weight: 700;
    color: #262626;
}


.edufair-kindergarten-features-1x .kid-header-title h2,
.edufair-pricing-table-1x .kid-header-title h2,
.edufair-events-1x .kid-header-title h2,
.edufair-blog-1x .kid-header-title h2{
    font-size: 35px;
    font-family: 'Dosis',sans-serif;
    font-weight: 700;
    color: #FF6962;
	margin-bottom: 30px;
}

.edufair-kindergarten-features-1x .kid-header-title strong,
.edufair-testimonial-timer-1x .kid-header-title strong,
.edufair-countdown-timer-1x .kid-header-title strong,
.edufair-pricing-table-1x .kid-header-title strong,
.edufair-events-1x .kid-header-title strong,
.edufair-blog-1x .kid-header-title strong{
	color: #ffb606;
}
span.heading-divider{
	display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
span.heading-divider:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #b5d56a;
    left: 50%;
    margin-left: -5px;
    top: -4px;
}
span.heading-divider:after{
	position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: -1px;
    background: #b5d56a;
}

.university-1x .kid-header-title h2 strong,
.university-1x .kid-header-title h2{
	color: #262626;
}
.university-1x .kid-header-title h2{
	font-family: 'Roboto', sans-serif;
}
.university-1x .kid-header-title span.heading-divider::before{
	background: transparent;
}
.university-1x .kid-header-title span.heading-divider::after{
	background: #1EA69A;
}
.online-course-category-1x .featured-course .single-kindergarten-features{
	text-align: left;
	padding: 50px;
    height: 200px;
    overflow: hidden
}
.featured-course img{
	border-radius: 50%;
}
.featured-course .course-review{
	padding-left: 0;
}
.featured-course h4{
	margin: 0;
	padding: 0;
}
.featured-course .course-review .review-stars-rated .review-stars.empty,
.featured-course .course-review .review-stars-rated .review-stars.filled{
	color: #fff;
}
.featured-course span{
	font-size: 16px;
}


/***********************************************
		University Two
***********************************************/
.university-2x .about-university{
	padding-left: 30px;
}
.university-2x .about-university h2{
	text-transform: uppercase;
}
/***********************************************
		Online course One 
***********************************************/
.online-course-2x  .subscriber-form input[type="text"],
.online-course-1x  .subscriber-form input[type="text"],
.online-course-2x  .search-post input[type="text"],
.online-course-1x  .search-post input[type="text"]{
	height: 60px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.online-course-2x  .btn-search,
.online-course-1x  .btn-search{
	margin-top: 10px;
    height: 60px;
	width: 60px;
    background: #1EA69A;
	border-radius: 5px;
	border: 0;
    color: #f1f1f1;
}
.online-course-2x .subscriber-course-info,
.online-course-2x  .online-course-info,
.online-course-1x  .online-course-info{
	clear: both;
	padding-top: 30px;
}
.online-course-2x  .subscriber-course-info ul,
.online-course-2x  .online-course-info ul,
.online-course-1x  .online-course-info ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.online-course-2x  .subscriber-course-info  ul li,
.online-course-2x  .online-course-info ul li,
.online-course-1x  .online-course-info ul li{
	display: inline-block;
    padding-right: 30px;
	font-size: 18px;
	color: #f1f1f1;
}
.online-course-2x  .online-course-info ul li:nth-child(1),
.online-course-1x  .online-course-info ul li:nth-child(1){
	color: #FE7D6F;
}
.online-course-2x  .online-course-info ul li:nth-child(2),
.online-course-1x  .online-course-info ul li:nth-child(2){
	color: #ecd06f;
}
.online-course-2x  .online-course-info ul li:nth-child(3),
.online-course-1x  .online-course-info ul li:nth-child(3){
	color: #03A9C1;
}
.online-course-2x  .subscriber-course-info ul li:last-child,
.online-course-2x  .online-course-info ul li:last-child,
.online-course-1x  .online-course-info ul li:last-child{
    padding-right: 0;
}
.online-course-category-1x h2{
    font-size: 35px;	
    font-weight: 400;
    color: #262626;
    text-align: center;
    margin-bottom: 50px;
}
.online-course-category-1x.margin-bottom-large h2 {
    font-weight: 700;
}
.online-course-category-1x .single-kindergarten-features{
	padding: 15px 5px;
	border-radius: 5px;
    margin-bottom: 30px;
}
.online-course-category-1x .single-kindergarten-features h4 a{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color: #f1f1f1;
	transition: all 0.3s ease;
}


.edufair-related-course {
    margin: 0 0 30px 0;
}
.category-course-search h2{
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    padding-top: 0;
	padding-left: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    border-left: 5px solid #1EA69A;
}
.course-header-menu .category-course-search h2{
    margin-bottom: 0;
    margin-top: 5px;
}


.all-course-left{
	background: #f5f5f5;
	padding: 30px;
	border-radius: 1px;
	font-size: 16px;
}
.all-course-left .checkbox label,
.radio label{
	text-transform: uppercase;
}
.checkbox span{
	padding-left: 10px;
}

.category-course-search .form-control {
	height: 50px;
	margin-bottom: 20px;
}
.advanced_seach{
	margin-bottom: 45px;
}
.advanced_seach:last-child {
	margin-bottom: 0;
}
.advanced_seach a {
    line-height: 35px;
}
.advanced_seach a i {
    color: #9a9a9a;
    font-size: 13px;
}
.category-course-search h2 {
    font-size: 16px;
}
.online-become-techer-1x{	
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 140px;
}
.become-techer{
	border-right: 0;
	border-left: 0;
}
.become-techer-right{
	padding: 90px 20px;
}
.become-techer-left img{
	object-fit: cover;
	margin-top: -55px;
}
.become-techer-right h3,
.become-techer-left h3 {
	
	font-size: 40px;
	color: #f1f1f1;
	font-weight: 600;
	margin-bottom: 20px;
}
.become-techer-right p,
.become-techer-left p {
	font-size: 16px;
	font-weight: 400;
	color: #f1f1f1;
	margin-bottom: 30px;
}
.online-course-1x .online-popular-category-1x{
	background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('images/slide/slide-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;		
}
.online-popular-category-1x .related-course-content {
	background: #fff;
	padding-bottom: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.online-popular-category-1x .edufair-related-course-image,
.online-popular-category-1x .edufair-related-course-overlay{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
.online-course-2x .related-course-content h3,
.online-course-1x .related-course-content h3 {
    margin-top: 0;
}

.online-course-1x .edufair-main-title {
    font-size: 30px;
    text-transform: capitalize;
}
.online-course-2x .edufair-shop-1x .carousel-control,
.online-course-1x .edufair-shop-1x .carousel-control,
.online-course-2x .edufair-related-course-1x .carousel-control,
.online-course-1x .edufair-related-course-1x .carousel-control,
.single-course-1x .edufair-related-course-1x .carousel-control,
.edufair-shop-1x .carousel-control,
.university-course-1x .carousel-control,
.edufair-shop-1x .carousel-control,
.university-course-1x .carousel-control{
	top: 20px;
    margin-left: 92%;
    z-index: 1;
}
.edufair-shop-1x .shop-content h5,
.online-course-2x .edufair-shop-1x .shop-content h5,
.online-course-1x .edufair-shop-1x .shop-content h5{
    font-size: 17px;
    color: #262626;
    font-weight: 500;
}
.edufair-shop-1x .shop-content h6,
.online-course-2x .edufair-shop-1x .shop-content h6,
.online-course-1x .edufair-shop-1x .shop-content h6{
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
}
.online-course-2x .edufair-shop-1x  .edufair-shop-middle,
.online-course-1x .edufair-shop-1x  .edufair-shop-middle {
	left: 0;
	transform: none;
}
.online-course-1x .online-popular-category-1x .related-course-content h3 {
    margin-top: 0;
    padding-top: 0;
}

.online-course-2x .edufair-shop-1x .footer-info-right ul li,
.online-course-1x .edufair-shop-1x .footer-info-right ul li{
	border: 0;
	padding-top: 4px;
}
/***********************************************
		Online course Two 
***********************************************/
.online-course-1x .container-2,
.online-course-2x .container-2,
.online-course-1x .top-menu,
.online-course-2x .top-menu {
	display: none;
}

.high-school-1x .edufair-nav,
.kindergarten-1x .edufair-nav{
	margin-top: 0 !important;
}
.online-course-1x .edufair-nav,
.online-course-2x .edufair-nav {
	margin-top: 20px;
}
.is-sticky .edufair-nav,
.online-course-1x .is-sticky .edufair-nav,
.online-course-2x .is-sticky .edufair-nav {
	margin-top: 0 !important;	
}
.admin-bar .is-sticky .edufair-nav {
    top: 32px !important;
}
.online-course-1x .edufair-cart,
.online-course-2x .edufair-cart {
	color: #f1f1f1;
    margin-top: -5px;
}
.online-course-1x .edufair-nav .navbar-right,
.online-course-2x .edufair-nav .navbar-right {
    margin-right: 200px;
}
.online-course-1x .box a,
.online-course-2x .box a{
	color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}
.online-course-1x .is-sticky .edufair-nav .box,
.online-course-1x .is-sticky .edufair-nav .box a,
.online-course-2x .is-sticky .edufair-nav .box,
.online-course-2x .is-sticky .edufair-nav .box a{
	color: #262626;
}
.online-course-1x .is-sticky .edufair-nav .box i,
.online-course-2x .is-sticky .edufair-nav .box i{
	border: 1px solid #1EA69A;
	color: #1EA69A;
}
.online-course-1x .is-sticky .modal,
.online-course-2x .is-sticky .modal{
	z-index: 999999;
}
.online-course-2x .is-sticky .edufair-subscription-1x a,
.online-course-1x .is-sticky .edufair-subscription-1x a{
	color: #f1f1f1 !important;
}
.online-course-2x .is-sticky .edufair-subscription-1x i,
.online-course-1x .is-sticky .edufair-subscription-1x i{
	border: none !important;
}
.single-events-1x .media-left{
	padding-top: 5px;
}

.online-course-1x .box i,
.online-course-2x .box i{
	font-size: 10px;
	color: #1EA69A; 
	font-weight: 700;
	border: 1px solid #1EA69A;
    border-radius: 50px;
    padding: 10px;
    margin-right: 5px;
	
}
.online-course-2x .edufair-main-title {
    font-size: 30px;
	text-transform: capitalize;
}
.online-course-2x .edufair-related-course-1x {
    margin-bottom: 0;
}

.online-course-2x .featured-category-container h2{
    font-size: 35px;
    
    font-weight: 700;
    color: #262626;
	text-align: center;
}

.online-course-2x .single-featured-category{
    text-align: center;
}
.online-course-2x .single-featured-category h4{
	font-size: 25px;
	font-weight: 600;
	color: #262626;
	margin-bottom: 20px;
}
.online-course-2x .featured-category-img{
    background: #1EA69A;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	margin-top: 30px;
	border:5px solid #fff;
}
.online-course-2x .single-featured-category:hover .featured-category-img{
    text-align: center;
	height: 140px;
    width: 140px;
	background: #0e504b;
	border-radius: 50%;
	transition: 0.3s ease;
	-webkit-box-shadow: 0px 0px 0px 3px #1EA69A;
	-moz-box-shadow: 0px 0px 0px 3px #1EA69A;
	box-shadow: 0px 0px 0px 3px #1EA69A;
}
.online-course-2x .featured-category-img img{
    display: block;
    max-width: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25%;
}
.online-course-2x .course-header-menu{
	background: #f5f5f5;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 50px;
}
.online-course-2x .single-header-menu{
	margin-top: -80px;
    position: absolute;
    right: 15px
}
.online-course-2x .single-header-menu i{
	float: right;
	font-size: 20px;
	margin-left: 15px;
}
.online-course-2x .single-header-menu .form-control{
	margin: 0; 
	height: 35px;
}
.online-course-2x .edufair-related-course {
    margin-top: 0;
}
.online-course-2x .online-course-nav{
    float: right;
	border: none;
}
.online-course-2x .online-course-nav li a{
	padding: 0;
	border: 0;
	outline: none;
}
.online-course-2x .online-course-nav>li.active>a,
.online-course-2x .online-course-nav>li.active>a:focus, 
.online-course-2x .online-course-nav>li.active>a:hover{
	border: none;
	padding: 0;
	color: #1EA69A;
}
.online-course-2x .edufair-events-1x {
    padding-top: 0;
}

.online-course-2x .course-teacher-1x .media-left{
	display: block;
}
.online-course-2x .course-teacher-1x .media-left img{
    width: 60px;
    height: 60px;
    border-radius: 3px;
    object-fit: cover;
}
.online-course-2x .course-teacher-1x .media-body{
	padding-top: 20px;
}
.online-course-2x .course-teacher-1x .media-body a h4{
    font-size: 16px;
    color: #262626;
    font-weight: 700;
}
.online-course-2x .course-teacher-1x .media-body a span{
    font-size: 12px;
    color: #262626;
    font-weight: 700;
}
.online-course-2x .single-events-1x .media-left{
	padding-right: 0;
}

.online-course-2x .event-cost b {
    margin-top: 25px;
}
.online-course-2x .single-events-1x h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.online-course-2x .single-events-1x p {
    margin-top: 20px;
}
.footer-subscriber-1x{
    background: linear-gradient(rgba(0,0,0, 0),rgba(0,0,0, 0)),url(images/online-course/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.online-course-1x .footer-subscriber-1x h2{
	
    font-size: 30px;
    color: #262626;
    font-weight: 700;
    margin-bottom: 40px;	
}
.subscriber{
	padding: 80px 0 0 0;
}
.online-course-2x  .subscriber-course-info  ul li{
	color: #f1f1f1;
}
.subscriber-content img{
	width: auto;
    margin-bottom: 40px;
}
.subscriber-content p{
	max-width: 900px;
    padding: 50px 0;
    font-size: 16px;
    font-weight: 400;
	margin: 0 auto;
}
.subscriber-content .footer-info-right {
	text-align: center;
}
.subscriber-content .footer-info-right img{
	width: auto;
    margin: 40px 15px 40px 0;
}

.footer-bottom{
	padding: 50px 0 70px 0;
}

.footer-bootom-left{
	float: left;
}
.footer-bootom-left p{
	padding: 0;
}


.footer-bootom-left a{
	color: #f1f1f1;
	transition: all 0.3s ease;
}
.subscriber-content .footer-bootom-left a{
	color: #7a7a7a;
}
.footer-bootom-left a:hover{
	color: #1EA69A;
}
.subscriber-content .footer-bootom-left a:hover{
	color: #1EA69A;
}
.footer-bootom-right{
	float: right;
}
.footer-bootom-right ul{
    padding: 0;
    margin: 0;
}
.footer-bootom-right ul li{
    display: inline-block;
    padding-left: 30px;
}
.subscriber-content .footer-bootom-right ul li a{
	color: #7a7a7a;
}

.footer-bootom-right ul li a{
    font-size: 16px;
    color: #f1f1f1;
    transition: 0.3s ease;
}
.footer-subscriber-1x .footer-info-right ul li{
	padding-top: 4px;
}
.footer-bootom-right ul li a:hover{
	color: #1EA69A;
}


.online-access-course-1x{
	background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('images/online-course/slider-7.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 70px;
}
.access-course-content{
	border: 0;
}
.access-course{
	padding: 140px 20px;
}
.online-course-2x  .access-course h4{
	font-size: 25px;
    color: #f1f1f1;
    font-weight: 600;
    margin-bottom: 35px;
    
}
.online-course-2x  .access-course h3{
	font-size: 18px;
    color: #f1f1f1;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
}
.online-course-2x .access-course-img{
	object-fit: cover;
    margin-top: 139px;	
}
.online-course-2x .access-course img{
	width: auto;
    margin: 40px 10px 0 0;	
}
/***********************************/
.online-course-new-container {
    position: relative;
    width: 100%;
	top: -72px;
}
.online-course-new-middle input[type="text"]{
	border: 0;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.online-course-new-container .online-course-new-image {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: .5s ease;
  backface-visibility: hidden;
}

.online-course-new-middle {
    transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 55%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.online-course-new-container:hover .online-course-new-image {
  opacity: 0.5;
}

.online-course-new-container:hover .online-course-new-middle {
  opacity: 1;
}

.online-course-new-text {
  color: white;
  font-size: 16px;
}
.online-course-new-text h2{
	font-size: 50px;	
	font-weight: 500;
	color: #f1f1f1;
	text-align: center;
}
.online-course-new-text h4{
	font-size: 20px;
	font-weight: 400;
	color: #f1f1f1;
	margin-bottom: 40px;
	text-align: center;
}
.online-course-new-text .form-control{
	height: 60px;
    padding-left: 20px;
    font-size: 17px;
}
.online-course-2x .subscriber-course-info, .online-course-2x .online-course-info, .online-course-1x .online-course-info {
    clear: both;
    padding-top: 30px;
    text-align: center;
}

/*********************************************
				About Us 
*********************************************/
.notice-read-more{
    float: right;
    right: 30px;
    padding: 10px 30px !important;
    background: #1EA69A !important;
    color: #f1f1f1 !important;
    margin-top: 17px;
}
.notice-read-more:hover:before{
	background: #262626 !important;
}
.notice-board-1x .single-events-1x h4 {
    font-size: 22px;
}
.notice-board-1x .event-schedule {
    font-weight: 500;
}

/*********************************************
				Vice Chancellor 
*********************************************/
.vice-chancellor-contents img{
    width: auto;
    margin: 20px 15px 40px 0;
}

/*********************************************
				Admission Apply 
*********************************************/
.admission-form-1x .edufair-subscription-form-1x {
     padding: 0;
	 padding-top: 50px;
	 padding-left: 0;
}
.admission-form-1x .edufair-subscription-title-1x {
	background: none;
	padding: 0;
    padding-left: 15px;
    text-align: left;
    border-left: 5px solid #1EA69A;
}
.admission-form-1x .edufair-subscription-title-1x h3 {    
    font-weight: 700;
    font-size: 25px;
    color: #262626;
}
.admission-form-1x textarea.form-control {
    height: 200px;
	border: 1px solid #dddddd;
}
.carrer-details-1x .notice-read-more ,
.admission-form-1x .notice-read-more {
     float: left;
     right: 0;
}

/*********************************************
				Contact us 
*********************************************/
.contact-us-header h2{
	font-size: 35px;
    
    font-weight: 700;
    color: #262626;
    text-align: center;
}
.contact-us-header h3{
	font-size: 16px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}
.featured-category-img i{
	font-size: 60px;
	color: #f1f1f1;
	margin-top: 35px;
}
.contact-us-1x .single-featured-category p {
    font-size: 16px;
}
.contact-us-header .notice-read-more{
	float: center;
}
.client_map{
	margin-top: 50px;	
	padding-right: 30px;
}
#map{
	overflow:hidden;
	width:100%;
	height: 400px;
}



.kid-feature-container {
    position: relative;
    width: 100%;
}

.kid-feature-image {
  opacity: 1;
  display: inline-block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.kid-feature-middle {
  transition: .5s ease;
  opacity: 0.4;
  position: absolute;
  overflow: hidden;
  top: 0%;
  left: 0%;
}

.kid-feature-container:hover .kid-feature-image {
  opacity: 1;
}

.kid-feature-container:hover .kid-feature-middle {
  opacity: 1;
}

.kid-feature-text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


/********************************************
			Components Item
/********************************************/
.promotion-box {
    background: #f9f9f9;
    padding: 20px 20px 20px 30px;
    border-left: 3px solid #FF6962;
    margin-bottom: 30px;
}
.promotion-box  h4{
	color: #262626;
}
.line-top {
    padding: 30px;
    border-left: 0;
    border-top: 3px solid #FF6962;
    margin-bottom: 30px;
}
.dropcaps span {
    float: left;
    color: #1EA69A;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
.dropcaps strong {
    float: left;
	background: #1EA69A;
    color: #f1f1f1;
    font-size: 75px;
    line-height: 60px;
    padding: 10px;
    margin-right: 10px;
}
.sticker-1x h4{
	color: #262626;
	font-size: 16px;
	margin-right: 20px;
}
.sticker {
    background: #333;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    margin: 0 5px;
}
.red{
	background: #FF6962;
}
.blue{
	background: #1EA69A;
}
.orange{
	background: #ffb606;
}
.green{
	background: #b5d56a;
}
i.sticker-icon {
    font-size: 50px;
    color: #333;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
i.sticker-icon span {
    position: absolute;
    right: 5px;
    top: 0;
}
span.highlight {
    background: #f2405d;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
}
span.highlight-dark {
    background: #333;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
}
.panel-title>a{
	display: block;
}
/* large button style */
a.loadMore-button,
a#loadMore-archive,
a#loadMore,
.edufair-component-button,
a.edufair-component-button {
	background: #1EA69A;
	color: #f1f1f1;
    border-radius: 2px;
    display: inline-block;
	text-align: center;
	font-weight: 700;   
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

a.loadMore-button,
a#loadMore-archive,
a#loadMore,
.button-large{
	padding: 13px 30px;
	font-size: 13px;
}
.button-medium{
	padding: 8px 20px;
	font-size: 12px;
}
.button-small{
	padding: 4px 10px;
	font-size: 10px;
	
}

a.loadMore-button i,
a#loadMore-archive i,
a#loadMore i,
.edufair-component-button i,
a.edufair-component-button i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}

a.loadMore-button:hover,
a#loadMore-archive:hover,
a#loadMore:hover,
.edufair-component-button:hover,
a.edufair-btn-larg:hover {
	text-decoration: none;
	color: #f1f1f1;
}

a.loadMore-button:before,
a#loadMore-archive:before,
a#loadMore:before,
.edufair-component-button:before,
a.edufair-component-button:before {
	background: #0e504b;
	color: #f1f1f1;
	content: "";
	height: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a.loadMore-button:hover:before,
a#loadMore-archive:hover:before,
a#loadMore:hover:before,
.edufair-component-button:hover:before,
a.edufair-component-button:hover:before {
	height: 100%;
	color: #262626;
}
/************************************************
				404 page	
*************************************************/
.page-404-content{
    text-align: center;
    overflow: hidden;
    padding-top: 150px;
}
.page-404-content span{
    font-size: 170px;
    color: #1EA69A;
    font-weight: 700;
    letter-spacing: 30px;
    overflow: hidden;
}
.page-404-content h2{
	font-size: 70px;
	font-weight: 400;
	color: #262626;
	text-transform: uppercase;
	margin-top: 70px
}
.page-404-content h3{
	font-size: 25px;
	font-weight: 300;
	color: #262626;
	margin-bottom: 50px
}
.page-404-content h3 a{
	color: #1EA69A;	
	transition: all 0.3s ease;
}
.page-404-content h3 a:hover{
	color: #0e504b;	
}
.comming-soon-1x .edufair-slider-image{
	height: 100vh;
	object-fit: cover;
}



/************************************************
				Carrer details two	
*************************************************/
.carrer-info{}
.carrer-info-contents{}
.quik-info-contents{
    background: #f5f5f5;
    padding: 30px 0 0 0;
}
.quik-info{
    padding: 0 20px;
}
.quik-info ul{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.quik-info ul li{
    list-style: none;
    display: inline-block;
    float: left;
    width: 33%;
}
.single-job-info{
    display: flex;
}
.single-job-info img{
    max-width: 20px;
    max-height: 20px;
    margin-right: 15px;
}
.single-job-info h3{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 0;
    margin-right: 15px;
}
.single-job-info p{
    font-size: 16px;
    margin-top: -2px;
}
.carrer-properties-list{}
.carrer-properties-list ul{
    padding-left: 20px;
    margin: 0;
    overflow: hidden;
}
.carrer-properties-list ul li{
    display: block;
    list-style: none;
    line-height: 35px;
}
.carrer-properties-list ul li:before{
    content: "\f046";
    font-family: FontAwesome;
    color: #1EA69A;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}
.input-file .input-group-addon { 
    border: 0px;
    padding: 0px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
}
.input-file .input-group-addon .btn { 
    border-radius: 0 4px 4px 0;
    height: 40px;
    padding-top: 8px;
}
.btn-file {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 0;
    color: #1EA69A;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}

/************************************************
				Carrer two	
*************************************************/
.carrer-header h2{
    font-size: 30px;
    font-weight: 700;
    color: #262626;
    padding-bottom: 20px;
}
.carrer-header p{
    padding: 0 230px;
}
.single-job-position{
    padding: 20px 20px 40px 40px;
    margin-bottom: 35px;
    border: 1px solid #ddd;
}
.single-job-position h3{
    color: #262626;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 400;
}
.single-job-position p{
    font-size: 17px;
}
.single-job-position p img{
    max-width: 20px;
    max-height: 20px;
    object-fit: cover;
    margin-right: 15px;
}
.single-job-position p span{
    background: #1EA69A;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
}
.single-job-position a{
    font-size: 16px;
    color: #1EA69A;
    font-weight: 500;
    transition: all 0.3s ease;
}
.single-job-position a:hover{
    color: #262626;
}
.single-carrer-facilities{
    margin-bottom: 50px;
}
.single-carrer-facilities .media-left{
    display: block;
    float: left;
}
.single-carrer-facilities .media-left img{
    max-width: 64px;
    margin-right: 15px;
}
.single-carrer-facilities .media-body h3{
    color: #262626;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 400;
}
/*--------------------------------------------------------------
##  Edufair Single events
--------------------------------------------------------------*/
.edufair-slider-text h6{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.event-head i{
    margin-right: 10px;
}
.single-event-details{
    margin-bottom: 60px;
}
.single-event-details .media-left{
    display: block;
    float: left;
}
.single-event-details .media-left img{
    max-height: 150px;
    max-width: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.single-event-details .media-body{
    padding-left: 15px;
}
.single-event-details .media-body h3{
    color: #262626;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 500;   
}
.single-event-details .media-body h4{
    margin-bottom: 20px;
}
.single-event-details .footer-info-right ul {
    float: left;
    margin: 0;
    padding: 0;
}
.single-event-details .footer-info-right ul li{
    background: #1EA69A;
    padding-top: 4px;
}
.single-event-details .footer-info-right ul li:hover{
    background: #262626;
}
.company-address{
    padding: 0 30px;
}
.company-address h5{
    color: #262626;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 500;     
}
.company-address span i{
    color: #1EA69A;
    margin-right: 10px;

}
.single-event-sponsor img{
    width: auto;
    margin-left: 0;
    margin-right: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sub-menu,
ul.children {
    padding-left: 15px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.sticky .blog-right-sidebar-link h2 {
	color: #1EA69A;
}
.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
    padding-top: 50px;
}
.page-links b {
	padding: 6px 12px;
	background: #1EA69A;
	margin: 3px;
	color: #fff;
    transition: all 0.3s ease;
}
.page-links>a>b {
	background: #262626;
}
.page-links>a>b:hover {
	background: #1EA69A;
}

/*--------------------------------------------------------------
## 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,
.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;
}
nav.navigation.post-navigation {
    overflow: hidden;
    margin-bottom: 40px;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

form.post-password-form input[type="password"] {
    top: 1px;
    position: relative;
}


/* Templates comments */
.edufair-comment-body .comment-body .media-body ol,
.edufair-comment-body .comment-body .media-body ul{
    padding: 15px 0
}
.edufair-comment-body .comment-body .media-body ul li{
    list-style-type: square;
}
.edufair-comment-body .comment-body .media-body ol li ol,
.edufair-comment-body .comment-body .media-body ul li ul{
    padding: 15px 45px
}
.edufair-comment-body .comment-body .media-body ol li{
    list-style-type: inherit;
}

/* Pingback & Trackback template */
.pingback p{
	color: #1EA69A;
}

/* Monster Widget */
.edufair-footer-content li.widget {
    list-style: none;
}
.edufair-footer-content h2.widgettitle {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 35px;
}


/* King Composer Style */
.kc_row,
.kc_column{
	padding: 0 !important;
}


/**********************************************************
             Woocommerce style
********************************************************/
.products h2{
	margin-bottom: 15px
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #1EA69A;
    font-size: 10px;
    text-transform: uppercase;
    padding: 15px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #0e504b;
	outline: none
}
.woocommerce div.product .product_title{
	margin-bottom: 15px;
}
.woocommerce .quantity .qty{height: 40px;}
.woocommerce-cart table.cart td.actions .coupon .input-text{height: 38px;width: 130px;}
.cart_totals>h2{margin-bottom:15px}
.woocommerce-info{border-top-color: #1EA69A;}
h3#order_review_heading{
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
}
.woocommerce div.product form.cart .button {
    padding: 15px;
	margin-top: 10px;
    border-radius: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background: transparent;
	outline: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin: 0 0 5em;
}
.panel{
	box-shadow: none;
}
.woocommerce form .form-row input.input-text{
	height: 38px;
    border: 1px solid #1EA69A;
    padding: 10px;
}
.woocommerce h2{margin-bottom:30px}
.woocommerce .products ul{margin: 3em 0;}
.cart-count{
	background-color: #1EA69A;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50%;
    position: absolute;
    margin-top: -28px;
    margin-left: 7px;
	display:block;
}
.woocommerce span.onsale{
	min-width: 3.7em;
	background-color:#1EA69A;
}
.woocommerce ul.products li.product .price{
	color:#333;
	font-size: 17px;
    line-height: 25px;
}
.cart-contents{
	margin-bottom:5px;
	display:block;
}
#ship-to-different-address .checkbox input[type="checkbox"]{
	margin-top: 10px !important;
}
.woocommerce form .form-row .input-checkbox{
	margin: 30px 8px 0 0;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
	padding: 15px 15px 13px; 
	color: #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	font-size: 10px;
    padding: 15px 15px 13px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #ffffff;
    background-color: #1EA69A;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    color: #f1f1f1;
}
.woocommerce ul.products li.product h3{
    font-size: 14px;
    text-transform: uppercase;
}
.woocommerce div.product .product_title{
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
}
.woocommerce-message{
	border-top-color: #1EA69A;
}
.woocommerce-message::before {
	color: #1EA69A;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none !important;
	color: #1EA69A;
	padding-left: 10px;
}
figure.woocommerce-product-gallery__wrapper {
    margin-top: 0;
}
.woocommerce-product-gallery__image {
    margin-bottom: 15px;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 30px 0 10px
}
.woocommerce nav.woocommerce-pagination ul li{
	padding: 5px 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: transparent;
}
.woocommerce .products ul, .woocommerce ul.products{
	padding: 15px 0 0 0; 
}

.woocommerce div.product form.cart .variations label{
	color: #333;
    font-size: 25px;
    text-transform: capitalize;
    margin-top: 15px;
}
.woocommerce div.product form.cart .variations td.label{
	display: block;
    text-align: left;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #0e504b;
}
.edufair-shop .edufair-nav{
	background: #333;
	margin-top: 0
}
.edufair-shop .is-sticky .edufair-nav{
	background: #fff
}
.edufair-shop h1.page-title{
	display: none
}

/* Contact form  */
.wpcf7-validation-errors {
    color: #EA7066;
}
.woo-sidebar li.widget{list-style-type: none;}

/* School Login Page */
.background-images {
	background-image: url('images/education3.jpg');
  height: 100%;
  width: 100%;
  position: fixed;
  background-position: center;
  background-size: cover;
}
.university-countdown-1x .countdown-overlay-middle {width: 100%; top: 50%; position: fixed;z-index: 1;}
.background-images:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.27);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 0;
}
.edufair-main-title {margin-bottom: 40px;}
.header-box{height: auto !important;margin-top: -5px;}
.header-box .user-button{font-size: 20px}
section.related.products .products .product,
.post-type-archive-product .products .product,
.course-type .products .product-category {background-color: #f1f1f1;text-align: center;border-radius: 10px;}
section.related.products .products .product a > img,
.post-type-archive-product .products .product a > img,
.course-type .products .product-category a > img {margin-bottom: 0 !important;padding: 10px;}
.course-type .products .product-category a > h2 {}
section.related.products .products .product a.add_to_cart_button,
section.related.products .products .product a.quick_view,
.post-type-archive-product .products .product a.add_to_cart_button,
.post-type-archive-product .products .product a.quick_view {width:45%; margin:0 5px 10px 5px; }
.kc-container,
.tml-action-lostpassword .edufair-blog-details-1x .container,
.tml-action-register .edufair-blog-details-1x .container,
.tml-action-login .edufair-blog-details-1x .container {max-width: 500px;}
.tml-action-lostpassword ..edufair-blog-details-1x .container .tml-links ,
.tml-action-register .edufair-blog-details-1x .container .tml-links ,
.tml-action-login .edufair-blog-details-1x .container .tml-links {padding: 0;}
.tml-action-lostpassword .edufair-blog-details-1x .container .tml-links li,
.tml-action-register .edufair-blog-details-1x .container .tml-links li,
.tml-action-login .edufair-blog-details-1x .container .tml-links li {display: inline-block;padding: 0;margin: 0;width: 49%;}
.tml-action-lostpassword .edufair-blog-details-1x .container .become-teacher-form,
.tml-action-register .edufair-blog-details-1x .container .become-teacher-form,
.tml-action-login .edufair-blog-details-1x .container .become-teacher-form {width: 100%;}
.header-box .user-button:hover { background-color: transparent;}

.tax-product_cat.term-jacket .products .product {background-color: #f1f1f1;text-align: center;border-radius: 10px;}
.tax-product_cat.term-jacket .products .product a > img {margin-bottom: 0 !important;padding: 10px;}
.tax-product_cat.term-jacket .products .product a.add_to_cart_button,
.tax-product_cat.term-jacket .products .product a.quick_view {width:45%; margin:0 5px 10px 5px; }

.page-template-default.theme-edufair .woocommerce-MyAccount-navigation ul {padding: 0;list-style: none;}
.page-template-default.theme-edufair .woocommerce-MyAccount-navigation ul li {border-bottom: 1px solid #f5f5f5;padding: 5px 0;}
.page-template-default.theme-edufair .woocommerce-MyAccount-navigation ul li:last-child {border-bottom: 0px solid #f5f5f5;}

.u-columns.addresses {background-color: #f9f9f9;padding: 10px 15px;}
.u-columns.addresses a {background-color: #1ea69a;color: #fff;padding: 5px 10px;border-radius: 5px;box-shadow: 0px 0px 2px rgba(0,0,0,0.5);}

.kc-col-container {max-width: 500px;margin: 0 auto;}
.wc-tabs-wrapper .tabs {border-bottom: solid 1px #ccc;overflow: initial !important;}
.wc-tabs-wrapper .tabs li {border: solid 1px #ccc !important;margin: 0px -1px -1px 0px !important;float: left;border-radius: 0px !important;}
.wc-tabs-wrapper .tabs li.active {border-bottom: solid #ffffff 1px !important;z-index: 5 !important;}
.wc-tabs-wrapper .tabs li:after,
.wc-tabs-wrapper .tabs li:before {display:none}

.entry-summary table.variations tr > td {display: inline-block !important;vertical-align: middle !important;}
.entry-summary table.variations tr > td .custom-label {font-size: 16px;font-weight: normal;}
.entry-summary table.variations tr > td  label {margin: 0px !important;}
.entry-summary table.variations tr > td > select {max-width: 120px !important;width: 100%;min-width: 1px !important; padding: 5px 10px;}
.entry-summary table.variations tr > td.value {padding: 0;display: inline-block;margin: 0;width: 180px;}

#wcqv_contend .product .images .thumbnails {padding: 0 15px 0 0;width: 100%; position: relative; top: 15px;}
#wcqv_contend .quantity {float: left; width: 100%; }
.woocommerce #wcqv_contend .product .cart .button { font-size: 19px; float: left; }
/*.fancybox-overlay.fancybox-overlay-fixed,*/
.product_meta .sku_wrapper {display: none !IMPORTANT;}
#wcqv_contend .scrollable {overflow-y: hidden !important;height: auto !important;}
.remodal.remodal-is-initialized.remodal-is-opened .status-publish{overflow-y: auto !important;height: 100% !important;max-height: 500px;}
.remodal.remodal-is-initialized.remodal-is-opened {min-height: 500px;max-height: 500px;}

.remodal.remodal-is-initialized.remodal-is-opened .status-publish .thumbnails.columns-3 a {width: auto;margin: 0 10px 0 0;padding: 0;}
.remodal.remodal-is-initialized.remodal-is-opened .status-publish .thumbnails.columns-3 a img {margin: 0 !important;}
.size-chart > a{color: #1EA69A;}
.topright {
    position: fixed;
    top: 0;
    right: 50px;
    font-size: 20px;
    color: white;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    z-index: 1;
}
.fntclr {color: white !important;}
.rd,.error {color: red !important;}
.rmdots {list-style-type: none !important; padding: 0 !important;}
.liforselect {margin-top: 0px !important; margin-bottom: 0px !important;}
.lablemargin {margin-top: 10px !important;}
.btmargin {margin-bottom: 10px !important;}
.btfntsz {font-size: 17px !important;}
.input-group{margin-top: 30px !important;}
.dsplynone { display: none !important; }
.spc { margin-top: 25px !important; margin-bottom: 50px !important; }
.modal { display:block; }
.modal-content{ background-color: #fff !important; }
.btmargin50 {margin-bottom: 50px !important; margin-top: -38px !important; padding: 0 12px !important;}
#uploaded { height: 30;width: 110;padding: 0; padding: 0; background-color: #fff !important; color: #000; border: #000 solid 1px; }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
/* Firefox */
input[type=number] { -moz-appearance: textfield; }
#contactForm { margin: 0px 405px auto; width: 80%; }
* { box-sizing: border-box; }
.columnz { float: left; width: 35%; padding: 10px; }
.columnheader { float: left; width: 60%; padding: 10px; margin: 0px 370px; }
.rowz:after { content: ""; display: table; clear: both; }
