body{width: 100%;
    float: left;
    background-image: url(../img/bg20.jpg);
    background-attachment: fixed;
   
    -webkit-background-size: cover;
    background-size: cover;}

@font-face {
    font-family: "Featureflat Web";
    src: url("/fonts/FeatureFlat-DeckCondRegular-Web.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Feature Flat";
  src: url("../fonts/FeatureFlat-Upright-opsz_weight-VF-Web.woff") format("woff");
}
.spekers26-wd{width: 200px;margin-right: 10px; /* gap jitna chahte ho badha lo */}

.featuretry{font-family: "Featureflat Web", Arial, sans-serif;}
// <weight>: Use a value from 300 to 900
// <uniquifier>: Use a unique and descriptive class name

.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* PRELOADER */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;  
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
    float: left;
    background-image: url(../img/loding.jpg);
    background-attachment: fixed;
    padding: 30px 0px 100px 10px;
    -webkit-background-size: cover;
    background-size: cover;
}
#preloader.hide {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.lodingimgwd{ width: 250px;}
/* LOADING ANIMATION */
.loader {
  width: 1px;
  height: 1px;
  border: 1px solid #ffffff33;
  border-top: 6px solid #00ffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
	
}

/* SPIN ANIMATION */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.bgloding {
    width: 100%;
    float: left;
    background-image: url(../img/loding.jpg);
    background-attachment: fixed;
    padding: 30px 0px 100px 10px;
    -webkit-background-size: cover;
    background-size: cover;
}
.data-img-wd{ width: 100%;}

.lefttoright-dn{ display: inherit;}
.lefttoright2-dn{ display: none;}

/* MAIN CONTENT */
#main-content {
  display: none;
  padding: 50px;
  text-align: center;
}
.loding-none{ display: none;}
.loding-noneb{}

.mob-lod-wd{width: 100%;}
.track-hedum1 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400 !important;
    color: #2f2e7a;
    line-height: 30px;
	text-align: left;
    
}

.track-hedum-text1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 20px;
    padding: 4px 0 28px 0px;
    text-align: left;
	height: 155px;
}


.tracks-imagess-spc{margin: 0 0 35px 0px;}
.tracks-wd{width: 100%;}
/* Spinner animation */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-top: 6px solid #00f7ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.programetabs {
  display: flex;
  gap: 30px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    
    overflow: hidden;
    
}
.progrme-hh2 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #2f2e7a;
    text-align: left;
    margin: 0px 0 0px 0px;
}
.progrme-hh1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #2f2e7a;
    text-align: left;
    margin: 0px 0 36px 0px;
}

.speakers-text-img{ text-align: left;}

.progrme-hh4 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 25px;
    color: #e9e9e9;
    text-align: center;
    margin: 0px 0 0px 0px;
}


.progrme-hh5 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2f2e7a;
    text-align: left;
    margin: 10px 0 15px 0px;
}

.progrme-hh6 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #2f2e7a;
    text-align: left;
    margin: 0px 0 15px 0px;
}

.progrme-hh7 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
	
    color: #2f2e7a;
    text-align: left;
    margin: -10px 0 15px 0px;
}

.progrme-hh3 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #2f2e7a;
    text-align: left;
    margin: -21px 0 15px 0px;
}

.menubg2026{background: #e2e6f1;}
.programetab {
  width: 30%;
}/* container */
.programetabs {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; /* 🔥 important */
}
.fontall{font-family: "Feature Flat", Arial, sans-serif;}
/* default (desktop) */
.programetab {
  width: 30%;
}

/* 📱 Tablet */
@media (max-width: 992px) {
  .programetab {
    width: 48%;
  }
}

/* 📱 Mobile */
@media (max-width: 600px) {
  .programetab {
    width: 100%;
  }

  .programetab-img {
    height: 220px; /* thoda chota for mobile */
  }

  h1 {
    font-size: 28px;
  }
}

.programetab-img {
  background: #7791b4;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

/* 🔥 circle effects */
.programetab-img::before,
.programetab-img::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.mainhed001-footer {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 65px;
    text-emphasis: ;
    color: #ffffff;
    text-align: left;
    margin: 0px 0 0 0px;
    padding: 0 0 0 120px;
}
.pprofilemobspc26{ margin: 0px 0 0px 0px;} 
.pprofilemobspc262 {
    margin: -48px 0 0px 0px;
}
.sticky-rightunit {
  position: sticky;
  top: 300px; /* header ke hisaab se adjust karo */
}

.programetab-img::before {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,0.4);
}

.programetab-img::after {
  width: 100px;
  height: 100px;
  border: 1px rgba(255,255,255,0.5);
  top: 20px;
  right: 20px;
}

.programetab-img span {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  bottom: 20px;
  left: 20px;
}

.programetab-img h2 {
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.centertrackspc{ padding: 0px 0 0px 0px;}
.time {
  font-size: 12px;
  margin: 15px 0;
}

.desc {
  font-size: 14px;
  line-height: 1.6;
}
.card {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.card img {
    width: 100%;
    display: block;
}

/* PLUS ICON */
.plus-icon {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 40px;
    height: 40px;
    background: #26247b;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 50%;
    cursor: pointer;

    animation: blink 1.5s infinite;
}

/* BLINK ANIMATION */
@keyframes blink {
    0%, 100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateX(-50%) scale(1.1);
    }
}

/* HOVER EFFECT */
.plus-icon:hover {
    background: #000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.shadow-sm {
     box-shadow: 0 0.0rem 0.25rem rgba(0, 0, 0, 0.0) !important;
}
.snapshort2026{margin: -32px 0 55px -58px;}
.mainhed001 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 61px;
    line-height: 63px;
    text-emphasis: ;
    color: #2f2e7a;    
    text-align: left;
    margin: 0px 0 0 0px;
    padding: 0 0 0 0px;
}

.mainhed001-thefuture {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 47px;
	text-transform: uppercase;
    line-height: 54px;   
    color: #2f2e7a;
    text-align: left;
    margin: 16px 0 0 0px;
    padding: 0 0 0 0px;
}
.mainhed001-thefuture2 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;  
    color: #2f2e7a;
    text-align: left;
    margin: 4px 0 0 0px;
    padding: 0 0 0 0px;
}
.unitbod-bot{ border-bottom: solid 1px #2f2e7a;width: 350px;margin: -10px 0 -5px 0px;}
.screen-text-1new1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 43px;
    line-height: 53px;
    color: #2f2e7a;
    text-align: left;
    margin: 80px 0 0 0px;
}
.screen-text-2new1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 54px;
    color: #3c5271;
    text-align: left;
    margin: 1px 0 0 0px;
}
.screen-text-1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 54px;
    color: #2f2e7a;
    text-align: left;
    margin: 100px 0 0 0px;
}
.screen-text-2 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 54px;
    color: #3c5271;
    text-align: left;
    margin: 1px 0 0 0px;
}
.screen-text-3 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 30px;
    color: #2f2e7a;
    text-align: left;
    padding: 14px 4px 0 4px;
}
.event-highicon26{padding: 70px 0 0 0px;}
.stay-hh1 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    text-align: left;
    margin: 0px 0 24px 0px;padding-top: 90px;
}

