* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

@media (max-width: 550px) {

    .nav-box {
        width: 100%;
        box-shadow: 0;
        background-color: #FFFFFF !important;
    }

    /* .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    } */

    .tit {
        font-size: 24px;
        font-weight: 900;
        margin-top: 40px;
        font-family: Roboto-Regular,
            Roboto;
        color: #232323;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
        margin-top: -15px;
        margin-bottom: -10px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand {
        padding-top: 0px;
    }

    /* .navbar-brand .logoImg {
        width: 100px;
    } */

    /* .navbar-brand .titleImg {
        width: 100px !important;
        height: 20px !important;
    } */

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    /* .navbar-brand .tit {
        width: 30px;
        height: 30px;
        background-color: #bbb;
        margin-right: 10px;
    } */

    .navbar-brand .title {
        font-size: 15px;

    }

    .nav-link {
        font-size: 15px;
        color: #131A2D;
        line-height: 2rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #1E2433;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #1E2433;
    }

    .navbar .titleImg {
        width: 100px;
        height: 15px;
    }

    .navbar .logoImg {
        width: 107px !important;
        height: 46px !important;
        margin-top: 25px;
    }

    .title-svg {
        height: 14px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 #fff;
        border-radius: 10px;
        margin-top: 0px;
        padding: .5rem .5rem .5px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #1E2433;
        line-height: 22px;
        height: 35px;
        display: flex;
        align-items: center;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 2px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .come {
        padding: 40px 10%;
        padding-bottom: 20px;
        background: url('../imgs/cpu.png') no-repeat;
        background-size: 100% 100%;
    }

    .come h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 24px;
    }

    .come p {
        width: 80%;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 20px;
    }

    .busy {
        padding: 25px 10%;
        padding-bottom: 0;
    }

    .busy h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 20px;
        color: #1E2433;
        line-height: 24px;
        text-align: center;
    }

    .busy .soft {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0px;
        /* padding: 0 20%; */
    }



    .busy .soft div {
        width: 260px;
        border-radius: 20px;
        background: #203264;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-right: 0px;
    }

    .busy .soft div img {
        width: 260px;
        height: 210px;
    }

    .busy .soft h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin-top: 10px;
    }

    .busy .soft p {
        width: 200px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    .apply {
        padding: 25px 10%;
        padding-bottom: 0;
    }

    .apply>div {
        padding: 25px 20px;
        background: rgba(182, 189, 210, 0.1);
        border-radius: 20px;
    }

    .apply h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 20px;
        color: #1E2433;
        line-height: 20px;
        text-align: left;
    }

    .apply .pesa {
        /* height: 142px; */
        background: #FFFFFF;
        border-radius: 15px;
        margin-top: 20px;
        padding: 15px 15px;
        display: flex;
        align-items: center;

    }

    .apply .pesa div {
        margin-left: 15px;
    }

    .apply .pesa h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 32px;
        color: #232323;
        line-height: 75px;
    }

    .apply .pesa div h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 16px;
        color: #232323;
        line-height: 20px;
    }

    .apply .pesa div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 19px;
        margin-bottom: 0;
    }



    .apply .digit {
        border: 2px solid #1FA1FF;
    }

    .apply .digit h3 {
        /* color: #0069F9; */
    }


    .vision {
        padding: 25px 0%;
        padding-bottom: 30px;
    }

    .vision h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 22px;
        color: #1E2433;
        line-height: 24px;
        text-align: center;
    }

    .vision .con {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .vision .con div {
        margin-right: 0px;
        margin-top: 0px;
    }

    .vision .con div img {
        width: 280px;
        height: 160px;
    }

    .vision .con div p {
        margin-top: 20px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        text-align: center;
    }

    .tech {
        padding: 30px 0;
        padding-bottom: 15px;
        background: url('../imgs/undulation.png') no-repeat;
        background-size: 100% 100%;
    }

    .tech h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 51px;
        text-align: center;
    }

    .tech p {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        margin-top: 16px;
    }

    .copy {
        height: 58px;
        background: #0C152B;
        line-height: 58px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 11px;
        color: #FFFFFF;
        text-align: center;

    }



}

