﻿
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    display: none;
}

form {
    display: block;
    margin: 0;
    padding: 0;
}


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

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

iframe, object {
    border: none;
    outline: none;
}

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; /* width: 100%; */
    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;
        margin-top: 8px;
    }

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Assistant', sans-serif;
}

p {
    margin-bottom: 1.1em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

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

body {
    background: #ffffff; /* Fallback for when there is no custom background color defined. */
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    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: 15px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #333333;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    text-align: center;
    border: 0;
    padding: 70px 0;
}

    blockquote:before {
        content: "\f10d";
        font-family: FontAwesome;
        font-size: 70px;
        color: #dddddd;
        margin-bottom: 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: #2596d3;
    }

    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: 22px 10px;
}

select, select.form-control {
    color: #262626;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0 10px;
    height: 46px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('/images/select.png') no-repeat left center;
}


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: #2596d3; */
    /* box-shadow: 0 0px 0px #2596d3 inset, 0 0 0px #2596d3; */
}

textarea {
    width: 100%;
}

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

    a:visited { /* color: #262626; */
    }

    a:hover,
    a:focus,
    a:active {
        color: #2596d3;
        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: #2596d3;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #2596d3;
    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-bottom-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;
}

.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;
        -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: 3px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    padding: 13px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
}

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

    .edufair-btn-larg:before,
    a.edufair-btn-larg:before {
        background: #2596d3;
        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;
        border-radius: 3px;
    }

/* small button style */
.edufair-btn-small,
a.edufair-btn-small {
    background: #2596d3;
    color: #f1f1f1;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 6px 12px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

    .edufair-btn-small i,
    a.edufair-btn-small i {
        padding-left: 5px;
        position: relative;
        top: 1px;
    }

    .edufair-btn-small:hover,
    a.edufair-btn-small:hover {
        text-decoration: none;
    }

    .edufair-btn-small:before,
    a.edufair-btn-small:before {
        background: #262626;
        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-btn-small:hover:before,
    a.edufair-btn-small:hover:before {
        height: 100%;
    }

.edufair-badge {
    background: #d9e021;
    color: #000;
}

.danger-badge {
    background: #d2322d;
}

#testsList .edufair-badge {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -18px;
}

#testsList .edufair-btn-small, #lessonsList .edufair-btn-small {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -18px;
}

.test-info {
    /*padding-left: 150px;*/
}

.filter-wrapper {
    margin-bottom: 30px;
}

    .filter-wrapper select {
        margin-bottom: 20px;
    }

#lessonsList .badge, #testsList .badge {
    font-size: 14px;
    padding: 5px 10px;
}

    #lessonsList .badge + .badge {
        margin-left: 15px;
    }

#lessonsList li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.students .badge {
    font-size: 14px;
    padding: 5px 10px;
}

    .students .badge span {
        font-weight: normal;
    }

.edufair-contact-form .edufair-btn-larg {
    background: #2596d3;
    color: #f1f1f1;
}

    .edufair-contact-form .edufair-btn-larg:before {
        background: #262626;
    }

.kindergarten-1x .edufair-subscription-1x .edufair-btn-larg {
    background: #2596d3;
    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: #2596d3;
    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: #344c97;
        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: #2596d3;
}

.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: #2596d3;
}

.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: #2596d3;
    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: #2596d3;
}

    .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 #2596d3;
    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;
        right: 0;
        bottom: -20px;
        width: 115px;
        border-bottom: 3px solid #2596d3;
        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 #2596d3;
    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: 190px;
    max-height: 58px;
}

.edufair-nav .navbar-right {
    margin-right: 85px;
}

.edufair-nav .navbar-nav > li > a,
.edufair-nav .navbar-brand {
    color: #f1f1f1;
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.edufair-nav .navbar-brand {
    float: left;
}

.edufair-nav > .container .navbar-brand {
    font-size: 20px;
    font-weight: 900;
    margin-left: -32px;
    margin-top: -5px;
}

.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: #999999;
    background-color: transparent;
    border: 0;
}

.edufair-nav .dropdown-menu {
    box-shadow: none;
    border: none;
    min-width: 220px;
    max-height: 90vh;
    overflow: auto;
    padding: 10px 5px;
    border-radius: 0;
    outline: none;
}

    .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; /* font-size: 16px; */
        padding: 7px 20px;
        font-size: 14px;
    }

        .edufair-nav .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            background-color: transparent;
            color: #2596d3;
            padding-left: 25px; /* font-size: 14px; */
        }

            .edufair-nav .dropdown-menu > li > a:hover:before,
            .dropdown-menu > li > a:hover:before { /*content: "\2190"; color: #262626; padding-left: 5px;*/
            }

.edufair-nav li.dropdown i {
    color: #fff;
    margin-left: 3px;
}

.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: #2596d3 !important;
}


/* Nav Toggle */
.edufair-nav .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    color: #fff;
    border-radius: 2px;
    padding: 12px 10px;
    float: right;
    font-size: 20px;
}

    .edufair-nav .navbar-toggle:focus,
    .edufair-nav .navbar-toggle:hover { /* border-color: #262626; */ /* background-color: #262626; */
        color: #2596d3;
    }

/* Is sticky */
.is-sticky .edufair-nav {
    background: #fff;
    z-index: 99;
    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: 18px;
    padding-right: 14px;
    padding-left: 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;
    background-color: rgba(0, 0, 0, 0.64);
}

.is-sticky .modal .edufair-subscription-title-1x h3 {
    color: #f1f1f1 !important;
}
/* Input form control */
.form-control {
    border-radius: 3px;
    height: 48px;
    border: 1px solid #dddddd;
    margin: 10px 0;
    font-size: 16px;
}

a.phone, a.phone:hover, a.phone:visited {
    color: #fff;
}

/* Top menu */
.sticky-wrapper {
    height: 72px !important;
}

.top-menu {
    background-color: #1d2021;
    color: #f1f1f1;
    padding: 10px 0;
    position: relative;
    z-index: 10000;
}

.top-menu-left {
}

    .top-menu-left b {
        font-weight: 400;
        font-size: 13px;
    }

    .top-menu-left p {
        display: inline-block;
        margin: 0;
        font-weight: 500;
        font-size: 14px;
    }

    .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: 14px;
        margin-left: 15px; /* letter-spacing: 0.3px; */
    }

        .top-menu-right a:hover { /* color: #f1f1f1 !important; */
        }

        .top-menu-right a i {
            margin-left: 10px;
        }


.bg-black-tr-70 {
    background-color: rgba(38, 38, 38, 0.69);
}

/*--------------------------------------------------------------
## edufair cart
--------------------------------------------------------------*/
.edufair-cart {
    position: absolute;
    right: 8%;
    margin-top: 15px;
    clear: both;
    display: inline-flex;
}

    .edufair-cart i {
        padding-left: 15px;
        color: #f1f1f1;
    }

    .edufair-cart a > span {
        margin-top: -12px;
        position: absolute;
        font-weight: 700;
        color: #f1f1f1;
    }

.box {
    right: 15px;
    height: 40px;
}

.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: 35px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #2596d3;
        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: -8px;
        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: 1px;
        top: 50%;
        z-index: 1;
        color: #4f5b66;
        right: 10px;
    }

    .container-2 input#search:focus,
    .container-2 input#search:active {
        outline: none;
        width: 767px;
        border: 0;
        background: #ffffff;
    }

    .container-2:hover input#search {
        width: 767px;
        background: #ffffff;
    }

    .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;
    }

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.edufair-slide {
    margin-top: -72px; /* position:  static; */
}

.edufair-inner {
    z-index: 0;
}

    .edufair-inner img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        max-height: 400px;
    }

.edufair-caption {
    top: 40%;
    text-shadow: none;
    text-align: right;
}

    .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 */
.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;
        }


.online-course-2x .edufair-controll-1x.right,
.online-course-2x .edufair-controll-1x.left,
.online-course-1x .edufair-controll-1x.right,
.online-course-1x .edufair-controll-1x.left,
.online-course-2x .edufair-course-controll-1x.right,
.online-course-2x .edufair-course-controll-1x.left,
.online-course-1x .edufair-course-controll-1x.right,
.online-course-1x .edufair-course-controll-1x.left,
.single-course-1x .edufair-course-controll-1x.right,
.single-course-1x .edufair-course-controll-1x.left,
.university-2x .edufair-controll-1x.right,
.university-2x .edufair-controll-1x.left,
.university-1x .edufair-controll-1x.right,
.university-1x .edufair-controll-1x.left {
    background-image: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    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;
    left: 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,
.university-2x .edufair-shop-1x .carousel-control,
.university-2x .university-course-1x .carousel-control,
.university-1x .edufair-shop-1x .carousel-control,
.university-1x .university-course-1x .carousel-control {
    top: 58px;
    margin-right: 92%;
}

.university-1x .edufair-controll-1x {
}

.edufair-overlay {
    position: relative;
    background: #000;
}

.edufair-slider-image {
    opacity: 0.7;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.edufair-slider-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 20%;
    right: 48%;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
}

.edufair-overlay:hover .edufair-slider-image {
    opacity: 0.7;
}

.edufair-overlay .edufair-slider-middle {
    opacity: 1;
}

.edufair-slider-text {
    background-color: transparent;
    color: white;
    font-size: 16px;
    padding: 16px 48px;
}



/* 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;
    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: auto;
    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;
}

a.edufair-course-text {
    background-color: #2596d3;
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.3s ease;
}

    a.edufair-course-text:hover {
        background-color: #344c97;
    }

.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: #2596d3;
}

.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: #2596d3;
    }

/*--------------------------------------------------------------
## 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 #2596d3;
}

.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: 15px;
    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: #2596d3;
    padding: 15px;
    text-align: center;
}

.kindergarten-1x .edufair-subscription-title-1x {
    background: #2596d3;
    padding: 1px 0 20px 0;
}

    .kindergarten-1x .edufair-subscription-title-1x h3 {
        font-family: 'Dosis',sans-serif;
    }

.edufair-subscription-title-1x h3 {
    font-weight: 700;
    font-size: 40px;
}

.edufair-subscription-form-1x {
    /* padding: 0 20px 40px; */
    padding: 0 0 40px;
}

/*--------------------------------------------------------------
## Modal Register Login
--------------------------------------------------------------*/
.modal .edufair-subscription-title-1x {
    padding: 0 !important;
}

    .modal .edufair-subscription-title-1x h3 {
        font-weight: 700;
        font-size: 25px;
        padding: 25px;
        margin: 0;
    }