.stay-hh1-slide {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    margin: -19px 0 -19px 0px;
    padding-top: 84px;
}

.speaker-section {
  
  margin: auto;
  padding: 40px 0px;
}

.speaker-card {
  display: flex;
  align-items: center;
  gap: 16px;
}
.boder-bot26 {
    border-bottom: 1px dashed #c3c1ae;
    padding: 0px 0 20px 0px;
}
.boder-right26 {
    border-right: 1px dashed #c3c1ae;
    padding: 0px 0 20px 0px;
    margin: 0px 0 0px 0px;
}
.speaker-img img {
  width: 168px;
  height: auto;
  display: block;
}
.footer-unit-26nwd{width: 390px;}
.speaker-info h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

.speaker-info p {
  margin-top: 5px;
  font-size: 18px;
  color: #555;
}
.footerbotomslider {
    border-bottom: solid 1px #FFFFFF;
    padding: 8px 0 0px 0px;
    margin: 0px 0 14px 0px;
}

.stay-follow-slide1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    margin: -9px 0 2px 0px;
}

hr {
  margin: 30px 0;
  border: none;
  border-top: 1px dashed #999;
}


@media (max-width: 768px) {
  .speaker-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .speaker-img img {
    width: 100%;
    max-width: 300px;
  }

  .speaker-info {
    margin-top: 15px;
  }
}
.stay-follow {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    margin: 0px 0 10px 0px;
}
.stay-follow-slide {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    margin: -38px 0 2px 0px;
}
.stay-followtags {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    margin: 0px 0 1px 0px;
}







.mainhed001loding {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 61px;
    line-height: 63px;
    text-emphasis: ;
    color: #fff;    
    text-align: center;
    margin: 0px 0 0 0px;
    padding: 210px 0 0 0px;
}
.button-top-boder{ border-top: solid 1px #FFFFFF;}
.watch-session {
    margin: 11px 0 0px -16px;
    text-align: left;
}

.mainhed002 {
    font-family: "Merriweather", serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 50px;
    text-emphasis: ;
    color: #282157;
    
    text-align: left;
    margin: 0px 0 0 0px;
    padding: 20px 0 0 0px;
}
.the-future-them-wd{width: 380px;}

.mainhed002-boder {
    border-top: solid 0px #FFFFFF;
    width: 406px;
    margin: 8px -60px 0px 0px;
}

.mainhed003 {
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-size: 24px;
    /* line-height: 50px; */
    text-emphasis: ;
    color: #2f2e7a;
    /* text-transform: uppercase; */
    text-align: left;
    margin: 0px 0 0 0px;
    padding: 10px 0 0 140px;
}

.bg-dark {
     background-color: #e2e6f1 !important; 
   
}
	
	.inside-bg34 {
     background-color: #ffffff !important;}
	
.p-profile-bg98{background: #e1e3e8;
background: linear-gradient(90deg, rgba(225, 227, 232, 1) 5%, rgba(174, 196, 235, 1) 61%, rgba(200, 220, 250, 1) 100%);
	
	 /* background: rgb(12,86,160);
    background: linear-gradient(90deg, rgba(12,86,160,1) 0%, rgba(15,75,145,1) 46%, rgba(21,55,117,1) 100%); margin:-7px 0 0 0px;*/   }
	
	.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #fff;
    text-align: left;
    padding: 0 0 0 0px;
}

.speakers26{}
.key-speakers26 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #2f2e7a;
    text-align: left;
    margin: 40px 0 20px 0px;
	border-left: 1px solid #c3c1ae; 
    padding-left: 10px;
}

.barcode99{margin: 20px 0 0 81px;}
.logo-2nd-row{ margin:40px 0 0 0px;}
.logo-part-sect-nex{ margin:60px 0 0 0px;}

.partner-logo-wd{ width:100%;}
.partners-small-hed {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #00ccff;
    text-align: left;
    margin: 0px 0 0 0px;
}
.ciilogo-on-mob2025{ display: inherit; }
.mob-3line-div{}
.unit-tex-2025-wd{width: 399px;}

.unit-tex-2025-footer-wd {
    width: 318px;
}

.cii-app {
    font-family: "Roboto", sans-serif;
    color: #26247b;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 16px 0px;
}
.registration-close {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;    
    color: #FFF;
    text-align: center;
    margin: 240px 0 0 -90px !important;
    
}
.banner-text-1-2025-big {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 50px;
	text-emphasis: ;
    color: #FFF;
	text-transform: uppercase;
    text-align: center;
    margin: 0px 0 0 0px;
}
.banner-text-1-2025-a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 28px;    
    color: #FFF;
    text-align: center;
    margin: 10px 0 0px 0px;
}
.banner-icon-spc-1-all{margin: 0 40px 0 126px;}
.banner-icon-spc-1{margin: 250px 0 0px 0px;}
.banner-icon-spc-2{margin: 250px 0 0px 0px;}
.banner-icon-spc-3{margin: 140px 0px 0px 30px;}
.banner-icon-spc-4{margin: 250px 0 0px 50px;}
.banner-icon-spc-5{margin: 234px 0 0px 80px;}
.banner-icon-spc-6{margin: 140px 0 0px 80px;}
.banner-icon-spc-7{margin: 264px 0 10px 100px;}




.banner-text-1-2025-b {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #FFF;
    /* font-style: italic; */
    text-align: center;
    margin: 28px 0 1px 0px;
}

.blurrr {
	font-family: "Feature Flat", Arial, sans-serif;
    border: solid 1px #2f2e7a;
    color: #2f2e7a;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin: 0 -48px 0 0px;
    padding: 3px 41px 4px 10px;
    border-radius: 18px 0px 0px 18px;
    font-weight: normal;
}

