<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Navbar */

.header {
    /* width: 100%!important; */
}

.navbar {
    width: 100%;
    /* position: absolute; */
}

/* Hero Section */

.hero-section {
    background-image: url('../images/background-img/banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    color: aliceblue;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* .hero-start{
        margin-top: 100px;    
    } */

.hero-span {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
}

.hero-title {
    font-size: 45px;
    /* width: 60%; */

}

.hero-description {
    font-size: 18px;
    /* width: 85%; */
}

.fa-book {
    display: block;
    margin-right: 8px;
}

.hero-box-icon {
    font-size: 24px;
    margin-top: 5px;
}

.info h4 {
    font-size: 28px;
}

.img-logo {
    height: 24px;
    width: 24px;
    border-radius: 100%;
}

.g-review {
    display: flex;
}

.star {
    font-size: 16px;
    margin-left: 8px;
}

.hero-form-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-form {
    padding: 24px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    border-radius: 9px;
}

/* ################################ */

/* Typing Effect */

.typing-container {
    display: flex;
}

.typing-cursor {}

.typing-cursor:last-of-type {
    animation: type 0.33s infinite;
}

@keyframes type {
    to {
        opacity: .0;
    }
}

/* ################################ */


/* ################################ */

/* Hiring Partners */

.hiring {
    display: inline-block;
    padding: 12px;
    background-color: rgba(255, 255, 255, 1);
    color: #000;

}

.download-title {
    font-size: 24px;
    font-weight: 600;
}

.first {
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
}

.first h3 {
    font-size: 14px;
}

.key {
    padding: 50px 50px;
}

.key1 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.brand-img {
    font-size: 28px;
    border: 1px solid #dcdcdc;
    margin: 24px
}

/* .sec{
    display: inline;
} */
.item {
    /* width: 80%; */
}

.banner1 {
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: 1200px;
    padding-top: 30px;


}

.Treding {
    height: 100%;
    width: 100%;

}

.tre {
    color: #000;
    text-shadow: none;
}

.placement {
    margin-right: 70px;
}

.awosam {
    font-size: 40px;
}

/* .awosam1{
    font-size: 25px; */



.tp-img {
    width: 100%;
}

/* Courses (Our Programs) */

.courses {
    background-color: var(--background-color);
}

.course-img {
    height: 150px;
    width: 100%;
}

.course-box {
    background-color: #fff;
    margin-top: -40px;
    margin-bottom: 12px;
    padding: 4px 8px;
}

.course-logo {
    width: 100%;
}

.course-subtext {
    font-size: 12px;
}

.course-title {
    font-size: 20px;
    font-weight: 700;
}

.course-description {
    font-size: 14px;
    margin-bottom: 6px;
    text-align: justify;
}

/* About Section */

.about-section {
    /* background-image: url(../images/background-img/about-img.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.65);


    color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
}

.about-info-box {
    width: 180px;
}

.about-title {
    font-size: 65px;
}

.about-text {
    margin-bottom: 12px;
    font-size: 18px;
    text-align: justify;
}

.about-box-icon {
    font-size: 24px;    
    margin-top: 5px;
}


.Certified {
    font-size: 15px;
}

.img3 {
    width: 100%;
}

.why-text {
    font-size: 18px;
}

.appealing-resume {
    font-size: 20px;
}

.Placement {
    background-color: #eaf1e7;
}

.solid {
    border: 2px solid #000;
    margin: 10px;
    width: 30%;
}

.container.text-center.p-2.bg-white.m-2.rounded {
    height: 180px !important;
}

/* Why Choose Us */

.why-sub-title {
    font-size: 24px;
}

.why-img {
    height: 150px;
    width: 150px;
}


/* Testimonials */

.testimonials-section {
    background-color: var(--background-color);
}

.testimonial-card {
    font-size: 15px;
    height: 550px;
}

.students-img-box {
    width: 50%;
    margin: auto;
}

.students-img {
    width: 50%;
    border-radius: 100%;
}

.tg {
    height: 24px !important;
    width: 24px !important;
}

.t-star {
    font-size: 12px;
    margin-bottom: 0;
}

/* Location Section */

.branches {
    font-size: 36px;
}

.address-box {
    /* background-color: var(--background-color); */
}

.location-name {
    font-weight: 500;
    font-size: 20px;
}

.google-map {
    /* padding-bottom: 50%; */
    /* position: relative; */
}

.google-map iframe {
    width: 100%;
    left: 0;
    top: 0;
    /* position: absolute; */
}

/* FAQ */

.form-bg {
    background-color: var(--background-color);
}


/* Contact */

.contact-section {
    background-color: var(--background-color);
}

.contact-img {
    height: 450px;
    width: auto;
}

/* CTA */

.bottomMenu {
    position: fixed;
    bottom: 0;
    color: white;
    width: 100%;
    height: 60px;
    z-index: 999;
    transition: all .5s;
}

.hide {
    opacity: 0;

}

.show {
    opacity: 1;

}


/* Footer */

.footer {
    background-color: #36014c;
    color: #fff;
}

.icon-box {
    display: flex;
}

.f-icon {
    font-size: 18px;
}

.f-icon-title {
    font-size: 24px;
}

.footer-title {
    font-size: 24px;
}

.footer-title-cta {
    font-size: 28px;
    line-height: 1.5;
}

.footer-logo {
    width: 90%;
}

/* ########################################################################## */
/* Course Page CSS */
/* ########################################################################## */

/* Cousre Hero */

.course-hero {
    background-color: #32233c;
    color: aliceblue;
    height: 100vh;

    display: flex;
    align-items: center;
}

.course-hero-box-bg {
    background-color: #1b0a26;
}

.course-hero-box {
    padding: 36px 24px 36px 36px;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.course-hero-title {
    font-size: 45px;
}

.cousre-hero-features {
    display: flex;
    column-gap: 6px;
    align-items: center;
}

.cousre-hero-features p {
    margin: 0;
}

.course-icon-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.course-hero-form {
    padding: 6px 12px!important;
}

.container.form-hidden {
    width: 65%;
}

/* Course Features Box */

.course-features {
    margin-top: -56px;
    /* background-color: var(--background-color); */
}

.course-features-bg {
    background-color: #ffffff;
    padding: 12px 24px;
}

.course-features-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    height: 100%;
    width: 100%;
}

.cfb-icon {
    font-size: 36px;
}

.course-features-title {
    font-size: 24px;
    font-weight: 500;
}

.cfb-text {
    font-size: 14px;
}

.course-form-title {
    font-size: 28px;
}

.sticky-form {
    position: sticky;
    top: 25%;
}


@media (max-width: 768px) {
    .col-6.col-sm-4.col-md-3.col-lg-2.mb-5{
        width: auto!important;
    }

    .row.tool {
        justify-content: center;
        
    }
}

.course-link {
    margin-top: 2rem;
}

/* Hiring Partner Course */

.hiring-partner-course {
    /* background-color: var(--background-color); */
}

/* About Career Path */

.about-career-path {
    /* background-color: var(--background-color); */
    background: rgb(50, 35, 60);
    background: linear-gradient(90deg, rgba(50, 35, 60, 1) 0%, rgba(50, 35, 60, 1) 34%, rgba(91, 50, 45, 1) 58%, rgba(171, 80, 15, 1) 100%, rgba(211, 95, 0, 1) 100%);
    color: #fff;
}

.about-career-path-info {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;

    box-shadow: -10px 10px 0px 0px rgba(255, 255, 255, 0.5);
}

.about-career-path-icon {
    font-size: 32px;
}

.acp-info-number {
    font-size: 28px;
    font-weight: 700;
}

/* Curriculam */

.curriculam-section {
    /* background-color: var(--background-color); */
}

/* #content {
    height: 100%;
    overflow-y: scroll;
} */

/* Hiding scrollbar for Chrome, Safari and Opera */
/* #content::-webkit-scrollbar {
    display: none;
} */

/* Hiding scrollbar for IE, Edge and Firefox */
#content {
    /* scrollbar-width: none; */
    /* Firefox */
    /* -ms-overflow-style: none; */
    /* IE and Edge */
}


/* Curriculam Buttons */


.curriculam-btn {
  margin-left: 0!important;
}
  
.curriculam-btns {
  display: grid;
  flex-direction: column;
 }
  
.btn.btn-outline-dark.btn-sm.me-2.curriculam-btn {
  margin: 0!important;
}

.btn-mt-course-form {
    margin-top: 12px;
}


/* Brochure Download */

.brochure-cta {
    /* background-color: var(--background-color); */
}

.brochure-download {
    /* background-color: var(--background-color); */

    background: rgb(50, 35, 60);
    background: linear-gradient(90deg, rgba(50, 35, 60, 1) 0%, rgba(50, 35, 60, 1) 34%, rgba(91, 50, 45, 1) 58%, rgba(171, 80, 15, 1) 100%, rgba(211, 95, 0, 1) 100%);
    color: #ffffff;
}

/* Industry Projects */

.projects-section {
    background-color: var(--background-color);
}

.projects-card {
    font-size: 15px;
    height: 250px;
    /* width: 100%; */
}

/* Industry Projects */

.tools-section {
    background-color: var(--background-color);
}

/* Industry Ready */

.industry-ready-box {
	display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;

    box-shadow: -10px 10px 0px 0px rgba(0, 0, 0, 0.5);
}


/* What Can I Become */

.become-boxes {
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.5);;
    border-radius: 10px;
    box-shadow: -10px 10px 0px 0px rgba(0, 0, 0, 0.2);
}