.modal a.edufair-btn-larg {
    margin-top: 10px;
    background: #2596d3;
    padding: 13px 0px;
    color: #f1f1f1;
    border: none;
    margin-bottom: 10px;
}

    .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 #2596d3;
    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;
}

.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: #2596d3 !important;
}

.modal .edufair-subscription-form-1x .terms-condition a {
    color: #2596d3 !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: #2596d3;
}

.kindergarten-1x .event-container-1x :hover h4 {
    color: #ffb606;
}

.edufair-events-1x {
    padding-top: 70px;
}

.single-events-1x b {
    font-size: 40px;
    color: #2596d3;
    margin-right: 50px;
}

.university-1x .single-events-1x b {
    color: #2596d3;
    line-height: 30px;
}

.kindergarten-1x .single-events-1x i,
.kindergarten-1x .single-events-1x span,
.kindergarten-1x .single-events-1x b {
    color: #a1d626;
    line-height: 30px;
}

.single-events-1x span {
    font-size: 20px;
    color: #2596d3;
}

.single-events-1x i {
    font-size: 15px;
    color: #2596d3;
    padding-right: 5px;
}

.kindergarten-1x .single-events-1x i {
    color: #ffb606;
}

.event-schedule {
    font-weight: 700;
}

.single-events-1x p {
    font-size: 15px;
    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;
    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: 15px;
    color: #262626;
    margin-top: 40px;
}

.event-cost span {
    color: #2596d3;
    font-size: 15px;
    font-weight: 700;
}
/*--------------------------------------------------------------
## Portfolio section
--------------------------------------------------------------*/
.edufair-portfolio {
}

.edufair-portfolio-item {
    margin-top: 3%;
}

.edufair-toolbar {
    float: right;
    padding: 2% 0;
    position: relative;
}

    .edufair-toolbar .active {
        color: #2596d3;
        transition: all .3s ease-in-out;
    }

#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%;
}

.tile {
    display: none;
}

.scale-anm {
    width: 100%;
    border: 0px solid #eee;
}

.tile img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.masonry-blog-two {
    padding: 15px;
}


.radio-list {
    margin: 0px;
    padding: 0;
}

    .radio-list label {
        font-weight: normal;
        margin-right: 5px;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .radio-list li {
        list-style: none;
    }

/*--------------------------------------------------------------
## 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;
    }

    .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: #2596d3;
        }

.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: 35px;
        line-height: 37px;
        font-style: italic;
    }

.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: 140px;
        height: 140px;
        margin-bottom: 30px;
    }

.edufair-col-center {
    float: none;
    margin: 0 auto;
}

.edufair-testimonial-slider a.item, .edufair-testimonial-slider a.item:hover {
    text-decoration: none;
    color: #f1f1f1;
}

    .edufair-testimonial-slider a.item.active {
        display: block;
    }


/* 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: 19px;
    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;
        right: 44%;
    }

.edufair-testimonial-timer-1x:hover .edufair-main-title:before {
    border-bottom: 3px solid #ffffff;
}

.university-2x .edufair-testimonial-timer-1x .edufair-testimonial-slider b,
.university-1x .edufair-testimonial-timer-1x .edufair-testimonial-slider b {
    color: #2596d3;
    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;
}

.page-testimonials .testimonial-overlay-image {
    height: 400px;
}

.page-testimonials + .padding-bottom-large {
    padding-bottom: 0;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.edufair-blog-1x {
    padding-top: 10px;
}

.edufair-single-blog {
    padding-bottom: 60px;
}

a.edufair-single-blog, a.edufair-single-blog:hover {
    display: block;
    text-decoration: none;
    color: #7a7a7a;
}

.edufair-blog-overlay {
    position: relative;
    background: #000;
}

.edufair-blog-image {
    opacity: 1;
    display: inline-block;
    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%);
    color: #fff;
    font-size: 60px;
}

.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;
}

a.edufair-blog-text {
}

.blog-content {
    padding: 20px 25px 30px 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: #2596d3;
}

.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: 15px;
            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: #2596d3;
            }

.kindergarten-1x .blog-share ul li:hover {
    color: #ffb606;
}

.blog-footer {
    border-top: 1px solid #f1f1f1;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 11px;
}

    .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
--------------------------------------------------------------*/
.edufair-video-section-1x {
}
/* 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: 16px 32px;
    text-align: center;
}

.university-2x .edufair-modal-video-text {
    padding: 0;
}
/* Bootrap modal */
.modal-body {
    padding: 0;
}

.modal-content { /* background-color: #2596d3; */
    border: none;
}

/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
.edufair-shop-1x {
    padding-top: 70px;
}

.edufair-single-shop {
}

.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: #2596d3;
    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: #2596d3;
        }

.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: #2596d3;
    }

.edufair-single-shop:hover .shop-content .media-left a {
    color: #2596d3;
}

/*--------------------------------------------------------------
##  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: #2596d3;
        color: #f1f1f1;
    }

.high-school-1x .backtotop:hover,
.kindergarten-1x .backtotop:hover {
    background: #FF6962;
    color: #f1f1f1;
}

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

.edufair-footer-content {
}

.edufair-footer-address {
}

    .edufair-footer-address img {
        max-width: 170px;
        margin-bottom: 30px;
    }

    .edufair-footer-address p {
    }

.high-school-1x .edufair-footer-address i, .high-school-1x .edufair-footer-address em {
    color: #FF6962;
}

.edufair-footer-address i, .edufair-footer-address em {
    color: #2596d3;
    margin-left: 15px;
}

.kindergarten-1x .edufair-footer-address i, .kindergarten-1x .edufair-footer-address em {
    color: #FF6962;
}

.edufair-footer-content h5 { /* font-family: 'Dosis',sans-serif; */
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.high-school-1x .edufair-footer-content h5,
.kindergarten-1x .edufair-footer-content h5 {
    color: #FF6962;
}

.edufair-footer-content ul {
    list-style: none;
    margin-top: 30px;
    padding: 0;
}

    .edufair-footer-content ul li {
    }

        .edufair-footer-content ul li a {
            font-size: 16px;
            color: #f1f1f1;
            line-height: 31px;
            font-weight: 400;
            opacity: .5;
        }

            .edufair-footer-content ul li a:hover {
                transition: .5s ease;
                color: #2596d3;
                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;
    clear: both;
}

.footer-info-right p {
    font-size: 13px;
    color: #f1f1f1;
    font-weight: 400;
}

.footer-info-right a {
    color: #2596d3;
    transition: all 0.3s ease;
}

    .footer-info-right a:hover {
        color: #f1f1f1;
    }

.high-school-1x .footer-info-left a,
.kindergarten-1x .footer-info-left a {
    color: #FF6962;
}

.footer-info-left {
    text-align: left;
    color: #f1f1f1;
    font-weight: 400;
}

    .footer-info-left ul {
        list-style: none;
        margin: 0;
    }

        .footer-info-left ul li {
            display: inline-block;
            font-size: 15px;
            font-weight: 400;
            margin-left: 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-left ul li a {
                outline: none;
            }

                .footer-info-left ul li a,
                .footer-info-left ul li a:hover {
                    color: #f1f1f1;
                }

            .footer-info-left ul li:last-child {
                margin-right: 0;
            }

            .footer-info-left ul li:hover {
                background: #2596d3;
            }

.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: #2596d3;
        }

    .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: #2596d3;
            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: #2596d3;
        transition: all 0.3s ease;
    }

        .edufair-footer-2x .footer-info-left a:hover {
            color: #262626;
        }
/*--------------------------------------------------------------
##  Single course description
--------------------------------------------------------------*/
.edufair-course-header {
    clear: both;
    position: relative;
}

.single-inner {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    height: 100%;
}

.edufair-single-caption {
    top: 55%;
}

    .edufair-single-caption h2 {
        font-size: 50px;
        animation: none;
        border-right: 0px solid #2596d3;
        padding-bottom: 15px;
        margin-top: 0;
    }

.edufair-single-breadcrumbs {
    background: transparent;
}

.edufair-single-breadcrumbs {
    margin: 0;
    padding: 0;
    margin-right: 8px;
}

    .edufair-single-breadcrumbs li {
        white-space: nowrap;
    }

        .edufair-single-breadcrumbs li a {
            color: #f1f1f1;
            font-size: 16px;
            white-space: nowrap;
        }

    .edufair-single-breadcrumbs .active {
        color: #f1f1f1;
        font-size: 15px;
    }

.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: 15px;
        margin-top: 6px;
        color: #262626;
        font-weight: 700;
        transition: all .3s ease;
    }

        .course-teacher-details a:hover {
            color: #2596d3;
        }

.course-details-price strong {
    float: right;
    font-size: 30px;
    color: #2596d3;
    font-weight: 700;
    padding-top: 15px;
}

.course-review {
    border-right: 1px solid #eee;
    padding-left: 30px;
}

    .course-review span {
        font-size: 12px;
        font-weight: 700;
    }

    .course-review i {
        font-size: 15px;
        margin-top: 6px;
        color: #2596d3;
    }

.course-banner {
}

    .course-banner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-bottom: 40px;
    }

.related-course-content .course-review {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: -10px;
}

.course-teacher-1x .course-review {
    padding-left: 0;
    margin-top: 11px;
    border: 0;
}

/*********** Tab *******************/
.course-description-nav {
}

.course-description-nav {
}

    .course-description-nav ul {
    }

        .course-description-nav ul li {
        }

    .course-description-nav > li > a > i {
        padding-left: 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: #2596d3 !important;
    }

    .course-description-nav > .active > a {
        color: #f1f1f1 !important;
    }

    .course-description-nav ul li a {
    }

.course-description-tab {
    /* border: 1px solid #eee; */
    /* padding: 0 30px; */
    margin-bottom: 50px;
}

.course-description-tab-left {
    /* margin-top: 30px; */
    margin-bottom: 30px;
    border-left: 1px solid #eee;
}

    .course-description-tab-left h2 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        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: 22px;
        color: #000;
    }

        .course-description-tab-outcomes ul li i {
            font-size: 15px;
            color: #2596d3;
            margin-left: 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: 15px;
            font-weight: 400;
            margin-right: 10px !important;
            background: #2596d3;
            border: 1px solid #2596d3;
            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: 15px;
            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: 15px;
                font-weight: 700;
                color: #262626;
            }

            .course-description-tab-right ul li i {
                font-size: 15px;
                color: #2596d3;
                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 {
    }

        .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: #2596d3;
            }

        .instructors-tab .media-body span {
            font-size: 15px;
            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 {
}

    .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: #2596d3;
        margin-bottom: 30px;
    }

    .review-tab-top .media-left span {
    }

        .review-tab-top .media-left span i {
            color: #2596d3;
        }

