body {
    /*font-family: 'Raleway', sans-serif !important;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    overflow-x: hidden;
    font-size: 13px;
}

.top-bar {
    background-color: #F44336;
    color: white;
    font-size: 15px;
    padding: 8px 0px;
}

.text-white {
    color: white;
}

.nav-bar {
    /*background-color: white;*/
    padding: 0px 0px;
    /*border-bottom: 1px solid #f47d23 !important;*/
}

.bg-light {
    background-color: #ffffff !important;
}

.nav-btn {
    color: black;
    font-weight: bold;
}

.nav-btn:hover {
    color: #f37c20;
    font-weight: bold;
}

.nav-btn:active {
    color: #f37c20;
    font-weight: bold;
}

.active {
    color: #F44336 !important;
    font-weight: bold;
}

.navbar-brand {
    color: #24b540 !important;
    font-weight: bold;
    font-size: 25px !important;
}

.navbar-brand2 {
    color: #f47d23;
}

.banner {
    width: 100%;
}

.banner-text { 
    margin-left: 10%;
    padding-top: 13%;
    color: #101010;
    z-index: 20;
    position: absolute;
}

.btn-banner {
    background-color: none;
    color: #000000;
    font-weight: bold;
    border: 1px solid #FF5722;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-banner .btn-banner .fa{
    color: #FF5722;
}
.home-banner a.btn-banner:hover {
    color: #fff;
    background: #FF5722;
}
.home-banner a.btn-banner:hover > .fa{
    color: #fff
}
.btn-banner-contact {
    width: 30%;
    background-color: #6c757d;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #202321;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.btn-banner-contact:hover {
    color: #000;
    background: none;
}
#contact-us h6{
    color: #888785;
}
.progressContainer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; 
  z-index: 600;
}
.progress{
  height: 4px;
  background: red;
  width: 0;
  transition: width 0.5s;
}
.aft-banner {
    /*background: linear-gradient(to bottom, #8BC34A 5%, #8BC34A 99%);*/
    background-color: #101010;
    color: #FF5722;
    padding: 15px 0px;
    border-top: 1px solid #fff;
    height: auto;
    min-height: 69px;
}

.signup {
    background-color: #f9f9fa;
    color: #6c757d;
    padding: 35px 0px;
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
}
.signup button{
    background-color: #6c757d; 
}

.g-box {
    background-color: #e1a002;
    padding: 11px;
    font-size: 22px;
    text-align: center;
    width: 160px;
    position: absolute;
    top: -25px;
    border: 1px solid #eee;
    color: #ffffff;
}

.orange {
    color: #f47d23;
}

.domains {
    padding-bottom: 10px;
    border-bottom: 1px solid #f47d23;
    margin-bottom: 10px;
    text-align: center;
}

.btn-org {
    background-color: #6c757d;

    border: 2px solid #6c757d;
    color: white;
}

.btn-brop {
    background: #272727;
    color: white;
    width: 60px;
}

.heading {
    color: #24b540;
    font-weight: bold;
    text-align: center;
}
.heading h2{
    text-transform: uppercase;
    font-size: 23px;
}
.heading-w {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 3px #000;
}

.smoke {
    background-color: #f8f9fb;
    padding: 34px 0px;
    border-top: 1px solid #eaeaea;
}
.smoke-bg{
    background-color: #CDDC39;
}
.black-bg{
    background-color: #000;
}
.price-box {
    background: #fbfbfb;
    text-align: center;
    border: 1px solid silver;
    padding: 25px 15px;
}

.text-org {
    color: #FF9800;
}

.gr-line {
    border-bottom: 1px solid #24b540;
    margin: 10px;
}

.price-box-dark {
    background: #1f2533;
    text-align: center;
    color: white;
    border: 1px solid silver;
    padding: 50px 15px;
    margin-top: -25px;

}

.text-gr {
    color: #24b540;
}

.white {
    background-color: white;
    padding: 37px 0px;
}

.bfont {
    font-size: 30px !important;
}

.features {
    color: gray;
    padding: 10px 0px;
}

.bordery {
    /*border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;*/
    padding: 20px;
    position: relative;
}