@media (min-width: 551px) {
    .nav-box {
        width: 100%;
        box-shadow: 0;
        background-color: #FFFFFF !important;
    }


    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .tit {
        font-size: 26px;
        font-weight: 900;
        padding-top: 28px;
        font-family: Roboto-Regular,
            Roboto;
        color: #232323;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 0;
        margin-bottom: -5px;
        font-family: Roboto-Regular,
            Roboto;

    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 80%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #1E2433;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #1E2433;
    }

    .navbar .logoImg {
        width: 107px !important;
        height: 46px !important;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 22px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 #fff;
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #1E2433;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .come {
        padding: 80px 10%;
        background: url('../imgs/cpu.png') no-repeat;
        background-size: 100% 100%;
    }

    .come h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #FFFFFF;
        line-height: 75px;
    }

    .come p {
        width: 60%;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        margin-top: 40px;
    }

    .busy {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .busy h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: center;
    }

    .busy .soft {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 53px;
        /* padding: 0 20%; */
    }



    .busy .soft div {
        width: 260px;
        border-radius: 20px;
        background: #203264;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-right: 53px;
    }

    .busy .soft div img {
        width: 260px;
        height: 210px;
    }

    .busy .soft h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin-top: 15px;
    }

    .busy .soft p {
        width: 200px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin-top: 8px;
        padding-bottom: 0px;
    }

    .apply {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .apply>div {
        padding: 50px 40px;
        background: rgba(182, 189, 210, 0.1);
        border-radius: 50px;
    }

    .apply h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 30px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .apply .pesa {
        /* height: 142px; */
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 40px;
        padding: 30px 20px;
        display: flex;
        align-items: center;

    }

    .apply .pesa div {
        margin-left: 30px;
    }

    .apply .pesa h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #232323;
        line-height: 75px;
    }

    .apply .pesa div h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 18px;
        color: #232323;
        line-height: 27px;
    }

    .apply .pesa div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        margin-bottom: 0;
    }



    .apply .digit {
        border: 2px solid #1FA1FF;
    }

    .apply .digit h3 {
        /* color: #0069F9; */
    }


    .vision {
        padding: 100px 15%;
        padding-bottom: 85px;
    }

    .vision h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: center;
    }

    .vision .con {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .vision .con div {
        margin-right: 0px;
        margin-top: 30px;
    }

    .vision .con div img {
        width: 350px;
        height: 210px;
    }

    .vision .con div p {
        margin-top: 20px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        text-align: center;
    }

    .tech {
        padding: 80px 0;
        padding-bottom: 60px;
        background: url('../imgs/undulation.png') no-repeat;
        background-size: 100% 100%;
    }

    .tech h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 51px;
        text-align: center;
    }

    .tech p {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        margin-top: 16px;
    }

    .copy {
        height: 58px;
        background: #0C152B;
        line-height: 58px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }




}

@media (min-width: 992px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .tit {
        font-size: 28px;
        font-weight: 900;
        padding-top: 17.5px;
        font-family: Roboto-Regular,
            Roboto;
        color: #232323;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 60px !important;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Roboto-Regular,
            Roboto;
    }



    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 70%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 16px !important;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #1E2433;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        width: 230px;
        margin-left: -50px;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 #fff;
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #1E2433;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;

        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .come {
        padding: 191px 10%;
        background: url('../imgs/cpu.png') no-repeat;
        background-size: 100% 100%;
    }

    .come h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #FFFFFF;
        line-height: 75px;
    }

    .come p {
        width: 60%;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        margin-top: 40px;
    }

    .busy {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .busy h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: center;
        margin-left: 0px;
    }

    .busy .soft {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin-left: 0;
    }



    .busy .soft div {
        width: 260px;
        border-radius: 20px;
        background: #203264;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-left: 53px;
        /* margin-right: 0; */

    }

    .busy .soft div img {
        width: 260px;
        height: 210px;
    }

    .busy .soft h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin-top: 15px;
    }

    .busy .soft p {
        width: 200px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin-top: 8px;
        padding-bottom: 0px;
    }

    .apply {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .apply>div {
        padding: 60px 80px;
        background: rgba(182, 189, 210, 0.1);
        border-radius: 50px;
    }

    .apply h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .apply .pesa {
        /* height: 142px; */
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 40px;
        padding: 30px 50px;
        display: flex;
        align-items: center;

    }

    .apply .pesa div {
        margin-left: 50px;
    }

    .apply .pesa h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #232323;
        line-height: 75px;
    }

    .apply .pesa div h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 18px;
        color: #232323;
        line-height: 27px;
    }

    .apply .pesa div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        margin-bottom: 0;
    }



    .apply .digit {
        border: 2px solid #1FA1FF;
    }

    .apply .digit h3 {
        /* color: #0069F9; */
    }


    .vision {
        padding: 100px 17%;
        padding-bottom: 85px;
    }

    .vision h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: center;
    }

    .vision .con {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .vision .con div {
        margin-right: 0px;
        margin-top: 30px;
    }

    .vision .con div img {
        width: 350px;
        height: 210px;
    }

    .vision .con div p {
        margin-top: 20px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        text-align: center;
    }

    .tech {
        padding: 80px 0;
        padding-bottom: 60px;
        background: url('../imgs/undulation.png') no-repeat;
        background-size: 100% 100%;
    }

    .tech h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 51px;
        text-align: center;
    }

    .tech p {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        margin-top: 16px;
    }

    .copy {
        height: 58px;
        background: #0C152B;
        line-height: 58px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }



}