.review-tab-top .media-body {
    padding: 30px 30px 10px 30px;
}

.review-progress-bar {
}

.single-progress-bar {
    margin-bottom: 30px;
}

    .single-progress-bar .progress {
        height: 10px;
    }

    .single-progress-bar .progress-bar {
        background: #2596d3;
    }

    .single-progress-bar span {
        float: right;
    }

    .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: #2596d3;
}

/**************** All Course*****************/
.all-course {
    /* margin-top: 30px; */
    padding-right: 30px;
    /* border-right: 1px solid #eee; */
}

    .all-course h2 {
        font-size: 20px;
        font-weight: 700;
        color: #f1f1f1;
        margin-bottom: 20px;
        background: #2596d3;
        text-align: center;
        padding: 20px 0;
    }

    .all-course ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 35px;
    }

    .all-course > ul > li {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }

    .all-course ul li:last-child {
        border-bottom: none;
    }

    .all-course ul li::before, .all-course ul li::after {
        content: " ";
        display: table;
    }

    .all-course ul li::before {
    }

    .all-course ul li::after {
        clear: both;
    }

    .all-course ul li > span {
        float: left;
        font-size: 16px;
        font-weight: 700;
        color: #262626; /* margin-right: 24px; */ /* display: inline-block; */
        width: 40%;
        line-height: 20px;
    }

    .all-course ul li i {
        font-size: 15px;
        color: #2596d3;
        margin-left: 10px;
    }


    .all-course .panel {
        background-color:transparent;

    }
    .all-course .panel-body {
        padding:0;
        border-top:none !important;

    }

/*--------------------------------------------------------------
## Related course
--------------------------------------------------------------*/
.edufair-related-course-1x {
    margin-top: 20px;
    margin-bottom: 70px;
}

.edufair-related-course {
    margin: 30px 0;
}

    .edufair-related-course ul {
        margin-bottom: 15px;
    }

.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: #2596d3;
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 2px;
}

.related-course-content {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eee;
}

    .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: 16px;
        margin: 0;
        color: #ccc;
    }

    .related-course-content h3 {
        color: #262626;
        font-size: 20px;
        margin: 22px 0;
        font-weight: 600;
        line-height: 25px;
        transition: all 0.3s ease;
        padding-top: 0;
    }

.single-course-1x .related-course-content h3 {
    padding-top: 0;
}

.edufair-related-course:hover h3 {
    color: #2596d3;
}

.related-course-footer {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

    .related-course-footer span {
        margin-right: 15px;
        margin-left: 3px;
    }

    .related-course-footer strong,
    .related-course-footer del {
        float: right;
        color: #2596d3;
        margin-left: 10px;
    }

    .related-course-footer del {
        color: #7a7a7a;
    }
/*********************************************
		blog single
**********************************************/
.edufair-blog-details-1x {
    margin-top: 70px;
}

.blog-banner {
}

    .blog-banner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-bottom: 40px;
    }

.blog-details-title {
    margin-top: 30px;
}

    .blog-details-title h4 {
        font-size: 30px;
        font-weight: 700;
        color: #262626;
        margin: 15px 0;
    }

    .blog-details-title span {
        font-size: 14px;
        color: #b5b5b5;
    }

        .blog-details-title span a {
            font-size: 14px;
            color: #b5b5b5;
        }

            .blog-details-title span a i {
                font-size: 14px;
                color: #b5b5b5;
                padding-left: 10px;
                padding-right: 5px;
            }

.blog-description {
    margin-top: 50px;
}

    .blog-description span {
        float: left;
        color: #2596d3;
        font-size: 75px;
        line-height: 60px;
        padding-top: 4px;
        padding-right: 8px;
        padding-left: 3px;
    }

/* blog Share*/
.blog-share-tag {
    overflow: hidden;
    margin: 50px 0;
    .;
}

.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: 15px;
            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: #2596d3;
            }

/* blog Tag */
.blog-description-tag ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .blog-description-tag ul li {
        display: inline-block;
        padding-left: 10px;
    }

        .blog-description-tag ul li a {
            font-size: 14px;
            font-weight: 700;
            color: #262626;
            transition: all .3s ease;
            ;
        }

            .blog-description-tag ul li a:hover {
                color: #2596d3;
            }

/* blog Right Sidebar */
.search-post {
    margin-bottom: 50px;
}

.btn-search {
    margin-top: 10px;
    height: 40px;
    background: #2596d3;
    border-radius: 0;
    border: 0;
    color: #f1f1f1;
}

.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: #2596d3;
                }

                .single-post-category ul li a span {
                    float: right;
                    font-size: 14px;
                    font-weight: 700;
                    color: #262626;
                }

.latest-post-right-sidebar {
    margin-bottom: 50px;
}

    .latest-post-right-sidebar a {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #2596d3;
    }

        .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: 700;
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 40px;
        border-left: 5px solid #2596d3;
        padding-left: 20px;
    }

.high-school-1x .latest-post-right-sidebar h3 {
    border-left: 5px solid #ffb606;
}

.single-latest-post {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px 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: #2596d3;
        }

.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: #2596d3;
    padding-right: 5px;
}

.latest-post-right-sidebar a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: rgb(38, 38, 38);
    transition: all 0.3s ease;
}

    .latest-post-right-sidebar a:hover {
        color: #2596d3;
    }

a.latest-post-read-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #2596d3;
}

/* 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: 100px;
        height: 100px;
    }

    .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: 15px;
            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: #2596d3;
            }

.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 a {
        font-size: 16px;
        font-weight: 700;
        color: #262626;
        transition: all .3s ease;
    }

        .previous-post a:hover {
            color: #2596d3;
        }

.next-post {
    text-align: right;
}

    .next-post h4 {
        font-size: 14px;
        color: #7a7a7a;
    }

    .next-post a {
        font-size: 16px;
        font-weight: 700;
        color: #262626;
        transition: all .3s ease;
    }

        .next-post a:hover {
            color: #2596d3;
        }

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

/* Edufair Comment box */
.edufair-comment-body {
}

    .edufair-comment-body h2 {
        font-size: 25px;
        font-weight: 700;
        color: #262626;
    }

    .edufair-comment-body .media img {
        max-width: none;
        width: 100px;
        margin-right: 15px;
    }

    .edufair-comment-body .media .media-body span {
        font-size: 12px;
        margin-left: 15px;
        margin-right: 15px;
        color: #bbbbbb;
        font-weight: 400;
    }

        .edufair-comment-body .media .media-body span i {
            color: #2596d3;
        }

    .edufair-comment-body h4.media-heading {
        color: #262626;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .edufair-comment-body ul {
        margin: 0;
        padding: 50px 0 0;
    }

        .edufair-comment-body ul ul {
            padding: 50px 0 0 50px;
        }

.edufair-contact-form {
    margin-bottom: 70px;
}

    .edufair-contact-form h2 {
        font-size: 25px;
        font-weight: 700;
        color: #262626;
        margin: 50px 0;
    }


/*********************************************
		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: #2596d3;
    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: #2596d3;
        }

    .edufair-shop-item-text p {
        margin: 0;
    }

    .edufair-shop-item-text b {
        color: #262626;
    }

.edufair-onsale {
    position: absolute;
    top: 0;
    background: #2596d3;
    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 #2596d3;
        }

.edufair-pagination {
}

    .edufair-pagination > li.active > a:hover,
    .edufair-pagination > li.active > a {
        background-color: #2596d3;
        border: 0;
    }

.course-pagination {
    overflow: hidden;
    padding-top: 5px;
    background: #f5f5f5;
    border-radius: 1px;
}

.edufair-pagination > li > a {
    color: #262626;
    background-color: #ffffff;
    border: 0 solid #ffffff;
    margin: 2px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

    .edufair-pagination > li > a:hover {
        color: #f1f1f1 !important;
        background-color: #2596d3;
    }
/*********************************************
		Edufair Blog Right Sidebar
**********************************************/
.blog-content {
}

    .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: #2596d3;
    }

.blog-right-sidebar-date {
    position: absolute;
    margin-top: -68px;
    background: #2596d3;
    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: 15px;
        font-weight: 600;
    }
/*************************************************
		University Home
**************************************************/
.edufair-about-university {
    padding-top: 80px;
}

    .edufair-about-university p {
    }

    .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;
    }

.about-university-img {
}

/* university Countdown Timer */
.university-countdown-1x {
}

    .university-countdown-1x .countdown-overlay-middle {
        top: 48%;
    }

.university-countdown {
}

.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 #2596d3;
    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: 15px;
    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;
}

.top-menu-left {
    float: left;
}

    .top-menu-left .media {
    }

    .top-menu-left .media-left {
    }

.kid-top-menu .kid-icon-2x i,
.kid-top-menu .kid-icon-1x i {
    font-size: 40px;
    color: #2596d3;
    border-right: 1px solid #474747;
    padding-right: 15px;
}

.top-menu-left .media-body h3 {
    font-size: 13px;
    font-weight: 500;
    color: #f1f1f1;
    margin: 0;
    line-height: 25px;
}

.top-menu-left .media-body span {
    color: #2596d3;
    font-weight: 700;
    text-transform: uppercase;
}

.high-school-1x .edufair-course-text,
.kindergarten-1x .edufair-course-text {
    float: right;
    background: #2596d3;
    padding: 7px 20px;
    margin-top: 6px;
    color: #fff;
}

.high-school-1x a.edufair-course-text:hover,
.kindergarten-1x a.edufair-course-text:hover {
    background: #fff;
    color: #2596d3;
}
/* 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 */
.kid-cart i {
    padding-left: 15px;
    color: #262626;
}

.kid-cart .container-2:hover .icon i {
    color: #262626;
}