/*.bordery::after {
    background-color: white;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
}

.bordery::after {
    bottom: -1px;
    right: -1px;
    }*/

    .bordery::before {
        top: -1px;
        left: -1px;
    }

    #quote-carousel {
        padding: 0 10px 30px 10px;
        margin-top: 60px;
    }

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
    }

    #quote-carousel .carousel-indicators li {
        width: 100px;
        height: 100px;
        cursor: pointer;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        opacity: 0.4;
        overflow: hidden;
        transition: all .4s ease-in;
        vertical-align: middle;
    }

    #quote-carousel .carousel-indicators .active {
    /*width: 128px;
    height: 128px;*/
    transform: scale(1.5);
    opacity: 1;
    transition: all .2s;
    z-index: 100;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: #f47d23;
}

.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #f47d23;
}

.testi {
    background-color: #000;
    color: white;
    font-weight: 100;
    padding: 20px;
    margin-bottom: 0px;
}

.down-ar {
    font-size: 80px !important;
    color: #000;
    line-height: 0 !important;
    margin-top: 8px;
    text-align: center;
}

.text-dark {
    color: #000;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
}

.dark {
    background-color: #3a3a3a;
    padding: 50px 0px;
}

.nsavbar-brand {
    color: #24b540;
    font-weight: bold;
    font-size: 25px !important;
}

.nsavbar-brand:hover {
    color: #ffffff; 
    text-decoration: none; 
}

.darker {
    background-color: #1d1d1d;
    padding: 20px 0px;
}

.login {
    font-size: 14px;
    text-align: right;
}

.navi {
    position: absolute;
    right: 8%
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em !important;
    height: 1.2em !important;
}

.wordpress {
    position: absolute;
    z-index: -1;
}

.wordpress-bg {
    background: url(../img/wordpress.jpg) 100% fixed;
    padding-top: 3%;
    height: auto;
    min-height: 250px;
    padding-bottom: 3%;
}
.wordpress-bg img{
    height: 43px;
}
.seek-aprtnership{
    padding-left: 25px;
    text-align: center;
    color: #fff;
    transition: all .4s ease-in;
    cursor: pointer;
    margin-bottom: 20px;
}
.seek-aprtnership-box{
    height: 100px;
    width: 100px;
    border: 1px solid #fff;
    padding: 30px;
    display: inline-block;
    border-radius: 50%;
    transition: all .3s ease-in;
}
.icons {
    font-size: 22px;
    color: white;
    font-weight: bold;

}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.input-group {
    margin-top: 4%;
}

input.dark-bg {
    background: #272727;
}

#fh5co-footer i.fa {
    color: #fff;
    font-size: 30px;
}

#fh5co-legal a{
    color: #fff;
}

#fh5co-legal a.text-gr{
    color: #24b540;
}

table {
    width: 100%;
}

.js .animate-box {
    opacity: 0;
}

