<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icn {
    /* background-size: auto !important; */
    display: inline-block;
    height: 23px;
    width: 30px;
    vertical-align: middle;
    text-indent: -9999px;
    background-size: 32px !important;
}
main{
    overflow-x:hidden;
}
.certificate-icon {
    background: url(../images/icon-certificate.png);

}
.banner_icon{
    width: 12rem;
}

.clock-icon {
    background: url(../images/icon-clock.png);

}

.read-icon {
    background: url(../images/icon-read.png);

}

.micro-arc-icon {
    background: url(../images/icon-microarc.png);

}

.code-kata-icon {
    background: url(../images/icon-codekata.png);

}

.discussion-icon {
    background: url(../images/icon-discussion.png);

}

.mobile-icon {
    background: url(../images/icon-mobile.png);

}

.bundle-banner {
    height: 30rem;
    background: linear-gradient(to right, #de2575 10%, #ff5030 100%);
    color: white;
    z-index: -2;
    justify-content: space-between;
}

.bundle-nav {
    height: 4rem;
}

.bundle-btn {
    display: inline-block;
    background-color: #09e176;
    color: #ffffff;
    padding: 0.5rem 3rem;
    height: 2.75rem;
    border-radius: 5px;
}
.bundle-btn:hover{
    color: #ffffff;
    text-decoration: none;
}
.nav-btn-margin{
    margin: 0.55em 3.75em 0 0;
}

.bundle-banner-title {
    font-size: xx-large;
    font-weight: 1000;

}

.bundle-banner-caption {
    font-size: medium;
    font-weight: 200;

}

.bundle-banner-price {
    font-size: 24px;
    font-weight: 800;
}
.bundle-banner-price del{
    font-size: 20px;
    font-weight: 200;
}
.bundle-banner-title{
    font-size: 36px;
    font-weight: 800;
    padding: 0.15rem 0rem; 
}
.bd-title {
    font-size: 24px;
    font-weight: 800;
    padding: 0.75rem 0rem;

}

.bd-content {
    font-size: 15px;
    font-weight: 100;
    padding: 0.5rem 0rem;
}
.bd-strong{
    font-weight: 1000;  
}
.descHigh {
    background-color: #ffffff;
    z-index: 2;
    position: relative;
}
.highlight-list{
    margin: 0;
}
.highlight-list li {
    padding: 0.65rem 0;
}

.bd-card {
    background-color: #ffffff;
    padding: 2.00rem 3.65rem;
    margin: 1rem 0.5rem 1rem 0rem;
    height: 22rem;
}
.top-border{
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #ececec; 
}
.bd-card-img {
    height: 5rem;
}
.bd-codekata{
 height: 4.5rem;
}
.bd-mysql{
    height: 5.8rem;
}
.add {
    flex-grow: 0;
    align-self: center;
}

.add:after {
    content: "+";
    font-size: x-large;
    font-weight: 900;
}

.high-card {
    padding: 1rem 5rem 1rem 2rem;
    border-right: 1px solid #ececec;
    margin: 1rem 0;
}

.high-card:last-child {
    border-right: 0px !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.form-bg {
    background: linear-gradient(to right, #7f00ff 10%, #bd00ff 100%);
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.bd-input {
    margin: 0.75rem 0;
    padding: 1rem 16rem 1rem 1rem;
    border-radius: 5px;
    border: white;
}
.fixed{
    position: relative;
    z-index: 100;
}
.accordion-trigger::before{
    content: "View Less";
}
.accordion-trigger.collapsed::before{
    content: "View More";
}
.accordion-trigger.no-more::before{
    content: "";
}

#buy-bundle .text-danger{
    color: #fff !important;
}
.highlight-list li i{
    color: #3d4a63;
}
@media screen and (max-width: 780px) {
    .bundle-banner {
        height: 31rem;
    }

    .bundle-nav .bundle-btn {
        display: none !important;
    }

    .bd-card {
        padding: 1.00rem 3.65rem;
    }

    .high-card {
        padding: 1rem 5rem 1rem 5rem;
        border-bottom: 1px solid #ececec;
        margin: 0rem 1rem;
        border-right: 0px !important;
    }

    .high-card:last-child {
        border-bottom: 0px !important;
    }
    .bd-input{
        padding: 1rem 8rem 1rem 1rem;
    }
    .bd-certificate{
        width: 100%;
    }
    .course-rating-desktop{
     display: none !important;
    }
}

.Powered img{
    margin:0rem 3rem;
}







.courseDetailRow {
    padding-left: 1rem !important;

}

.mob-cTitle {
    display: none;
}

.courseTitle {
    /* width:75%; */
    padding-left: 1.313rem !important;
    color: #132241 !important;
}

.faq-header {
    font-size: 1rem !important;
}

.cpHeader {
    font-weight: bold !important;
    font-size: 1.5rem;
}


.coursePackContent {
    background-color: #fff;
    border-radius: .25rem;
    padding: 2rem 1.5rem;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 1%;
    padding-top: 2%;
}

.coursePack {
    background-color: #fff;
    border-radius: .25rem;
    padding: 2rem 1.5rem;
    position: relative;
    box-sizing: border-box;
    padding: 1%;
    height: 3.5rem;
    width: 5.5rem;
    text-align: center;
    align-items: baseline;
}

.courseImg {
    /* max-height: 4rem;
max-width: 5.5rem; */
    margin: 0 !important;
    height: 4.5rem;
padding-left: 0.7rem;
}

.courseImgIcon {
    max-height: 3.5rem;
    max-width: 5rem;
}

.large {
    height: 100% !important;
}

#formCard {
    margin-top: -2.7rem;
    max-width: 24%;
    z-index: 2;
    /* top: inherit; */
    /* margin-right: 10px; */
}

.packList {
    display: inline;
}

.packContent {
    font-weight: 300;
    /* font-size: 2rem; */
    display: inline;
    vertical-align: baseline;
    padding-left: 6.2%;
}

.faq-card {
    margin-bottom: 0.375rem !important;
}

.course-highlights {
    padding-left: 1rem !important;

}

.course-highlights li {
    font-size: .875rem;
    color: #95a4c2;
    border-left: 1px solid#95a4c2;
    padding-left: 2.35rem;
    margin-left: 2.35rem;
    display: inline-block;
}

.course-highlights li:first-of-type {
    color: #132241 !important;
    border-left-width: 0;
    padding-left: 0;
    margin-left: 0;
}

.product-screen-microarc,
.product-screen-codekata {
    max-width: 100%;
}

.star-ratings-css .five-stars::before {
    content: "\F005";
    color: #ffdf0c;
    font-family: Font Awesome 5 Free;
    font-size: 1rem;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: .125rem;
}

.star-ratings-css::after {
    /* margin-right: 100% !important; */
    /* content:none; */
}

.cm {
    font-weight: 200 !important;
    line-height: 2rem;
}

.ckWrap {
    padding-top: 6rem !important;
    padding-left: 1rem;
}

.cp-title {
    font-size: 1.35rem;
    font-weight: normal;
    margin-top: 2rem;
    /* margin-bottom: 1rem; */
    margin-left: 1rem;
}

.course-highlights button {
    color: #7a17eb !important;
}

.course-highlights li:nth-child(2) {
    border-left-width: 0;
}

.liy-title {
    font-size: 3rem;
    font-weight: bold;
}
.preview-btn{
    padding-left: 1.313rem !important;

    padding-top: 0;
    margin-bottom: 1rem;
    color: #7a17eb;
}
@media (max-width:961px) {
    #formCard {
        margin-top: 10% !important;
        max-width: unset !important;
        padding: unset !important;

    }

    .bodyContainer {
        margin-left: 0 !important;
    }

    .student-price-card .card-body {
        padding: 0 !important;
    }

    .course-highlights li {
        font-size: .835rem;
        color: #95a4c2;
        border-left: 1px solid#95a4c2;
        padding-left: .3rem;
        margin-left: .3rem;
        display: inline-block;
    }

    .course-highlights li:first-of-type {
        width: 100%;
    }

    .course-highlights li:first-of-type,
    .course-highlights li:nth-child(2) {
        border-left-width: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .courseTitle {
        /* width:75%; */
        display: none !important;
    }

    .course-highlights button {
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .mob-cTitle {
        margin-left: 10%;
        max-width: 70%;
        text-align: center;
        display: inline-block;

    }

}


.liy-secondary {
    font-size: 1.6rem;
    font-weight: 900 !important;
}

.liy-secondary:after {
    content: "*";

}

.space {
    display: none;
}

.liy-li li {
    padding: 0.15rem 0.5rem 0.15rem 2rem !important;
}

@media (max-width:1306px) {
    td.relative {
        display: none !important;
    }

    .top-bg {
        height: 23.25rem !important;
    }

    .liy-title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .liy-secondary {
        font-size: 1.3rem;
        font-weight: 900 !important;
    }

    .icons {
        background-image: none;
    }

    .space {
        display: block;
    }
}

strong.bold {
    font-weight: bold;
}

.liy {
    position: absolute;
    opacity: 0.1;
    font-size: 15rem;
    font-weight: bold;
    bottom: -5rem;
    left: 0rem;
}

.faq-header {
    font-weight: bold;
}

.star-ratings-css:after {
    font-weight: bold;
}

.bd-input.is-invalid{
    border: 1px solid #ff4136;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4136' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ff4136' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 100% calc(.375em + .1875rem);
background-size: calc(1em + .375rem) calc(1.75em + 0.675rem);
}
.pointer {cursor: pointer;}

.spinner{
  color: #09e176 !important;
  position: fixed !important;
}




/* #navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  } */
  
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 60px;
  }


  #tawkchat-status-text-container{
    display: none !important;
}

.banner-images{
    transform: rotate(50deg);
margin-bottom: 5rem;
margin-top: -5rem;
margin-left: 8rem;
}
.banner-img{
    height: 10rem;
    width: 10rem;
    position: absolute;
    background-color: #09e176;
    background-color:#fff;
border-radius: 1.50rem;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.banner-codekata{
    bottom: 1rem;
    right: 13rem;
}
.banner-microarc{
    bottom: 1rem;
    right: 0;  
}
.banner-hyre{
    right: 5rem;
top: -5rem;
}
.banner-python{
    bottom: 13rem;
    right: 11rem;
}
.banner-mysql{
    bottom: 13rem;
    right: -2rem;
}
.banner-white{
    bottom: -11rem;
    right: 7rem;
}
.banner-card-img{
    transform: rotate(-50deg);
    height: 6rem;
    margin-left: 1.35rem;
margin-top: 1.5rem;
}

.banner-hyre .banner-card-img{
    margin-left: 2rem;
    margin-top: 3rem;

}

.negative-margin{
z-index: 2;
position: relative;
}


@media (max-width:1336px) {
    .banner-images{
        display: none;
    }
}



li.remove-margin{
    padding-left: 0rem;
    margin-left: 0rem;
}</pre></body></html>