/*Home Landing Page*/
/*==========================*/

html, body {
    overflow-x: hidden;
}

body {
    color:#5a5a5a;
}

.mandatory:after {
    content: " *";
    font-weight: bold;
    color: #ff0055;
}

/*Header*/
header {
    width: 100%;
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

nav {
    height: 100px;
    box-shadow: 0 1px 4px 0 rgba(14,12,79,.2);
    border: 1px solid #edf2fa;
}


.bg-light {
     background-color: #fff!important; 
}

.navbar-brand {
    margin-top: -17px;
}

nav img {
    margin: auto 60px;
}

nav a.nav-link, .nav-link > p {
    font-size: 20px;
    font-weight: 600;
    /*margin-left: 55px;*/
    color: #000 !important;
    text-decoration: none;
}

li.nav-item.dropdown {
    margin-left: 53px;
}

nav a.nav-link:hover {
    color: #ff0055 !important;
}

nav #login {
    padding: .5rem 1.2rem !important;
    background-color: #fff !important;
    border: 2px solid #ff0055;
    border-radius: 7px;
    font-size: 1.2rem;
    margin-right: 20px;
    color: #f05 !important;
    font-weight: 600;
}

a#login:hover {
    color: #fff !important;
    background-color: #f05 !important;
}

nav a#sign-up {
    padding: .5rem 1.2rem;
    background-color: #f05 !important;
    border: 2px solid #ff0055;
    font-size: 1.2rem;
    border-radius: 7px;
    color: #fff !important;
    font-weight: 600;
}

nav a#sign-up:hover {
    background: rgba(255,0,85,.87) !important;
    color: #fff !important;
    transition: background ease-in-out;
}

div.collapse .ml-auto {
    margin: auto !important;
}


.dropdown-toggle::after {
    display: none !important;
}

/*Header*/

/*Mobile navigation menu*/
#sidebar {
    background: #3848BF;
    color: #fff;
    width: 50%;
    height: 100vh;
    position: absolute;
    left: -100%;
    top: 100px;
    z-index: 9999;
    transition: left 0.3s linear;
}

#sidebar.siderbar--active {
    left: 0;
}

.mobile-menu__button {
    background: 0 0;
    border: 0;
    outline: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.mobile-menu__button, .mobile-menu__heading, .mobile-menu__link {
    width: 100%;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .075em;
    padding: 14px 0 14px 35px;
    color: #fff;
    line-height: 1.6;
}

.mobile-menu__back-button {
    background: 0 0;
    border: none;
    outline: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    text-align: left;
    padding-left: 35px;
    margin-bottom: 10px;
}

.mobile-menu-sub-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 100%;*/
    width: 100%;
    transition: left .3s;
    font-family: "Open Sans",sans-serif;
    text-transform: none;
    display: none;
    text-align: left;
    background: #3848BF;
}

.mobile-menu-sub-menu.menu-active {
    display: block;
}

.sub-menu-active {
    left: -100%;
}

ul.sidebar.collapse {
    text-indent: 20px;
}

#sidebar a {
    color: #fff;
    /*padding-bottom: 2rem;*/
    font-weight: 600;
}

#sidebar li {
    margin-bottom: 1.2rem;
}


#sidebar-btn {
    display: none;
    z-index: 9999;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    z-index: 99999;
    position: absolute;
}

#sidebar-btn span {
    height: 1px;
    background: #111;
    margin-bottom: 8px;
    display: block;
}

/*Mobile navigation menu*/

/*Carousel*/


.img-2 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/carousel/main-carousel-1.jpg');
}

.img-1 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/carousel/main-carousel-2.jpg');
}

.img-3 {
    background: linear-gradient( to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/carousel/main-carousel-3.jpg');
}

.img-4 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 50%), url('/image/general/typsy-public/business/business-carousel-6.jpg');
    background-position: 0 6%;
}

.img-5 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/business/business-carousel-4.jpg');
}

.img-6 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/business/business-carousel-2.jpg');
}

.img-7 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/individual/individual-carousel-1.jpg'); background-position: 0 25%;
}

.img-8 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/individual/individual-carousel-2.jpg');
}

.img-9 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 50%), url('/image/general/typsy-public/academic/academic-carousel-1.jpg'); background-position: center;
}

.carousel-item {
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
}

div.carousel {
    position: relative;
}