.kid-cart a span.cart-no {
    margin-top: -12px;
    position: absolute;
    font-weight: 700;
    color: #262626 !important;
}
/* 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 {
    text-align: left;
}

    .cta-left h4 {
        font-size: 15px;
        font-weight: 500;
        color: #f1f1f1;
    }

    .cta-left h3 {
        font-size: 25px;
        font-weight: 700;
        color: #f1f1f1;
        margin-top: 12px;
    }

    .cta-left a {
        float: left;
        left: 30px;
        right: auto;
    }

.cta-right {
    text-align: right;
}

    .cta-right h4 {
        font-size: 16px;
        font-weight: 500;
        color: #f1f1f1;
        margin-bottom: 0;
        padding-bottom: 0;
        display: none;
    }

    .cta-right h3 {
        font-size: 35px;
        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: #2596d3;
    }
/* 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: 15px;
    text-align: center;
}

    .edufair-pricing-box .pricing-box ul del {
        color: #fff;
    }

.kid-pricing-table a.kid-btn-large {
    background: #fff;
    margin-bottom: 8%;
    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: #2596d3;
            margin-right: 10px;
        }

    .high-school-single-features .media-body {
    }

        .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 */
.edufair-high-school-extra-features-1x {
}

.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 #2596d3;
    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: #2596d3;
}

.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: #2596d3;
    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;
    }

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 img {
    }

.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 #2596d3;
    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: #2596d3;
}

.high-school-1x .high-school-single-info a h4:hover {
    color: #ffb606;
}

.high-school-single-info p {
    font-size: 15px;
    font-weight: 400;
}

.high-school-read-more {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2596d3 !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;
    }

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

.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 #2596d3;
}

.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: 15px;
    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: #2596d3;
}

.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-fun-facts h3 {
    }

.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;
}

.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: 15px;
    margin-top: 20px;
    color: #f1f1f1;
}
/*********************************************
		Edufair kids 
**********************************************/
.edufair-kindergarten-features-1x {
    padding-top: 70px;
}

.single-kindergarten-features {
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
}

    .single-kindergarten-features, .single-kindergarten-features:hover {
        text-decoration: none;
    }

.single-kindergarten-features-1x {
    background: linear-gradient(rgba(240,194,75, 0.9),rgba(240,194,75, 0.9));
    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));
    background-size: cover;
}

.single-kindergarten-features-3x {
    background: linear-gradient(rgb(56, 155, 213),rgba(56, 155, 213, 1));
    background-size: cover;
}

.single-kindergarten-features-4x {
    background: linear-gradient(rgba(132,190,214, 0.9),rgba(132,190,214, 0.9));
    background-size: cover;
}

.single-kindergarten-features-5x {
    background: linear-gradient(rgba(165,151,235, 0.9),rgba(165,151,235, 0.9));
    background-size: cover;
}

.single-kindergarten-features-6x {
    background: linear-gradient(rgba(234,119,173, 0.9),rgba(234,119,173, 0.9));
    background-size: cover;
}
/* Hover css */
.single-kindergarten-features-1x:hover {
    background: linear-gradient(rgba(240,194,75, 1),rgba(240,194,75, 1));
}

.single-kindergarten-features-2x:hover {
    background: linear-gradient(rgba(181,213,106, 1),rgba(181,213,106, 1));
}

.single-kindergarten-features-3x:hover {
    background: linear-gradient(rgb(51, 141, 193),rgba(51, 141, 193, 1));
}

.single-kindergarten-features-4x:hover {
    background: linear-gradient(rgba(132,190,214, 1),rgba(132,190,214, 1));
}

.single-kindergarten-features-5x:hover {
    background: linear-gradient(rgba(165,151,235, 1),rgba(165,151,235, 1));
}

.single-kindergarten-features-6x:hover {
    background: linear-gradient(rgba(234,119,173, 1),rgba(234,119,173, 1));
}

.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: 15px;
    color: #f1f1f1;
}

.kindergarten-read-more {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f1f1f1 !important;
    transition: all .3s ease;
}

    .kindergarten-read-more:hover {
    }

.edufair-testimonial-timer-1x .edufair-testimonial span {
    color: #ffb606;
    font-size: 16px;
    font-weight: 500;
}

.edufair-testimonial-timer-1x .edufair-testimonial b {
    color: #b5d56a;
    font-size: 30px;
    font-weight: normal;
}

.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;
}

.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: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('/images/kindergarten/slide2.jpg');
    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 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: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.online-course-2x .btn-search,
.online-course-1x .btn-search {
    margin-top: 10px;
    height: 50px;
    width: 50px;
    background: #2596d3;
    border-radius: 5px;
    border: 0;
    color: #f1f1f1;
    line-height: 36px;
}

.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-left: 30px;
            font-size: 16px;
            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: #cadc4a;
            }

            .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 .single-kindergarten-features {
    padding: 15px 5px;
    border-radius: 5px;
}

    .online-course-category-1x .single-kindergarten-features h4 {
        font-size: 20px;
        font-family: 'Assistant', sans-serif;
        font-weight: 700;
        color: #010101;
        transition: all 0.3s ease;
    }


.online-course-1x .edufair-related-course {
    margin: 0 0 30px 0;
}

.online-course-1x .category-course-search h2 {
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    padding-top: 0;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    border-right: 5px solid #2596d3;
}

.all-course-left {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 1px;
}

    .all-course-left .checkbox label,
    .radio label {
        text-transform: uppercase;
    }

.checkbox span {
    padding-left: 10px;
}

.online-course-1x .category-course-search .form-control {
    height: 50px;
    margin-bottom: 20px;
}

.online-course-1x .advanced_seach {
    margin-bottom: 45px;
}

.online-become-techer-1x {
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('/images/online-course/online-course-13.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 15%;
}

.become-techer {
    border-right: 0;
    border-left: 0;
}

.become-techer-left {
}

.become-techer-right {
    padding: 90px 20px;
}

.become-techer-left img {
    object-fit: cover;
    margin-top: -90px;
}

.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: 15px;
    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: 30px;
    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;
    margin-bottom: 10px;
}

.online-course-1x .related-course-content p {
}


.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,
.university-2x .edufair-shop-1x .carousel-control,
.university-2x .university-course-1x .carousel-control,
.university-1x .edufair-shop-1x .carousel-control,
.university-1x .university-course-1x .carousel-control {
    top: 20px;
    margin-right: 92%;
}

.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 {
    display: none;
}
/*.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;
}

.online-course-1x .edufair-cart,
.online-course-2x .edufair-cart {
    color: #f1f1f1;
    margin-top: 10px;
}

.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: 'Assistant', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}

.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 #2596d3;
        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: #2596d3;
    font-weight: 700;
    border: 1px solid #2596d3;
    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 .edufair-featured-category-1x {
}

.online-course-2x .featured-category-container {
}

    .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 .single-featured-category p {
    }

.online-course-2x .featured-category-img {
    background: #2596d3;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 70px;
    border: 5px solid #fff;
}

.online-course-2x .single-featured-category:hover .featured-category-img {
    text-align: center;
    height: 140px;
    width: 140px;
    background: #344c97;
    border-radius: 50%;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 0px 0px 3px #2596d3;
    -moz-box-shadow: 0px 0px 0px 3px #2596d3;
    box-shadow: 0px 0px 0px 3px #2596d3;
}

.online-course-2x .featured-category-img img {
    display: block;
    max-width: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.online-course-2x .course-header-menu {
    background: #cccccc;
    overflow: hidden;
    padding: 20px; /* margin-bottom: 50px; */
    border-radius: 3px;
}

.online-course-2x .single-header-menu {
}

    .online-course-2x .single-header-menu i {
        float: right;
        font-size: 20px;
        margin-left: 15px;
        padding-top: 10px;
    }

    .online-course-2x .single-header-menu .form-control {
        margin: 0;
        height: 40px;
    }

.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: #2596d3;
    }

.online-course-2x .course-teacher-1x {
}

.online-course-2x .edufair-events-1x {
    padding-top: 0;
}

.online-course-2x .course-teacher-1x .media {
}

.online-course-2x .course-teacher-1x .media-left {
    display: block;
}

    .online-course-2x .course-teacher-1x .media-left img {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        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: 15px;
        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;
}

.subscriber-content {
}

.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: 15px;
    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;
    }

.subscriber-form {
}

    .subscriber-form .form-control {
    }

.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: #2596d3;
}

.subscriber-content .footer-bootom-left a:hover {
    color: #2596d3;
}

.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: 15px;
    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: #2596d3;
}


.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%;
    margin-top: -116px;
}

.online-course-new-middle input[type="text"] {
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
}

.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%);
    z-index: 40;
    left: 80px;
    right: 80px;
}

.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: 50px;
    }

.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 
*********************************************/
.edufair-notice-1x {
}

.register-larg-btn {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #f1f1f1;
    margin-bottom: 20px;
    background: #2596d3 !important;
    text-align: center !important;
    padding: 20px 0 !important;
    border-radius: 0 !important;
    width: 100%;
}

    .register-larg-btn:hover:before {
        background: #262626 !important;
    }


.notice-read-more {
    float: right; /* right: 30px; */
    padding: 10px 30px !important;
    background: #2596d3 !important;
    color: #f1f1f1 !important;
    margin-top: 17px;
}

    .notice-read-more:hover:before {
        background: #262626 !important;
    }

.notice-grey {
    float: right; /* right: 30px; */
    padding: 10px 30px !important;
    background: #eee !important;
    color: #444 !important;
    margin-top: 17px;
}

    .notice-grey:hover:before {
        background: #b8b8b8 !important;
    }


.notice-board-1x .single-events-1x h4 {
    font-size: 22px;
}

.notice-board-1x .event-schedule {
    font-weight: 500;
}

.margin-l-10 {
    margin-left: 10px;
}

/*********************************************
				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 #2596d3;
}

    .admission-form-1x .edufair-subscription-title-1x h3 {
        font-weight: 700;
        font-size: 25px;
        color: #262626;
    }

.admission-form-1x textarea.form-control { /* height: 100px; */
    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 {
}

    .contact-us-header h2 {
        font-size: 35px;
        font-weight: 700;
        color: #262626;
        text-align: center;
    }

    .contact-us-header h3 {
        font-size: 15px;
        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: 15px;
    padding-left: 15px;
    margin-bottom: -70px;
}

#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: #2596d3;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.dropcaps strong {
    float: left;
    background: #2596d3;
    color: #f1f1f1;
    font-size: 75px;
    line-height: 60px;
    padding: 10px;
    margin-right: 10px;
}

.sticker-1x h4 {
    color: #262626;
    font-size: 15px;
    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: #2596d3;
}