@media (max-width: 786px) {

    .login {
        font-size: 14px;
        text-align: center;
    }

    .navbar-brand {
        color: #24b540 !important;
        font-weight: bold;
        font-size: 20px !important;
        padding-left: 10px;
    }

    .navi {
        position: inherit;
        right: 8%;
        margin-left: 5%;
    }

    .aft-banner {
        background-color: #000;
        color: #FF5722;
        padding: 15px 5%;
    }

    .bordery {
        border-right: 0px solid gainsboro;
        border-bottom: 0px solid gainsboro;
        padding: 20px;
        position: relative;
    }

    .wordpress {
        position: absolute;
        z-index: -1;
        width: 220%;
        margin-left: -50%;
    }

    body {
        font-family: 'Raleway', sans-serif !important;
        overflow-x: hidden;
    }

    .signup {
        background-color: #1f2533;
        color: white;
        padding: 35px 5%;
    }

    .h2, h2 {
        font-size: 1.6rem;
    }

    .h3, h3 {
        font-size: 1.3rem;
    }

    .price-box {
        background: #fbfbfb;
        text-align: center;
        border: 1px solid silver;
        padding: 25px 15px;
        margin-bottom: 45px;
    }

    .price-box-dark {
        background: #1f2533;
        text-align: center;
        color: white;
        border: 1px solid silver;
        padding: 50px 15px;
        margin-top: -25px;
        margin-bottom: 25px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(74, 74, 74, 0.5);
        border-color: rgba(0, 0, 0, .1);
        margin-right: 10px;
    }

    .mtext-center {
        text-align: center;
    }

    .icons {
        font-size: 22px;
        color: white;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: -10px;
    }

}
.home-banner{
    width: 100%;
    height: 506px;
    background-image: url("../../assets/img/banner1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    background-size: cover;
    /*background: linear-gradient(to right, #FF9800 10%, #FFC107);*/
    background-color: #fff;
}
.navbar{
    width: 100%; 
    /*background-image: url("../../assets/img/logo-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: 100%; 
    background: none;
    position: absolute;
    z-index: 400;
}
.membership-banner{
    width: 100%;
    height: 200px;
    background: url("../../assets/img/membership-banner.jpg") fixed 80% no-repeat;
}
.login-banner-bg{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: url("../../assets/img/membership-banner.jpg") fixed 80% no-repeat;
}

.membership-banner-text h2{
    color: #ffffff;
}
.membership-banner-text h6{
    color: #FF9800;
}
.membership-banner .membership-banner-text{
    /*margin-top: 20%;*/
}
#fh5co-pricing img{
    height: 45px;
}
.box-cont{
    height: 58px;
    width: 58px;
    position: relative; 
    float: left;
    margin-right: 20px;
}
.innter-box-orange{
    height: 40px;
    width: 40px;
    background-color: #ff5722a8; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.innter-box-yellow{
    height: 40px;
    width: 40px;
    background-color: #FFC107; 
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.innter-box-green{
    height: 40px;
    width: 40px;
    background-color: #1a6d1e; 
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.innter-box-light-green{
    height: 40px;
    width: 40px;
    background-color: #94e694c7; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.bordery ul li{
    list-style-image: url("../img/member-checked-green.png");
    min-height: 64px;
}
.bordery img{
    width: 100%;
}
.wordpress-bg h6{
    color: #fff;
}
.seek-aprtnership-box:hover{
    background-color: #ffffff35;
    transform: rotateZ(360deg);
}
.top-icons{
    text-align: center;
}
.top-icons li a{
    color: #ffffff;
}
.top-icons ul{
    text-align: center;
    margin: 0;
    margin-left: -36px;
}
.top-icons li{
    display: inline-block;
    padding: 2px;
}
.carousel-indicators{
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #24da46;
    border-bottom: 2px solid #24da46;
    padding-bottom: 4px;
}
.membership-form-box{
    background-color: #ffffff;
    padding: 20px;
}
.login-form-box{
    background-color: #ffffff40;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.login-banner-bg .heading{
    padding-top: 2%;
}
.login-banner-bg h6{
    color: #fff;
}
.club-type-cont{
    box-shadow: 1px 1px 5px -3px #000;
    padding: 20px;
    border-bottom: 2px solid #FF5722;
}
.club-type-cont-1{
    box-shadow: 1px 1px 5px -3px #000;
    padding: 20px;
    border-bottom: 2px solid #4CAF50;
    background-color: #fafdfac7;
}
.membership-form-title{
    color: #FF5722;
}
.not-visible{
    display: none;
}
.just-visible{
    display: inline-block;
}
.form-control{
    border-radius: 0;
    border: 1px solid #899e89;
}
.form-control:focus{
    border-color: #bbbbbb;
    box-shadow: none;
    background-color: #eef5f9;
}
input[type="radio"]{
    display: none;
}
input[type="radio"]+label{
    background: url("../img/unchecked_radio_button.png") left center no-repeat;
    padding-left: 30px;
}
input[type="radio"]:checked+label{
    background: url("../img/checked_radio_button.png") left center no-repeat;
    padding-left: 30px;
}
.reg_error .alert-warning{

}
.coupon-code-look-up-result{
    /*margin-top: 15px;*/
}
.coupon-code-look-up-result h3{
    font-size: 18px; 
    color: #FF5722;
    text-transform: uppercase;
}
.coupon-code-look-up-result span{
    display: block;
    font-size: 14px;
    background-color: #e0f1e1;
    color: #000;
    padding: 2px 10px;
    border: 1px solid #85cc87;
}
.verify-coupon-cont{
    border: 1px solid #c3c3c3;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
}
.verify-coupon-cont .input-group {
    margin-top: 0px;

}
#navbar-collapse .fa-times{ 
    display: none;
}

.yellowish{
    background-color: #FFC107;
}
#testimonials{
    padding-top: 40px; 
    padding-bottom: 40px;
}
.pricing-summa-cum{
    background-color: #F44336;
    text-align: center;
    color: white;
    border: 1px solid white;
    padding: 50px 15px;
    margin-top: -25px;
    margin-bottom: 40px;
}
.pricing-summa-cum img{
    height: 48px
}
.pricing-summa-cum .text-org{
    color: #ffffff;
    text-shadow: 2px 2px 3px #9c1c13;
    font-size: 20px;
    text-transform: uppercase;

}
.pricing-summa-cum .btn-banner{
    background-color: #fdfdfd;
    color: #000000;
    font-weight: bold;
    border: 1px solid #b53e3e;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricing-summa-cum h3.category_alpha{
    color: #000;
    font-size: 19px;
}
.pricing-summa-cum small{
    color: #000;
}
.pricing-summa-cum .num_books_read{
    color: #000;
}
.pricing-summa-cum .gr-line{
    border-bottom: 1px solid #ff9e97;
    margin: 10px;
}