.banner-text-1-2025-b-2025 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #FFF;    
    text-align: center;
    margin: 1px 0 18px 0px;
}
.banner-date-text-2025 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
    text-align: left;
    margin: 29px 0 0 0px;
}
.side-padding26{ padding:50px 20px 0 20px;}
.bg20s {
    width: 100%;
    float: left;
    background-image: url(../img/bg20.jpg);
    background-attachment: fixed;
    padding: 30px 0px 100px 10px;
    -webkit-background-size: cover;
    background-size: cover;
}

.cii-logo-on-mob-2025{display: none;}




.speakerprofile26 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 17px;text-align: left;
    padding: 0px 0 0px 0px;
}

.speakerspc{ margin-bottom: 20px;}



.tabs {
  max-width: 100%;
  margin: 50px auto;
}

.tab-buttons {
  display: flex;
  position: relative;
  border-bottom: 2px solid #ddd;
}

.tab-btn {
  flex: 1;
  padding: 12px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  position: relative;
}

.tab-btn:hover {
  color: #222c3c;
}

.tab-btn.active {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500 !important;
    color: #2f2e7a;
}
.tabfontt{ font-family: "Feature Flat", Arial, sans-serif;}
/* underline animation */




/* content animation */
.tab-content {
  display: none;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  border-radius: 10px;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}




.banner-date-bg-2025 {
        background-color: #ffffff;
        padding: 5px 0 5px 0px;
        border-radius: 60px;
        width: 56%;
        margin: 0px 0 0 0px;
    }

.follow-uss-65 {
    font-family: "Roboto", sans-serif;
    color: #26247b !important;
    font-weight: 500 !important;
    font-size: 22px;
    margin: 30px 0 0px 0px;
}
.cii-app-top-line{ border-top: solid 1px #FFFFFF; margin: 40px 0 0 0px;}
.speakers-hed-spc-7231{margin: 0 0 0 32px;}
.grid-24-P0{ padding:0px;}
         z-index200{ z-index:200; }

.cii-about-agm-hed-2026 {
        background: #e2e6f1;
    }
		 
.bg-dark-blue{;background: #e2e6f1;}
		 
.hed-cii-logo{ padding:2px 0 2px 0px; text-align:left;}
.track-inside-page-bg1 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/1.jpg);
    /* background-attachment: fixed; */
    padding: 130px 0px 20px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}
.bgfixn2 {
    width: 100%;
    float: left;
    background-image: url(../img/bg2026new2.jpg);
    background-attachment: fixed;
    padding: 30px 0px 100px 10px;
    -webkit-background-size: cover;
    background-size: cover;
}
.track-inside-page-bg2 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/2.jpg);
    /* background-attachment: fixed; */
    padding: 130px 0px 20px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg3 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/3.jpg);
    /* background-attachment: fixed; */
    padding: 130px 0px 20px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}


.pprofileum {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #222c3c;
    text-align: left;
    margin: -108px 0 50px 0px;
	border-left: 1px solid #c3c1ae;
    padding-left: 10px;
}

.pprofileum226 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #222c3c;
    text-align: left;
    margin: -57px 0 50px 0px;
	border-left: 1px solid #c3c1ae;
    padding-left: 10px;
}
.track-inside-page-bg4 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/4.jpg);
    /* background-attachment: fixed; */
    padding: 130px 0px 20px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg5 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/5.jpg);
    /* background-attachment: fixed; */
    padding: 130px 0px 20px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg6 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/6.jpg);
    /* background-attachment: fixed; */
    padding: 130px 0px 20px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}


.track-bg-fx-1-text1 {
    font-family: "Roboto", sans-serif;
    font-size: 33px;
    font-weight: 500;
    font-style: normal;
    max-width: 100%;
    text-align: left;
    padding: 8px; 
	background-color: rgba(25, 42, 98, 0.8);
   /* background-color: #00ccff; */
    border-radius: 2px 2px 2px 2px;
    margin: 130px 0 0 0px;
    padding: 3px 0 3px 24px;
    width: 50%;
    color: #fff;
    /* text-transform: uppercase; */
}
	
	 
/* SPEAKERS */
.key-speakers-bg {background-color: #dfe7f4;padding: 14px 0 80px 0px; margin: -16px 0 0 0px;}
.div-block-2 {width: 226px; height: 10px;margin: 20px 0 35px 0px;background-color: #ffffff; color: #08f9ff;border-radius: 2px;}
.registration-pag-btn {color: #fff !important;background-color: #fd931b!important; border-color: #fd931b!important;}
.more-spekers {margin: 50px 0 0px 0px;text-align: center;}




.banner-date-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
.banner-text-1-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 37px;
    color: #FFF;
    text-align: left;
    margin: 102px 0 0 70px;
}

.banner-text-2-smal444-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 69px;
    color: #fff;
    text-align: left;
    margin: -40px 0 0 70px;
}
.banner-date-text-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}

.banner-date-bg-inside777-inside{
    background-color: #00ccff;
    padding: 1px 0 1px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 43%;
    margin: 8px 0 0 67px;
}
.banner-text-2-small8-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 69px;
    color: #face04;
    text-align: left;
    margin: -8px 0 0 70px;
}
.banner-text-3-small3-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: -12px 0 0 70px;
    border-top: solid 1px #FFFFFF;
    padding: 6px 0 0 0px;
    width: 40%;
}

.register-hed-popub {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 22px;
        color: #ff0202;
        text-align: center;
        margin: 20px 0 0 0px;
    }

.in-popup-register-tab-bg{
    font-family: "Feature Flat", Arial, sans-serif;
    background-color: #00ccff;
    padding: 6px 0 6px 0px;
    margin: 40px 0 40px 0px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    border-radius: 6px;
}
.banner-overall-unit2026 {
    margin-top: 190px;
    margin-bottom: 100px;
}
.banner-date-text-inside {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
.key-eve-hiligum1{
	font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;    
    color: #222c3c;
    text-align: left;
    margin: 20px 0 0 -48px;
	border-left: 1px solid #c3c1ae;
    padding-left: 10px;
}


.key-eve-hiligum2{
	font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;    
    color: #2f2e7a;
    text-align: left;
    margin: 10px 0 0 0px;border-left: 1px solid #c3c1ae;
    padding-left: 10px;}

.key-eve-hiligum2-no{
	font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;    
    color: #222c3c;
    text-align: left;
    margin: 0px 0 0 0px;
    padding-left: 10px;}

.snapshot-bg-2026 {
    padding: 7px 0 50px 0px;
    margin: 0px 0 0 0px;
    background: #2f2e78;
    /* background: linear-gradient(90deg, rgba(225, 227, 232, 1) 5%, rgba(174, 196, 235, 1) 44%, rgba(169, 197, 235, 1) 97%); */
}

.snapshothed-2026 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #ffffff;
    text-align: left;
    margin: 0px 0 0px 0px;
}
.banner-date-bg-inside {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 35%;
    margin: 20px 0 0 0px;
}
.banner-text-small-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    color: #FFF;
    text-align: left;
    margin: 10px 0 0 70px;
}
.grid-hed-t1-frow{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 27px;
    color: #FFF;
    text-align: center;
    /* vertical-align: text-bottom; */
    margin: 258px 0 0 0px;
    background-color: rgba(25, 42, 98, 0.8);
    padding: 12px 10px 12px 10px;
}
.grid-hed-t1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 21px; */
    color: #FFF;
    text-align: left;
    /* vertical-align: text-bottom; */
    margin: 214px 0 0 0px;
    background-color: rgba(25, 42, 98, 0.8);
    padding: 8px 8px 8px 8px;
	border-radius: 6px;
}
.contact_section .row .col-md-3 {
    padding: 0;
}

