<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

.topheadere {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

/* dropdown css end */

.menusection {
    z-index: 2;
}

.EventMenu {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background: #fdeae6;
    border: none;
    border-radius: 0;
    top: 100%;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 65px;
    box-shadow: 0px 5px 5px #9a8682;
}

    .EventMenu .listsection li {
        padding: 10px 5px;
        margin-top: 0;
        margin-bottom: -2px;
    }

        .EventMenu .listsection li:hover {
            color: #ffffff !important;
            background: #e54b34 !important;
        }

        .EventMenu .listsection li a {
            padding: 2px 5px 3px !important;
        }

        .EventMenu .listsection li a {
            font-size: 16px;
            color: #000000 !important;
        }

        .EventMenu .listsection li:hover a {
            font-size: 16px;
            color: #ffffff !important;
            border-radius: 0;
        }

        .EventMenu .listsection li a:hover, .listsection li a:focus, .listsection li a:active {
            font-size: 16px;
            font-weight: 700;
            color: #ffffff;
            background: #e54b34;
        }

    .EventMenu .listsection .DropdownList li a {
        font-size: 16px;
        color: #000000 !important;
    }

    .EventMenu .listsection .DropdownList li:hover a {
        font-size: 16px;
        color: #FFFFFF !important;
    }

    .EventMenu .arrow-down {
        border-top: 8px solid #000000;
    }

    .EventMenu .listsection li.active a .arrow-down, .EventMenu .listsection li a:hover .arrow-down,
    .EventMenu .listsection li a:focus .arrow-down,
    .EventMenu .listsection li:hover a .arrow-down {
        border-top: 8px solid #ffffff;
    }

.listsection li.active a .arrow-down, .listsection li a:hover .arrow-down, .listsection li a:focus .arrow-down,
.listsection li:hover a .arrow-down {
    border-top: 8px solid #e54b34;
}

.listsection li a:active .arrow-down {
    border-top: 8px solid #ffffff !important;
}

.EventMenu .listsection li.active a .arrow-down, .EventMenu .listsection li a:hover .arrow-down, .EventMenu .listsection li a:focus .arrow-down, .EventMenu .listsection li a:active .arrow-down {
    border-top: 8px solid #ffffff;
}

.EventMenu .DropdownList {
    border: 1px solid #d3b7c5;
}

/* banner css start */

.bannerimage {
    width: 100%;
    border-bottom: 5px solid #e8e6e6;
}

    .bannerimage img {
        width: 100%;
    }

/* slider css start */

.Mainslider {
    margin-top: 210px;
    position: relative;
}

.postslide {
    margin: 0px;
    background: #fff;
}

    .postslide .post-img {
        overflow: hidden;
        position: relative;
    }

        .postslide .post-img img {
            width: 100%;
            height: auto;
            transition: all 0.30s ease 0s;
        }

.Mainslider .owl-theme .owl-buttons div {
    position: relative;
    border-radius: 0;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}

.Mainslider .owl-theme .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.50s linear;
}

.Mainslider .owl-carousel:hover .owl-buttons .owl-prev {
    opacity: 1;
    left: 0px !important;
}

.Mainslider .owl-theme .owl-buttons .owl-next {
    position: absolute;
    right: 0 !important;
    opacity: 0;
    transition: all 0.50s linear;
}

.Mainslider .owl-carousel:hover .owl-buttons .owl-next {
    opacity: 1;
    right: 0px;
}

