@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Manrope:wght@200..800&display=swap');

body {
    color: #444444;
    font-weight: 400;
    background: #ffffff;
    font-family: "Manrope";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202C45;
}

a {
    color: #202C45;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #E81C2E;
    outline: none;
    text-decoration: none;
}

.btn.btn-custom {
    padding: 9px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #E81C2E;
    border: none;
    border-radius: 23px;
    box-shadow: inset 0 0 0 0 #202C45;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-custom:hover {
    color: #E81C2E;
    background: #202C45;
    box-shadow: inset 200px 0 0 0 #202C45;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}
.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: .5s;
    background: #1560fb;
    border-radius: 44px;
    z-index: 9;
}
.back-to-top i {
    color: #ffffff;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #202C45;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.top-bar .logo {
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: -4px 0 0 0;
    color: #E81C2E;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    font-style: italic;
}

.top-bar .logo h1 span {
    color: #202C45;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 33px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
}

.top-bar .top-bar-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.top-bar .top-bar-icon i {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #202c4580;
    background: #F1F2F6;
    border-radius: 40px;
    margin-right: 4px;
    transition: .5s;
    line-height: 3px;
    font-size: 14px;
    padding: 8px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 2px 0 0px 0;
    font-size: 16px;
    font-weight: 550;
    color: #052834;
}

.top-bar .top-bar-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 550;
    color: #052834;
    opacity: 81%;
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
}

.nav-bar.nav-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    padding: 8px 0;
    background: #fff !important;
    transition: .3s;
}

.nav-bar.nav-sticky .navbar {
    padding: 5px 0;
}
.clients img {
    padding: 9px;
    border: 1px solid #dee2e6;
    width: 100%;
    height: 211px;
    object-fit: contain;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #052834;
    padding: 15px 0 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    margin-left: 2px;
    margin-right: 46px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #1560fb;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn.btn-custom {
    color: #fff;
    background: rgba(21, 96, 251, 1);
}