@media (min-width: 1024px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 65%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 19px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #1E2433;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        width: 230px;
        margin-left: -50px;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0;
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #1E2433;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;

        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .come {
        padding: 191px 10%;
        background: url('../imgs/cpu.png') no-repeat;
        background-size: 100% 100%;
    }

    .come h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #FFFFFF;
        line-height: 75px;
    }

    .come p {
        width: 626px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        margin-top: 40px;
    }

    .busy {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .busy h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: center;
    }

    .busy .soft {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }



    .busy .soft div {
        width: 260px;
        border-radius: 20px;
        background: #203264;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-left: 53px;
    }

    .busy .soft div img {
        width: 260px;
        height: 210px;
    }

    .busy .soft h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin-top: 15px;
    }

    .busy .soft p {
        width: 200px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin-top: 8px;
        padding-bottom: 0px;
    }

    .apply {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .apply>div {
        padding: 60px 80px;
        background: rgba(182, 189, 210, 0.1);
        border-radius: 50px;
    }

    .apply h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .apply .pesa {
        /* height: 142px; */
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 40px;
        padding: 30px 50px;
        display: flex;
        align-items: center;

    }

    .apply .pesa div {
        margin-left: 50px;
    }

    .apply .pesa h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #232323;
        line-height: 75px;
    }

    .apply .pesa div h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 18px;
        color: #232323;
        line-height: 27px;
    }

    .apply .pesa div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        margin-bottom: 0;
    }



    .apply .digit {
        border: 2px solid #1FA1FF;
    }

    .apply .digit h3 {
        /* color: #0069F9; */
    }


    .vision {
        padding: 100px 10%;
        padding-bottom: 85px;
    }

    .vision h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .vision .con {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* align-items: center; */
    }

    .vision .con div {
        margin-right: 50px;
        margin-top: 30px;
    }

    .vision .con div img {
        width: 350px;
        height: 210px;
    }

    .vision .con div p {
        margin-top: 20px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        text-align: center;
    }

    .tech {
        padding: 80px 0;
        padding-bottom: 60px;
        background: url('../imgs/undulation.png') no-repeat;
        background-size: 100% 100%;
    }

    .tech h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 51px;
        text-align: center;
    }

    .tech p {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        margin-top: 16px;
    }

    .copy {
        height: 58px;
        background: #0C152B;
        line-height: 58px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }



}