.become-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

/* What Include In Career Path */

.career-path {
    background-color: #1b0a26;
    color: #fff;
}

.career-path-img {}

.career-titles {
    font-size: 18px;
}

.career-text {
    font-size: 15px;
}

/* .career-path-card {
    font-size: 15px;
    height: 400px;
    width: 125%;
} */


/* Become Full Stack Developer CTA */

.developer-cta-section {
    background: rgb(50, 35, 60);
    background: linear-gradient(90deg, rgba(50, 35, 60, 1) 0%, rgba(50, 35, 60, 1) 34%, rgba(91, 50, 45, 1) 58%, rgba(171, 80, 15, 1) 100%, rgba(211, 95, 0, 1) 100%);
    color: #ffffff;
}


/* Certificate Section */

.certificate-section {
    /* background-color: #d35f00; */
    background: rgb(50, 35, 60);
    background: linear-gradient(90deg, rgba(50, 35, 60, 1) 0%, rgba(50, 35, 60, 1) 34%, rgba(91, 50, 45, 1) 58%, rgba(171, 80, 15, 1) 100%, rgba(211, 95, 0, 1) 100%);
}

.certificate-icon {
    font-size: 36px;
    color: #fff;
}

.cert-title {
    font-size: 18px;
}

.why-icon {
    font-size: 28px!important;
}

