* {
    padding: 0;
    margin: 0;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
a {
    color: #5f0099;
}
a:hover {
    color: #5f0099;
}
h1,
h2
{
    font-weight: 700;
}
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

/* bootstap override */
.h2, h2 {
    font-size: 1.75rem !important;
}
.h3, h3 {
    font-size: 1.125rem !important;
}
.h5, h5 {
    font-size: .9rem !important;
    font-weight: 400 !important;
}

.shadow-grey {
	text-shadow: 1px 1px 2px #00000024;
}
.white {
    color: #ffffff !important;
}
.black {
    color: #000000;
}
.grey {
	color: grey !important;
}
.no-edge-visual-search {
    pointer-events: none;
}
.navbar {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 50px;
    line-height: 50px;
    background: transparent;
    z-index: 1030;
}
.navbar .active {
    /* color: #5f0099 !important; */
}
.navbar .navbar-brand {
}
.navbar .nav-item {
    margin: 0 5px;
    padding: 0;
}
.navbar .nav-item a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.navbar .nav-item a:hover {
    color: #5f0099;
}
.navbar .nav-item a.buy-button:hover {
    background: white;
}
.navbar .nav-link {
    position: relative;
    padding: 0;
}
.navbar .navbar-toggler {
    cursor: pointer;
}
.navbar .navbar-toggler span {
    color: #fff;
}
.navbar-style2 .active:after,
.navbar-style2 .nav-link:after {
    display: none;
}
.nav-scroll {
    background: #fff;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    transition: all 0.4s ease;
}
.nav-scroll .navbar-nav > li > a {
    color: #333;
}
.nav-scroll .navbar-nav > li > a.buy-button {
    background: #5f0099;
    border: 1px solid #5f0099;
    color: white;
}
.nav-scroll .navbar-nav > li > a.buy-button:hover {
    color: #5f0099;
}
.nav-scroll .navbar-brand img {
    transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
    cursor: pointer;
}
.nav-scroll .navbar-toggler span {
    color: #333;
}
.nav-scroll .nav-link:hover:after {
    background-color: #2388ed;
}
.nav-scroll .active {
    position: relative;
}
.banner {
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
    padding: 100px 0px;
    position: relative;
}
.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pattern.png);
}
.banner a.weblink {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}
.banner a:hover {
    text-decoration: none;
}
.svg-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.svg-wave > img.svg-hero {
    width: 100% !important;
    pointer-events: none;
}
.banner-text {
    padding-right: 80px;
    margin: 50px 0px 0px;
}
.banner-text p {
    margin: 40px 0px;
}
.banner-text ul {
    list-style: none;
}
.banner-text ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
    display: block;
}
.banner-text ul li a img {
    width: 150px;
    border-radius: 7px;
}
.shadowedge {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.75));
}
.for-note-investors {
    filter: brightness(300%) contrast(300%) hue-rotate(276deg) drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.25));
    display: block;
    position: relative;
    width: 282px;
    transform: translate(-26px, -7px) rotate(-4deg);
    left: 50%;
    margin-left: -141px;
    margin-bottom: -33px;
}
.prelative {
    position: relative;
}
.section-padding {
    padding: 80px 0px;
}
.sectioner-header {
    width: 69%;
    margin: 0 auto;
}
.line {
    height: 2px;
    width: 50px;
    background: #8e1efc;
    display: block;
    margin: 20px auto 20px;
}
.line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 150px;
    height: 2px;
    border-bottom: 2px dashed #8e1efc;
    margin-left: -75px;
}
.sectioner-header p {
    color: #818992;
    font-size: 17px;
}
.section-content {
    margin-top: 80px;
}
.icon-box {
    margin-bottom: 50px;
}
.icon-box i {
    display: block;
    position: relative;
    width: 135px;
    height: 135px;
    border-radius: 100px;
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
    color: #ffffff;
    font-size: 50px;
    line-height: 135px;
    margin: 0 auto;
}
.icon-box h5 {
    margin-top: 30px;
}
.icon-box p {
    color: #818992;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.about-btn {
    color: #8e1efc;
    padding: 10px 40px;
    border: 2px solid #8e1efc;
    border-radius: 7px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
}
.about-btn:hover {
    background: #8e1efc;
    color: #ffffff;
    text-decoration: none;
}
.video-section {
    background: url(images/video-bg.jpg) no-repeat fixed center;
    background-size: cover;
    overflow: hidden;
}
.video-overlay {
    background: linear-gradient(
        to left,
        rgba(122, 96, 255, 0.9),
        rgba(205, 159, 250, 0.9)
    );
}
.video-section h3 {
    font-weight: 600;
    font-size: 38px;
}
.video-section i {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #ffffff;
    color: #8e1efc;
    font-size: 30px;
    line-height: 70px;
    margin: 0 auto;
    cursor: pointer;
}
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.video-popup .video-src {
    position: relative;
    width: 700px;
    max-width: 80%;
}
.video-popup .iframe-src {
    width: 100%;
    height: 0;
    padding-top: 56.3%;
    position: relative;
    display: none;
}
.video-popup .iframe-src iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-feature {
    margin-bottom: 80px;
    margin-top: 40px;
}
.single-feature h5 {
    font-size: 16px;
}
.media-right-margin {
    margin-right: 25px;
}
.single-feature p {
    font-size: 13px;
}
.icon-border {
}
.icon-border span {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: rgb(142, 30, 252);
    font-size: 18px;
    line-height: 50px;
    border: 1px solid rgb(142, 30, 252);
}
.team {
    background: #fafafa;
    border-top: 1px solid #e4e4e4;
}
.team-detail {
    margin-top: 40px;
}
.team-detail img {
    border-radius: 50%;
    width: 70%;
}
.team-detail h4 {
    color: rgb(142, 30, 252);
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 0px;
}
.testimonial {
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
    padding: 100px 0px;
    position: relative;
}
.testimonial::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pattern.png);
}
.bx-prev {
    left: -90px !important;
    background: url(images/arrow-left.png) no-repeat !important;
    background-size: auto auto !important;
    background-size: 100% 100% !important;
}
.bx-next {
    right: -90px !important;
    background: url(images/arrow-right.png) no-repeat !important;
    background-size: auto auto !important;
    background-size: 100% 100% !important;
}
.bx-wrapper {
    border: none !important;
    background: rgba(255, 255, 255, 0.81) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.slider-item {
    padding: 20px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.125));
}
.slider .test-img img {
    border: 12px solid #fff;
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.test-img {
    float: left;
    width: 20%;
    margin-right: 5%;
}
.test-text {
    float: left;
    width: 75%;
}
.slider .title {
    display: block;
    position: relative;
    margin: 0 0 20px;
    font-size: 1.125em;
    line-height: 1.25;
}
.slider .title span {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}
.faq {
    background: #fafafa;
    border-bottom: 1px solid #e4e4e4;
}
.faq-content {
    margin: 20px 0px;
}
.faq-content h4 {
    font-weight: 400;
    font-size: 20px;
}
.faq-content p {
    color: #818992;
    font-weight: 300;
    margin-top: 15px;
}
#contact_form .form-input {
    border: 1px solid #e4e4e4;
}
input {
    height: 42px;
    padding: 0 1rem;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
    border: 0;
}
#contact_form textarea {
    resize: none;
    padding: 1rem;
    height: 150px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
}
.btn-grad {
    padding: 0.7rem 2rem;
    display: inline-block;
    color: #fff;
    border-radius: 2rem;
    border: 0;
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
    cursor: pointer;
}
.contact-info {
    padding: 2rem 2rem 1rem;
    border-radius: 8px;
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
}
.contact-item {
    margin: 23px 0px;
}
.contact-item i {
    font-size: 20px;
}
.contact-item p {
    line-height: 20px;
    margin: 0;
}
.download {
    background: #7a60ff;
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
    padding: 100px 0px;
    position: relative;
}
.download::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pattern.png);
}
.download ul {
    list-style: none;
}
.download ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.download ul li a {
    display: block;
}
.download ul li a img {
    width: 150px;
    border-radius: 7px;
}
.footer-copy {
    background: #cda0fa;
    color: #242424;
    font-size: 13px;
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid black;
}
.footer-copy p {
    margin-bottom: 0px;
}
img.smartphone {
    z-index: 100;
    position: relative;
}
.small-content {
    display: none;
}