.layout_padding-top {
    padding-top: 0px;
}

.track-hed {
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    font-weight: 400 !important;
    color: #fff;
    line-height: 28px;
}



.grid-24-P0-bg{background: #e1e3e8;
background: linear-gradient(90deg, rgba(225, 227, 232, 1) 5%, rgba(174, 196, 235, 1) 61%, rgba(200, 220, 250, 1) 100%);}
.pp-icon2026-wd{width: 110px;}

.snapshot-2026bg2 {
        width: 100%;
        float: left;
        background-image: url(../img/snapshotbg26.png);
        background-attachment: fixed;
        padding: 30px 0px 100px 10px;
        -webkit-background-size: cover;
        background-size: cover;
    }

.in-popup-hed {
    font-family: "Roboto", sans-serif;
    background-color: #282158;
    padding: 6px 0 6px 0px;
    margin: 22px 0 0 0px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border-radius: 6px;
}

.tracks-inside-new-tex {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 34px 0 0 0px;
    margin: 0 0 28px 0px;
    font-weight: 400;
}


.read-more-track-2025{text-align: left;
    padding: 10px 0 0 27px;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 100;}

.ann-session-2023 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #26247b;
    text-align: left;
    margin: 0px 0 0px 0px;
}
.digital-puls {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px 76px;
}
.digital-puls {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px 99px;
}

.digital-puls-38b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px 78px;
}
 .digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px 6px;
}


.py-5-digital {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}
.didital-r-border{ border-right: solid 1px; color:#2f2e7a;padding: 1px 0 1px 0px;}
.digital-side-spc{padding: 0 0 0 90px}
.digital-top-spc{ padding:48px 0 10px 0px;}

.digital-bot-spc{ padding:0px 0 20px 0px;}
.digital-number {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500 !important;
    font-size: 40px;
    color: #2f2e7a;
    text-align: left;
    margin: 0px 0 0 0px;
}
.digital-number-small {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    color: #2f2e7a;
    text-align: left;
    margin: 0px 0 0 0px;
}

.footer-bg-blue-2 {background: #2f2e7a;}

.hedd-contact-details-social-media {
    font-family: "Roboto", sans-serif;
    color: #00ccff !important;
    font-weight: 500 !important;
    font-size: 26px;
    margin: 32px 0 -46px 0px;
}

.icon-banner-function-a{ display: inherit;}
.icon-banner-function-b{ display: none;}


.copyright-footer {
    font-size: 14px;font-family: "Roboto", sans-serif; font-weight:300;
    text-align: right;
    color: #26247b;
    padding: 12px 0 10px 0px;
}
.hedd-contact-details-new11 {
    font-family: "Roboto", sans-serif;
    color: #26247b !important;
    font-weight: 500 !important;
    font-size: 26px;
    margin: 20px 0 10px 0px;
}

.hashtag-footer {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-align: left;
    color: #26247b;
    padding: 12px 0 10px 0px;
}

.contact-detailss-new1 {
	font-family: "Roboto", sans-serif; font-size:15px; font-weight:300;
    color: #26247b;
    margin: 25px 0 0 0px;
}
.exehibition-all {font-family: "Roboto", sans-serif;
    color: #00ccff;
    font-size: 19px;
    font-weight: 500;
    margin: 26px 0 0 0px;
}

.grid-view-more {font-family: "Roboto", sans-serif;font-weight: 400;font-size: 16px; color:#FFF;}

.btn-primary {
    color: #fff;
    background-color: #7791b4;
    border-color: #7791b4;
}
.key-eve-hg2026-wd{width: 110px;}
.btn-primary:hover {
    color: #fff;
    background-color: #7791b4;
    border-color: #7791b4;
}
.btn-primary2 {
    color: #fff;
    background-color: #2f2e7a;
    border-color: #2f2e7a;
	border-radius: 50px;
}
.btn-primary2:hover {
    color: #fff;
    background-color: #627b9f;
    border-color: #627b9f;
	border-radius: 50px;
}
.btn-primarypro {
    color: #fff;
    background-color: #7791b8;
    border-color: #7791b8;
    border-radius: 50px;
}
.btn-primarypro:hover {
    color: #fff;
    background-color: #7791b8;
    border-color: #7791b8;
	border-radius: 50px;
}
.ciilogowdblue-wd{width: 161px;}
.btn-primary2bb {font-family: "Feature Flat", Arial, sans-serif;font-weight: 400px;
    color: #fff;
    background-color: #2f2e7a;
    border-color: #2f2e7a;
	border-radius: 20px;
}
.btn-primary2bb:hover {font-family: "Feature Flat", Arial, sans-serif; font-weight: 400px;
    color: #fff;
    background-color: #627b9f;
    border-color: #627b9f;
	border-radius: 20px;
}


	
	

.cii-about-agm-hed-1-inside{font-family: "Feature Flat", Arial, sans-serif; 
    font-weight: 500;
    font-size: 50px;    
    color: #00ccff;
    text-align: left;
    margin: 20px 0 0 0px;}	
	
.cii-about-agm-hed-1-inside-small {
    font-family: "Feature Flat", Arial, sans-serif; 
    font-weight: 500;
    font-size: 40px;
    color: #00ccff;
    text-align: left;
    margin: 20px 0 0 0px;
}
	
.cii-about-agm-text-1-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #5a5a5a;
    text-align: left;
    margin: -25px 0 0 0px;
    padding: 0 0px 0 0px;
}

.full-hed-sect{ padding: 0 0px 0 0px;}


	

	

	
.bg-light {
    background-color: #04ccff!important; 
	 }
.bg-light-white {
    background-color: #fff!important; 
	 }
.rounded { border-radius: 20px 2px 20px 2px !important;}
	
.key-session-allgrid{margin-top: -40px;}
	
.cii-about-agm-text-1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #2f2e7a;
    text-align: left;
    margin: 22px 0 0 0px;
    padding: 0 0px 18px 0px;
    border-bottom: solid 1px #2f2e7a;
}


.video-bgg {    
    margin: 0px;
    padding: 0px;
}
.videowidth {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.key-higl-t1 {
     font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #2f2e7a;
    text-align: center;
    margin: 9px 0 0 0px;
    padding: 5px 0px 0 0px;
   
}


.key-higl-icon-1 { text-align:center; margin:1px 0 0 0px;}

.key-higl-icon-2 { text-align:center; margin:1px 0 0 0px;}
.keh-spc99{ margin:30px 0 30px 0px;}

.p-profile-icon1{margin:-20px 0 0 0px;}

.p-profile-points-t1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 17px; 
	line-height:22px;
    color: #FFF;
    text-align: center;
    margin: 0px 0 0 0px;
    padding: 5px 0px 0 0px;
}
.p-profile-points-t1-blue {
	font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #2f2e7a;
    text-align: center;
    margin: 9px 0 0 0px;
    padding: 5px 0px 0 0px;
   
}

.ppro-spcc{margin: 140px 0 0 0px;}

.speakername26 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    color: #2f2e7a;
    line-height: 25px;text-align: left;
    padding: 8px 0 2px 0px;
}

