<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
* {
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

html{
    scroll-behavior:smooth;
}

body {
    margin:0;
    padding:0;
}
/*bottom-to-top*/



#go-top {
    display: block;
    background-color: #f1d975;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 50px;/*
    transition: background-color .3s, opacity .5s, visibility .5s;*/
    z-index: 1000;
    cursor: pointer;
}
    #go-top:hover {
        cursor: pointer;
        background-color: #f1c716;
    }
    #go-top:active {
        background-color: #FF9800;
    }
    #go-top img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin: 8px 0;
    }
    .active{
        border-bottom:2px solid #fff; 
    }



header {
    width: 100%;
    padding: 12px 0;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
    background: rgba(2, 26, 86, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.container {
    width: 92%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.navbar-expand-lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}
.img-logo {
    width: 20%;
}
        .navbar-expand-lg a img {
            width: 34%;
            background: transparent;
        }

.navbar-collapse {
    width: 80%;
}

.navbar-nav-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}
.nav-item:hover{
    border-bottom:2px solid #fff;
}
.nav-link {
    text-decoration: none;
    color: #f1d975;
}



/*Fancybox CSS*/
.fancybox__footer {
    display: none;
}
.fancybox__nav{
    display:none;
}
/*Mobile menu*/
.navbar-mobile-menu {
    display: none;
}
/*Default Page CSS*/
.main-container {
    padding-top: 0px;
}

/*Banner swiper slider*/
.cols-lg {
    flex: 0 0 100%;
    max-width: 100%;
}
.testimonial {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size:30px !important;
    color:#fff;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 30px !important;
    color: #fff;
}

.gold-patch {
    background-color: #f1d975;
}
.testimonial-data {
    height: 300px;
}
.testimonial-content {
    text-align: center;
    padding: 10px 0;
    background-color: #f1d975;
}
    .testimonial-content img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        display: block;
        margin: auto;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 
                    0 6px 20px 0 rgba(0, 0, 0, .19);
    }

.h3-question {
    color: #021a56;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #021a55;
    font-weight: 700 !important;
}
.p-question {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.row-two {
    display: flex;
    flex-wrap: nowrap;
}
.cols-two {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    /*padding-left: 15px;*/
}
.ytp-impression-link-content {
    display: none!important;
}
.cols-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.card-body {
    margin: 0 10px;
    font-weight: 400;
    border-radius: .3rem;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
    .card-body:hover {
        box-shadow: 0px 0px 45px -10px rgba(0, 0, 0, 0.5);
        
    }
.card img {
    border-radius:4px 4px 0 0;
    }

.roadmap-img {
    max-height: 375px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.responsive-img {
    max-height: 225px;
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
center {
    font-weight: 300;
    font-size: 18px;
    padding: 0 8px;
}
center b{
    font-weight:400;
}
.cols-lg-6{
    flex:0 0 16.6666%;
    max-width:16.6666%;
}
.cols-lg-3{
    flex:0 0 33.3333%;
    max-width:33.333%;
}
.cols-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

footer {
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
    background-color: #021a56;
}
.footer-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-text {
    color: #fff;
    font-size: 13px;
}

.social-media {
}
    .social-media ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        gap: 15px;
    }
        .social-media ul li:hover {
            box-shadow: 0px 0px 16px 10px #416ad1;
        }
.social-icon {
    width: 40px;
}
.fa-brands {
    font-size: 30px;
}


/*Roadmap-to-success page CSS*/

.breadcrumb, blue-grey{
    background-color:#f1d975;
}

.board-home {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    gap: 6px;
}
.breadcrumb-item a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
}
.breadcrumb-item {
    color: #868e96;
}

.header-title {
    text-align: center;
    /*padding: 15px 0;*/
}
.title {
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 20px;
    color: #021a56;
}
.row-box{
    display:flex;
    align-items:center;
    gap:20px;
}
.inner {
    margin-top: -20px;
}
.sec-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 0px;
    margin-bottom: -12px;
}
.button-container {
    width: 36%;
    height: auto;
}
.store-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    margin: 5px;
    cursor: pointer;
}
    .store-button:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }
    .store-button p {
        margin-right: 8px;
        color: #000;
        font-size: 13px;
    }
.amazon-img {
    width: auto;
    max-height: 30px;
}


/*Business Ventures Page CSS*/

.heading-box {
    margin-bottom: -40px;
}
.cols-lg-40 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.card-big-img {
    margin: 0 20px;
}
.responsive-img-big {
    max-height: 350px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.cols-lg-58 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.repl-title {
    text-decoration: none;
}

    .repl-title h3 {
        font-size: 30px;
        color: #021a56;
        margin-top: 10px;
        margin-bottom: -10px;
    }
.responsive-img-small {
    max-height: 140px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}



/*Position Held CSS Page*/


.ph-title {
    /*margin-top: 0px;*/
    margin-bottom: 0px;
    font-weight: 700;
}

.cols-lg-33{
    flex:0 0 33.33333%;
    max-width:33.33333%;
}

.cols-lg-66{
    flex:66.66667%;
    max-width:66.66667%;
}

.ph-header {
    color: #021a56;
    font-size: 26px;
    margin-bottom: -12px;
}

/*Gallery Page CSS*/

.falb-img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}



/*Contact Page CSS*/

.contact-details {
    padding-top: 15px;
}
.cont-heading {
    color: #f1d975;
    font-size: 25px;
    margin-bottom:0px;
}
/*address {
    font-style: normal;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 32px;
    color: #494949;
}
    address b {
        font-weight: 400;
        color: #000;
    }*/

/*Demo Adress chaning*/

.address {
    font-style: normal;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 32px;
    color: #494949;
}
.text-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom:-6%;
}
.address-text{
    margin-left:2%;
}
.address-side-text {
    margin-left:7%;
}
.email-text {
    margin-left: 0;
}
    .address b {
        font-weight: 400;
        color: #000;
    }


.icon {
    font-size: 22px;
    color: #021a56;
}
.contact-form {
    width: 100%;
    /* margin: 20px; */
    /* padding: 40px;*/
}

label {
    text-transform: uppercase;
    font-weight: 300;
}

    .contact-form input[type=text] {
        width: 90%;
        margin: 10px 0;
        padding: 10px 4px;
    }

    .contact-form input[type=email] {
        width: 90%;
        margin: 10px 0;
        padding: 10px 4px;
    }
textarea {
    width: 90%;
    height: 70px;
    margin: 10px 0;
    padding: 10px 4px;
    resize: none;
}

.submit-btn {
    margin: 10px 0;
    padding: 10px 30px;
    border: none;
    background-color: #f1d975;
    border-radius: 8px;
    box-shadow: 2px 4px 8px #888;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    cursor:pointer;
    transition:all 0.5s ease-out;
}
    .submit-btn:hover {
        background-color: #45a872;
        color:#fff;
        box-shadow: 2px 0px 12px 4px #888;
    }


    .fancybox__content {
        padding: 0 !important;
    }

.form-box {
    padding-bottom: 136px;
}

/*letter Appreciation CSS*/

.letter-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.letter-img {
    width: 100%;
    box-shadow: 0px 0px 8px 0px #888;
    overflow:hidden;
}
.letter-img img{
    width:100%;
}










</pre></body></html>