/* CSS for NEW business, Individual and Academic pages */

.row-center {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
}

.logo-and-info {
    display:flex;
}

.logo-membership {
    align-self:center;
    margin-right: 10px;
    font-size:50px;
}

.laptop-mobile-img {
    align-self:center;
}

.membership-container {
    width: 50%;
}

@media (max-width: 575.98px) {
    .membership-container {
        width: 100%;
    }
}

/* End CSS for NEW business, Individual and Academic pages */

@media(min-width: 575.98px) {
    .carousel-caption {
        bottom: 36%;
        left: 60%;
        text-align: left;
        width: 30%;
        /*background: rgba(0, 0, 0, 0.5);*/
        padding: 20px;
    }

    #carousel-caption-1 {
        bottom: 36%;
        left: 70%;
        text-align: left;
        width: 30%;
        /*background: rgba(0, 0, 0, 0.5);*/
        padding: 20px;
    }

    #carousel-caption-2 {
        bottom: 36%;
        left: 67%;
        text-align: left;
        width: 30%;
        /*background: rgba(0, 0, 0, 0.5);*/
        padding: 20px;
    }
}


.carousel-caption > h3 {
    font-size: 2.3rem;
    color: #fff;
}

.carousel-caption > p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 35px;
}

.carousel-caption__button {
    font-size: 1.4rem;
    padding: .8rem 2rem !important;
}

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal {
    top: 15%;
}
/*Carousel*/

/*First Quote*/
.quote {
    position: relative;
}

.quote-content {
    background-color: #fff;
    padding: 3.2rem 1.6rem;
    margin-right: -90px;
    top: 70px;
    z-index: 999;
    position: absolute;
}
/*First Quote*/

/*Text-section / Also being used for new business, academic and individual pages */

.section-1 .row,
.section-2 .row,
.section-3 .row {
    padding-left: 20px;
    padding-right: 20px;
}

.section-1 p, .section-2 p, .section-3 p {
    font-size: 18px;
}

.section-1 p, .section-3 p, .section-3 h3 {
    color: #3848BF;
}

.section-1 .row:nth-child(2) {
    margin-top: 25px;
    margin-bottom: 25px;
}

/*.section-2 h3,
.section-2 p {
    color: #fff;
}*/

.section-2 h3,
.section-3 h3 {
    font-size: 30px;
    margin-bottom: 35px;
}

.section-1 .image-container {
    text-align: center;
}

/*Text section*/


/*Video Section / Also being used for new business, academic and individual pages */
section.video-suggested .card.mt-2 {
    width: 275px;
    height: 375px;
}

section.video-suggested {
    /*background: url('/image/general/typsy-public/Skill_up.png');*/
    background:#94E0DC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8.5rem;
}

section.video-suggested h1 {
    margin-bottom: 30px;
}

section.video-suggested .tab button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 1.8rem;
    color: #3848bf;
}

.underline {
    border-bottom: 2px solid #ff0055 !important;
}

.horizontal-line {
    width: 80%;
    margin: auto;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 10px;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
}

.tabcontent {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@media (min-width: 310px) and (max-width: 359px) {
    .card-img-top, .card-body {
       /* width: 78% !important;*/
    }
}


/*Video Section / Also being used for new business, academic and individual pages */
/*Testimonial Section*/

.image-container {
    height: 150px;
    margin-bottom:20px;
}

.member-content,
.logo-content {
    padding: 16px 32px;
}

.circular--portrait img {
    vertical-align: middle;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}
/*Testimonial Section*/
/*newsletter*/
.newsletter {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/image/general/typsy-public/Newsletter.jpg');
    height: 650px;
}

.newsletter .newsletter-container {
    position: absolute;
    top: 166px;
    right: 166px;
    width: 25%;
}

.newsletter-container > h3, .newsletter-container > p {
    color: #fff;
}

.newsletter-container > p {
    font-size: 1.25rem;
}

.btn-light-dark {
    background-color: transparent;
    border: 5px solid #fff;
    color: #fff;
    font-size: 1.2rem;
}

.btn-light-dark:hover {
    background-color: #ff0055;
    border-color: #ff0055;
}

/*Newsletter*/

/*Footer*/

footer {
    background: #f0f0f0;
}

.glt-term, .glt-privacy, .glt-copyright {
    color: #fff;
    margin-top: 16px;
}

footer .col-xs-6.col-sm-3.col-md-2 a {
    display: block;
}

.foot-heading-text {
    font-size: 1.3rem;
    margin-bottom: .6rem;
}


footer .glf-download image {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* For Apple / Google store*/

.store-link {
    margin-bottom: 1.2rem;
}

li.social-icon {
    margin-bottom: 1.2rem;
}


li.social-icon > a {
    margin-right: 1.3rem;
    font-size: 1rem;
}

.glf-download {
    margin-top: 20px;
}

.socialBtns > a {
    cursor: pointer;
}

@media (min-width: 768px) {
    .social-icons-div {
        flex: 0 0 42%;
        max-width: 42%;
    }
}
/*Footer*/


/*Business Landing Page*/
/*==========================*/
.two-column-layout .text-container > h1, .two-column-layout .text-container h4, .two-column-layout .text-container p {
    color: #3848bf;
}

.two-column-layout p,
.one-column-layout p {
    font-size: 19px;
    color: #fff;
}

.one-column-layout h1 {
    color: #fff;
}

.testimonial p {
    /*text-shadow: black 0.1em 0.1em 0.2em*/
    color: #3848bf;
}

#carouselContent .carousel-item:after {
    background-color: transparent;
}

.two-column-layout h1,
.one-column-layout h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
}

