:root {
    --theme-color-1: #0e0d3a;
    --theme-color-2: #508ebb;
    --theme-color-3: #00d0f1;
    --theme-border-color: #EAECF2;
}


/* SMALL MOBILE */
@media (max-width: 372px) {
    ul.sub-menu-ul {
        display: none;
    }

    .secondary-navbar {
        display: none;
    }

    .header-navigation .navbar-custom {
        top: 0;
    }


    section.hero-section {
        padding: 0;
        margin-top: 70px;
    }
}

/* MOBILE */
@media (max-width: 767px) {

    .fixed-top {
        position: relative;
    }

    .main-navbar {
        padding: 5px 0;
    }

    .navbar-nav .nav-link {
        color: var(--theme-color-1);
    }

    .menutext {
        display: none;
    }

    .secondary-navbar::before {
        content: none;
    }

    ul.sub-menu-ul {
        justify-content: center;
    }

    .main-logo {
        width: 60px;
        height: auto;
    }

    .main-navbar.scrolled .navbar-brand img {
        width: 50px;
    }

    .secondary-navbar {
        margin-bottom: 70px;
    }

    .nav-info-area {
        margin-bottom: 2em;
    }

    .btn-button {
        padding: 11px 26px;
        font-size: 14px;
    }

    .hero-section img {
        height: 265px;
        object-fit: cover;
    }

    section.hero-section .carousel-control-next-icon,
    section.hero-section .carousel-control-prev-icon {
        background-color: #f6f6f661;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    h5.banner-sub-title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .hero-section .carousel-caption .banner-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .hero-section .carousel-caption {
        position: absolute;
        top: 33%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 70%;
    }

    .hero-section .carousel-caption p {
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
    }

    .section-head {
        margin-bottom: 20px;
    }


    .service-hr-row {
        flex-direction: column;
    }

    .service-highlight-area {
        margin-top: 40px;
    }

    img.service-box-icon {
        width: 50px;
        margin-right: 20px;
    }

    .service-hl-box {
        justify-content: flex-start;
    }

    h4.service-box-title {
        font-size: 18px;
    }

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

    .sub-title::before {
        width: 20px;
        height: 20px;
    }

    section {
        padding: 30px 0;
    }

    h2.title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .section-head p {
        font-size: 15px;
    }

    .section p {
        color: #696868;
        font-size: 15px;
        line-height: 1.70;
        text-align: justify;
    }

    .collage-img.big-img {
        padding-top: 15px;
    }

    img.abt-collage-img.aci-1 {
        width: 100%;
    }

    img.abt-collage-img.aci-4 {
        width: 100%;
    }

    .goals-highlights {
        padding-left: 0;
        padding-top: 40px;
    }

    section.goals-sections::before {
        width: 100%;
    }

    .goals-icon img {
        width: 55px;
        height: 55px;
        object-fit: contain;
        margin-right: 20px;
    }

    .video-icon-button-area {
        padding: 40px;
    }

    section.breadcrumb-sec {
        padding-top: 30px;
    }

    .breadcrumb-head {
        padding: 20px;
    }

    ol.breadcrumb-list {
        gap: 6px;
    }

    .ip-img-accent {
        width: 100px;
        height: 100px;
    }

    .ip-accent-num {
        font-size: 30px;
    }

    .mem-why-strip {
        margin-top: 10px;
    }

}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {}

/* LAPTOP */
@media (min-width: 1025px) and (max-width: 1439px) {}