.pricing-magna-cum{
    background-color: #FF9800;
    text-align: center;
    color: black;
    border: 1px solid white;
    padding: 50px 15px;
    margin-top: -25px;
    margin-bottom: 40px;
}
.pricing-magna-cum .text-org{
    color: #ffffff;
    text-shadow: 2px 2px 3px #9c630d;
    font-size: 20px;
    text-transform: uppercase;
}
.pricing-magna-cum .btn-banner{
    background-color: #FFEB3B;
    color: #000000;
    font-weight: bold;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricing-magna-cum h3.category_alpha{
    color: #000;
    font-size: 19px;
}
.pricing-magna-cum small{
    color: #000;
}
.pricing-magna-cum .num_books_read{
    color: #000;
}
.pricing-magna-cum .gr-line{
    border-bottom: 1px solid #ffca7c;
    margin: 10px;
}
.pricing-magna-cum .earn-rewards{
    color: #ffffff;
}


.pricing-cum{
    background-color: #FFEB3B;
    text-align: center;
    color: black;
    border: 1px solid white;
    padding: 50px 15px;
    margin-top: -25px;
    margin-bottom: 40px;
}
.pricing-cum .text-org{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.pricing-cum .btn-banner{
    background-color: #000000;
    color: #FFEB3B;
    font-weight: bold;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricing-cum h2.category_alpha{
    color: #000;
    font-size: 19px;
}
.pricing-cum small{
    color: #000;
}
.pricing-cum .num_books_read{
    color: #000;
}
.pricing-cum .gr-line{
    border-bottom: 1px solid #000000;
    margin: 10px;
}


.pricing-starter{
    background-color: #37dc3e;
    text-align: center;
    color: black;
    border: 1px solid white;
    padding: 50px 15px;
    margin-top: -25px;
    margin-bottom: 40px;
}
.pricing-starter .text-org{
    color: #ffffff;
    text-shadow: 2px 2px 3px #000;
    font-size: 20px;
    text-transform: uppercase;
}
.pricing-starter .btn-banner{
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricing-starter h3.category_alpha{
    color: #ffffff;
    font-size: 19px;
}
.pricing-starter small{
    color: #000;
}
.pricing-starter .num_books_read{
    color: #000;
}
.pricing-starter .gr-line{
    border-bottom: 1px solid #ffffff;
    margin: 10px;
}
.categories-pane{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8ffae;
    border-top: 1px solid #e3e8b2;
}
#about-us{
    padding-top: 40px;
}
#about-us a{
    color: #fff;
    text-decoration: underline;
    text-shadow: 1px 1px 4px #af6a05;
}
.plain-colored-bg{
    margin-top: -13px;
}
.vision-mission{
    padding: 40px;  
}
.vision-mission p{
    color: #b7b7b7;
}
.vision-mission h4{
    color: #fff;
}
.vision-mission .nav-tabs li{
    margin-right: 15px
}
.vision-mission .nav-tabs li a{
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.vision-mission .tab-content{
    padding-top: 10px;
}
.tab-content .active{
    font-weight: normal;
}
#fh5co-footer{
    font-weight: normal;
}
#typed_container{
    color: #fff;
}
#contact-us h2{
    color: #000;
}
.founders-note{
    /*background: linear-gradient(to bottom, #2196F3 5%, #ffffff 99%);*/
    background-color: #f8f9fb;
    padding: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
}
.founders-note h3{ 
    color: #7b7b7b;
}
.blackish-bg{
    background-color: #2196F3;
}
.founders-note a#f_note_read_more{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.founders-note a#f_note_read_less{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.founders-note a{
    text-decoration: none;
}