.two-column-layout img {
    width: 100%;
    height: 100%;
}

.two-column-layout .thumb-logo {
    width: 30px;
}

.two-column-layout .col-md-2 {
    text-align: center;
}

.laptop-mobile-img > .quote-image {
    max-width: 160% !important;
}

.squiggle path {
    fill: none;
    stroke: #ff0055;
    stroke-width: 1rem,;
    position: absolute;
    left: 0;
    stroke-linecap: round;
}

.squiggle-2 path {
    fill: none;
    stroke: #ff0055;
    stroke-width: 1rem,;
    stroke-linecap: round;
    position: absolute;
    right: 0;
}

.squiggle-2 {
    bottom: 0;
    right: 0;
}


svg.squiggle {
    position: absolute;
    bottom: 0;
}

svg.squiggle-2 {
    position: absolute;
    top: 0;
}


/*Business Landing Page*/




/*Individual Landing Page*/
/*======================*/
.horizontal-alignment {
    margin-bottom: 30px;
}

.horizontal-alignment h3 {
    margin-bottom: 0;
}

.image-container.individual-blog {
    height: 197px;
    margin-bottom: 20px;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    /*margin-bottom: 2rem;*/
}

.promotion-banner {
    margin-bottom: 2rem;
}

.invisible-button {
    visibility: collapse;
    width: 175px;
}

.best-offer-promo {
    width: 137px;
    display: none;
    color: #fff;
    text-align: center;
    border: 2px solid #f05;
    background-color: #f05;
    border-radius: 2px;
}

.tab-selected {
    background-color: #3848bf !important;
    color: #fff !important;
}

#annual-tab {
    color: #3848bf;
    background-color: #fff;
    font-size: 1.2rem;
    border: 3px solid #3848bf;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
}

#monthly-tab {
    color: #3848bf;
    background-color: #fff;
    font-size: 1.2rem;
    border: 3px solid #3848bf;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.Subscription.Monthly {
    display: none;
}


/*Individual Landing Page*/
/*==============================*/
/*General page*/
.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 104px 0;
}

.event-page-image {
    background-image: url('/image/general/typsy-public/typsy-event-hero.jpg')
}

.partnerships-image {
    background-image: url('/image/general/typsy-public/typsy-partner-hero.jpg');
}

.contact-image {
    background-image: url('/image/general/typsy-public/contact/contact-us-hero-5th.jpg');
    height: 650px;
    position: relative;
    background-position: 17%;
}

section.hero.contact-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.4) 100%);
}

.about-us-image {
    display:flex;
    justify-content:center;
    background-image: url('/image/general/typsy-public/new-about-us.jpg');
}

