:root {
    --theme-color-1: #222551;
    --theme-color-2: #83bfea;
    --theme-border-color: #EAECF2;
    --theme-color-3: #f6f6f6;
    --theme-text-color: #5D666F;
    --font-red: "Red Hat Display", sans-serif;
    --font-dm: "DM Sans", sans-serif;
}

/* 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) {
    .menutext {
        display: none;
    }

    .secondary-navbar::before {
        content: none;
    }

    ul.sub-menu-ul {
        justify-content: center;
    }

    .main-logo {
        width: 200px;
        height: auto;
    }

    .secondary-navbar {
        margin-bottom: 70px;
    }

    .nav-info-area {
        margin-bottom: 2em;
    }

    .btn-button {
        padding: 11px 26px;
        font-size: 14px;
    }

    .hero-section img {
        height: 190px;
        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 h2.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%;
    }

    .section-head {
        margin-bottom: 20px;
    }

    .big-title {
        font-size: 55px;
        top: 0;
        line-height: normal;
    }

    .sub-title {
        font-size: 16px;
        margin-bottom: 3px;
    }

    h2.section-title {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 15px;
    }

    section.service-section {
        padding-top: 250px;
    }

    .service-item {
        height: 333px;
    }

    .service-body {
        padding: 30px;
    }

    h3.service-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 7px;
    }

    .service-item:hover .service-box-content {
        max-height: 200px;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 15px;
        /* text-align: justify; */
    }

    .contact-banner-icon {
        width: 100px;
        height: 100px;
    }

    p.contact-banner-title {
        text-align: center;
        font-size: 18px;
    }

    a.contact-banner-number {
        font-size: 40px;
    }

    section,
    section.contact-banner-section,
    section.about-section,
    section.work-steps,
    section.tesimonials-section {
        padding: 40px 0;
    }

    .text-description {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .abt-tab-box {
        padding: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .abt-tab-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }

    ul.check-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    @keyframes topdown {
        0% {
            transform: translateY(-5px);
        }

        100% {
            transform: translateY(5px);
        }
    }

    section.work-steps.scroll-animate.active {
        background-size: cover;
        background-position: right top;
    }

    .ws-circle {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }

    .ws-circle-icon {
        width: 125px;
        height: 125px;
    }

    h3.ws-box-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ws-box {
        margin-bottom: 20px;
    }

    img.why-img-bottom {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    img.why-img-top {
        width: 160px;
        right: 0;
        left: auto;
    }

    .why-succ-count {
        font-size: 25px;
    }

    .why-succ-text {
        font-size: 13px;
    }

    section.why-choose-section .section-head {
        margin-top: 40px;
    }

    ul.list-style {
        display: block;
    }

    li.list-style-item {
        font-size: 16px;
        padding: 10px 20px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }

    .why-contact-box {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    .head-wdth-btn {
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .testimonials-item {
        padding: 20px;
    }

    img.testimonial-profile-img {
        width: 60px;
        height: 60px;
    }

    .testimonial-profile-name {
        font-size: 18px;
    }

    .testimonial-profile-designation {
        font-size: 14px;
    }

    .testimonial-company-logo img {
        width: 100px;
        height: 20px;
    }

    .testimonial-rating {
        font-size: 16px;
    }

    section.tesimonials-section {
        background-position: top right;
    }

    footer#footer {
        padding: 60px 0;
        background-size: cover;
    }

    h3.footer-heading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .footer-item {
        margin-bottom: 30px;
    }

    .footer-item.footer-contact {
        margin-bottom: 0;
    }

    .footer-bottom-text p,
    .footer-bottom-text {
        font-size: 14px;
    }

    section.agitation-banner {
        padding: 40px 0;
        background-position: bottom left;
    }

    .agitation-logo-area {
        flex-wrap: wrap;
        gap: 10px;
    }

    img.agitation-logo {
        width: 45%;
        height: auto;
    }

    h1.breadcrumb-title {
        font-size: 30px;
    }

    ol.breadcrumb-list {
        padding: 12px 24px;
        font-size: 14px;
        flex-wrap: wrap;
    }

    .breadcrumb-items {
        font-size: 14px;
    }

    .breadcrumb-head {
        padding: 15px;
        display: grid;
    }

    section.breadcrumb-sec {
        padding: 10px 0;
    }

    img.about-image-main {
        width: 100%;
        height: auto;
    }

    .about-image-area img.about-image-sub {
        width: 170px;
        height: 300px;
    }

    a.video-button-round {
        transform: translate(-105%, -5px);
    }

    .about-image-area {
        padding-bottom: 3em;
    }

    section.about-page {
        padding-bottom: 40px;
    }

    .vis-mis-box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        padding: 20px 30px;
        border-radius: 2rem;
        top: 100px;
    }

    section.vision-mission-content {
        padding: 40px 0;
    }

    .program-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pro-card {
        flex-direction: column;
    }

    h3.pro-title {
        font-size: 20px;
        color: var(--theme-color-1);
    }

    .program-container .col-md-4 {
        border-bottom: 1px solid var(--theme-border-color);
    }

    img.programs-profile-img {
        width: 100%;
        height: auto;
    }

    img.programs-round-img {
        width: 100%;
        height: auto;
    }

    .programs-img-area {
        padding-bottom: 2em;
    }

    .programs-slider-box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        padding: 20px 20px;
        border-radius: 15px;
        top: 0;
        position: relative;
    }

    .programs-slider-icon {
        width: 100px;
        height: 100px;
        font-size: 50px;
        border-radius: 15px;
    }

    .programs-slider-title {
        font-size: 18px;
    }

    .chapter-box {
        padding: 10px;
        margin-bottom: 20px;
        height: auto;
    }

    .chapter-icon {
        width: 80px;
        height: 80px;
        font-size: 40px;
        margin-right: 10px;
    }

    .chapter-content {
        font-size: 18px;
    }

    section.innovation-section .section-head {
        margin-top: 30px;
    }

    section.innovation-section {
        padding: 40px 0;
    }

    .big-title.mini {
        font-size: 55px;
        top: 0;
    }

    .chapter-responsibility-box {
        padding: 20px 20px;
        border-radius: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    h4.cr-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    section.mini-banner {
        padding: 40px 0;
        text-align: center;
    }

    h2.mini-banner-head {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-form-card {
        padding: 20px;
    }

    .contact-form-card .section-head {
        margin-bottom: 0px;
    }

    .contact-form-card .section-head h4.section-title {
        font-size: 20px;
    }

    section.contact-page-section {
        padding: 40px 0;
        background-position: top right;
    }

    .contact-card-icon span {
        font-size: 50px;
        margin-bottom: 10px;
    }

    h4.contact-card-title {
        font-size: 14px;
    }

    .contact-card-link {
        font-size: 20px;
    }

    ul.list-style-2 li.list-style-item .list-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
        border-radius: 10px;
        top: 10%;
    }

    .social-media-icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
        flex-wrap: wrap;
    }

    .social-media-icon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    img.wm-img-base {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .navbar .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
        transform: none !important;
        margin: 0 !important;
        padding-left: 15px;
        /* indent for mobile */
    }

    li.nav-item.dropdown ul.dropdown-menu {
        border: none;
    }

    .membership-body {
        padding: 18px;
    }

    .membership-quote {
        padding: 20px;
        font-size: 18px;
    }

    .membership-card {
        margin-bottom: 30px;
    }

    .breadcrumb-head {
        text-align: center;
    }

    .blog-card-title {
        font-size: 16px;
    }

    .blog-card-content p {
        font-size: 13px;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }

    .main-logo {
        width: 250px;
        height: auto;
    }

    .nav-info-area {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
    }

    .secondary-navbar::before {
        width: 50%;
    }

    .secondary-navbar {
        margin-bottom: 80px;
    }

    .big-title {
        font-size: 80px;
        top: 0;
    }

    h2.section-title {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: 700;
        line-height: normal;
        color: var(--theme-color-1);
    }

    .sub-title {
        margin-bottom: 3px;
    }

    h4.cr-title {
        font-size: 20px;
    }

    img.wm-img-base {
        width: 100%;
        height: auto;
    }

    .blog-card {
        flex-direction: column;
    }

    .chapter-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
        margin-right: 10px;
    }

    .chapter-content {
        font-size: 16px;
    }

    img.why-img-bottom {
        width: 100%;
    }

    img.why-img-top {
        width: 200px;
        left: auto;
        right: 0;
    }

    ul.footer-links li a {
        color: #5D666F;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 11px;
        gap: 10px;
        font-size: 14px;
    }

    h4.footer-heading {
        font-size: 20px;
    }

    .contact-card-link {
        font-size: 20px;
    }
}

/* LAPTOP */
@media (min-width: 1025px) and (max-width: 1439px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 500;
    }

    .main-logo {
        width: 250px;
        height: auto;
    }

    a.ncc-number {
        font-size: 18px;
        color: var(--theme-color-1);
        font-weight: 600;
    }

    .btn-button {
        display: inline-block;
        color: #fff;
        padding: 12px 25px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0;
        background-color: var(--theme-color-1);
        border-radius: 15px;
        transition: all 0.5s;
    }

    .breadcrumb-head {
        padding: 50px 0;
    }

    ol.breadcrumb-list {
        padding: 15px 20px;
    }

    .breadcrumb-items {
        font-size: 15px;
    }

    h1.breadcrumb-title {
        font-size: 50px;
    }

    .big-title {
        font-size: 100px;
        top: 0;
    }

    .programs-slider-box {
        top: 100px;
    }

    footer.footer.footer-main {
        padding: 100px 0;
        background-size: contain;
    }

    h2.section-title {
        font-size: 45px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .sub-title {
        margin-bottom: 3px;
    }

    h3.pro-title {
        font-size: 22px;
        color: var(--theme-color-1);
    }

    .chapter-content {
        font-size: 18px;
    }

    .contact-card-link {
        font-size: 20px;
    }


}