.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 */
.edufair-component-button,
a.edufair-component-button {
    background: #2596d3;
    color: #f1f1f1;
    border-radius: 3px;
    display: inline-block;
    text-align: center; /* font-weight: 700; */
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.button-large {
    padding: 13px 30px;
    font-size: 13px;
}

.button-medium {
    padding: 8px 20px;
    font-size: 16px;
}

.button-small {
    padding: 4px 10px;
    font-size: 10px;
}

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

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

.edufair-component-button:before,
a.edufair-component-button:before {
    background: #338dc1;
    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;
    border-radius: 3px;
}

.edufair-component-button:hover:before,
a.edufair-component-button:hover:before {
    height: 100%;
    color: #262626;
}
/************************************************
				404 page	
*************************************************/
.edufair-404-page-1x {
}

.page-404-content {
    text-align: center;
    overflow: hidden;
    padding-top: 150px;
}

    .page-404-content span {
        font-size: 170px;
        color: #2596d3;
        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: #2596d3;
            transition: all 0.3s ease;
        }

            .page-404-content h3 a:hover {
                color: #344c97;
            }

.comming-soon-1x .edufair-slider-image {
    height: 100vh;
    object-fit: cover;
}






.advanced-search {
    margin-top: 70px;
}








/*RESPONSIVE*/


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .edufair-slider-middle {
        top: 32%;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .edufair-slider-middle {
        top: 32%;
    }
}

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

    .edufair-nav .navbar-right,
    .online-course-1x .edufair-nav .navbar-right,
    .online-course-2x .edufair-nav .navbar-right {
        margin-right: 0;
        background: #f1f1f1;
    }

    .edufair-nav li.dropdown i,
    .edufair-nav .navbar-nav > li > a, .edufair-nav .navbar-brand {
        color: #262626 !important;
        transition: all 0.3s ease;
    }

        .edufair-nav li.dropdown:hover i,
        .edufair-nav .navbar-nav > li > a:hover, .edufair-nav .navbar-brand {
            color: #18c1f0;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .edufair-nav .navbar-brand {
        margin-left: -15px !important;
        margin-top: -5px;
    }

    .edufair-slider-middle {
        top: 12%;
        right: -23%;
        transform: none;
    }

    .edufair-single-caption h2 {
        font-size: 25px;
    }

    .top-menu-right {
        float: left;
    }

        .top-menu-right a {
            margin-right: 15px;
            margin-left: 0;
        }

    .about-university-img {
        margin-top: 50px;
    }


    /*single page*/
    .next-post {
        text-align: left;
    }

        .next-post h4 {
            padding-top: 40px;
        }

    .blog-description-tag {
        float: left;
    }

        .blog-description-tag ul li {
            padding-left: 0;
            padding-right: 10px;
            padding-top: 20px;
        }

    /* Single course */
    .course-review {
        padding-left: 0;
        padding-top: 30px;
        margin-left: 0;
    }

    .course-details-price strong {
        float: left;
        display: block;
        margin-left: -15px;
        margin-bottom: 40px;
    }

    .course-description-tab-right {
        padding-left: 15px;
    }

        .course-description-tab-right ul {
            margin-left: -5px;
        }

    .all-course {
        padding-left: 15px;
        padding-right: 15px;
    }

    .curriculum-tab {
        padding-left: 0;
    }

    .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, .university-2x .edufair-shop-1x .carousel-control, .university-2x .university-course-1x .carousel-control, .university-1x .edufair-shop-1x .carousel-control, .university-1x .university-course-1x .carousel-control {
        top: 20px;
        margin-left: 88%;
    }

    .single-course-1x .edufair-related-course {
        margin-bottom: 50px;
    }

    .online-course-category-1x h2 {
        font-size: 28px;
    }


    .online-category > [class^=col] {
        margin-bottom: 20px;
    }


    .testimonial-overlay-middle {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }

    .online-course-2x .course-header-menu > [class^=col] {
        margin-bottom: 10px;
    }

    .edufair-page-testimonial p, .edufair-testimonial .edufair-testimonial-desc p {
        font-size: 28px;
        line-height: 30px;
    }

    .edufair-testimonial-timer-1x .edufair-testimonial b {
        font-size: 25px;
    }

    .cta-right h3 {
        font-size: 28px;
    }


    /*blog-right-sidebar*/
    .latest-post-right-sidebar {
        margin-top: 50px;
    }

    /* High School */
    .high-school-1x .edufair-slider-middle {
        top: -12%;
    }

    .kid-contact-top {
        float: left;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .kid-nav {
        margin-top: -5px;
    }

    .edufair-caption h2 {
        font-size: 45px;
        padding-bottom: 20px;
    }

    .edufair-caption h4 {
        font-size: 20px;
    }

    .high-school-single-info {
        margin-left: 30px;
    }

    .cta-right {
        float: left;
        margin-left: 30px;
    }

    .university-countdown-1x .school-overlay-image {
        height: 650px !important;
    }

    .single-counter {
        margin-top: 30px;
    }

    .hovereffect4 h2, .hovereffect4:hover h2 {
        display: none;
    }
    /* Kindergarten */
    .testimonial-overlay-image {
        height: 580px;
    }

    .countdown-overlay-image {
        height: 1300px;
    }

    .countdown-single {
        padding-right: 40px;
        padding-left: 30px;
        padding-bottom: 30px;
        border-right: none;
    }

    .edufair-subscription-1x {
        margin-bottom: 80px;
    }

    .edufair-countdown-timer-1x .kid-header-title h4,
    .edufair-countdown-timer-1x .kid-header-title h2,
    .kid-header-title {
        text-align: center;
    }

    .edufair-countdown-timer-1x .kid-header-title span.heading-divider {
        margin-left: 0;
    }
    /* University one */
    .university-2x .edufair-slider-middle,
    .university-1x .edufair-slider-middle {
        top: -32%;
    }

    .edufair-btn-larg-round, a.edufair-btn-larg-round {
        padding: 7px 25px;
    }

    .university-1x .edufair-about-university a.edufair-course-text {
        display: inline-block;
        margin-bottom: 40px;
    }

    .edufair-slider-image {
        height: 900px;
        object-fit: cover;
    }

    .events-all-button {
        float: left;
        margin-top: 0 !important;
        margin-bottom: 50px;
    }

    .edufair-testimonial-timer-1x .edufair-main-title::before {
        left: 39%;
    }

    .single-events-image-1x {
        margin-top: 40px;
    }

    /* university two */
    .university-2x .high-school-single-info {
        margin-left: 0;
    }

    .university-2x .edufair-high-school-extra-features-1x .padding-top-large {
        padding-top: 0;
    }

    .edufair-video-section-1x {
        margin-top: 50px;
    }

    .university-2x .about-university h2 {
        margin-top: 50px;
    }
    /* Online course one */
    .online-course-new-middle {
        top: 60%;
        left: 20px;
        right: 20px;
    }

    .online-course-new-text h2 {
        font-size: 28px;
    }

    /*footer*/

    .footer-info-left p {
        margin-left: 15px;
    }

    .footer-info-right {
        text-align: left;
        margin-left: 15px;
    }
}

@media screen and (max-width: 730px) {
}

@media screen and (max-width: 479px) {
    /*Shop*/
    .shop-category {
        float: left;
    }

    .edufair-btn-larg-round, a.edufair-btn-larg-round {
        padding: 7px 25px;
    }

    .high-school-1x .edufair-slider-middle {
        top: -4%;
    }

    .edufair-caption h2 {
        font-size: 30px;
    }
    /* Kindergarten */
    .testimonial-overlay-image {
        height: 580px;
    }

    .edufair-testimonial-timer-1x .kid-header-title h2,
    .edufair-countdown-timer-1x .kid-header-title h2 {
        font-size: 32px;
    }

    .university-countdown-1x .edufair-main-title,
    .edufair-subscription-title-1x h3,
    .edufair-countdown {
        font-size: 30px !important;
    }

    .university-countdown-1x .countdown-single {
        font-size: 25px;
    }

    .university-countdown-1x a.edufair-course-text {
        margin-top: 40px;
    }

    .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, .university-2x .edufair-shop-1x .carousel-control, .university-2x .university-course-1x .carousel-control, .university-1x .edufair-shop-1x .carousel-control, .university-1x .university-course-1x .carousel-control {
        margin-left: 80%;
    }

    .testimonial-overlay-image {
        height: 580px;
    }

    .edufair-testimonial-timer-1x .edufair-main-title::before {
        left: 32%;
    }

    .edufair-video-section-1x {
        margin-top: 50px;
    }

    .edufair-features,
    .edufair-events-1x {
        padding-top: 50px;
    }

    .edufair-testimonial-timer-1x {
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    .edufair-single-caption h2 {
        font-size: 16px;
    }

    .edufair-single-breadcrumbs li a {
        font-size: 12px;
    }

    .edufair-single-breadcrumbs .active {
        font-size: 12px;
    }

    .edufair-caption h2 {
        font-size: 25px;
    }

    .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, .university-2x .edufair-shop-1x .carousel-control, .university-2x .university-course-1x .carousel-control, .university-1x .edufair-shop-1x .carousel-control, .university-1x .university-course-1x .carousel-control {
        margin-left: 71%;
        top: 3px !important;
    }

    .edufair-single-features h4 {
        font-size: 17px;
    }

    .online-course-2x .edufair-main-title {
        font-size: 20px;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}




input.form-error, textarea.form-error, select.form-error {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
}

    input.form-error + label + .input-group-addon {
        background-color: rgb(242 222 222);
        border-color: #ebccd1;
    }

    input.form-error:focus + label + .input-group-addon {
        /* background-color: rgba(255, 122, 13, 0.06); */
        border-color: #ebccd1;
    }

.form-control:focus + .input-group-addon {
    border-color: rgba(46, 46, 46, 0.4);
}


label.form-error {
    color: #a94442;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    position: absolute;
    top: 10px;
    left: 7px;
    /* font-family: Arial; */
}

select + label.form-error { /* right: 23px; */
}

.form-error.LTR + label.form-error {
    left: 0;
}

.form-control:focus {
    border-color: rgba(46, 46, 46, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-error.form-control:focus {
    border-color: #ebccd1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-error.form-control::-webkit-input-placeholder {
    color: #a94442;
}

.form-error.form-control::-moz-placeholder {
    color: #a94442;
}
/* Firefox 19+ */
.form-error.form-control:-moz-placeholder {
    color: #a94442;
}
/* Firefox 18- */
.form-error.form-control:-ms-input-placeholder {
    color: #a94442;
}

.edufair-subscription-form-1x p {
    margin-bottom: 0;
}





/*.images { }
.images img { display: block; margin-bottom: 20px; }
.images img:last-child { margin-bottom: 5px; }*/


.edufair-about-university .images {
    margin-top: 80px;
}

    .edufair-about-university .images img {
        display: block;
        margin-bottom: 0;
        width: 100%;
    }

        .edufair-about-university .images img:last-child {
            margin-bottom: 0;
        }

    .edufair-about-university .images .item {
        width: 50%;
        float: right;
        margin: 0;
        padding: 1px;
        overflow: hidden;
    }

    .edufair-about-university .images a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0px;
        position: relative;
    }

        .edufair-about-university .images a .zoom {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(255, 17, 70, 0);
        }

        .edufair-about-university .images a:hover .zoom {
            background-color: rgba(164, 164, 164, 0.27);
            -webkit-transition: 0.3s linear;
            -moz-transition: 0.3s linear;
            transition: 0.3s linear;
        }

    .edufair-about-university .images .zoom i {
        font-size: 40px;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
    }

    .edufair-about-university .images a:hover .zoom i {
        color: rgba(255, 255, 255, 1);
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .edufair-about-university .images h3 {
        display: block;
        text-align: center; /* width:100%; */
        color: #000;
        padding: 18px 0;
        font-size: 22px;
        margin: 0 10px 20px;
        border-bottom: 1px solid #E4E4E4;
    }

@media (min-width: 768px) {
    .edufair-about-university .images .item {
        width: 25%;
    }
}



.faq {
}

    .faq .panel {
        margin-bottom: 10px;
    }

    .faq .panel-title {
    }

        .faq .panel-title i {
            margin-left: 10px;
        }





.testimonials-page .selected-testimonial {
}

.testimonials-page .other-testimonials h2 {
    margin-top: 70px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    font-size: 26px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: block;
}

.testimonials-page .testimonials-list li {
    margin-bottom: 30px;
}

.testimonials-page .testimonials-list h3 { /* font-size: 28px; */
    color: #2596d3;
    margin: 4px 0 10px;
    font-weight: 700;
}

.testimonials-list, .testimonials-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .testimonials-list li a, .testimonials-list li a:hover, .testimonials-list li a:focus, .testimonials-list li a:visited {
        text-decoration: none;
        display: block;
    }


    .testimonials-list blockquote {
        padding: 0;
        margin: 20px 23px;
        text-align: right;
        background: none;
        border: none; /* display: inline-block; */ /* width: 100%; */
    }

        .testimonials-list blockquote::before {
            display: none;
        }

        .testimonials-list blockquote .text, .testimonials-list blockquote p {
            position: relative;
            font-size: 20px;
            line-height: 22px;
            text-align: right;
            color: #000;
            margin: 0 0 10px;
            letter-spacing: normal;
            font-style: italic;
            clear: both;
            display: block;
        }

    .testimonials-list i.fa {
        font-size: 112px;
        line-height: 112px;
        text-align: center;
        display: inline-block;
        color: #FFF;
        background-color: #ccc;
        padding: 46px 50px;
        border-radius: 102px;
        margin-bottom: 0;
    }

    .testimonials-list .author {
        font-size: 18px;
        color: #2596d3;
        float: left;
        display: inline-block;
        margin-top: 15px;
    }

@media only screen and (max-width: 767px) {
    .testimonials-list blockquote {
        padding: 0;
    }

        .testimonials-list blockquote p {
            font-size: 18px !important;
            line-height: 32px !important;
        }

        .testimonials-list blockquote .text {
            margin: 20px 0 0;
        }
}


.table {
    display: table !important;
    margin: 0;
    padding: 0;
    width: 100%;
}


.table-row {
    display: table-row !important;
}

.table-col {
    display: table-cell !important;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    float: none;
}

@media (max-width: 550px) {


    .table-row {
        display: block !important;
    }

    .table-col {
        display: block !important;
        padding-right: 15px;
        padding-left: 15px;
        width: 100% !important;
    }

    .testimonials-page .table-col.col-xs-2 {
        text-align: center;
    }

        .testimonials-page .table-col.col-xs-2 img {
            margin: 0 auto 20px;
        }

    .testimonials-list li {
        margin-bottom: 30px;
    }
}


@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.selected-testimonial {
    margin-bottom: 40px;
    clear: both;
}

    .selected-testimonial .quote .text {
        font-size: 20px;
        line-height: 22px;
        text-align: right;
        color: #000;
        margin: 0 0 10px;
        letter-spacing: normal;
        font-style: italic;
        display: block;
        clear: both;
    }

    .selected-testimonial .author {
        font-size: 18px;
        color: #2596d3;
        float: left;
        display: block;
        clear: both;
        font-weight: 700;
        margin-top: 10px;
    }





#homeSlider .slide-title, #homeSlider .slide-description {
    display: none;
}

.rs-fullvideo-cover {
    background-color: rgba(0,0,0,0.5) !important;
}




ul.jobs-list, ul.jobs-list li, .jobs-list li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
}

    ul.jobs-list li a:hover, ul.jobs-list li a:visited, ul.jobs-list li a:focus {
        color: #000;
        text-decoration: none;
    }

    ul.jobs-list li {
        margin-bottom: 10px;
    }

        ul.jobs-list li span.row, ul.jobs-list li span[class^=col] {
            display: block;
        }

        ul.jobs-list li span.row {
            border: 1px solid #eeeeee;
            border-right: 5px solid #eeeeee;
            margin: 0;
            padding: 10px 0px;
            position: relative;
        }

            ul.jobs-list li span.row:hover {
                border-right-color: #2596d3;
            }

            ul.jobs-list li span.row h3 {
                margin: 0 0 0;
                font-size: 20px;
            }

            ul.jobs-list li span.row .job-place-col {
            }

            ul.jobs-list li span.row strong {
                display: block;
                clear: both;
            }

            ul.jobs-list li span.row .btn {
                position: absolute;
                top: -4px;
                left: 14px; /* bottom: 0; */ /* border-radius: 0; */
                background-color: #eeeeee;
                border-color: #eeeeee;
                color: #000; /* display: table; */ /* font-size: 16px; */ /* line-height: 30px; */
            }

                ul.jobs-list li span.row .btn:hover {
                    background-color: #2596d3;
                    border-color: #2596d3;
                    color: #fff;
                }

                ul.jobs-list li span.row .btn span { /* display: table-cell; */ /* height:100%; */ /* vertical-align: middle; */ /* line-height: 65px; */ /* display: inline-block; */ /* vertical-align:  middle; */
                }

.other-jobs h2 {
    margin: 70px 0 20px;
    font-size: 25px;
}

@media (max-width: 768px) {
    ul.jobs-list li span.row .btn {
        position: relative;
        left: auto;
        margin-right: 15px;
        margin-top: 20px;
    }

    ul.jobs-list li span.row strong {
        display: inline-block;
        clear: none;
    }

    ul.jobs-list li span.row .job-place-col strong:after {
        content: ':';
        margin-left: 5px;
    }
}

.categories-select {
    float: left;
    width: auto;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #f5f5f5;
}

.selected-job p strong {
    margin-left: 20px;
}

.submit-candidacy-panel {
    border: 1px solid #eee !important;
    padding: 20px !important;
    background-color: #eee !important;
}

    .submit-candidacy-panel .form {
    }

        .submit-candidacy-panel .form label {
            font-weight: normal;
        }

        .submit-candidacy-panel .form .radio-list {
            margin-right: 30px;
        }

            .submit-candidacy-panel .form .radio-list label {
                font-weight: normal;
                margin-right: 5px;
                margin-left: 20px;
            }

        .submit-candidacy-panel .form .form-control {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
        }


@media (min-width: 768px) {
    .padding-right-sm-0 {
        padding-right: 0;
    }
}


.login-wrapper {
    margin-top: 30px;
}

.login-form {
    display: none;
}

    .login-form.visible {
        display: block;
    }

.alert-login a, .alert-login a:hover {
    color: #262626;
}

    .alert-login a:hover {
        border-bottom: 1px #7a7a7a solid;
    }

.modal-title {
    display: none;
}

    .modal-title.active {
        display: inline-block;
    }

.text-gray {
    color: #999999;
}

.my-courses-list {
}

    .my-courses-list .row {
        margin-bottom: 30px;
    }

    .my-courses-list .outcomes {
    }

        .my-courses-list .outcomes ul, .my-courses-list .outcomes ul li {
            list-style: none;
        }

        .my-courses-list .outcomes ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .my-courses-list .outcomes ul li {
                font-size: 16px;
                font-weight: 400;
                line-height: 22px;
                color: #000;
                float: right;
                margin-left: 15px;
            }

        .my-courses-list .outcomes i {
            font-size: 15px;
            color: #2596d3;
            margin-left: 5px;
        }

.dates {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-left: 15px;
}

    .dates i {
        font-size: 15px;
        color: #2596d3;
        margin-left: 5px;
    }

.course-collapse {
    margin-top: 30px;
}

#lessonsList li {
    font-weight: 600;
}

    #lessonsList li span.time {
        float: left;
        font-weight: 400;
        font-size: 14px;
        direction: ltr;
    }







.at-expanding-share-button.at-expanding-share-button-animate-in [data-name]:after {
    opacity: 0 !important;
}

.share-buttons {
    top: 30%;
    bottom: auto;
    position: fixed;
    width: 3pc;
    z-index: 100020;
    background: none;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.slideInDown.share-buttons-animated,
.slideInLeft.share-buttons-animated,
.slideInRight.share-buttons-animated,
.slideInUp.share-buttons-animated,
.slideOutDown.share-buttons-animated,
.slideOutLeft.share-buttons-animated,
.slideOutRight.share-buttons-animated,
.slideOutUp.share-buttons-animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

.share-buttons-animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.share-buttons-left {
    left: 0;
    float: left;
    right: auto;
}

.share-buttons .sb-share-btn {
    border: 0;
    padding: 0;
}

.share-buttons .sb-share-btn,
.share-buttons a {
    position: relative;
    display: block;
    width: 3pc;
    margin: 0;
    outline-offset: -1px;
    text-align: center;
    float: left;
    transition: width .15s ease-in-out;
    overflow: hidden;
    background: #e8e8e8;
    z-index: 100030;
    cursor: pointer;
}

.sb-visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden;
}

.share-buttons .sb-share-btn .sb-icon-wrapper,
.share-buttons a .sb-icon-wrapper {
    display: block;
    padding: 8px 0;
}

a .sb-icon-wrapper {
    cursor: pointer;
}

.sb-icon-wrapper {
    display: inline-block;
    overflow: hidden;
}

.share-buttons .sb-share-btn span .sb-icon,
.share-buttons a span .sb-icon {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 2pc;
    height: 2pc;
    line-height: 2pc;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}

.share-buttons .sb-icon {
    width: 2pc;
    height: 2pc;
}

.sb-icon-wrapper img,
.sb-icon-wrapper svg {
    display: inline-block;
    fill: #fff;
    height: 100%;
    width: 100%;
}

.share-buttons .sb-share-btn:focus,
.share-buttons .sb-share-btn:hover,
.share-buttons a:focus,
.share-buttons a:hover {
    width: 4pc;
}

@media (max-width: 768px) {
    .share-buttons {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        z-index: 1000200;
        box-shadow: 0 0 1px 1px #e2dfe2;
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
    }

        .share-buttons .sb-share-btn,
        .share-buttons a {
            position: relative;
            display: block;
            width: 25%;
            margin: 0;
            outline-offset: -1px;
            text-align: center;
            float: left;
            transition: width .15s ease-in-out;
            overflow: hidden;
            z-index: 100030;
            cursor: pointer;
            background: #e8e8e8;
            color: #fff;
            text-decoration: none;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
        }

            .share-buttons .sb-share-btn:focus,
            .share-buttons .sb-share-btn:hover,
            .share-buttons a:focus,
            .share-buttons a:hover {
                width: 25%;
            }

    .sb-icon-wrapper {
        display: block;
        padding: 8px 0;
    }
}


.follow-buttons {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    display: block !important;
    opacity: 1 !important;
    padding: 0;
    margin: 0;
}

    .follow-buttons a.follow-btn {
        color: #000f54;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 30px;
        width: auto;
        display: inline-block;
        padding: 0;
        margin: 0 2px 5px;
        outline-offset: -1px;
        transition: all .2s ease-in-out;
        float: left;
    }

        .follow-buttons a.follow-btn:hover, .follow-buttons a.follow-btn:focus {
            transform: translateY(-4px);
        }

        .follow-buttons a.follow-btn .icon-wrapper {
            display: inline-block;
            overflow: hidden;
            cursor: pointer;
        }

            .follow-buttons a.follow-btn .icon-wrapper svg {
                fill: #fff;
                border: 0;
            }


.company-details {
    display: table;
}

    .company-details .logo, .company-details .description {
        display: table-cell;
        vertical-align: middle;
    }

        .company-details .logo img {
            max-height: 140px;
            width: auto;
            height: auto;
        }

    .company-details .description {
        padding: 1px 20px;
    }

        .company-details .description h2 {
            color: #fff;
            font-size: 35px;
            line-height: 1;
            margin-bottom: 0;
            padding-bottom: 0;
            padding-top: 0;
            margin-top: 0;
        }

        .company-details .description p {
            color: #fff;
            font-size: 18px;
            margin: 0;
        }

.active-revslide iframe {
    visibility: visible !important;
    opacity: 1 !important;
}

.course-intro {
    display: none;
}

.courses-zoom-style {
}

    .courses-zoom-style .edufair-related-course {
        position: relative;
    }

        .courses-zoom-style .edufair-related-course .inner {
            transition: .5s ease;
        }

        .courses-zoom-style .edufair-related-course:hover .inner {
            position: relative;
            margin: -30px;
            z-index: 999;
        }


        .courses-zoom-style .edufair-related-course:hover .edufair-related-course-image {
            opacity: .6;
        }

    .courses-zoom-style .edufair-related-course-overlay {
    }

        .courses-zoom-style .edufair-related-course-overlay a {
        }

        .courses-zoom-style .edufair-related-course-overlay img {
        }

    .courses-zoom-style .related-course-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: right;
        background-color: rgba(38, 38, 38, 0.3);
        border: none;
        color: #fff;
        padding-top: 10px;
        transition: 1.5s ease;
    }

    .courses-zoom-style .edufair-related-course:hover .related-course-content {
        background-color: transparent;
    }

    .courses-zoom-style .course-name, .courses-zoom-style .course-name h3, .courses-zoom-style .course-description-tab-outcomes li {
        color: #fff;
        font-weight: 700;
    }

        .courses-zoom-style .course-description-tab-outcomes li span {
            color: #fff;
            font-weight: 400;
            margin-left: 20px;
            min-width: 50px;
            display: inline-block;
        }

        .courses-zoom-style .course-description-tab-outcomes li i {
            color: #d9e021;
            width: 20px;
            text-align: center;
        }

    .courses-zoom-style .category-name, .courses-zoom-style .course-description-tab-outcomes {
        display: none;
    }
    /*.courses-zoom-style .edufair-related-course:hover .category-name,*/
    .courses-zoom-style .edufair-related-course:hover .course-description-tab-outcomes {
        display: block;
    }

    .courses-zoom-style .edufair-related-course:hover .course-name h3 {
        margin-bottom: 5px;
    }

    .courses-zoom-style .edufair-related-course:hover .course-intro {
        display: block;
        color: #f1f1f1;
        margin-bottom: 5px;
    }

