<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:1500px) and (min-width:1300px) {
    .banner .banner-text img {
        max-width: 250px;
    }
    .banner .banner-text .text {
        font-size: 32px;
        margin-top: 10px;
    }
    .banner .button {
        margin-top: 15px;
    }
    
}
@media (max-width: 1300px) {
    .banner .container {
        top: 24%;
    }
    .banner .container .left-content .box .date-item .left-date {
        font-size: 50px;
        line-height: 58px;
    }
    .banner .container .left-content .box .date-item .right-date {
        font-size: 22px;
        line-height: 25px;
    }
    .banner .banner-text img {
        width: 70%;
    }
}
@media screen and (max-width:1199px) {       
    .resp-menu {
        display: block;
        border: 2px solid #0576da;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        padding: 7px 5px;
        cursor: pointer;
    }
    .resp-menu span {
        width: 100%;
        height: 2px;
        background-color: #0576da;
        display: block;
        border-radius: 4px;
    }
    .resp-menu span:nth-of-type(2) {
        margin: 6px 0;
    }
    .nav-close {
        display: block;
        color: #fff;
        font-size: 40px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 1;
        margin-top: 20px;
        cursor: pointer;
    }
    .navigation {
        position: fixed;
        top: 0;
        right: -360px;
        width: 100%;
        max-width: 360px;
        height: 100%;
        background: -webkit-linear-gradient(45deg, #6560a8, #e560a4);
        padding: 0;
        transition: all linear 0.5s;
    }
    .navigation.show {
        right: 0;
    }
    .navigation ul {
        width: 100%;
    }
    .navigation ul li {
        width: 100%;
    }
    .navigation ul li a {
        display: block;
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        line-height: 2.2;
    }
    .navigation .register {
        margin: auto auto 0;
        width: calc(100% - 30px);
    }
    .navigation .register a {
        background: #fff;
        color: #e560a4;
        padding-left: 0px;
        padding-right: 0;
        border-radius: 0;
        display: block;
        font-size: 24px;
        margin-bottom: 25px;
    }
	.banner-bottom{ padding:0}
	.container1 {
   width: 80%;
    margin: 0 auto;
}
.container1&gt;img{ width:100%;}
    .banner .container {
        top: 120px;
    }
    .banner .date {
        margin-right: 20px;
        font-size: 42px;
    }
    .banner .date span.to {
        margin: 5px auto;
    }
    .banner .date .month {
        font-size: 18px;
    }
    .banner .banner-text .text {
        font-size: 26px;
        line-height: 1.2;
    }
    .about-event-list ul li {
        max-width: 200px;
    }
    .about-event-list ul li:nth-of-type(2) {
        left: 200px;
    }
    .area-list {
        width: 970px;
    }
    .tech-product {
        margin-top: 25px;
    }
    .tech-product .heading {
        font-size: 36px;
    }
    .tech-product-list li {
        width: 100px;
        height: 100px;
    }
    .tech-product-list li span {
        font-size: 16px;
        padding: 10px;
        font-weight: 500;
        line-height: 20px;
    }
    .product-network {
        background: none;
        margin: 0;
    }
    .network {
        padding: 25px;
        background: url(../images/netwoking.jpg) no-repeat right 0;
        border-radius: 20px;
    }
    .network .heading {
        font-size: 36px;
    }
    .footer .footer-heading {
        font-size: 36px;
    }
    .footer .footer-subheading {
        font-size: 24px;
    }
    .footer p {
        font-size: 16px;
    }
    .footer .tag ul li {
        font-size: 18px;
    }
    .leaders-list a {
        min-height: 215px;
        display: block;
        padding: 15px 20px;
    }
    .leaders-list .image {
        float: left;
        margin: 0 15px 0px 0;
        max-width: 150px;
    }
    .leaders-list .desc {
        width: 100%;
        padding: 0;
    }
    .leaders-list .name {
        font-size: 16px;
        line-height: 1.2;
    }
    .leaders-list .company {
        font-size: 14px;
        margin: 5px 0 10px;
    }
    .leaders-list p {
        font-size: 13px;
    }
    .leaders-list .owl-nav {
        margin: 10px 0 0;
    }
    .glance ul li {
        width: 32%;
    }
}
@media screen and (max-width:1023px) {
    .banner .container {
        display: none;
    }
    .glance ul li {
        width: 48%;
    }
    .banner {
        /* background: url(../images/banner.jpg) no-repeat right top;
        background-size: 100%; */
        background: #e6f2fe;
        padding-top: 100px;
    }
    .banner &gt; img {
        /* display: none; */
    }
    .banner .mobile {
        display: block;
    }
    .banner .desktop {
        display: none;
    }
    .banner .container {
        position: static;
        /* padding-top: 120px; */
    }
    .banner .banner-content {
        margin: 0 auto;
    }
    .banner .date {
        max-width: 100px;
    }
    .banner .banner-text {
        max-width: 320px;
    }    
    .banner .button .btn{
        padding: 10px 25px;
    }
    .banner .banner-text .text {
        font-size: 22px;
        margin-top: 10px;
    }
    .calender {
        position: static;
        transform: translate(0,0);
        padding: 30px 0;
    }
    .calender .container {
        padding: 20px 50px;
    }
    .timer .num {
        font-size: 36px;
    }
    .about {
        padding: 50px 0 20px;
    }
    .about-event-list ul li {
        max-width: 160px;
        padding: 45px 0;
    }
    .about-event-list .date {
        font-size: 48px;
    }
    .about-event-list .month {
        font-size: 18px;
    }
    .about-event-list span {
        font-size: 16px;
        margin-top: 10px;
    }
    .about-event-list ul li:nth-of-type(2) {
        left: 150px;
    }
    .about-event-list ul li:nth-of-type(3) {
        left: 15px;
    }
    .focus-area .owl-nav {
        margin: 0;
    }
    .glance-list ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .glance-list ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .network {
        background-size: 100% 100%;
    }
    .tech-product .heading {
        font-size: 32px;
    }
    .tech-product-list li:nth-of-type(4n) {
        margin-right: 10px;
    }
    .tech-product-list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .sponsorship .middle {
        text-align: center;
        margin: 30px 0;
    }
    .leaders-list ul li {
        max-width: 100%;
    }
    .leaders-list a {
        min-height: auto;
        display: -webkitflex;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0;
    }
    .leaders-list .image {
        margin: 0;
    }
    .leaders-list .desc {
        padding: 15px 20px;
        width: calc(100% - 150px);
    }
    .speakers-list ul {
        justify-content: center;
    }
    .speakers-list ul li,
    .speakers-list ul li:nth-of-type(5n) {
        width: 32%;
        margin-right: 0.65%;
        margin-left: 0.65%;
    }
    .about-overview {
        padding: 40px 0;
    }
    .about-counter .about-counter-wrap {
        margin-bottom: 15px;
        margin-left: 12px;
    }
    .logo-list .flex-box .flex-items {
        width: 45%;
     } 
}
@media screen and (max-width:767px) {
    .header {
        padding: 0 20px;
    }
    .banner {
        padding-top: 100px;
    }
    .banner .container {
        display: none;
    }
	.container1{ width:96%; margin:0 auto;}
	.container1&gt;img {
    /* margin: 0 auto; */
    margin: 0 auto;
    display: block;
	width:100%;
	
}
    .header .container{
        padding: 5px 0;
        max-width: 96%;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .area-slider .owl-dots{
        margin-top: 10px;
        text-align: center;
    }
    .calender {
        /* padding: 0 20px; */
    }
    .calender .heading {
        width: 100%;
        max-width: none;
        margin: 0 0 15px;
        text-align: center;
    }
    .timer .num {
        padding: 0 10px;
    }
    /* .about-event-list ul li {
        max-width: 200px;
        margin: 0 auto 20px;
        overflow: hidden;
    }
    .about-event-list ul li:nth-of-type(2),
    .about-event-list ul li:nth-of-type(3) {
        position: relative;
        top: 0;
        left: 0;
    } */
    .about-event-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-event-list ul {
        margin-left: -150px;
    }
    .about-event-list ul li {
        min-width: 160px;
    }
    .area-list {
        width: 680px;
    }
    .area-list .list-heading {
        font-size: 18px;
    }
    .area-list .sub-heading {
        font-size: 14px;
    }
    .area-list p {
        font-size: 14px;
    }
    .glance-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .glance-list ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .glance-list ul li:nth-last-child() {
        margin-bottom: 0;
    }
    .product-network {
        padding: 30px 0;
    }
    .tech-product {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .tech-product .heading {
        margin-bottom: 25px;
        text-align: center;
    }
    .tech-product-list {
        justify-content: center;
    }
    .tech-product-list li {
        width: 94px;
        height: 94px;
    }
    .tech-product-list li:nth-of-type(4n) {
        margin-right: 10px;
    }
    .tech-product-list li:nth-of-type(3n) {
        margin-right: 10px;
    }
    .tech-product-list li:nth-of-type(5n) {
        margin-right: 10px;
    }
    .network .heading {
        font-size: 32px;
        text-align: center;
    }
    .summits-tabs {
        display: none;
    }
    .summits-tabs-wrapper {
        width: 100%;
        padding: 0;
    }
    .summits-tabs-content {
        display: block;
    }
    .summits-tabs-wrapper .list-heading {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        padding: 25px;
        border-radius: 15px;
        margin-bottom: 10px;
        background: #fff;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .summits-tabs-wrapper .list-heading span {
        position: relative;
        z-index: 2;
        width: 100%;
        display: block;
    }
    .summits-tabs-wrapper .list-heading span:after {
        content: '+';
        display: block;
        position: absolute;
        right: 0;
        top: -6px;
        font-size: 30px;
    }
    .summits-tabs-wrapper .list-heading.active span:after {
        content: '-';
        /* color: #fff; */
    }
    .summits-tabs-wrapper .list-heading:before {
        content: '';
        background: -webkit-linear-gradient(45deg, #5f66af 0%, #e560a4 80%);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all linear 0.5s;
    }
    .summits-tabs-wrapper .list-heading:after {
        content: '';
        display: block;
        background: url(../images/pattern.png) no-repeat 0 0;
        opacity: 0.2;
        width: 220px;
        height: 290px;
        position: absolute;
        bottom: -5px;
        left: -50px;
        opacity: 0;
        visibility: hidden;
        transition: all linear 0.5s;
    }
    .summits-tabs-wrapper .list-heading:hover,
    .summits-tabs-wrapper .list-heading.active {
        color: #fff;
    }
    .summits-tabs-wrapper .list-heading:hover:before,
    .summits-tabs-wrapper .list-heading:hover:after,
    .summits-tabs-wrapper .list-heading.active:before,
    .summits-tabs-wrapper .list-heading.active:after {
        opacity: 1;
        visibility: visible;
    }
    .summits-tabs-wrapper .list-heading:hover:after,
    .summits-tabs-wrapper .list-heading.active:after {
        opacity: 0.7;
    }
    .summits-tabs-wrapper .desc {
        display: none;
        margin-bottom: 20px;
    }
    .leaders,.about,.focus-area,.glance,.summits,.product-network,.speakers {
        padding: 30px 0;
    }
    .focus-area {
        margin-top: 60px;
    }
    .leaders .heading {
        margin-bottom: 0;
    }
    .leaders-list ul li{ max-width: 95%;}
    .leaders-list .desc:before{ display: none;}
    .leaders-list .leaders-wrap{ margin: 0 auto;}
    .leaders-list .image{ margin-bottom: 15px;}
    .leaders-list .desc {width: calc(100% - 0px);}
    .agenda .container{
        max-width: initial;
    }
    .agenda-tabs ul{
        justify-content: start;
    }
    .agenda-tabs ul li{
        padding: 6px 10px;
        font-size: 14px;
    }
    .agenda .t-box .t-box-wrap .item, .agenda .t-box-inner{
        width: 100%; margin-right: 0;
        border-radius: 0;
        height: auto;
        color:#000;
    }
    .agenda .t-box .t-box-wrap .item{
         border-bottom:1px solid #eee;
         width: 100%;
         margin-bottom: 10px;
    }
    .agenda .t-box .t-box-wrap .item:last-child{
        border-bottom: 0;
    }
    .agenda-tabs{
        display: none;
    }
    .agenda-content{
        border:1px solid #ccc;
        margin-bottom: 10px;;
        display: block;
    }
    .agenda-content .list-heading-mob{
        display: block;
        display: flex;
        justify-content: space-between;
    }
    .agenda .t-box-inner{
        background: none;
    }
    .agenda .t-box {
        display: none;
    }
    .agenda .t-box.show {
        display: flex;
    }
    .agenda .t-box{
        margin-top: 0;
    
    }
	.calender .add-calender{ 
	margin-left: initial;
    margin-top: 20px;
	}
	.calender .add-calender:before{
		 display:none;}
         .glance ul li {
            width: 49%;
         }  
         .glance ul li span {
            font-size: 13px;
         }   
         .Registration .register-box {
            display: block;
            text-align: center;
            margin: 0 auto;
         }
         .Registration .register-box .box-sm {
            margin: 0 auto;
            width: 80%;
         }
         .Registration .register-box img {
            margin-bottom: 10px; 
            width: 100%;
         }
         .glance {
            padding: 70px 0px 0px;
         }
         .Registration .discount {
            width: 100%;
         }
         .venue .main-heading {
            font-size: 24px;
         }
         .venue .flex-box .boxes {
            width: 90%;
         }
         .logo-list .flex-box .flex-items {
            width: 100%;
         } 
         .about {
            padding: 30px 0px 90px 0px;
         } 
         .register-tab {
            padding: 20px 0px;
         }
         .register-tab ul li {
            width: 24%;
         }   
         .flip-book iframe {
            width: 100%;
            height: auto;
         }
         .session-video .videolist ul li {
            width: 100%;
         }
}
@media screen and (max-width:599px) {
    .banner .container {
        /* padding-top: 400px; */
    }
    .calender {
        padding: 30px 15px;
    }
    .calender .container {
        padding: 20px 50px;
    }
    .banner .button .btn {
        padding: 6px 20px;
        font-size: 15px;
    }
    .heading {
        font-size: 32px;
    }
    .about .read-more{
    max-width: 175px;
    margin: 0 auto;
    margin-bottom: 25px;
    }
	
    .area-list {
        width: 100%;
    }
    .footer .footer-heading {
        font-size: 30px;
    }
    .footer .footer-subheading {
        font-size: 20px;
    }
    .footer p {
        font-size: 15px;
        padding: 0 8px;
    }
    .social ul li img {
        width: 40px;
    }
    .leaders-list ul li{ 
        padding:0;
        margin-top: 15px;
    }
    .leaders-list a {
        display: block;
        padding: 15px 20px;
    }
    .leaders-list .image {
        margin: 0 15px 15px 0;
    }
    .leaders-list .desc {
        width: 100%;
        padding: 0;
    }
    .speakers-list ul li,
    .speakers-list ul li:nth-of-type(5n) {
        width: 48%;
        margin: 0 1% 3%;
    }
    .speakers-list .desc {
        padding: 15px;
    }
    .speakers-list .name {
        font-size: 15px;
    }
    .speakers-list .company {
        font-size: 13px;
    }
    .glance ul li {
        width: 90%;
     }
}
@media screen and (max-width:479px) {
    .banner .container {
        /* padding-top: 300px; */
    }
    .banner .date {
        margin-right: 10px;
        max-width: 80px;
        font-size: 24px;
    }
    .banner .month {
        font-size: 15px;
    }
    .banner .banner-text {
        max-width: 255px;
    }
    .banner .banner-text .text {
        font-size: 20px;
    }
    .banner .button {
        margin-top: 10px;
    }
    .calender {
        /* margin: 30px 0; */
    }
    .calender .container {
        padding: 20px 20px;
    }
    .timer .num {
        font-size: 24px;
        padding: 0 5px;
    }
    .timer .num span {
        font-size: 14px;
        font-weight: 400;
    }
    .area-list {
        width: 670px;
    }
    .agenda-tabs ul{
        justify-content:start;
    }
    .agenda-tabs{
        margin-top: 20px;
    }
    .agenda-tabs ul li{
      width: 100%;
      padding: 5px 10px;
      margin-bottom: 10px;
    }
    .leaders-list .leaders-wrap{
        max-width: 260px;
    }
}</pre></body></html>