/* ========================================== */
/* Reset CSS */
/* ========================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
/* Fade out */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#page-loader.loaded {
    opacity: 0;
    visibility: hidden;
}

/* Loader animation */
.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader div {
    position: absolute;
    border: 4px solid #3e63d7;
    opacity: 1;
    border-radius: 50%;
    animation: loaderAnim 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.loader div:nth-child(2) {
    animation-delay: -0.4s;
}
.loader div:nth-child(3) {
    animation-delay: -0.8s;
}
.loader div:nth-child(4) {
    animation-delay: -1.2s;
}

@keyframes loaderAnim {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.icon .fa-money{
    font-size:75px;
}

.icon .fa-play{
    font-size:75px;
}

.icon .fa-thumbs-o-up{
    font-size:75px;
}

.card-body.registration{
    box-shadow: -4px 5px 20px 0px #ccc;
}

.head-block {
    background-color: aliceblue;
}

.bg-blue{
    background-color: blue;
}

.bg-inner{
    background-color: #daf1fb80;
}


.second-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    background-color: #eff3f563;
    left: 0;
    top: 0;
}
.main-banner{
    background: url(../../../assets/web_assets/images/inner_banner_21.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.main-banner-student{
    background: url(../../../assets/web_assets/images/inner_banner_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-banner{
    background: url(../../../assets/web_assets/images/become_an_online_tutor.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.bg-banner1{
    background: url(../../../assets/web_assets/images/online_tutoring_jobs_from_home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}
.counter
{
    background-color: #eaecf0;
    text-align: center;
}
.employees,.customer,.design,.order
{
    margin-top: 70px;
    margin-bottom: 70px;
}
.counter-count
{
    font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}

section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    background-color: #0d0a0a;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.stats .fa {
    color: #008080;
    font-size: 60px;
}

.img-two img {
    width: 50px;
}

.img-one img {
    width: 50px;
}
.spine .nav-link i {
    font-size: 70px;
    color: #686f7a;
}
.img-three img {
    width: 50px;
}
.spine .nav-link i {
    font-size: 70px;
    color: #686f7a;
    width: 120px;
    height: 120px;
    padding-top: 25px;
}
.spine .active .nav-link i {
    font-size: 70px;
    color: #686f7a;
    width: 120px;
    height: 120px;
    background: #d4d6d8;
    border-radius: 60px;
    padding-top: 25px;
}
.fx.how-it-works--line--2-RRE {
    height: 1px;
    background: #d4d6d8;
    margin-top: 60px;
}
.xtra span {
    border: 1px solid;
    border-radius: 10.5px;
    padding: 7px;
}
.spine .nav-link.yi-1 i:after,.spine .nav-link.yi-2 i:after {
    content: '';
    height: 1px;
    position: absolute;
    background: #d4d6d8;
    top: 75px;
    right: -120px;
    width: 200px;
}
.spine .nav-link i:hover{
    font-size: 70px;
    color: #686f7a;
    width: 120px;
    height: 120px;
    background: #d4d6d8;
    border-radius: 60px;
    padding-top: 25px;
}
.spikeBg {
    height: 5px;
    background: #c3c0c0;
    margin-top: 20px;
    color: #c3c0c0;
}
.spikeFont {
    font-size: 32px;
    color: #c3c0c0;
}


.woo{
    background: url(../../../assets/web_assets/images/04.png);
    height: 50%;
    width:50%;
}

.test2{
    background: url(../../../assets/web_assets/images/special.jpg); 
}

.test3{
    background: url(../../../assets/web_assets/images/academic.jpg); 
}

.test{
    background: url(../../../assets/web_assets/images/competitive.jpg); 
}
.courses{
    background: transparent;
}