@media (min-width: 992px) {
    .nav-bar .navbar-brand {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        padding: 5px 0;
    }

    .nav-bar .dropdown-menu {
        box-shadow: none;
    }

    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: #ffffff;
    margin-bottom: 45px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

h1 {
    font-size: 50px;
    color: #052834;
    font-weight: 900;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 11px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.owl-carousel .owl-item img {
    display: initial;
    width: 100%;
}

h1 span {
    color: #1560FB;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #052834 !important;
}

.list-unstyled li {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #052834 !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 160px;
    left: 2%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel .btn.btn-custom {
    padding: 20px 45px 22px 45px;
    color: #ffffff;
}

.carousel .btn.btn-custom:hover {
    color: #E81C2E;
}

.carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc(50% - 25px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50px;
    background: rgba(256, 256, 256, .2);
    font-size: 22px;
    transition: .5s;
    display: none;
}

.carousel .owl-nav .owl-prev {
    margin-left: 30px;
}

.carousel .owl-nav .owl-next {
    margin-right: 30px;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #E81C2E;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {
    .carousel .carousel-text h3 {
        margin-bottom: 5px;
    }

    .carousel .carousel-text h1 {
        font-size: 60px;
    }

    .carousel .carousel-text p {
        font-size: 16px;
    }

    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel .carousel-text h3 {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .carousel .carousel-text h1 {
        font-size: 45px;
    }

    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h3 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .carousel .carousel-text h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .carousel .carousel-text p {
        margin-bottom: 25px;
    }

    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

h2 {
    font-size: 42px;
    color: #052834;
    font-weight: 800;
}

.highlights-section {
    text-align: center;
}

.highlight-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px 13px 25px;
    transition: all 0.3s ease;
}

.highlight-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.highlight-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.highlight-card h5 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    color: #052834;
}

.highlight-card p {
    font-size: 0.9rem;
    color: #6c757d;
}

.erp-highlight-container {
    padding: 50px 20px;
}

.erp-highlight-left h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
}

.erp-highlight-left p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.erp-highlight-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.erp-highlight-features span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.erp-highlight-btn {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 20px;
}

.erp-highlight-right {
    position: relative;
    text-align: center;
}

.erp-main-image {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.erp-info-box {
    position: absolute;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 500;
}

.erp-info-students {
    top: 10%;
    right: -5%;
}

.erp-info-enrolled {
    bottom: 10%;
    left: -5%;
}

.features-section {
    padding: 50px 20px;
    background-color: #f8fafc;
}

.features-heading {
    font-weight: 700;
    margin-bottom: 20px;
}

.features-subtext {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 40px;
}

.features-grid {
    row-gap: 42px;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-card-icon {
    font-size: 2rem;
    color: #007bff;
}

.feature-card-content h6 {
    font-size: 18px;
    font-weight: 800;
    color: #052834;
}

.feature-card-content p {
    font-size: 0.9rem;
    color: #062A26;
    margin-bottom: 0;
    opacity: 78%;
}

.module-container {
    padding: 50px 15px;
}

.module-content h3 {
    font-size: 1.5rem;
    margin-top: 20px;
}

.module-content p {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 20px;
}

.module-content .btn {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.features-section {
    padding: 50px 20px;
    background-color: #f8fafc;
}

.features-heading {
    font-weight: 700;
    margin-bottom: 20px;
}

.features-subtext {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 40px;
}

.features-grid {
    row-gap: 30px;
    /* column-gap: 20px; */
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-card-icon {
    font-size: 2rem;
    color: #007bff;
}

.feature-card-content h6 {
    font-size: 1.1rem;
    font-weight: 600;
}

.feature-card-content p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    border: 1px solid #707070;
    border-radius: 25px;
    margin: 0 6px 0;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #155FF9;
    border-color: #1560fb;
}

.mr-3,
.mx-3 {
    margin-right: 0rem !important;
}

.industry-card .img-fluid {
    max-width: 115%;
    height: auto;
    width: 100%;
}

.btn-outline-secondary {
    color: #000;
    border-color: #6c757d8a;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 18px;
    font-weight: 700;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 91%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.industry-section {
    background-color: #F0FAFE;
    padding: 50px 0;
}

.industry-card {
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.industry img {
    width: 75px !important;
}

.h3,
h3 {
    font-size: 32px;
    font-weight: 700;
    color: #052834 !important;
}

.high .card-body {
    flex: 1 1 auto;
    padding: 7px;
}

.card {
    border-radius: 10px;
    border: none;
}

.shadow-sm {
    box-shadow: 0 3px 6px #0000001C !important;
}

.blog-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 17px 17px 0;
}

.blog-card .date-badge {
    background-color: #062A26;
    color: white;
    position: absolute;
    padding: 4px 14px 4px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 21px;
}
.clients img {
    width: 100%;
    max-width: fit-content;
}

ul.list-unstyleds li {
    font-size: 15px;
    background: url(../img/correct.png) no-repeat 0 0px;
    padding-left: 31px;
    list-style: none;
    margin-left: 0px;
    line-height: 23px;
    color: #041D2B;
    font-weight: 500;
    margin-bottom: 17px;
}
.read-more {
    font-weight: 600;
    text-decoration: none;
    color: #062A26;
    font-size: 12px;
    text-transform: uppercase;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 16px;
}

.footer {
    background: #052834;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item p {
    line-height: 25px;
    font-size: 14px;
}

.footer .footer-item a {
    line-height: 30px;
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
    padding: 0 5px 0;
}

.h4,
h4 {
    font-size: 20px;
    font-weight: 600;
}

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

@media (max-width: 767px) {

    .module-container img {
        width: 100%;
    }

    .nav-bar .navbar {
        padding: 8px 0;
        background: #4099fc !important;
        transition: .3s;
    }

    .nav-bar {
        position: relative;
        background: #4099fc;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
    }

    .carousel .carousel-img img {
        width: 100%;
        height: 536px;
        object-fit: cover;
    }

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

    .carousel-caption {
        position: absolute;
        right: -8%;
        bottom: 89px;
        left: 1%;
        z-index: 10;
        padding-top: 15px;
        padding-bottom: 0;
        color: #fff;
        text-align: left;
        padding: 12px;
    }

    .blog-card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 17px 17px 0;
        margin-bottom: 18px;

    }

    .btn-primary img {
        width: auto !important;
    }

    .highlight-card {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 25px 13px 25px;
        transition: all 0.3s ease;
        margin-bottom: 18px;
    }

    .nav-tabs .nav-link {
        border: 1px solid #707070;
        border-radius: 25px;
        margin: 11px 3px 0;
    }

    .features-section {
        padding: 49px 3px;
        background-color: #f8fafc;
    }

    .erp-main-image {
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-top: 37px;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
        padding: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 15px;
    }
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #202C45;
    border-top: 1px dotted #ffffff;
}

.page-header h2 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.careers {
    padding: 40px;
    background-color: #F5F7FA;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Features .card {
    border-radius: 10px;
    border: none;
    border: 1px solid #05283438 !important;
    box-shadow: transparent;
}

.Features a {
    font-size: 13px;
    font-weight: 600;
}

.Features h6 {
    font-size: 20px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 14px;
    color: #ffffff;
}

.page-header a:hover {
    color: #E81C2E;
}
.feature-card img {
    max-height: 166px;
    object-fit: cover;
}
.Intergrations .icon-wrapper {
    position: absolute;
    top: 128PX;
    LEFT: 109PX;
}

.feature-card .card-title {
    font-weight: bold;
}

.feature-section {
    margin-top: 50px;
}

.feature-card a {
    color: #007bff;
    font-size: 13px;
    font-weight: 600;
}

.description-section h5 {
    font-weight: bold;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }

    .page-header h2 {
        font-size: 45px;
    }

    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }

    .page-header h2 {
        font-size: 35px;
    }

    .page-header a {
        font-size: 18px;
    }
}

.contact-card {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    text-align: center;
}

.contact-card h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.contact-form {
    background-color: #f1f7ff;
    padding: 35px;
    /* border-radius: 8px; */
}.custom-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    transition: background-color 0.3s;
}