<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:1200px){

    /*Home page*/

    .testimonial-content p {
        font-size: 15px;
        width: 100%;
    }

    .h3-title {
        font-size: 16px;
        margin-top: -6px;
    }
    .navbar-expand-lg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 8px 0;
    }
    .container {
        width: 92%;
        max-width: 938px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .row-two {
        display: flex;
        flex-wrap: nowrap;
    }
    .cols-two iframe {
        width: 95%;
        height: 320px;
    }

    /*Roadmap-to-success page*/

    .roadmap-img {
        max-height: 310px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .p-question {
        color: #494949;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: justify;
    }
    .button-container {
        width: 42%;
        height: auto;
    }
    .card img {
        border-radius: 4px 4px 0 0;
        width: 100%;
    }
    .row-box {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }


}

@media (max-width:1000px) {
    .container {
        width: 92%;
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-content p {
        font-size: 15px;
        width: 100%;
    }

    .h3-title {
        font-size: 16px;
        margin-top: -6px;
    }
    .navbar-expand-lg {
        display: none;
    }

    .navbar-mobile-menu {
        display: block;
    }
    .testimonial-content p {
        font-size: 16px;
        width: 100%;
    }
    .row-two {
        display: block;
    }

    .cols-two {
        max-width: 100%;
        margin: 10px 0;
    }

    .row {
        display: block;
        margin-bottom: 20px;
    }

    .cols-lg-4, .cols-lg, .cols-lg-6, .cols-lg-3, .cols-lg-2, .cols-lg-40, .cols-lg-58, .cols-lg-33, .cols-lg-66 {
        max-width: 100%;
    }

    .responsive-img {
        max-height: 180px;
    }

    /*Roadmap-to-success page*/

    .board-home {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0px;
        padding: 10px 0px;
        gap: 6px;
    }

    .breadcrumb-item {
        color: #868e96;
        font-size: 20px;
    }

    .title {
        font-size: 36px;
        font-weight: 700;
        padding-bottom: 20px;
        color: #021a56;
    }
    .row-box {
        display: block;
        margin: 0 auto;
    }
    .card-body{
        margin:15px 10px;
    }
    .card img {
        border-radius: 4px 4px 0 0;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .app-img{
        height:120px;
    }
    .roadmap-img {
        max-height: 375px;
    }

    .inner {
        margin-top: 0px;
    }
    .buss-para {
        margin: -20px 0;
    }
    .p-question {
        color: #494949;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        text-align: justify;
    }
    .button-container {
        width: 30%;
        height: auto;
    }

    /*Contact Page*/

    .contact-details {
        padding: 14px 44px;
        margin:20px 0;
    }

    .form-page {
        margin: -50px 0;
    }
    #go-top {
        display: none;
    }
    label {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 20px;
    }
    .contact-form input[type=text] {
        width: 95%;
        margin: 10px 0;
        padding: 10px 4px;
        border: 1px solid #000;
    }
    .contact-form input[type=email] {
        width: 95%;
        margin: 10px 0;
        padding: 10px 4px;
        border: 1px solid #000;
    }
    textarea {
        width: 95%;
        height: 110px;
        margin: 10px 0;
        padding: 10px 4px;
        border: 1px solid #000;
        resize: none;
    }


    }

@media (max-width:754px){
    .container {
        width: 92%;
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-content p {
        font-size: 15px;
        width: 100%;
    }
    .h3-title {
        font-size: 16px;
        margin-top: -6px;
    }
    .cols-two iframe {
        width: 100%;
        height: 280px;
    }
    .responsive-img {
        max-height: 230px;
    }
    .roadmap-img {
        max-height: 330px;
    }
    footer {
        width: 100%;
        margin-top: 30px;
        /* padding: 10px 0; */
        background-color: #021a56;
    }
    .footer-text {
        color: #fff;
        font-size: 16px;
    }
    /*Contact*/
    .address {
        font-style: normal;
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 20px;
        line-height: 32px;
        color: #494949;
    }
    .address-side-text {
        margin-left: 9%;
    }
    .cont-heading {
        color: #f1d975;
        font-size: 30px;
        margin-bottom: 0px;
    }
    .letter-box {
        grid-template-columns: 1fr 1fr;
    }
    
}

@media (max-width:600px){
    .cols-two iframe {
        width: 100%;
        height: 240px;
    }
    .testimonial-data {
        height: 320px;
    }
    .footer-inner {
        width: 100%;
        display: block;
        
    }
    .footer-text {
        color: #fff;
        font-size: 15px;
    }

    /*Roadmap-to-sucess*/
    .title {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 20px;
        color: #021a56;
    }

    .app-img {
        width: 100% !important;
    }
    .button-container {
        width: 50%;
        height: auto;
    }
    .roadmap-img {
        max-height: 270px !important;
    }
    /*Contact*/
    .address {
        font-style: normal;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 20px;
        line-height: 32px;
        color: #494949;
    }
    .icon {
        font-size: 18px;
        color: #021a56;
    }
}

@media(max-width:500px){
    /*Roadmap-to-sucess*/
    .title {
        font-size: 25px;
        font-weight: 700;
        padding-bottom: 20px;
        color: #021a56;
    }
    /*position Held*/
    .inner {
        margin-top: -25px;
    }
    .ph-header {
        color: #021a56;
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: -12px;
    }
    .h3-question {
        color: #021a56;
        text-transform: uppercase;
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #021a55;
        font-weight: 700 !important;
    }
    /*Contact page*/

    label {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
    }
    .contact-form input[type=text] {
        width: 95%;
        margin: 10px 0;
        padding: 8px 4px;
        border: 1px solid #000;
    }
    .contact-form input[type=email] {
        width: 95%;
        margin: 10px 0;
        padding: 10px 4px;
        border: 1px solid #000;
    }
    textarea {
        width: 95%;
        height: 70px;
        margin: 10px 0;
        padding: 8px 4px;
        border: 1px solid #000;
        resize: none;
    }
    .mob-details {
        margin-left: -60px;
        width: 352px;
    }
    .letter-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width:460px){
    /*Roadmap-to-sucess*/
    .card img {
        border-radius: 4px 4px 0 0;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .roadmap-img {
        max-height: 215px !important;
    }
    .button-container {
        width: 60%;
        height: auto;
    }
    .app-img {
        width: 100% !important;
    }
    .sec-heading {
        margin-top: 50px;
    }

    /*Bussiness Ventures*/

    .p-question {
        color: #494949;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: justify;
    }
    
}

@media(max-width:385px){
    .roadmap-img {
        max-height: 175px !important;
    }
    .title {
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 20px;
        color: #021a56;
    }
    .container {
        width: 92%;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .test-text {
        font-size: 14px !important;
    }
}</pre></body></html>