.search-manager {
    position: relative;
}

    .search-manager input {
        width: 100%;
    }

    .search-manager .fa {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 46px;
        padding: 0 15px;
        color: #ccc;
    }

.not-have-dates {
    padding: 50px;
    text-align: center;
    font-size: 40px;
    color: #dddddd;
}



.form-floating-pattern {
}

    .form-floating-pattern textarea, .form-floating-pattern input[type="text"], .form-floating-pattern input[type="password"], .form-floating-pattern input[type="email"], .form-floating-pattern input[type="url"], .form-floating-pattern input[type="tel"], .form-floating-pattern input[type="number"], .form-floating-pattern input[type="date"], .form-floating-pattern input[type="range"], .form-floating-pattern .form-control {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 15px;
        resize: none;
        max-width: 100%;
        line-height: normal;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        margin: 0 0 10px;
    }


label.floating-label {
    color: #ccc;
    background-color: transparent;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 22px;
    left: 34px;
    z-index: -1;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
    transition: top 200ms, opacity 200ms;
    font-weight: 400 !important;
}

    label.floating-label.focus {
        color: rgb(48, 166, 229);
        font-weight: 600 !important;
    }

label.floating {
    top: 1px;
    z-index: 1;
    padding: 4px 3px 0;
    opacity: 1.0;
}