@media screen and (max-width: 1920px) {
	
	.digital-puls29new1 {
    margin: -36px 0px 6px -30px;
    font-size: 20px;
}
	
	.track-hedum-text1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 20px;
    padding: 4px 0 28px 0px;
    text-align: left;
	height: 155px;
}

	
	.speakerprofile26 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 17px;
    text-align: left;
    padding: 0px 0 0px 0px;
}
	
	.speakername26 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    color: #2f2e7a;
    line-height: 25px;text-align: left;
    padding: 8px 0 2px 0px;
}
	
	.banner-date-bg-inside777 {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 43%;
    margin: 20px 0 0 67px;
}
	
	.p-profile-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #fff;
    text-align: left;
    margin: -30px 0 0 0px;}
	
	.key-session-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: 110px 0 0 0px;}
	
	.key-eve-hilig{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}

	
	.banner-date-bg {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 56%;
    margin: 0px 0 0 0px;
}
	
	.banner-date-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
	
	
	.banner-text-small {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: 10px 0 0 0px;
}
	
.banner-text-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size:45px;
    line-height: 80px;
    color: #FFF;
    text-align: left;
    margin: 200px 0 0 0px;
	
}
canvas {
    background-color: transparent;
    width: 80%;
    margin: -535px 0 0 0px;
    position: absolute;
    z-index: 900;
    max-height: 400px;
}


.side-padding{ padding:0 60px 0 60px;}

.cii-about-agm-hed-1{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 50px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}
	
.banner-text-2-small8 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 69px;
    color: #face04;
    text-align: left;
    margin: -8px 0 0 0px;
}
.banner-text-2-smal444 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 69px;
    color: #fff;
    text-align: left;
    margin: -24px 0 0 0px;
}

.banner-text-3-small3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: -4px 0 0 0px;
    border-top: solid 1px #FFFFFF;
    padding: 12px 0 0 0px;
    width: 53%;
}
	
	.digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px -10px!important;
}

}



@media screen and (max-width: 1900px) {
	
.digital-puls29new1 {
    margin: -36px 0px 6px -30px;
    font-size: 20px;
}
	
	.track-hedum-text1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 20px;
    padding: 4px 0 28px 0px;
    text-align: left;
	height: 155px;
}

	
	.speakerprofile26 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 17px;
    text-align: left;
    padding: 0px 0 0px 0px;
}
	
	.speakername26 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    color: #2f2e7a;
    line-height: 25px;text-align: left;
    padding: 8px 0 2px 0px;
}
	.cii-about-agm-text-1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
     line-height: 24px;
    color: #2f2e7a;
    text-align: left;
    margin: 22px 0 0 0px;
    padding: 0 0px 18px 0px;
    border-bottom: solid 1px #2f2e7a;
}
	
	
	.banner-date-bg-inside777 {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 43%;
    margin: 20px 0 0 67px;
}
	
	.p-profile-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #fff;
    text-align: left;
    margin: -30px 0 0 0px;}
	
	.key-session-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: 110px 0 0 0px;}
	
	.key-eve-hilig{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}

	
	.cii-about-agm-hed-1{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 50px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}
	
	.banner-date-bg {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 56%;
    margin: 0px 0 0 0px;
}
	
	.banner-date-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
	
	
	.banner-text-small {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: 10px 0 0 0px;
}
	
.banner-text-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 80px;
    color: #FFF;
    text-align: left;
    margin: 200px 0 0 0px;
	
}
canvas {
    background-color: transparent;
    width: 80%;
    margin: -535px 0 0 0px;
    position: absolute;
    z-index: 900;
    max-height: 400px;
}

.side-padding{ padding:0 60px 0 60px;}



.banner-text-2-small8 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 69px;
    color: #face04;
    text-align: left;
    margin: -8px 0 0 0px;
}
.banner-text-2-smal444 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 69px;
    color: #fff;
    text-align: left;
    margin: -24px 0 0 0px;
}
.banner-text-3-small3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: -4px 0 0 0px;
    border-top: solid 1px #FFFFFF;
    padding: 12px 0 0 0px;
    width: 53%;
}
.digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px -1px!important;
}

}

@media screen and (max-width: 1600px) {
	
	.digital-puls29new1 {
    margin: -36px 0px 6px 0px;
    font-size: 20px;
}
	
	.track-hedum-text1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 20px;
    padding: 4px 0 28px 0px;
    text-align: left;
	height: 155px;
}

	.speakerprofile26 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 17px;
    text-align: left;
    padding: 0px 0 0px 0px;
}
	.speakername26 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    color: #2f2e7a;
    line-height: 25px;text-align: left;
    padding: 8px 0 2px 0px;
}
	
	.cii-about-agm-text-1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #2f2e7a;
    text-align: left;
    margin: 22px 0 0 0px;
    padding: 0 0px 18px 0px;
    border-bottom: solid 1px #2f2e7a;
}
	
	.banner-date-bg-inside777 {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 43%;
    margin: 20px 0 0 67px;
}
	
	.p-profile-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #26247b;
    text-align: left;
    margin: -30px 0 0 0px;}
	
	.lines {
  display: flex;
  gap: 10px; /* lines ke beech spacing */
  margin-top: 10px;
  padding: 10px 0 0 140px;
}