.newsletter-image {
    background-image: url('/image/general/typsy-public/Newsletter.jpg');
    background-position: center;
    height:350px;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.contact-us-caption {
    position: absolute;
    top: 33%;
    left: 28%;
    text-align: center;
}


/*Icon transform Css*/
.accordion-item-tab-toggle {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    height: 1rem;
    margin-top: -.5rem;
    position: absolute;
    right: 1.375rem;
    top: 36px;
    width: 1rem;
}


    .accordion-item-tab-toggle:after, .accordion-item-tab-toggle:before {
        background: #9AA9B8;
        content: '';
        display: block;
        height: .125rem;
        margin-top: -.0625rem;
        position: absolute;
        right: 0;
        top: 50%;
        width: 1rem;
    }

    .accordion-item-tab-toggle:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .25s ease-out;
        transition-property: opacity,-webkit-transform;
        transition-property: opacity,transform;
        transition-property: opacity,transform,-webkit-transform;
    }



button[aria-expanded="true"] .accordion-item-tab-toggle:after {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
/*Icon transform Css*/
.contact-us svg {
    height: 80px;
    width: 80px;
    margin-bottom: 40px;
}


.partner-text p, .partner-text h2 {
    color: #fff;
}

.direct-link {
    color: #f05;
    text-decoration: underline;
}


.cms-section.row {
    margin-left: 0;
    margin-right: 0;
}

.cms-section {
    padding-top: 78px;
    padding-bottom: 78px;
}

.cms-section h2 {
    margin-bottom: 52px;
}

/* Sign Up */

@media (min-width: 770px) {
    .cms-section.row > .col-md-12 {
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding-left: 12px;
        padding-right: 12px;
        padding-left: 15px;
        padding-right: 15px;
        width: 900px;
        flex: none;
    }

    .sign-up-text-container {
        position:   initial !important;
    }

    .sign-up-button {
        position: absolute !important;
        bottom: 10% !important;
        left: 25%;
    }

    .sign-up-button-business {
        left: 33%;
    }

}

@media only screen and (max-width: 1025px) and (min-width: 1000px){
    .sign-up-button {
        left: 20%;
    }

    .sign-up-button-business {
        left: 30%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 769px) {
    .sign-up-text-container {
        position: initial !important;
    }

    .sign-up-button {
        position: absolute !important;
        bottom: 10% !important;
    }

    .sign-up-button-business {
        left: 25%;
    }
}

/* Card body for Lessons and courses */

.grid-container {
    display: grid;
    grid-template-columns: 30px auto;
    padding: 0px;
    align-items: center;
}

.grid-item-icon {
    text-align: center;
}

.grid-item-icon > i {
    font-size: 15px;
}

.card-info {
    margin-bottom: 0px;
    font-size: 1rem !important;
}

/* Share course/lesson button */

.share-btn, .copyLinkBtn {
    cursor: pointer;
}

.socialBtns {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.facebookBtn {
    color: #1877f2 !important;
}

.twitterBtn {
    color: #1da1f2 !important;
}

.linkedinBtn {
    color: #007bb5 !important;
}

.whatsappBtn {
    color: #25d366 !important;
}

.emailBtn {
    color: slategray !important;
}

.copyLinkBtn {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff;
    background-color: #3848bf;
    border-color: #3848bf
}

/* End Share course/lesson button */


/* TESTIMONIAL CSS */

    .testimonials {
        padding: 100px 0;
    }

    .testimonials h3 {
        margin-bottom: 20px;
    }

    .testimonials .card {
        transition: 0.5s;
        margin-top: 60px;
    }

    .testimonials .card .testimonial-img-1, .testimonials .card .testimonial-img-2, .testimonials .card .testimonial-img-3 {
        background-size: cover;
        border: 1px solid #f0f0f0;
        color: #ffffff;
        width: 200px;
        height: 200px;
        border-radius: 2rem;
        margin: -40px auto 0 auto;
    }

    .testimonial-img-1 + .blockquote, .testimonial-img-2 + .blockquote, .testimonial-img-3 + .blockquote {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .fa-comment-alt {
        color: #94e0dc;
    }

/* END TESTIMONIAL CSS */

/* Badge lesson cards */

.card-icon {
    font-size: 15px !important;
}

.card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.locked-course-cards .locked-lesson-card {
    position: relative;
}

.locked-lesson-card > .fa-lock-alt {
    position: absolute;
    top: 25%;
    left: 45%;
    font-weight: 900;
    color: #5a5a5a;
}

.locked-lesson-card > img {
    filter: grayscale(80%);
    opacity: 0.5;
    cursor: pointer;
}

/* Badge lesson cards */

.course-card-title,
.content-card-title {
    height: 45px;
}

.course-card-title > h5 {
    line-height: 23px;
}