@media only screen and (max-width: 990px) {
    .owl-theme .owl-buttons div {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .postslide .post-title a {
        font-size: 14px;
    }
}

.ContDown {
    position: absolute;
    width: 30%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
}

.smvenue {
    width: 100%;
    display: block;
}

.ContDown img {
    width: 100%;
}

.timer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .timer div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.value {
    color: #383880;
    font-size: 25px;
    font-weight: 700;
    width: 75px;
}

    .value span {
        color: #e44228;
    }

/* slider css end */

/* About section css start */

.EventHeading p span, .EventHeading p {
    font-size: 25px;
    font-weight: 700;
}

    .EventHeading p span:first-child {
        color: #383880 !important;
    }

    .EventHeading p span:Last-child {
        color: #e44228;
    }

/* who why holder css start */

.whowhyholder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

    .whowhyholder .whowhy {
        width: 47%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
        padding-left: 15px;
        flex-direction: column;
    }

.border {
    position: absolute;
    top: 0;
    left: -3%;
    bottom: 0;
    border-left: 1px dashed #000000;
}

.whowhyList ul {
    list-style: none;
}

    .whowhyList ul li {
        padding-left: 25px;
        font-size: 15px;
        color: #777777;
        position: relative;
        line-height: 26px;
    }

        .whowhyList ul li::before {
            content: '';
            position: absolute;
            left: 0;
            height: 10px;
            width: 10px;
            border-radius: 25px;
            background: #e44228;
            top: 8px;
        }

.whowhydetail {
    width: 100%;
}

    .whowhydetail p {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

        .whowhydetail p span {
            width: 50%;
        }

/* focus Technology css start */

.focusTechnologyholder {
    background: #f1f0f0;
    padding-top: 50px;
    padding-bottom: 30px;
}

.focusTechnology {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.focusLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    width: 150px;
    margin: 10px 10px 15px;
    text-align: center;
}

    .focusLogo p {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        margin: 15px 0 0;
        width: 100%;
    }

    .focusLogo a {
        background: #ffffff;
        box-shadow: 0px 0px 6px 6px #dadada;
        height: 130px;
        width: 150px;
        /* margin: 10px 10px 15px; */
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background 0.50s ease;
    }

.coloricon {
    display: block;
    transition: background 0.50s ease;
}

.Whiteicon {
    display: none;
    transition: background 0.50s ease;
}

.focusLogo a:hover {
    transition: background 0.50s ease;
    background: #e96854;
}

    .focusLogo a:hover .Whiteicon {
        display: block;
        transition: background 0.50s ease;
    }

    .focusLogo a:hover .coloricon {
        display: none;
        transition: background 0.50s ease;
    }

/* Partnership opportunity */

.Partnershipopportunity {
    border: 4px solid #fdf3f1;
}

    .Partnershipopportunity img {
        width: 100%;
    }

.tablist {
    list-style: none;
}

    .tablist li {
        position: relative;
        line-height: 26px;
        padding-left: 25px;
    }

        .tablist li::before {
            position: absolute;
            content: '';
            height: 8px;
            width: 8px;
            background: #fdc9c0;
            left: 0;
            top: 8px;
            border-radius: 8px;
        }

.tablistbullet {
    padding-inline-start: 20px;
}

/* =============================== */

.vertical-tab {
    font-family: 'Titillium Web', sans-serif;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .vertical-tab .nav-tabs {
        display: flex;
        width: 40%;
        min-width: 40%;
        vertical-align: top;
        border: none;
        flex-direction: column;
    }

        .vertical-tab .nav-tabs li {
            float: none;
            vertical-align: top;
        }

            .vertical-tab .nav-tabs li a {
                color: #000;
                background: #fdc9c0;
                font-size: 18px;
                font-weight: 600;
                text-align: left;
                text-transform: capitalize;
                padding: 15px 15px;
                margin: 0 5px 5px 0;
                border-radius: 0px 30px 30px 0px;
                border: none;
                overflow: hidden;
                position: relative;
                z-index: 1;
                transition: all 0.5s ease 0s;
            }

                .vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a, .vertical-tab .nav-tabs li.active a:hover {
                    color: #fff;
                    background: #e44228;
                    border: none;
                }

                    .vertical-tab .nav-tabs li a:hover:before, .vertical-tab .nav-tabs li.active a:before {
                        height: 100%;
                        opacity: 0.4;
                    }

    .vertical-tab .tab-content {
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 24px;
        padding: 15px 25px 15px 40px;
        border-radius: 0 80px 80px 0;
        display: flex;
        position: relative;
        width: 60%;
    }

        .vertical-tab .tab-content h3 {
            font-weight: 600;
            margin: 0 0 5px 0;
        }

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        display: block;
        border: none;
    }

        .vertical-tab .nav-tabs li a {
            padding: 7px 20px;
            margin: 0 0 10px 0;
            border-radius: 30px 30px 0 0;
        }

    .vertical-tab .tab-content {
        padding: 20px 15px 10px;
        border-radius: 0 0 30px 30px;
        display: block;
    }

        .vertical-tab .tab-content h3 {
            font-size: 18px;
        }
}

/* Speakers css start */

.speakersholder {
    background: #f0fdf0;
    padding-top: 40px;
}

.post-slide {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .post-slide img {
        width: 100%;
        height: 250px;
        border-radius: 10px;
    }

    .post-slide .post-title {
        margin: 5px;
        text-align: center;
    }

        .post-slide .post-title a {
            font-size: 18px;
            font-weight: bold;
            color: #000000;
            display: inline-block;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #000000;
            }

    .post-slide .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #383880;
        font-weight: 300;
        text-align: center;
        width: 100%;
    }

        .post-slide .post-description span {
            font-size: 14px;
            line-height: 24px;
            color: #383880;
            font-weight: 300;
        }

            .post-slide .post-description span:first-child {
                font-size: 14px;
                line-height: 24px;
                color: #ea7563;
                font-weight: 700;
            }

.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative;
}

.owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    bottom: 200px;
    padding: 8px 17px;
    transition: background 0.50s ease;
}

.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom: 200px;
    padding: 8px 17px;
    transition: background 0.50s ease;
}

    .owl-controls .owl-prev:after, .owl-controls .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #ea6f5c;
        font-size: 60px;
    }

    .owl-controls .owl-next:after {
        content: "\f105";
    }

@media only screen and (max-width: 990px) {
    .post-slide {
        margin: 0 20px;
    }

    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        bottom: 180px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: 0px;
        bottom: 180px;
    }
}

/* Partner css start */

.PartnerHeading {
    display: flex;
    justify-content: center;
}

    .PartnerHeading p {
        width: fit-content;
        font-size: 18px;
        color: #000000;
        background: #fce3df;
        padding: 2px 12px 3px;
        margin-bottom: 0;
    }

.Logopartner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .Logopartner .logo {
        width: 200px;
        height: 100px;
        border: 1px solid #d8fdd8;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

.strategicMediHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .strategicMediHolder .strategicMedi {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

        .strategicMediHolder .strategicMedi + .strategicMedi {
            border-left: 1px dashed #000000;
        }

/* Journey section css start */

.Journey {
    background: url(../img/Journey.png)no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 50px;
}

.Journeydiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 580px;
    position: relative;
}

.Journeyitem {
    position: relative;
}

    .Journeyitem ul {
        padding-inline-start: 20px;
    }

.bottom {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.top {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -32%;
    font-size: 16px;
    color: #000000;
}

/* map section css start */

.Map iframe {
    width: 100%;
    min-height: 450px;
}

/*=================== Media query start============================ */

@media (min-width: 0px) and (max-width: 481.99px) {
    /* .EventMenu .listsection li a {
        color: #777777 !important;
    } */
    .EventMenu {
        left: 44px;
        right: 0;
        top: 100%;
        background: #ffffff;
        border-radius: 50%;
        bottom: -30px;
        z-index: 1;
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px 1px 1px #f6f6f6;
        margin-top: 0px;
    }

        .EventMenu .listsection {
            position: absolute;
            margin-top: 15px;
            left: -43px;
        }

    .listsection li {
        width: 100%;
    }

    .Login, .Login:hover, .Login:active, .Login:focus {
        width: 100px;
        font-size: 16px;
    }

    .whowhyholder .whowhy {
        width: 100%;
    }

    .whowhydetail p span {
        width: 100%;
    }

    .Journeydiv {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        position: relative;
    }

    .Journeyitem {
        position: relative;
        margin-bottom: 50px;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .bottom, .top {
        position: relative;
    }

    .strategicMediHolder .strategicMedi {
        width: 100%;
    }

        .strategicMediHolder .strategicMedi + .strategicMedi {
            border-left: none;
        }

    .border {
        display: none;
    }

    .Mainslider {
        margin-top: 182px;
    }

    .parrentbody {
        margin-top: 25px;
    }

    .vertical-tab .nav-tabs {
        width: 100%;
    }

        .vertical-tab .nav-tabs li a {
            border-radius: 0px;
        }

    .vertical-tab .tab-content {
        width: 100%;
    }

    .ContDown {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: none;
    }
}

@media (min-width: 482px) and (max-width: 767.98px) {
    /* .EventMenu .listsection li a {
        color: #777777 !important;
    } */
    .whowhyholder .whowhy {
        width: 100%;
    }

    .whowhydetail p span {
        width: 100%;
    }

    .EventMenu {
        left: 44px;
        right: 0;
        top: 100%;
        background: #ffffff;
        border-radius: 50%;
        bottom: -30px;
        z-index: 1;
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px 1px 1px #f6f6f6;
        margin-top: 0px;
    }

        .EventMenu .listsection {
            position: absolute;
            margin-top: 15px;
            left: -43px;
        }

    /*.Login, .Login:hover, .Login:active, .Login:focus {
        width: 100px;
        font-size: 16px;
    }*/

    .listsection li {
        width: 100%;
    }

    .Journeydiv {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        position: relative;
    }

    .Journeyitem {
        position: relative;
        margin-bottom: 50px;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .bottom, .top {
        position: relative;
    }

    .strategicMediHolder .strategicMedi {
        width: 100%;
    }

        .strategicMediHolder .strategicMedi + .strategicMedi {
            border-left: none;
        }

    .border {
        display: none;
    }

    .Mainslider {
        margin-top: 85px;
    }

    .vertical-tab .nav-tabs {
        width: 100%;
    }

        .vertical-tab .nav-tabs li a {
            border-radius: 0px;
        }

    .vertical-tab .tab-content {
        width: 100%;
    }

    .ContDown {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .EventMenu .listsection li a {
        font-size: 10px !important;
    }

    .parrentpadding-100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .EventMenu {
        padding-left: 0;
        padding-right: 0;
        top: 100%;
        margin-top: 40px;
    }

    .Mainslider {
        margin-top: 180px;
    }

    .Journeydiv {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        position: relative;
    }

    .Journeyitem {
        position: relative;
        margin-bottom: 50px;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .bottom, .top {
        position: relative;
    }

    .vertical-tab .nav-tabs li a {
        font-size: 16px;
    }

    .whowhydetail p span {
        width: 100%;
    }



    .EventMenu .listsection li a {
        padding: 2px 2px 3px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .parrentpadding-100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .EventMenu {
        padding-left: 0;
        padding-right: 0;
        top: 100%;
        margin-top: 48px;
    }

    .Mainslider {
        margin-top: 190px;
    }

    .owl-controls .owl-prev {
        left: -20px;
        bottom: 180px;
    }

    .owl-controls .owl-next {
        right: -20px;
        bottom: 180px;
    }

    .speakers .owl-controls .owl-prev {
        left: 0px;
    }

    .speakers .owl-controls .owl-next {
        right: 0px;
    }

    .EventMenu .listsection li a {
        padding: 2px 2px 3px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .parrentpadding-100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .EventMenu {
        padding-left: 0;
        padding-right: 0;
        top: 100%;
    }

    .speakers .owl-controls .owl-prev {
        left: 0px;
    }

    .speakers .owl-controls .owl-next {
        right: 0px;
    }

    .EventMenu .listsection li a {
        padding: 2px 2px 3px !important;
    }
}
</pre></body></html>