.line {
  height: 4px;
  width: 120px; /* apne hisaab se adjust kar sakte ho */
  border-radius: 2px;
}

.orange {
  background-color: orange;
}

.blue {
  background-color: navy;
}

.green {
  background-color: green;
}
	
	.key-session-head{font-family: "Merriweather", serif;
        font-weight: 300;
    font-size: 40px;    
    color: #26247b;
    text-align: left;
    margin: 110px 0 0 0px;}
	
	

	
	.cii-about-agm-hed-1{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 50px;    
    color: #26247b;
    text-align: left;
    margin: 20px 0 0 0px;}
	
	.banner-date-bg {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 56%;
    margin: 0px 0 0 0px;
}
	
	.banner-date-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
	
	
	.banner-text-small {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: 10px 0 0 0px;
}
.banner-overall-unit{z-index: 1000; }
	
.banner-text-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 80px;
    color: #FFF;
    text-align: left;
    margin: 120px 0 0 0px;
	
}
canvas {
    background-color: transparent;
    width: 100% !important;
    margin: -535px 0 0 0px;
    
    z-index: 20;
    max-height: 400px;
	
}
	


.banner-text-2-small8 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 69px;
    color: #face04;
    text-align: left;
    margin: -8px 0 0 0px;
}
.banner-text-2-smal444 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 69px;
    color: #fff;
    text-align: left;
    margin: -24px 0 0 0px;
}


.banner-text-3-small3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: -4px 0 0 0px;
    border-top: solid 1px #FFFFFF;
    padding: 12px 0 0 0px;
    width: 53%;
}
.digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px 10px!important;
}
}

@media screen and (max-width: 1500px) {
	
	.digital-puls29new1 {
    margin: -36px 0px 6px 0px;
    font-size: 20px;
}
	
	.track-hedum-text1 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-size: 12px;
        font-weight: 300 !important;
        color: #2f2e7a;
        line-height: 17px;
        padding: 4px 0 28px 0px;
        text-align: left;
        height: 129px;
    }

	
	    .speakerprofile26 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-size: 12px;
        font-weight: 300 !important;
        color: #2f2e7a;
        line-height: 14px;
        text-align: left;
        padding: 0px 0 0px 0px;
    }
	
	    .speakername26 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-size: 13px;
        font-weight: 500 !important;
        color: #2f2e7a;
        line-height: 18px;
        text-align: left;
        padding: 8px 0 2px 0px;
    }
	
	.cii-about-agm-text-1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #2f2e7a;
    text-align: left;
    margin: 22px 0 0 0px;
    padding: 0 0px 18px 0px;
    border-bottom: solid 1px #2f2e7a;
}
	
	.banner-date-bg-inside777 {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 43%;
    margin: 20px 0 0 67px;
}
	
	.p-profile-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #fff;
    text-align: left;
    margin: -30px 0 0 0px;}
	
	.key-session-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: 110px 0 0 0px;}
	
	.key-eve-hilig{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}

	
	.cii-about-agm-hed-1{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 50px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}
	
	.banner-date-bg {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 56%;
    margin: 0px 0 0 0px;
}
	
	.banner-date-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
	
	.banner-text-small {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: 10px 0 0 0px;
}
	
.banner-text-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #FFF;
    text-align: left;
    margin: 120px 0 0 0px;
	
}
canvas {
    background-color: transparent;
    width: 80%;
    margin: -535px 0 0 0px;
    position: absolute;
    z-index: 900;
    max-height: 400px;
}

.side-padding{ padding:0 60px 0 60px;}

.banner-text-2-small8 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 69px;
    color: #face04;
    text-align: left;
    margin: -8px 0 0 0px;
}
.banner-text-2-smal444 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 69px;
    color: #fff;
    text-align: left;
    margin: -24px 0 0 0px;
}


.banner-text-3-small3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: -4px 0 0 0px;
    border-top: solid 1px #FFFFFF;
    padding: 12px 0 0 0px;
    width: 53%;
}

.digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px 8px!important;
}

}

@media screen and (max-width: 1400px) {
	
	.digital-puls29new1 {
    margin: -36px 0px 6px 0px;
    font-size: 20px;
}
	
	.digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px -60px!important;
}
}
@media screen and (max-width: 1400px) {
	
	.digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px -60px!important;
}
	.track-hedum-text1 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-size: 12px;
        font-weight: 300 !important;
        color: #2f2e7a;
        line-height: 17px;
        padding: 4px 0 28px 0px;
        text-align: left;
        height: 129px;
    }

	    .speakerprofile26 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-size: 12px;
        font-weight: 300 !important;
        color: #2f2e7a;
        line-height: 14px;
        text-align: left;
        padding: 0px 0 0px 0px;
    }
	
	    .speakername26 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-size: 13px;
        font-weight: 500 !important;
        color: #2f2e7a;
        line-height: 18px;
        text-align: left;
        padding: 8px 0 2px 0px;
    }
	
	.banner-text-2-smal444 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 69px;
    color: #FFF;
    text-align: left;
    margin: -24px 0 0 0px;
}
	
	.banner-date-bg-inside777 {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 43%;
    margin: 20px 0 0 67px;
}
	
	.p-profile-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #fff;
    text-align: left;
    margin: -30px 0 0 0px;}
	
	.key-session-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: 110px 0 0 0px;}
	
	.key-eve-hilig{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 40px;    
    color: #FFF;
    text-align: left;
    margin: -45px 0 0 0px;}

	
	.cii-about-agm-hed-1{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 50px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}
	
	.banner-date-bg {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 50%;
    margin: 0px 0 0 0px;
}
	
	.banner-date-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
	
	.banner-text-small {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: 10px 0 0 0px;
}
	
	.banner-text-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 67px;
    line-height: 69px;
    color: #FFF;
    text-align: left;
    margin: 112px 0 0 0px;
	
}
.banner-text-2-small8 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 69px;
    color: #face04;
    text-align: left;
    margin: -8px 0 0 0px;
}
.banner-text-2-smal444 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 69px;
    color: #fff;
    text-align: left;
    margin: -24px 0 0 0px;
}



