﻿@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Alkatra';
    src: url('../font/alkatra/Alkatra-Regular.ttf') format('truetype')
}

html,
body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

body {
    padding: 0px !important;
    line-height: normal;
    font-size: 16px;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.navbar-brand {
    width: 18%;
}

.nav-link {
    padding: 0px !important;
    z-index: 9999;
    position: relative;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.navsec {
    position: absolute;
    top: 15px;
    left: 7.5%;
    width: 85%;
}

.navbar-collapse {
    flex-grow: 0;
}

.nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    margin-right: 40px;
}

.bg1 {
    background: linear-gradient(0deg, rgb(203 171 215) 0%, rgb(70 121 241) 100%);
    padding: 100px;
}

.mr0 {
    margin-right: 0px !important;
}

.nav-link:hover {
    color: rgb(208, 231, 145) !important;
}

.banner-text {
    width: 80%;
    margin: 0 auto;
}

.btext {
    color: white;
    font-family: 'Alkatra';
    font-size: 60px;
    line-height: 60px;
}

.bsubtext {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: 80%;
    margin: 30px 0px;
    line-height: 28px;
}

.bimg {
    width: 85%;
    padding-top: 50px;
}

.p20 {
    padding-top: 14%;
}

.bgimg {
    position: absolute;
    margin-top: -320px;
}

.ind {
    z-index: 1;
}

.top-banner-btn1 {
    background-color: white;
    border-radius: 3px;
    padding: 15px 15px;
    box-shadow: 1px 1px 30px 0px #826fc2;
    border: none;
    margin-right: 10px;
    font-weight: 500;
    font-size: 18px;
    color: black !important;
    cursor: pointer !important;
    z-index: 1;
    width: 26%;
    text-align: center;
}


.top-banner-btn2 {
    background-color: #ffd200;
    border-radius: 3px;
    padding: 15px 15px;
    box-shadow: 1px 1px 30px 0px #826fc2;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    z-index: 1;
    width: 26%;
    text-align: center;
}

.wid_80 {
    width: 80%;
    margin: 0 auto;
}

.mrg-100 {
    margin: 100px auto;
}

.graybox {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 35px 20px;
    flex: 1;
}

.graybox:hover {
    background-color: #ffd200;
}


.grayimg {
    width: 9%;
    margin: 0 auto;
}

.graytext {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.top-head {
    font-size: 38px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Alkatra';
}

.top-sub-head {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
}

.relative {
    position: relative;
}

.wrapper {
    position: relative;
}

.wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 100%;
    background: url("../img/side-bg-left.png") no-repeat left bottom;
    background-size: contain;
    pointer-events: none;
}

.wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 100%;
    background: url("../img/side-bg-right.png") no-repeat right top;
    background-size: contain;
    pointer-events: none;
}

.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.image {
    flex: 1;
    text-align: center;
}

.image img {
    max-width: 100%;
    height: auto;
}

.content {
    flex: 1;
    padding: 0px 30px;
}

.center {
    text-align: center;
}