.mt16 {
    margin-top: 16px;
}

.buy-button {
    border-radius: 12px;
    background: #5f0099;
    border: 1px solid #5f0099;
}

/*
#navbarSupportedContent.show .buy-button {
    width: 140px;
    margin: 0 auto;
}
*/

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
    z-index: initial !important;
    display: none !important;
}

.bx-viewport {
    pointer-events: none !important;
    box-shadow: 4px 4px 2px #0000001f;
    border-radius: 6px;
}

li.mid-buy-button {
    appearance: button;
    width: 170px;
    margin: 0 auto;
    margin-top: 30px;
    list-style: none;
}
a.nav-link.course-buy-button {
    color: white;
    background: #5f0099;
    text-align: center;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid #5f0099;
}
a.nav-link.course-buy-button:hover {
    color: #5f0099;
    background: rgba(95, 0, 153, 5%);
    text-align: center;
    font-weight: 700;
    border-radius: 12px;
}

#navbarSupportedContent {
	overflow: hidden;
}

.navbar-toggler {
	left: -20px;
    position: relative;
}

section {
    overflow-x: clip !important;
}

@media screen and (min-width: 772px) and (max-width: 991px) {
    div.bx-wrapper div.test-img img {
        border-width: 6px;
    }
}

@media screen and (max-width: 991px) {
    .navbar .navbar-collapse {
        background: rgb(213, 198, 221);
        color: #fff !important;
        text-align: center;
        padding: 10px 0;
    }
    .nav-scroll .navbar-collapse {
        background: #fff !important;
        overflow: hidden;
    }
    #contact_form {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .nav-scroll .navbar-brand img,
    .navbar-brand img {
        transform: scale(0.75) !important;
    }
    .banner-text {
        padding-right: 0px;
        margin: 10px 0px 0px;
    }
    h1.hero {
    	margin-bottom: 44px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 23px;
    }
    .section-padding {
        padding: 40px 0px;
    }
    .banner-text p {
        margin: 25px 0px;
    }
    .banner-text ul li a img {
        width: 140px;
        border-radius: 7px;
    }
    .sectioner-header {
        width: 90%;
    }
    .sectioner-header p {
        font-size: 14px;
    }
    .about-btn {
        padding: 5px 30px;
        margin-top: 0px;
        font-size: 16px;
    }
    .single-feature {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .team-detail {
        margin-top: 20px;
    }
    .team-detail img {
        width: 50%;
    }
    .bx-controls {
        display: none;
    }
    .bx-wrapper {
        margin: 0px 20px !important;
    }
    .slider .test-img img {
        margin: 0 auto;
    }
    .test-img {
        float: none;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    .test-text {
        float: none;
        width: 100%;
        text-align: center;
    }
    .section-content {
        margin-top: 40px;
    }
    .faq-content {
        margin: 10px 0px;
    }
    .faq-content h4 {
        font-size: 16px;
    }
    .faq-content p {
        font-size: 13px;
    }
    #contact_form {
        margin-bottom: 20px;
    }
    .contact-item {
        font-size: 12px;
    }
    .download ul li a img {
        width: 120px;
    }
    .footer-copy p {
        font-size: 10px;
    }
    /* make img appear above background swirl */
    img.smartphone {
        margin-left: 50%;
        left: -125px;
    }
    .slider .title {
        margin-top: 10px;
    }
    .small-content {
        display: initial;
    }
    .large-content {
        display: none;
    }
    h1.hero {
        text-align: center;
    }
    .for-note-investors {
    	transform: translate(-26px, -35px) rotate(-4deg);
    }
}
@media screen and (max-width: 600px) {
	.for-note-investors {
	    transform: translate(0, -35px) rotate(-4deg);
	}
}