.banner-text-3-small3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 27px;
    line-height: 33px;
    color: #FFF;
    text-align: left;
    margin: -4px 0 0 0px;
    border-top: solid 1px #FFFFFF;
    padding: 12px 0 0 0px;
    width: 53%;
}

canvas { 
   background-color: transparent;
        width: 100% !important;
        margin: -535px 0 0 0px;
        z-index: 20;
        max-height: 400px;
		}
		
.side-padding{ padding:0 60px 0 60px;}
		
		
		
}
.seeakers-2025-web{display: none;}
.seeakers-2025-web-2{ display: inherit;}

@media screen and (max-width: 1000px) { 
	
	.bg-dark-blue {
    background: #e2e6f1;
    margin: -30px 0 0 0px;
}
	
	.key-higl-t1 {
     font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #2f2e7a;
    text-align: center;
    margin: 9px 0 0 0px;
    padding: 5px 0px 0 0px;
   
}

.key-higl-icon-2 { text-align:center; margin:1px 0 0 0px;}
.key-higl-icon-1 { text-align:center; margin:1px 0 0 0px;}
	
	.footer-unit-26nwd{width: 290px;}
	
	
	    .track-hedum-text1 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-size: 16px;
        font-weight: 300 !important;
        color: #2f2e7a;
        line-height: 27px;
        padding: 4px 0 28px 0px;
        text-align: left;
        height: 220px;
    }
	
	.speakername26 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 17px;
    font-weight: 500 !important;
    color: #2f2e7a;
    line-height: 25px;
    text-align: center;
    padding: 8px 0 2px 0px;
}
	
	.speakerprofile26 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    color: #2f2e7a;
    line-height: 17px;
    text-align: center;
    padding: 0px 0 0px 0px;
}
	
	.lefttoright-dn{ display: none;}
	.lefttoright2-dn{display: inline;}
	
	
	.digital-puls29-b {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px -100px;
}
	
	.digital-puls {
    font-family: "Feature Flat", Arial, sans-serif;
    color: #2f2e7a;
    font-size: 40px;
    margin: -56px 0px 0px 0px;
}
	
	.ppro-spcc {
    margin: 83px 0 0 0px;
}
	
.pprofilemobspc26{ margin: 20px 0 20px 0px;} 
.pprofilemobspc262{ margin: 0px 0 0px 0px;} 
	
	.banner-overall-unit2026 {
    margin-top: 20px;
    margin-bottom: 10px;
}
	
	.bg20s {
    width: 100%;
    float: left;
    background-image: url(../img/bg20.jpg);
    background-attachment: fixed;
    padding: 30px 0px 30px 10px;
    -webkit-background-size: cover;
    background-size: cover;
}
	
	.screen-text-2 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 40px;
    color: #447a8e;
    text-align: left;
    margin: 1px 0 0 0px;
}
	.screen-text-1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 40px;
    color: #2f2e7a;
    text-align: left;
    margin: 40px 0 0 0px;
}
	
 .screen-text-3 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        color: #2f2e7a;
        text-align: left;
        padding: 14px 14px 0 14px;
    }
	
	.speakerspc {
    margin-bottom: 40px;
}
	.centertrackspc{ padding: 20px 0 20px 0px;}
	.mainhed001-footer {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    text-emphasis: ;
    color: #f8f5d7;
    text-align: left;
    margin: -20px 0 50px 0px;
    padding: 0 0 0 20px;
}
	
	.didital-r-border {
	border-right: solid 0px;
    border-bottom: solid 1px;
    color: #2f2e7a;
    padding: 14px 0 14px 0px;
    text-align: center;
}
	
	.snapshort2026{padding:0 0 60px 0px;margin: -68px 0 0 16px;}
	
	.pprofileum {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #2f2e7a;
    text-align: center;
    margin: -108px 0 50px 0px;
    border-left: 0px solid #c3c1ae;
    padding-left: 0px;
}
	
	.pprofileum226 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #2f2e7a;
    text-align: center;
    margin: -107px 0 69px 0px;
    border-left: 0px solid #c3c1ae;
    padding-left: 0px;
}
	
	.key-eve-hiligum2 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #2f2e7a;
    text-align: center;
    margin: 0px 0 50px 0px;
    border-left: 0px solid #c3c1ae;
    padding-left: 0px;
}
	.key-eve-hiligum1 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #2f2e7a;
    text-align: center;
    margin: 20px 0 0 0px;
		line-height: 52px;
    border-left: 0px solid #c3c1ae;
    padding-left: 0px;
}
	
	.key-speakers26 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #2f2e7a;
    text-align: center; 
   margin: -72px 0 40px 0px;
    border-left: 0px solid #c3c1ae;
    padding-left: 0px;
}
	
	.speakers-text-img{ text-align: center;}
	
	
	.carousel-inner {
    position: relative;
    width: 100%;
    height: 211PX;
    overflow: hidden;
    background-color: #f9f7d8; }
	
	
	
	.the-future-them-wd {
    width: 250px;
}
	.mainhed001 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    text-emphasis: ;
    color: #2f2e7a;
    text-align: left;
    margin: 0px 0 -27px 0px;
    padding: 0 0 0 88px;
}
	.mainhed002-boder {
    border-top: solid 0px #FFFFFF;
    width: 406px;
    margin: -12px -40px 0px 57px;
}
	.mainhed001 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-weight: 400;
        font-size: 37px;
        line-height: 40px;
        text-emphasis: ;
        color: #2f2e7a;
        text-align: left;
        margin: 0px 0 0 0px;
        padding: 0 0 0 57px;
    }
	
	.mainhed001-thefuture {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 29px;    
		text-transform: uppercase;
    color: #2f2e7a;
    text-align: left;
    margin: 16px 0 0 0px;
    padding: 0 0 0 57px;
}
	.mainhed001-thefuture2 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;  
    color: #2f2e7a;
    text-align: left;
    margin: -10px 0 0 0px;
    padding: 0 0 0 57px;
}
.unitbod-bot{ border-bottom: solid 1px #2f2e7a;width: 250px;margin: -11px 0 -17px 60px;}
	
.loding-none{ display: inline;}
.loding-noneb{ display: none;}
	


	
	.seeakers-2025-web{ display: inherit;}
	.seeakers-2025-web-2{ display: none;}
	
	.in-popup-hed {
    font-family: "Feature Flat", Arial, sans-serif;
    background-color: #282158;
    padding: 6px 0 6px 0px;
    margin: 46px 8px 0 8px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border-radius: 6px;
}
	
	.tracks-inside-new-tex {
    font-family: "Feature Flat", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 37px 14px 0 14px;
    margin: 0 0 28px 0px;
    font-weight: 400;
}
	
	.in-popup-hed {
   font-family: "Feature Flat", Arial, sans-serif;
    background-color: #282158;
    padding: 6px 0 6px 0px;
    margin: 46px 0 0 0px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border-radius: 6px;
}
	
	.blurrr {
    background-color: #e2e6f1;
    color: #272056;
    font-weight: 600 !important;
    font-size: 11px !important;
    margin: 0 -11px 0 0px;
    padding: 8px 10px 8px 10px;
    border-radius: 18px 0px 0px 18px;
    font-weight: normal;
}
	
	
	.unit-tex-2025-wd{width: 216px;}
	
	
	.banner-text-1-2025-b {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    /* font-style: italic; */
    text-align: center;
    margin: 1px 0 1px 0px;
}
	
	.banner-text-1-2025-b-2025 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    margin: 1px 0 2px 0px;
}
	
	.banner-date-text-2025 {
        font-family: "Feature Flat", Arial, sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 31px;
        color: #ffffff;
        text-align: center;
        margin: 16px 0 0 21px;
    }
	
	
	.cii-logo-on-mob-2025{display: inherit;}
	
	
	.banner-text-1-2025-big {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 26px;
    text-emphasis: ;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin: 23px 0 0 0px;
}
	