.badge {
    display: inline-block;
    padding: 15px 45px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    width: fit-content;
    margin: 30px auto;
    display: flex;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.blue {
    background: #ff6a6a;
}

.green {
    background: #1fbf5b;
    width: fit-content;
    margin-left: auto;
    display: flex;
}

.phead {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

ul {
    padding-left: 0px;
    margin: 18px 0;
}

ul li {
    margin-bottom: 8px;
    list-style: none;
}

.checks {
    list-style: none;
    padding: 0;
}

.checks li::before {
    content: "✔";
    color: #1fbf5b;
    margin-right: 8px;
    font-weight: bold;
}

.highlight-red {
    color: #e53935;
    font-weight: bold;
}

.highlight-green {
    color: #1fbf5b;
    font-weight: bold;
}

.small-text {
    color: #555;
    font-size: 16px;
    line-height: 25px;
}

.pimg {
    width: 45%;
    margin: 0 auto
}

.simg {
    width: 60%;
    margin-right: auto;
    margin-left: 10%;
}

.mtop1 {
    margin-top: 70px;
}

.qstimg {
    width: 15px;
}

.problem li {
    margin-bottom: 15px;
}

.solu-para {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
}


.benefits {
    background-color: #f9faff;
    padding: 110px 0px;
}

.wht-bg {
    background-color: white;
    padding: 40px;
    border-radius: 5px;

}

.hgt1 {
    min-height: 200px;
}

.mtop2 {
    margin-top: 70px;
}

.school-bg {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.school-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.newbg_1 {
    background: url("../img/shape1.png") center/contain no-repeat;
}

.newbg_2 {
    background: url("../img/shape2.png") center/contain no-repeat;
}

.newbg_3 {
    background: url("../img/shape3.png") center/contain no-repeat;
}

.newbg_4 {
    background: url("../img/shape4.png") center/contain no-repeat;
}

.bene-title {
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}

.lists {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.arrowimg {
    width: 12px;
}

.list-label {
    font-size: 16px;
    line-height: 28px;
}

.lists-desc {
    width: 90%;
}


.bottom-text {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.pbrdr {
    border: 1px solid #ffe1e1;
    border-radius: 4px;
    padding: 30px 20px;
    flex: 1;
    background-color: #fff6f6a8;
    box-shadow: 1px 1px 55px 0px #f1f1f1ab;
}

.sbrdr {
    border: 1px solid #dcfbdd;
    border-radius: 4px;
    padding: 30px 20px;
    flex: 1;
    background-color: #b7ffb91a;
    box-shadow: 1px 1px 55px 0px #f1f1f1ab;
}

.navsec {
    transition: all 0.3s ease;
}

.navsec.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #7a6de0;
    padding: 10px 140px;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}



.navsec.scrolled .nav-link:hover {
    color: #ffd200 !important;
}

.navbar-nav {
    margin-top: 0px !important;
}

.nav-item {
    margin-bottom: 0px !important;
}

#button {
    display: inline-block;
    background-color: #7a6de0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    border: 1px solid #fdfdfd29;
}

#button::after {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: white;
    line-height: 50px;
}

#button:hover {
    background-color: #ffd200;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.applications {
    background-color: #F5F5F5;
    padding: 110px 0px;
}

.appsec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.text-left {
    text-align: left;
}

.mtop3 {
    margin: 50px 0px;
}

.bottom-txt {
    font-size: 16px;
    font-weight: 600;
}

.app-third-sec {
    padding-left: 60px;
}

.app-third-sec,
.app-second-sec,
.app-first-sec {
    width: 33%;
}

.img-ncampus {
    width: 70%;
    margin: 0 auto;
}

.points-section {
    background-color: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 12px 0px #eaeaeacc;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.mtop4 {
    margin-top: 50px;
}

.point-icon {
    width: 55px;
    height: 55px;
    border-radius: 2px;
    padding: 10px;
}

.point-text {
    font-size: 16px;
    font-weight: 500;
}

.bg1c {
    background-color: #e6f9f9;
}

.bg2c {
    background-color: #e3e9fb;
}

.bg3c {
    background-color: #f9e6f7;
}

.bg4c {
    background-color: #f9fadb;
}

.bg5c {
    background-color: #e9f9fe;
}

.logo-slider {
    width: 60%;
    margin: 70px auto;
    overflow: hidden;
}

.logo-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

.logo {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 90px;
    width: 100%;
    transition: 0.3s;
}

.logo img:hover {
    transform: scale(1.1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.hero-parallax {
    background-image: url('../img/parallexbg.jpg');
    height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-btn {
    background-color: #ffd200;
    border-radius: 3px;
    padding: 15px 25px;
    box-shadow: 1px 1px 40px 0px #000000;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: rgb(0, 0, 0) !important;
    cursor: pointer !important;
    z-index: 1;
    text-align: center;
    margin: 0px 10px;
}

.wid-50 {
    width: 40%;
    margin: 0 auto;
}

.cta-group {
    margin-top: 70px;
    text-align: center;
}

.testimonial {
    background-color: #f9faff;
    padding: 110px 0px;
}

.test-img {
    width: 90%;
    margin-left: auto;
}

:root {
    --bg-color: #f9f5ff;
    --text-main: #333;
    --accent-green: #2ecc71;
}

.accordion-container {
    margin-top: 30px;
}

.accordion-item {
    background: white;
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    border: 1px solid #f2f2f2 !important;
    font-size: 16px;
}

.accordion-header {
    padding: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-main);

    font-size: 16px;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding-top: 10px;
}

.highlight-text {
    color: var(--accent-green);
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
}

.icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon::before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-top: -4px;
}

.accordion-item.active .icon::before {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.accordion-item.active .accordion-header {
    border-bottom: 1px solid #f2f2f2 !important;
}

.faq-ul li {
    list-style: disc;
    font-size: 16px;
}

.faq-ul {
    padding-left: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.footer-section {
    background-color: #7a6de0;
    padding: 100px 0px;
    padding-bottom: 40px;
}

.footlogo {
    width: 65%;
}

.foot-text {
    color: white;
    font-size: 16px;
    line-height: 28px;
    margin: 30px 0px;
    font-weight: 500;
}

.social {
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}

.social a {
    color: white !important;
}

.linksec {
    width: 50%;
    margin: 0 auto;
}

.links-section li a {
    font-size: 16px;
    color: white !important;
}

.links-section li a:hover {
    text-decoration: underline !important;
}

.links-section li {
    margin-bottom: 13px;
}

.mtop20 {
    margin-top: 20px;
}

.contactbtn {
    display: block;
    margin: 0px;
    margin-bottom: 20px;
    box-shadow: none !important;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    color: white !important;
    border: 1px solid white;
    text-align: left;
    border-radius: 50px;
}

.fa-phone {
    rotate: 40deg;
}

.contactbtn:hover {
    background-color: #ffd200;
    color: white !important;
}

.copysec {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.cs {
    color: rgb(0, 0, 0) !important;
}

.logo-slider {
    width: 60%;
    overflow: hidden;
    background: #fff;
    padding: 30px 0;
}

.logo-track {
    display: flex;
    align-items: center;
}

.logo {
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 120px;
    transition: 0.3s;
}

.logo img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}


.carousel-container {
    width: 100%;
    margin: 40px 0;
    margin-bottom: 80px;
}

.carousel-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    justify-content: center;
}


.card {
    width: 100%;
    height: 420px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: none !important;
    background-color: transparent !important;
    border: 1px solid rgb(239, 238, 238) !important;
}


.card:nth-child(4),
.card:nth-child(5) {
    width: 100%;
}


.top-section {
    flex: 1;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.card-icon {
    width: 70px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-title {
    font-size: 20px;
    font-family: 'Alkatra';
    color: #000000;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}


.bottom-section {
    flex: 1.2;
    padding: 90px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: -70px;
    z-index: 1;
}

.bottom-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,224L60,202.7C120,181,240,139,360,138.7C480,139,600,181,720,208C840,235,960,245,1080,224C1200,203,1320,149,1380,122.7L1440,96L1440,0L0,0Z'%3E%3C/path%3E%3C/svg%3E");
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.sub-menu li {
    margin: 10px 0;
    color: white;
    font-size: 16px;
}

.card-admin .bottom-section {
    background: linear-gradient(to bottom, #ffe2d1, #ff9e6d, #e5532f);
}

.card-ops .bottom-section {
    background: linear-gradient(to bottom, #f1e0fb, #c89be4, #8a59b5);
}

.card-finance .bottom-section {
    background: linear-gradient(to bottom, #cffff4, #59e0c8, #0fa38c);
}

.card-main .bottom-section {
    background: linear-gradient(to bottom, #f48aa2, #e55c78, #c74361);
}

.card-opt .bottom-section {
    background: linear-gradient(to bottom, #a99bf7, #7f72e8, #5c52c9);
}


.swiper {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.swiper-slide {
    border-radius: 10px;
    height: 220px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    transform: scale(0.9);
}


.swiper-slide-active {
    transform: scale(1.15);
    z-index: 5;
}


@media(max-width:768px) {
    .swiper-slide-active {
        transform: scale(1.1);
    }
}

.slider-container {
    width: 80%;
    margin: 60px auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.swiper-slide-prev,
.swiper-slide-next {
    transform: scale(0.9) !important;
    opacity: 0.8;
}

.mbtn a {
    box-shadow: 0px 0px 17px 2px #e3e3e3;
}

.nav-link.activelink {
    color: #ffd510 !important;
}

/* navbar after scroll */
.navsec.scrolled .nav-link.activelink {
    color: #ffd510 !important;
}





@media (max-width: 2499px) {
    .bgimg {
        margin-top: -300px;
    }
}

@media (max-width: 2399px) {
    .bgimg {
        margin-top: -280px;
    }
}

@media (max-width: 2299px) {
    .bgimg {
        margin-top: -265px;
    }
}

@media (max-width: 2199px) {
    .bgimg {
        margin-top: -250px;
    }
}

@media (max-width: 2099px) {
    .bgimg {
        margin-top: -230px;
    }

    .bgimg {
        margin-top: -220px;
    }
}

@media (max-width: 1919px) {
    .bgimg {
        margin-top: -220px;
    }

    .p20 {
        padding-top: 10%;
    }

    .btext {
        font-size: 55px;
        line-height: 57px;
    }

    .bsubtext {
        font-size: 18px;
        width: 85%;
    }

    .top-banner-btn1,
    .top-banner-btn2 {
        font-size: 17px;
        width: 30%;
    }

    .top-head {
        font-size: 35px;
        margin-bottom: 5px;
    }

    .wht-bg {
        padding: 40px 30px;
    }

    .wid_80,
    .banner-text {
        width: 85%;
    }

    .hgt1 {
        min-height: 205px;
    }
}

@media (max-width: 1899px) {
    .bgimg {
        margin-top: -200px;
    }

    .navsec.scrolled {
        padding: 10px 125px;
    }
}

@media (max-width: 1799px) {
    .bgimg {
        margin-top: -185px;
    }
}

@media (max-width: 1699px) {
    .bgimg {
        margin-top: -180px;
    }
}

@media (max-width: 1679px) {
    .bgimg {
        margin-top: -163px;
    }

    .navsec.scrolled {
        padding: 10px 120px;
    }

    .btext {
        font-size: 53px;
        line-height: 55px;
    }

    .bsubtext {
        font-size: 17px;
        width: 80%;
    }

    .wrapper::before,
    .wrapper::after {
        width: 110px;
    }

    .wht-bg {
        padding: 40px 20px;
    }

    .hgt1 {
        min-height: 210px;
    }

    .nav-link {
        font-size: 18px;
    }
}

@media (max-width: 1599px) {
    .bgimg {
        margin-top: -150px;
    }

    .navsec.scrolled {
        padding: 10px 105px;
    }

    .bottom-text {
        width: 90%;
    }

    .hgt1 {
        min-height: 235px;
    }

    .app-third-sec {
        padding-left: 30px;
    }

    .hero-parallax {
        height: 70vh;
    }

    .top-head {
        font-size: 33px;
    }

    .btext {
        font-size: 50px;
        line-height: 52px;
    }
}

@media (max-width: 1499px) {
    .bgimg {
        margin-top: -140px;
    }
}

@media (max-width: 1439px) {
    .bgimg {
        margin-top: -135px;
    }

    .nav-link {
        font-size: 16px;
    }

    .navsec.scrolled {
        padding: 10px 100px;
    }

    .btext {
        font-size: 45px;
        line-height: 45px;
    }

    .bsubtext {
        font-size: 14px;
        width: 77%;
        line-height: 25px;
    }

    .copysec,
    .links-section li a,
    .social,
    .foot-text,
    .accordion-header,
    .accordion-content,
    .highlight-text,
    .sub-menu li,
    .yellow-btn,
    .bottom-txt,
    .point-text,
    .top-banner-btn1,
    .top-banner-btn2,
    .graytext,
    .top-sub-head,
    .phead,
    body,
    .solu-para,
    .small-text,
    .list-label {

        font-size: 14px;
    }

    .footlogo {
        width: 60%;
    }

    .arrowimg {
        width: 9px;
        padding-top: 4px;
    }

    .bimg {
        width: 84%;
        margin: 0 auto;
    }

    .point-icon {
        width: 50px;
        height: 50px;
    }

    .top-head {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .wrapper::before,
    .wrapper::after {
        width: 96px;
    }

    .pimg {
        width: 42%;
    }

    .badge {
        font-size: 14px;
        padding: 10px 30px;
    }

    .bene-title {
        font-size: 16px;
    }

    .hgt1 {
        min-height: 207px;
    }

    .carousel-container {
        width: 1000px;
    }

    .card-title {
        font-size: 18px;
    }
}

@media (max-width: 1399px) {
    .bgimg {
        margin-top: -125px;
    }
}

@media (max-width: 1359px) {
    .bgimg {
        margin-top: -105px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 35px;
    }

    .navsec.scrolled {
        padding: 10px 95px;
    }

    .btext {
        font-size: 40px;
        line-height: 40px;
    }

    .wht-bg {
        padding: 40px 15px;
    }

    .slider-container {
    width: 90%;
    }
}

@media (max-width: 1279px) {
    .bgimg {
        margin-top: -100px;
    }

    .navbar-brand {
        width: 20%;
    }

    .navsec {
        width: 90%;
        left: 5%;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 25px;
    }

    .navsec.scrolled {
        padding: 10px 50px;
    }

    .wid_80,
    .banner-text,
    .bsubtext {

        width: 90%;
    }

    .top-banner-btn1,
    .top-banner-btn2 {
        width: 36%;
    }

    .graybox {
        padding: 25px 20px;
    }


}

@media (max-width: 1199px) {
    .bgimg {
        margin-top: -80px;
    }

    .wht-bg {
        padding: 40px 40px;
        margin-bottom: 10px;
    }

    .carousel-container {
        width: 900px;
        margin: 0 auto;
    }

    .mbtn {
        margin-top: 30px;
    }

    .wid-50 {
        width: 60%;
    }
}

@media (max-width: 1099px) {
    .bgimg {
        margin-top: -68px;
    }
}


@media (max-width: 991px) {
    .bgimg {
        margin-top: -50px;
    }

    .navbar-light .navbar-toggler {
        background-color: white;
        border-color: white;
    }

    .navbar-collapse {
        background-color: white;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 10px;
        color: black;
        z-index: 1;
    }

    .bg1 {
        padding-top: 0px;
    }

    .navsec {
        position: relative;
        z-index: 1;
    }

    .navsec.scrolled .navbar-collapse {
        background-color: transparent;
    }

    .navsec.scrolled .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    .navbar-brand {
        width: 30%;
    }

    .navsec.scrolled {
        padding: 10px 40px;
    }

    .nav-link.activelink {
        color: #7d8de6 !important;
    }

    .top-banner-btn1,
    .top-banner-btn2 {
        width: 45%;
    }

    .graybox {
        padding: 25px 10px;
    }

    .grayimg {
        width: 15%;
    }

    .content {
        padding: 0px 20px;
    }

    .hgt1 {
        min-height: 0px;
    }

    .bottom-text .text-center {
        text-align: left !important;
    }

    .bottom-text {
        margin-top: 0px;
        margin: 0px;
    }

    .carousel-container {
        width: 700px;
    }

    .appsec {
        display: block;
    }

    .app-third-sec,
    .app-second-sec,
    .app-first-sec {
        width: 100%;
    }

    .mtop3 {
        margin: 20px 0px;
    }

    .lap-img {
        width: 70%;
        margin: 40px auto;

    }

    .mrg-100 {
        margin: 70px auto;
    }

    .benefits,
    .applications,
    .testimonial {
        padding: 65px 0px;
    }

    .mtop2 {
        margin-top: 50px;
    }

    .mtop4 {
        margin-top: 35px;
    }

    .logo-slider {
        width: 90%;
        margin: 45px auto;
    }

    .wid-50 {
        width: 100%;
    }

    .hide768 {
        display: none;
    }

    .footer-section {
        padding: 65px 0px;
        padding-bottom: 30px;
    }

    .copysec {
        display: block;
        justify-content: center;
    }

    .frr {
        margin-top: 5px;
    }

    .mtop20 {
        margin-top: 10px;
    }

    .mtop1 {
        margin-top: 40px;
    }

    .slider-container {
        width: 100%;
    }
}

@media (max-width: 899px) {
    .bgimg {
        margin-top: -35px;
    }
}

@media (max-width: 799px) {
    .bgimg {
        margin-top: -25px;
    }
}



@media (max-width: 767px) {
    .bgimg {
        margin-top: -15px;
    }

    .section {
        flex-direction: column;
        text-align: center;
    }

    .wrapper::before,
    .wrapper::after {
        width: 90px;
    }

    .navbar-toggler {
        padding: 2px 5px;
        font-size: 17px;
    }

    .navsec.scrolled {
        padding: 10px 20px;
    }

    .graybox {
        margin-bottom: 10px;
    }

    .grayimg {
        width: 10%;
    }

    .carousel-container {
        width: 300px;
    }

    .img-ncampus {
        margin-bottom: 20px;
    }

    .cta-group .yellow-btn {
        width: 100%;
        display: inline-block;
        margin: 0px;
        margin-bottom: 10px;
        box-shadow: 1px 1px 18px 0px #000000;
    }

    .hero-parallax {
        height: 70vh;
    }

    .linksec {
        width: 100%;
    }

    .sbrdr {
        margin-top: 10px;
    }

    .lists {
        margin-bottom: 10px;
    }

    .app-third-sec,
    .app-first-sec {
        padding-left: 10px;
    }

    .ind {
        display: none;
    }

    .p20 {
        width: 100%;
    }

    .btext {
        text-align: center;
    }

    .bsubtext {
        width: 100%;
        text-align: center;
        padding: 0px 10px;
    }

    .wrapper::before,
    .wrapper::after {
        z-index: -1;
    }

    .copysec {
        text-align: center;
    }



}

@media (max-width: 699px) {
    .bgimg {
        margin-top: 0px;
    }
}

@media (max-width: 599px) {
    .bgimg {
        margin-top: 10px;
    }
}

@media (max-width: 539px) {
    .bgimg {
        margin-top: 20px;
    }
}

@media (max-width: 499px) {
    .navbar-brand {
        width: 46%;
    }

    .bgimg {
        margin-top: 32px;
    }
}

@media (max-width: 399px) {
    .navbar-brand {
        width: 60%;
    }

    .bgimg {
        margin-top: 40px;
    }

    .top-banner-btn1,
    .top-banner-btn2 {
        width: 50%;
        padding: 15px 5px;
    }

    .btext {
        font-size: 30px;
    }

    .content {
        padding: 0px 5px;
    }

    .wht-bg {
        padding: 40px 20px;
    }

}

@media (max-width: 359px) {

    .bgimg {
        margin-top: 46px;
    }

    .navsec.scrolled {
        padding: 10px 15px;
    }
}