.form-control {
    transition: top 200ms, opacity 200ms;
}

    .form-control:focus {
        border-color: #60bdef;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(48, 166, 229, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(48, 166, 229, 0.60);
    }

    .form-control.floating {
        padding: 20px 10px 10px;
    }


.form-floating-pattern .form-group label.floating-label {
    right: 8px;
}

.form-floating-pattern [class^=col] > .form-group > label.floating-label {
    right: 9px;
}

.form-floating-pattern .form-group > [class^=col] > label.floating-label {
    right: 22px;
}


.search-manager label.floating-label {
    right: 7px;
}

.form-floating-pattern .form-group {
    position: relative;
}

.footable {
}

    .footable thead td {
    }

    .footable tbody tr > td, .footable tfoot tr > td {
        border-top: 1px solid #333333;
    }


ul.list-default, ul.list-default > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.list-default.table {
        width: auto !important;
    }

    ul.list-default .table-col {
        padding: 0 0 0 20px;
    }


.employee-activity {
    margin-top: 50px;
}
.employee-activity h3 {
    font-weight: 700;
}
.employee-details {
    padding: 0 0 20px;
    border-bottom: 1px solid #444;
}
    .employee-details .edufair-btn-larg {
    float: left !important;
    width: auto;
    margin-top: 0;
    padding: 10px 20px !important;
    }
.employee-details h1 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}




.text-strike {
    position: relative;
    text-align: center;
}

    .text-strike .line {
        height: 1px;
        background-color: #d9d9de;
        margin-left: 15px;
        margin-right: 15px;
    }

    .text-strike .text {
        display: inline-block;
        background-color: white;
        padding: 5px 10px;
        font-size: 14px;
        top: -16px;
        position: relative;
        color: #828587;
    }



.or-text {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 14px;
    color: #474948;
    border-radius: 20px;
    outline: 9px solid white;
    margin-right: -22px;
}


.login-area {
    padding-top: 30px;
}

.registration-area {
    padding-top: 20px;
    padding-bottom: 50px;
}


.signup-page { /* padding-top: 70px; */
    padding-bottom: 70px;
}

    .signup-page .form-group {
        margin-bottom: 21px;
    }

        .signup-page .form-group label {
            font-size: 17px !important;
            text-align: center !important;
        }

    .signup-page label.form-error {
        line-height: 18px;
    }

    .signup-page .input-group label.form-error {
        right: 10px;
    }

    .signup-page .input-group-addon {
        background-color: #fff;
    }

    .signup-page .form-group input[type=text],
    .signup-page .form-group input[type=password],
    .signup-page .form-group textarea,
    .signup-page .form-group select { /* vertical-align: middle; */ /* padding: 9px 19px; */ /* line-height: 28px !important; */ /* font-size: 16px; */ /* box-shadow: none; */ /* min-width: 37%; */ /* height: auto; */ /* border-color: #D4D4D4; */
    }

    .signup-page .input-group input[type=text],
    .signup-page .input-group input[type=password],
    .signup-page .input-group textarea,
    .signup-page .input-group select {
        border-left: 0;
    }