.icon-banner-function-a{display: none;}
.icon-banner-function-b{display: inherit;}
	
	
.ciilogo-on-mob2025{ display: none; }
	
	
	
.banner-text-1-inside {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    text-align: left;
    margin: -10px 0 0 -79px;
}

.banner-text-2-smal444-inside {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 0px;
    color: #fff;
    text-align: left;
    margin: 28px 0 0px -75px;
}



.banner-date-text-inside {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}

.banner-date-bg-inside777-inside{
    background-color: #00ccff;
    padding: 1px 0 1px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 43%;
    margin: 20px 0 0 67px;
}
.banner-text-2-small8-inside {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #face04;
    text-align: left;
    margin: 3px 0 0 -78px;
    position: absolute;
    z-index: 100000;
}


.banner-text-3-small3-inside {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 17px;
    color: #FFF;
    text-align: left;
    margin: 9px 0 0 -75px;
    border-top: solid 1px #FFFFFF;
    padding: 4px 0 0 0px;
    width: 100%;
}

.banner-date-text-inside {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 26px;
}
.banner-date-bg-inside {
    background-color: #00ccff;
    padding: 5px 0 5px 0px;
    border-radius: 22px 6px 6px 22px;
    width: 35%;
    margin: 20px 0 0 0px;
}
.banner-text-small-inside {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    color: #FFF;
    text-align: left;
    margin: 10px 0 0 70px;
}
	
	.banner-text-2-small8 {
   font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 69px;
    color: #face04;
    text-align: left;
    margin: -19px 0 0 -61px;
}
	
	.banner-text-2-smal444 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 69px;
    color: #FFF;
    text-align: left;
    margin: -49px 0 0 -58px;
}
.banner-text-3-small3 {
    font-family: "Feature Flat", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    color: #FFF;
    text-align: left;
    margin: -17px 0 0 -60px;
    border-top: solid 1px #FFFFFF;
    padding: 4px 0 0 0px;
    width: 100%;
}
	
	
	
	.bg-dark {
         background: #e2e6f1;
        height: 75px;
    }
.hed-cii-logo{ padding:2px 0 1px 0px; text-align:center;}
	
	
	
	.track-inside-page-bg1 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/1.jpg);
    /* background-attachment: fixed; */
    padding: 0px 0px 0px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg2 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/2.jpg);
    /* background-attachment: fixed; */
    padding: 0px 0px 0px 10px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg3 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/3.jpg);
    /* background-attachment: fixed; */
    padding: 0px 0px 0px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg4 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/4.jpg);
    /* background-attachment: fixed; */
    padding: 0px 0px 0px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg5 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/5.jpg);
    /* background-attachment: fixed; */
    padding: 0px 0px 0px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

.track-inside-page-bg6 {
    width: 100%;
    float: left;
    background-image: url(../images/track/bg/6.jpg);
    /* background-attachment: fixed; */
    padding: 0px 0px 0px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0px 0 0 0px;   
}

	
	
	
	
	.track-bg-fx-1-text1 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    max-width: 100%;
    text-align: left;
    padding: 8px;
    background-color: rgba(25, 42, 98, 0.8);
    /* background-color: #00ccff; */
    border-radius: 2px 2px 2px 2px;
    margin: 130px 0 0 0px;
    padding: 3px 0 3px 24px;
    width: 95%;
    color: #fff;
    /* text-transform: uppercase; */
}
	
	canvas {
    background-color: transparent;
    width: 0%;
    margin: -219px 0 0 0px;
    position: absolute;
    z-index: 0;
    max-height: 227px; display: none!important;
}
	
	
	.p-profile-head{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;    
    color: #fff;
    text-align: left;
    margin: -30px 0 0 0px;}
	
	
	
	.key-eve-hilig{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}
	
	.grid-hed-t1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 27px;
    color: #FFF;
    text-align: center;
    /* vertical-align: text-bottom; */
    margin: 150px 0 0 0px;
    background-color: rgba(25, 42, 98, 0.8);
    padding: 12px 10px 12px 10px;
}
	
	.grid-hed-t1-frow {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 27px;
    color: #FFF;
    text-align: center;
    /* vertical-align: text-bottom; */
    margin: 178px 0 0 0px;
    background-color: rgba(25, 42, 98, 0.8);
    padding: 12px 10px 12px 10px;
}
	
	.cii-about-agm-hed-1{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}
	
	.cii-about-agm-hed-1{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;    
    color: #FFF;
    text-align: left;
    margin: 20px 0 0 0px;}
	
	.banner-date-bg {
    background-color: #00ccff;
    padding: 3px 0 5px 0px;
    border-radius: 20px 6px 6px 22px;
    width: 90%;
    margin: 5px 0 10px -67px;
}
	
	.banner-date-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: left;
    margin: 0px 0 0 18px;
}
	.banner-text-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 21px;
    color: #FFF;
    text-align: left;
    margin: 0px 0 0 -64px;
}

.banner-text-small {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #FFF;
    text-align: left;
    margin: 7px 0 0 -65px;
}

.side-padding{ padding:0 15px 0 25px;}
	
}




/* Speakers start */

/* Speakers end */
		
		
		