.founders-note a#f_note_read_more2{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.founders-note a#f_note_read_less2{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
} 
.board-cont{
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 400px;
}
.breadcrumb a{
    color: #000;
}
.breadcrumb li{
    margin: 4px;
}
.breadcrumb li::after{
    content: "\»";
    margin: 4px;
}
.breadcrumb li.active::after{
    content: "";
}
#contact-bg{
    display: none;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #navbar-collapse a.nav-link{
        color: #fff;
    }
    .banner-text { 
        margin-left: 10%;
        padding-top: 23%;
        color: #101010;
        z-index: 20;
        position: absolute;
    }
    #quote-carousel .carousel-indicators li{
        height: 56px;
    }
    .child-reading-cont .child-reading{
        margin-top: -298px;
        z-index: 1;
        position: absolute;
        /* right: 52px; */
        width: 100%;
    }
    .child-reading-cont .child-standing-reading{
        margin-top: -399px;
        height: 301px;
        z-index: 0;
        position: absolute;
        right: 0;
    }
    .membership-banner{
        padding-top: 20%;
    }
    #navbar-collapse{ 
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        background-color: #000000d6;
        width: 0%;
        text-align: left;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #navbar-collapse .fa-times{ 
        font-size: 24px;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 999;
        display: none;
    }
    #navbar-collapse .nav-link{ 
        color: #101010;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #quote-carousel .carousel-indicators li{
        height: 98px;
    }
    .child-reading-cont .child-reading{
        margin-top: -245px;
        z-index: 1;
        position: absolute;
        right: -52px;
        width: 100%;
    }
    .child-reading-cont .child-standing-reading{
        margin-top: -315px;
        height: 301px;
        z-index: 0;
        position: absolute;
        right: 16px;
    }
    .membership-banner{
        padding-top: 5%;
    }/*
    #navbar-collapse{ 
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        background-color: #ffffffe8;
        width: 0%;
        text-align: left;
        -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   }*/
}
@media (max-width: 786px){
    #navbar-collapse{ 
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        background-color: #000000d6;
        width: 0%;
        text-align: left;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #navbar-collapse .fa-times{ 
        font-size: 24px;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        display: none;
    }
    #navbar-collapse .nav-link{ 
        color: #101010;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #quote-carousel .carousel-indicators li{
        height: 99px;
    }
    .child-reading-cont .child-reading{
        margin-top: -174px; 
        z-index: 1;
        position: absolute;
        right: 52px;
    }
    .child-reading-cont .child-standing-reading{
        margin-top: -315px;
        height: 301px;
        z-index: 0;
        position: absolute;
        right: -89px;
    }
    .membership-banner{
        padding-top: 5%;
    }
    #navbar-collapse{ 
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        background-color: #000000d6;
        width: 0%;
        text-align: left;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #navbar-collapse .fa-times{ 
        font-size: 24px;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9999;
        display: none;
    }
    #navbar-collapse .nav-link{ 
        color: #101010;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .child-reading-cont .child-reading{
        margin-top: -208px; 
        z-index: 1;
        position: absolute;
        right: 52px;
    }
    .child-reading-cont .child-standing-reading{
        margin-top: -315px;
        height: 301px;
        z-index: 0;
        position: absolute;
        right: -89px;
    }
    .membership-banner{
        padding-top: 5%;
    }
    #navbar-collapse{
        position: relative;
    }
    #navbar-collapse .nav-link{ 
        color: #101010;
    }
    #contact-bg{
        display: block;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .child-reading-cont .child-reading{
        margin-top: -298px; 
        z-index: 1;
        position: absolute;
        right: 52px;
    }
    .child-reading-cont .child-standing-reading{
        margin-top: -315px;
        height: 301px;
        z-index: 0;
        position: absolute;
        right: -89px;
    }
    .membership-banner{
        padding-top: 5%;
    }
    #navbar-collapse{ 
        position: relative;
    }
    #navbar-collapse .nav-link{ 
        color: #101010;
    }
    #contact-bg{
        display: block;
    }
}
.testimonial-management{
    background: url(../img/management-bg.jpg) 100% fixed;
    position: relative;
}
.team-overlay{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial-pane-1{
    padding-top: 40px;
    padding-bottom: 40px;
}
.testimonial-pane-2{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}
.testimonial-pane-3{
    padding-top: 40px;
    padding-bottom: 40px;
}
.testimonial-pane-4.partners-pane{
    background: url(../img/partners-bg.jpg) no-repeat 100% fixed;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.partners-overlay{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #101010fc;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial-pane-4 #testimonial-slider4 .testimonial img{
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.testimonial-pane-4 #testimonial-slider4 .testimonial img:hover{
    -webkit-filter: grayscale(0);
    filter: none;
}
.inview{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 6px;
    background-color: #ff00009e;
    font-size: 12px;
    color: #fff;
    z-index: 2000;
}
.home-title-bottom {
    width: 130px;
    position: relative;
    display: flow-root;
    left: 0;
    border-top: 2px solid #fff;
    right: 0;
    height: 0;
    margin: auto;
}
.home-title-bottom span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 33.3px;
}
.home-title-bottom span::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}