.signup-nav {
    padding: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

    .signup-nav a {
        text-decoration: underline;
        color: #D95F43;
    }

.signup-terms { /* padding: 0 0 14px; */
    text-align: center;
    padding: 0px 0;
    font-size: 17px;
}

.signup-table {
}

.col-table-cell {
}

.signup-table div.col-table-cell:nth-child(1) {
}

.signup-table div.col-table-cell:nth-child(2) {
    display: none;
}

.signup-table div.col-table-cell:nth-child(3) {
}





@media (min-width: 768px) {
    .signup-table {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

    .col-table-cell {
        display: table-cell;
        height: 100%;
    }

    .signup-table div.col-table-cell:nth-child(1) {
        width: 70%;
        padding-left: 70px;
    }

    .signup-table div.col-table-cell:nth-child(2) {
        display: table-cell;
        width: 1px;
        padding: 0;
        text-align: center;
        height: 100%;
        border-right: 1px solid #ccc;
        vertical-align: middle;
    }

    .signup-table div.col-table-cell:nth-child(3) {
        width: 30%;
        padding-right: 70px;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .signup-table div.col-table-cell:nth-child(1) {
        width: 53%;
        padding-left: 70px;
    }

    .signup-table div.col-table-cell:nth-child(3) {
        width: 47%;
        padding-right: 40px;
    }
}











.courses-list {
    /* padding: 0 10%; */
}

    .courses-list .list-item {
        padding: 15px;
        border-bottom: 1px solid #333333;
        /* margin-bottom: 3px; */
        /* background-color: #f9f9f9; */
        display: block;
        color: #fff;
    }

        .courses-list .list-item:last-child {
            border-bottom: none;
        }

        .courses-list .list-item:first-child {
            border-bottom: 1px solid #333333;
        }

        .courses-list .list-item:hover {
            background-color: #262626;
        }

        .courses-list .list-item .edufair-related-course {
            margin: 0;
            position: relative;
        }


            .courses-list .list-item .edufair-related-course:before, .courses-list .list-item .edufair-related-course:after {
                content: " ";
                display: table;
            }

            .courses-list .list-item .edufair-related-course:after {
                clear: both;
            }

            .courses-list .list-item .edufair-related-course span.more {
                color: #007e97;
            }

        .courses-list .list-item:hover img {
            opacity: 1;
        }

        .courses-list .edufair-related-course-overlay > a, .courses-list .list-item img {
            /* max-width: 100%; */
        }

        .courses-list .list-item .edufair-related-course-overlay,
        .courses-list .list-item .related-course-content {
            display: table-cell;
            vertical-align: middle;
        }

        .courses-list .list-item .edufair-related-course-overlay {
            background-color: none;
            /* padding-top: 7px; */
            width: 60px;
        }

            .courses-list .list-item .edufair-related-course-overlay > a {
                display: block;
                background-color: #262626;
            }

        .courses-list .list-item .related-course-content {
            width: 93%;
            min-height: initial;
            border: none;
            margin: 0;
            padding: 0 20px 0 0;
        }



.my-coursewares-list {
    padding-top: 20px;
}

    .my-coursewares-list .courses-list .list-item .related-course-content {
        width: 91%;
    }

.courses-list .more-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 40px;
    color: #7a7a7a;
    font-weight: 100;
}

.courses-list .list-item .related-course-content h3 {
    margin-bottom: 0;
    line-height: 20px;
}


.my-coursewares-list .courses-list .list-item .related-course-content h3 {
    margin-bottom: 3px;
    margin-top: -3px;
}


.my-coursewares-list .courses-list .edufair-related-course h3{

    color: #ffffff;
}

.my-coursewares-list .grade, .my-courses-list .grade {
    padding:0 10px;
}
.my-courses-list .grade {margin-bottom: 10px;display: inline-block;}
.my-coursewares-list .grade strong,.my-courses-list .grade strong {
    color: #d9e021;
}

.progress.xs, .progress-xs, .progress-xs .progress-bar {
    height: 7px;
    margin-bottom: 0;
}

.progress-bar-yellow, .progress-bar-warning {
    background-color: #f39c12;
}

.progress-bar-green {
    background-color: #79b4c6;
}

.progress-wrapper {
    position: relative;
    padding-right: 0 !important;
    padding-left: 50px;
    padding-top: 10px;
    width: 200px;
    display: inline-block;
    max-width: 100%;
}

    .progress-wrapper .progress {
        background-color: #333333 !important;
    }

    .progress-wrapper.text-out span {
        display: block;
        position: absolute;
        top: 5px;
        right: auto !important;
        left: 0;
        color: #fff !important;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
    }

.user-courses-page h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}




/*
.course-program h2 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 22px;
    margin-top: 30px;
}
.program-list li {
    padding: 10px 0;
    margin-bottom: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #797979;
    background-color: transparent;
    border-radius: 0 !important;
}

    .program-list li:last-child {
    }

    .program-list li a {
        display: block;
        color: #fff;
    }

    .program-list li .badge {
        background-color: transparent;
        color: #262626;
        padding: 0;
        font-size: 17px;
        line-height: 23px;
        height: 25px;
        width: 25px;
        border-radius: 14px;
        float: left;
        border: 2px solid #f1f1f1;
    }

    .program-list li .fa {
        vertical-align: middle;
        font-size: 21px;
        margin-left: 7px;
    }
    .program-list li .fa-check {
    vertical-align: middle;
    font-size: 19px;
    margin-left: 10px;
    display: block;
    line-height: 22px;
}

    .program-list li .badge.inproccess {
        color: transparent;
    }

    .program-list li .badge.completed {
        color: #1fe216;
    }*/



















.course-program h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 30px;
}

.program-list li {
    padding: 0;
    margin-bottom: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}

    .program-list li:last-child {
        border-bottom: none;
    }

    .program-list li a {
        display: block;
        color: #dcdcdc;
        padding: 16px 10px;
        cursor: pointer;
    }


        .program-list li a:hover {
            background-color: #262626;
        }


    .program-list li .badge {
        background-color: #313131;
        color: #313131;
        padding: 0;
        font-size: 19px;
        line-height: 23px;
        height: 25px;
        width: 25px;
        border-radius: 14px;
        /* float: right; */
        margin-top: 0px;
        /* margin-left: 10px; */
        position: absolute;
        left: 10px;
        /* top: 0; */
    }

    .program-list li strong {
        display: inline-block;
        line-height: 1;
        font-weight: 600;
    }

    .program-list li span.info i.fa {
        font-size: 12px;
        color: #a2a6ae;
        margin-left: 10px;
    }

    .program-list li span.info {
        display: block;
        font-size: 14px;
        line-height: 1;
    }

    .program-list li .fa {
        vertical-align: middle;
        color: inherit;
        font-size: inherit;
        margin-left: inherit;
        display: inline-block;
        margin-left: 10px;
        /* color: #fff; */
    }

    .program-list li img {
        width: 35px;
        margin-left: 20px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .program-list li .fa-times {
        color: red;
        margin-top: -3px;
    }

    .program-list li .badge.inproccess {
        color: #313131;
    }

    .program-list li .badge.completed {
        color: #d9e021;
    }


.steps-wrapper {margin-bottom: 50px;margin-top: 30px;}
    
.steps-wrapper .btn-group, .steps-wrapper .btn-group button {
    width: 100%;
    text-align: right;
    /* border: 1px solid #333333; */
}

.steps-wrapper .btn {
    height: 45px;
    font-size: 18px;
    /* padding-right: 10px; */
    border-radius: 0;
    font-weight: 700;
    /* margin-right: 1px !important; */
    font-family: 'Assistant', sans-serif;
    line-height: 30px;
    background-color: #262626;
    border: 1px solid #333333 !important;
    color: #fff;
}

button.btn.btn-default.dropdown-toggle {/* border: 1px solid #333333; */}

.steps-wrapper .btn-group button .fa {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 43px;
    height: 43px;
    width: 45px;
    text-align: center;
    /* background-color: #e7e7e7; */
}

.steps-wrapper .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.steps-wrapper button:hover, button:focus, button:active, button.active, .open button.dropdown-toggle {
    background-color: #262626 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* border-bottom: 1px solid #333333; */
}

.steps-wrapper .dropdown-menu {
    right: 0;
    left: 0;
    font-size: 18px;
    background-color: rgb(38 38 38);
    border: 1px solid #cccccc;
    border: 1px solid rgb(48 48 48);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all ease-in-out 2s;
    padding: 0;
    margin: 0;
    max-height: 500px;
    overflow: auto;
}

.steps-wrapper li a.active {
    /*font-weight: 700;*/
    /* color: #333333; */
}

.steps-wrapper li a:hover {
    color: #333333;
    background-color: #f5f5f5;
}

.steps-wrapper li .badge {
    background-color: #f1f1f1;
    color: #262626;
    padding: 0;
    font-size: 17px;
    line-height: 23px;
    height: 25px;
    width: 25px;
    border-radius: 14px;
    position: absolute;
    /* top: 0; */
    left: 13px;
}

.steps-wrapper li .fa {
    /*vertical-align: middle;*/
}

.steps-wrapper li .badge.inproccess {
    color: #f1f1f1;
}

.steps-wrapper li .badge.completed {
    color: #a1d626;
}


.steps-wrapper li .badge.failed {
    color: red;
}

    .steps-wrapper li .badge.failed i.fa:before {
        content: "\f00d";
    }

    /*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress,
    .progress > .progress-bar,
    .progress .progress-bar,
    .progress > .progress-bar .progress-bar { /*border-radius: 1px;*/
    }
        /* size variation */
        .progress.sm,
        .progress-sm {
            height: 10px;
        }

            .progress.sm,
            .progress-sm,
            .progress.sm .progress-bar,
            .progress-sm .progress-bar { /*border-radius: 1px;*/
            }

        .progress.xs,
        .progress-xs {
            height: 7px !important;
            margin-bottom: 0 !important;
        }

            .progress.xs,
            .progress-xs,
            .progress.xs .progress-bar,
            .progress-xs .progress-bar { /*border-radius: 1px;*/
            }

        .progress.xxs,
        .progress-xxs {
            height: 3px;
        }

            .progress.xxs,
            .progress-xxs,
            .progress.xxs .progress-bar,
            .progress-xxs .progress-bar { /*border-radius: 1px;*/
            }
        /* Vertical bars */
        .progress.vertical {
            position: relative;
            width: 30px;
            height: 200px;
            display: inline-block;
            margin-left: 10px;
        }

            .progress.vertical > .progress-bar {
                width: 100%;
                position: absolute;
                bottom: 0;
            }

            .progress.vertical.sm,
            .progress.vertical.progress-sm {
                width: 20px;
            }

            .progress.vertical.xs,
            .progress.vertical.progress-xs {
                width: 10px;
            }

            .progress.vertical.xxs,
            .progress.vertical.progress-xxs {
                width: 3px;
            }

.progress-group .progress-text {
    font-weight: 600;
}

.progress-group .progress-number {
    float: left;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
    margin: 0;
}


.progress-bar-lightblue {
    background-color: #ced2d6;
}

.progress-striped .progress-bar-lightblue {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}



.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.sub-title {
    float:left;
}
    .sub-title a,.sub-title a:hover,.sub-title a:visited {
    margin: 0;
    padding: 0;
    color:#fff;
    
    font-size:24px;
    display: block;
    line-height: 1.3;
    font-weight: 500;
    }