@media (min-width: 1366px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 60%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #1E2433;
    }

    .navbar .logoImg {
        width: 107px !important;
        height: 46px !important;
    }

    .title-svg {
        height: 20px;
        margin-left: 20px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0;
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #1E2433;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #16CB73;
        color: #16CB73;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .come {
        padding: 191px 10%;
        background: url('../imgs/cpu.png') no-repeat;
        background-size: 100% 100%;
    }

    .come h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #FFFFFF;
        line-height: 75px;
    }

    .come p {
        width: 626px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        margin-top: 40px;
    }

    .busy {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .busy h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .busy .soft {
        margin-top: 40px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }



    .busy .soft div {
        width: 260px;
        border-radius: 20px;
        background: #203264;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;


    }

    .busy .soft div img {
        width: 260px;
        height: 210px;
    }

    .busy .soft h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin-top: 15px;
    }

    .busy .soft p {
        width: 200px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin-top: 8px;
        padding-bottom: 0px;
    }

    .apply {
        padding: 100px 10%;
        padding-bottom: 0;
    }

    .apply>div {
        padding: 60px 80px;
        background: rgba(182, 189, 210, 0.1);
        border-radius: 50px;
    }

    .apply h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .apply .pesa {
        /* height: 142px; */
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 40px;
        padding: 30px 50px;
        display: flex;
        align-items: center;

    }

    .apply .pesa div {
        margin-left: 50px;
    }

    .apply .pesa h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #232323;
        line-height: 75px;
    }

    .apply .pesa div h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 18px;
        color: #232323;
        line-height: 27px;
    }

    .apply .pesa div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        margin-bottom: 0;
    }



    .apply .digit {
        border: 2px solid #1FA1FF;
    }

    .apply .digit h3 {
        /* color: #0069F9; */
    }


    .vision {
        padding: 100px 10%;
        padding-bottom: 85px;
    }

    .vision h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
    }

    .vision .con {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        /* align-items: center; */
    }

    .vision .con div {
        margin-right: 0px;
        margin-top: 0px;
    }

    .vision .con div img {
        width: 350px;
        height: 210px;
    }

    .vision .con div p {
        margin-top: 20px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        text-align: center;
    }

    .tech {
        padding: 80px 0;
        padding-bottom: 60px;
        background: url('../imgs/undulation.png') no-repeat;
        background-size: 100% 100%;
    }

    .tech h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 51px;
        text-align: center;
    }

    .tech p {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        margin-top: 16px;
    }

    .copy {
        height: 58px;
        background: #0C152B;
        line-height: 58px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }




}


@media (min-width: 1680px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
        height: 60px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 60%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 16px;
        color: #131A2D;
        /* line-height: 3rem; */
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #1E2433;
    }

    .navbar .logoImg {
        width: 160px;
        height: 70px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 60px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 !important;
        border-radius: 10px;
        margin-top: 0;
        padding: 0.25rem 1.25rem 20px 1.75rem;
        margin-left: -30px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #1E2433;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 15px;
    }



    .dropdown-toggle img {
        width: 20px;
    }

    .come {
        padding: 191px 15%;
        background: url('../imgs/cpu.png') no-repeat;
        background-size: 100% 100%;
    }

    .come h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #FFFFFF;
        line-height: 75px;
    }

    .come p {
        width: 626px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        margin-top: 40px;
    }

    .busy {
        padding: 100px 15%;
        padding-bottom: 0;
    }

    .busy h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .busy .soft {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }



    .busy .soft div {
        width: 260px;
        border-radius: 20px;
        background: #203264;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .busy .soft div img {
        width: 260px;
        height: 210px;
    }

    .busy .soft h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin-top: 15px;
    }

    .busy .soft p {
        width: 200px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin-top: 8px;
        padding-bottom: 0px;
    }

    .apply {
        padding: 100px 15%;
        padding-bottom: 0;
    }

    .apply>div {
        padding: 60px 80px;
        background: rgba(182, 189, 210, 0.1);
        border-radius: 50px;
    }

    .apply h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
        text-align: left;
    }

    .apply .pesa {
        /* height: 142px; */
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 40px;
        padding: 30px 50px;
        display: flex;
        align-items: center;

    }

    .apply .pesa div {
        margin-left: 50px;
    }

    .apply .pesa h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #232323;
        line-height: 75px;
    }

    .apply .pesa div h4 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 18px;
        color: #232323;
        line-height: 27px;
    }

    .apply .pesa div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        margin-bottom: 0;
    }



    .apply .digit {
        border: 2px solid #1FA1FF;
    }

    .apply .digit h3 {
        /* color: #0069F9; */
    }


    .vision {
        padding: 100px 15%;
        padding-bottom: 85px;
    }

    .vision h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #1E2433;
        line-height: 51px;
    }

    .vision .con {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }

    .vision .con div img {
        width: 380px;
        height: 210px;
    }

    .vision .con div p {
        margin-top: 20px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1E2433;
        line-height: 21px;
        text-align: center;
    }

    .tech {
        padding: 80px 0;
        padding-bottom: 60px;
        background: url('../imgs/undulation.png') no-repeat;
        background-size: 100% 100%;
    }

    .tech h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #FFFFFF;
        line-height: 51px;
        text-align: center;
    }

    .tech p {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        margin-top: 16px;
    }

    .copy {
        height: 58px;
        background: #0C152B;
        line-height: 58px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }


}

.container-fluid {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0 !important;
}