.home-title-bottom-dark {
    width: 130px;
    position: relative;
    display: flow-root;
    left: 0;
    border-top: 2px solid #000;
    right: 0;
    height: 0;
    margin: auto;
}
.home-title-bottom-dark span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 33.3px;
}
.home-title-bottom-dark span::before {
    background: #000;
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.testimonial{
    background: #fff;
    text-align: center;
    padding: 15px 22px 0px;
    margin: 0px 15px 8px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #dedede;
    padding-bottom: 6px;
    /*border-radius: 0px 0px 50px 50px;*/
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #bd986b;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 13px;
    color: #777;
    text-align: justify;
    padding-bottom: 15px;
    opacity: 0.9;
    letter-spacing: -1px;
}
.testimonial #full_profile_cont{
    position: absolute;
    left: 0;
    bottom: -11px;
    text-align: center;
    width: 100%;
}
.testimonial button{
    position: relative;
    background-color: #FF9800;
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 0px 17px;
    text-align: center;
    font-size: 12px;
}
.testimonial button span{
    content: "";
    position: absolute;
    width: 0%;
    background-color: #4CAF50;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.testimonial button div{
    position: relative;
    z-index: 2;
    left: 0%;
    top: 0;
    vertical-align: middle;
}
.testimonial button:hover span{
    width: 100%; 
}
.testimonial .testimonial-content{
    width: 100%;
    position: relative;
}
.testimonial .pic{
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #4CAF50;
}
.owl-theme .owl-controls{
    margin-top: 60px;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #4CAF50;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
.pic img{
    width: 100px;
    height: 50px;
}
.white-bg{
    background-color: #fff;
}
.dark-footer{
    background-color: #101010;
    padding-top: 20px;
    padding-bottom: 10px;
}
.darker-footer{
    background-color: #000000;
    padding: 20px 0px;
    font-size: 14px;
} 
.dark-footer address{
    color: grey;
    font-size: 13px;
}
.dark-footer li{
    list-style: none;
    font-size: 12px;
}
.dark-footer .social-links li{
    display: inline-block;
} 
.dark-footer li a:hover{
    text-decoration: none; 
}
.dark-footer .social-links li .fa{
    font-size: 18px;
    color: gray
}
.dark-footer h5{
    color: #fff;
    font-size: 15px;
}
.voucher-card{
  border: 2px dotted #909090;
  padding: 10px 11px;
  /*background: linear-gradient(to top, #FF9800, 30%, #FFEB3B);*/
  background-color: #f3f3f3;
  border-radius: 4px;
  background: url("../../dashboard/assets/img/grey-bg.jpg");
  background-size: cover;
  margin-bottom: 10px;
}
.voucher-code{
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
}
.voucher-card img.qrcode{
  box-shadow: 2px 3px 5px -3px #000;
  margin-left: 14px;
}
.voucher-card .redeemedBtn{
  margin-left: 10px;
  font-size: 11px;
  text-shadow: 1px 1px 0px #888;
}
.voucher-card .voucher-label{
  position: absolute;
  left: -20px;
  top: 53px;
  color: #fff;
  font-size: 12px;
  background-color: #00ce68;
  padding: 0px 8px;
  transform: rotateZ(-90deg);;
}
.btn-sm-1{
  padding: 2px 10px;
}
.registration-action .btn-sm-1{
    font-size: 13px;
}
.btn-read-more{
    font-size: 12px;
    padding: 2px 6px;
}
.justify{
    text-align: justify;
}
.navbar-toggler svg{
    color: #FF5722;
}
/*STICKY HEADER*/
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky-header{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 500;
  box-shadow: 1px 2px 9px -4px #000000b3;
  padding-top: 10px;
} 
.books_template{
    height: 200px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 1px 2px 1px #63626224;
}
.books_template img{
    width: 100%;
}
.books_template a{
    text-decoration: none;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 11px;
}
.book-gallery{
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    background-color: #f8f9fb;
} 