/* Gallary Certification*/

.gallery {
    display: flex;
    width: 50%;
}

.gallery-img {
    width: 100%;
    height: 100%;
    margin: 10px;
    cursor: pointer;
}


/* ############################################### */
/* All Courses */

.all-courses {
    background-color: ghostwhite;
}

.all-courses-box {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.courses-title {
    font-size: 48px;
    font-weight: 800;
}

/* ############################################### */



.mega-dropdown:hover .dropdown-content {
    display: block;
}

.mega-dropdown {
    position: absolute;
    top: 115px;
    left: 200px;
    display: inline-block;
    z-index: 2;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100vw;
    top: 100%;
    left: -130%;
    padding-top: 24px;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drop-down-box {
    margin: 12px 0;
}

.drop-list {
    list-style-type: none;
    margin: 6px 0;
}

.dropdown-link:hover,
.dropdown-link:active {
    color: #d35f00!important;
}
    
.text-secondary-hr {
    width: 80%;
    margin: auto;   
    color: #d35f00;
}

.text-secondary-hr hr {
    background-color: #d35f00;
    height: 2px;
}

.brand-logo {
    /* height: 50px; */
    width: 150px;
}

.mega-title {
    font-size: 18px;
}

.dropdown-menu.show {
    border: none!important;
}

.pc-menu {
    margin-left: 32px;
}


/* ################################################### */
/* Contact Us Page */
/* ################################################### */

.contact-us {
    background-image: url('../images/background-img/map-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);
    height: 90vh;
    color: aliceblue;

    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.contact-form-box {
    border: solid 1px #999;
    border-radius: 9px;
}

.enquire-icon {
    font-size: 56px;
}


/* About page */


.about-page {
    background-image: url('../images/background-img/about-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);


    color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
}

.mission,
.commitment {
    background-color: var(--background-color);
}


/* ############################################ */
/* Offer Popup Modal */
/* ############################################ */

/* .offer-popup-box {
    width: 800px;
}

.offer-popup-content {
    height: 550px;
} */

.modal-body-offer-popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-popup-group-new {
    display: flex;
    justify-content: flex-end;
}


.offer-popup-title {
    font-size: 28px;
    color: #C58E3C;
}

.offer-popup-title span {
    color: #D94345;
}

.offer-popup-sub-title {
    color: #D94345;
}

.offer-popup-course {
    color: #C58E3C;
}

.offer-popup-hr {
    width: 70%;
    color: #9C66C2;
    margin: auto;
}

.offer-popup-hr hr {
    opacity: 100!important;
}

.offer-popup-logo {
    width: 250px;
}

.offer-text {
    border-radius: 50px;
    font-weight: 500;
    background-color: #9C66C2;
    color: #ffffff;
    padding: 6px 12px;
}

/* refer section */

.refer-section {
    background-color: #e3dee4;
    display: flex;
    align-items: center;

    height: 60vh;
}

.refer-img {
    display: block;
    width: 85%;
    margin: auto;
}

.refer-box {
    display: flex;
    align-items: center;
}

.refer-steps-box {
    width: 80%;
    margin: auto;
}

.refer-text {
    font-size: 18px;
    line-height: 1.6;
}

.refer-steps-img {
    display: block;
    width: 60%;
    margin: auto;
}

/* ############################################## */

/* Corporate Training Page*/

.corporate-training {
    background-color: #e3dee4;
}

.corp-img {
    width: 20%;
    margin-bottom: 16px;
}

.corp-title {
    font-size: 24px;
}

.training-features {
    background-color: var(--background-color);
}


/* ####################################### */

/* Short Term Cousre */

.short-course-card-box {
    display: flex;
    justify-content: center;
}

.short-course-card {
    width: 75%;
}

@media (max-width: 991px) {
    .short-course-card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .short-course-card {
        width: 80%;
    }
}

/* Brochure Page */

.brochure-page {
    background-color: var(--background-color);
}

/* new career box */

/* .new-career-box {
    height: 50%;
} */


/* Placement Drive */

.placement-drive {
    background-color: var(--background-color);
}

.placement-img-box {
    color: #000;
}

/* .pd-card {
    height: 50%!important;
} */

/* section fees */

.online-fees {
    background-color: #36014c;
    color: #fff;
    margin: 0!important;
}

.online-fees-bg {
    background-color: #36014c;
    color: #fff;
}

.interest-section {
    background-color: var(--background-color);
}</pre></body></html>