@font-face {
  font-family: Autography;
  src: url(../fonts/Autography.otf);
}

body {
    background-color: #F1F0EE;
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.725;
    /*overflow-x: hidden;*/
}
.contentCvr{ overflow: hidden; }
.sectionCvr { padding: 4em 0px; overflow: hidden; }
.grey-bg{ background: #fbfbfb; }
.divider-spacing { padding: 10px; }
.title-block { position: relative; margin-bottom: 20px; }

.title-block .title {
    text-transform: capitalize;
    position: relative;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
    color: #222222;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.title-block .title::after { content:''; background:url(../images/title-border.png) no-repeat scroll left bottom / contain; width: 150px; height: 3px; position: absolute; bottom: 0; left: 0; }
.title-block.text-center .title::after { position: absolute; bottom: 0; left: 0; right: 0px; margin:0px auto; }
.title-block.text-white .title, .title-block.text-white .sub-title  { color: #fff; }

.title-block.text-center .sub-title {
    justify-content: center;
    display: inline-flex;
}


.title-block .sub-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #14A850;
    display: flex;
    align-items: center;
    position: relative;
}

.theme-btn {
    display: inline-block;
    line-height: 2;
    color: #fff;
    text-transform: uppercase;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 5px 20px;
    background:#14A850;
    border-radius: 30px;
    text-decoration:none;
    z-index: 1;
    transition: all 0.2s linear;
}
.theme-btn:hover{ background: #f9c920; color: #000; }
.theme-btn.white-btn{ background:#fff; color: #222222;}
.theme-btn.white-btn:hover{ background:#14A850; color: #fff;}

.theme-btn.outline-btn{ background:transparent; border:1px solid #222222; color: #222222; }
.theme-btn.outline-btn:hover{ background:#14A850; border:1px solid #14A850; color: #fff; }

.theme-btn.white-outline-btn {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.theme-btn.white-outline-btn:hover{ background:#14A850; border:1px solid #14A850; color: #fff; }


.navbar-brand img { height:90px; }
.header-nav.fixed .navbar-brand img { height: 50px; }
.header-nav.fix-top {
    position: fixed;
    z-index: 999;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, 0.72);
}
.header-nav.fix-top .navbar-brand img {
    height: 60px;
}

/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.header-call a { padding: 12px 14px; border-radius: 40px; background: transparent; font-size: 13px; border:1px solid #fff; color: #fff;}
.header-call img { width: 30px; margin-right: 6px; }
.header-callCvr .header-call { margin-right: 6px; }
.header-callCvr .header-call:last-child { margin-right: 0px; }
.header-callCvr .header-call:last-child a { background: #fff; text-transform: uppercase; color: #222222; }
.header-nav.fixed { box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 16%); transition: all 0.5s ease; background: #222222; }
.header-nav { padding: 0px; }
.header-nav-links a.nav-link {  color: #fff; font-size: 16px; padding: 12px !important;  }
.header-nav-links.navbar-nav .nav-link.active, .header-nav-links.navbar-nav .nav-link.show, .header-nav-links a.nav-link:hover { color: #f9c920; }
.header-nav-links .nav-item.dropdown:hover .dropdown-menu { display: block; }
.header-nav-links .nav-item.dropdown .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    width: 200px;
}

.header-nav-links .nav-item.dropdown .dropdown-menu li a {
    padding: 7px 12px;
    border-bottom: 1px solid #00000038;
}

.header-nav-links .nav-item.dropdown .dropdown-menu li:hover a {
    background: #f9c920;
    color: #000;
}
.dropdown-toggle::after{top: 3px; position: relative;}
.logo-wrap { display: flex ; align-items: center; }
.presnetby-logo { position: relative; padding-left: 14px; }
.presnetby-logo::before { content:''; background: #fff; width: 1px; height: 30px; left: 0; top:30%; position: absolute; }
.presnetby-logo img { width: 100px; }

.expo-date-block.mobile-wrap{ display: none; }
.expo-date-block {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.expo-date-block .date-info p {
    margin-bottom: 0px;
}

.expo-date-block .date-icon {
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 0px;
        line-height: 1.2;
}
.expo-date-block .date-icon img { width: 20px; }

.expo-date-block .date-info span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.expo-date-block .date-info .date {
    animation: Color 1.5s linear infinite;
    -webkit-animation: Color 1.5s ease-in-out infinite;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

@keyframes Color{
   0%{
    color:#ef4023;
  }
  
  25%{
    color:#f9c920;
  }
  
  50%{
    color:#14a850;
  }
  
  100%{
    color:#0b71b9;
  }
  
}

@-moz-keyframes Color{
  0%{
    color:#ef4023;
  }
  
  25%{
    color:#f9c920;
  }
  
  50%{
    color:#14a850;
  }
  
  100%{
    color:#0b71b9;
  }

}

@-webkit-keyframes Color{
   0%{
    color:#ef4023;
  }
  
  25%{
    color:#f9c920;
  }
  
  50%{
    color:#14a850;
  }
  
  100%{
    color:#0b71b9;
  }
  
}
.book-ticket-btn.mobile-wrap{ display: none; }
.home-banner-sec {
    position: relative;
   /* height: 100vh;*/
    object-fit: contain;
    padding: 10em 0px 8em;
        -webkit-animation: zoom-a 20s linear infinite;
    position: relative;
}

@-webkit-keyframes zoom{0%{transform:scale(1,1)}50%{transform:scale(1.1,1.1)}100%{transform:scale(1,1)}}@keyframes zoom{0%{transform:scale(1,1)}50%{transform:scale(1.1,1.1)}100%{transform:scale(1,1)}}
.home-banner-sec::before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0.5;
}
.home-banner-sec .home-banner-wrap {
    text-align: center;
    z-index: 2;
    position: relative;
}

.home-banner-sec .home-banner-wrap .title-block .banner-title {
    font-size: 2.2em;
    color: #fff;
    width: 75%;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 auto;
    line-height: 1.4;
    padding: 0 2em;
}
.home-banner-sec .home-banner-wrap .title-block .banner-title strong {
    font-weight: 500;
}

.home-banner-sec .home-banner-wrap .text-slider {
    margin-top: 14px;
    margin-bottom: 0px;
    overflow: hidden;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 3.8em;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
}
.home-banner-sec .home-banner-wrap .text-slider p{margin-bottom: 0px; text-transform:capitalize; }
.home-banner-sec .home-banner-wrap .speaker-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0px;
}

.home-banner-sec .home-banner-wrap .speaker-block img {
    width: 320px;
    margin: 0 14px;
}

.home-banner-sec .home-banner-wrap .speaker-block p {
    margin-bottom: 0px;
    color: #fff;
}

.home-banner-sec .home-banner-wrap .speaker-block span {
    font-size: 20px;
    font-weight: 500;
}

.time-and-loc-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding: 2em 0px;
    margin: 2em 0px;
}
.time-and-loc-block::before, .time-and-loc-block::after {
    content: '';
    background: url(../images/banner-timline-border.png) no-repeat scroll center center / contain;
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.time-and-loc-block::before{ top:0px; }
.time-and-loc-block::after{ bottom:0px; }

.time-and-loc-block .time-block {
    text-align: center;
}

.time-and-loc-block .time-block .title {
    margin-bottom: 0px;
    color: #fff;
}

.time-and-loc-block .time-block .time {
    position: relative;
}

.time-and-loc-block .time-block .time .countdown {
    list-style: none;
    display: table;
    margin-bottom: 0;
    padding: 0px;
}

.time-and-loc-block .time-block .time .countdown li {
    float: left;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}

.time-and-loc-block .time-block .time .countdown li::after {
    content: ':';
    position: absolute;
    right: -2px;
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
    top: 4px;
}

.time-and-loc-block .time-block .time .countdown li:last-child::after {
    display: none;
}
.time-and-loc-block .time-block .time .countdown li span {
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
}
.time-and-loc-block .time-block .time .countdown li span:last-child {
    font-weight: 400;
    margin-left: 4px;
}
.time-and-loc-block .time-block .time .countdown li {
    display: flex;
    align-items: center;
}


.time-and-loc-block .location-block svg {
    background: #fff;
    padding: 26px 30px;
    border-radius: 50%;
    color: #EF4023;
    font-size: 28px;
    margin-right: 29px;
    animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.time-and-loc-block .location-block {
    position: relative;
    width: 44%;
}

.time-and-loc-block .location-block p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 19px;
    width: 86%;
    text-align: left;
    line-height: 1.2;
}
.time-and-loc-block .location-block a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.time-and-loc-block .location-block a:hover { color: #EF4023; }
.about-section{ position: relative; }
.about-section::after{ content: ''; background:url(../images/about-img.png) no-repeat scroll top right / contain; width: 650px; height: 780px;position: absolute; right: 0px; top:0px; }

.expo-info {
    position: relative;
}

.expo-info .expo-info-lists {
    display: flex;
    padding: 0px;
    list-style: none;
    margin-left: 1em;
}

.expo-info .expo-info-lists li.info-list {
    text-align: center;
    float: left;
    margin-left: -2em;
}

.expo-info .expo-info-lists li.info-list .info-img {
    /* border: 2px solid #fff; */
    border-radius: 50%;
    display: block;
}

.expo-info .expo-info-lists li.info-list .info-img img {
    border-radius: 50%;
    width: 97px;
    border: 3px solid #fff;
}

.expo-info .expo-info-lists li.info-list .title {
    width: 57%;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 14px;
}

.expo-info .expo-info-lists li.info-list:first-child {
    margin-right: 0em;
}

.expo-info .expo-info-lists li.info-list:last-child {
    margin-left: -2.4em;
}

.about-wrapper {
    padding-right: 10em;
}

.about-wrapper .title-block {
    position: relative;
}

.about-wrapper .title-block .sub-title {
    font-size: 26px;
    line-height: 1.2;
    color: #000;
}

.about-wrapper .title-block .sub-title span {
    color: #115FA9; margin-right: 8px;
}
.about-wrapper .title-block .title {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2;
    width: 86%;
}

.about-section .about-gj-img img {
    text-align: center;
    width: 68%;
    top: -3em;
    position: relative;
}


.expo-ribbon {
    background: #EBE7DE;
    position: relative;
    transform: rotate(-0.6deg);
    -webkit-transform: rotate(-0.6deg);
    overflow: hidden;
    margin-top: -1em;
}

.expo-ribbon .expo-name {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.expo-ribbon .expo-name li {
    float: left;
    color: #000;
    margin: 6px 5px 0px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 20px 28px;
}
.expo-ribbon .expo-name li sup{ text-transform:lowercase; }
.expo-ribbon .expo-name li span {  -webkit-text-stroke: 1px rgb(0 0 0 / 90%); -webkit-text-fill-color: transparent; }
.expo-ribbon .expo-name li:after
{
    content: '';
    position: absolute;
    right: -14px;
    top: 20px;
    background: url(../images/logo-vector.png) no-repeat scroll center right / contain;
    width: 25px;
    height: 22px;
    transform: rotate(320deg);
}
.funfact-sec{padding-top: 4em;}
.funfact-sec .title-block .title {
    font-size: 28px;
    font-weight: 600;
}
.funfact-sec .funfactCvr{ padding-top: 3em; }
.funfact-sec .funfactCvr .funfactList {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.funfact-sec .funfactCvr .funfactList .funfact {
    display: flex;
    align-items: center;
    width: 25%;
    position: relative;
    justify-content: center;
    /* right: 0; */
}

.funfact-sec .funfactCvr .funfactList .funfact .funfact-img {
    background: red;
    text-align: center;
    margin-right: 12px;
    padding: 16px;
    border-radius: 50%;
}
.funfact-sec .funfactCvr .funfactList .funfact .count-wrap{ display: flex; flex-wrap: wrap; width: 40%;}
.funfact-sec .funfactCvr .funfactList .funfact:nth-child(1) .funfact-img { background:#EF4023; }
.funfact-sec .funfactCvr .funfactList .funfact:nth-child(2) .funfact-img { background:#CB1E8B; }
.funfact-sec .funfactCvr .funfactList .funfact:nth-child(3) .funfact-img { background:#14A850; }
.funfact-sec .funfactCvr .funfactList .funfact:nth-child(4) .funfact-img { background:#0B71B9; }
.funfact-sec .funfactCvr .funfactList .funfact img {
    width: 40px;
}

.funfact-sec .funfactCvr .funfactList .funfact p {
    margin-bottom: 0px;
}

.funfact-sec .funfactCvr .funfactList .funfact span {
    display: block;
}

.funfact-sec .funfactCvr .funfactList .funfact .funfact-count {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    display: flex;
    align-items: center;
}

.funfact-sec .funfactCvr .funfactList .funfact .funfact-sub-title { font-size: 18px; line-height: 1.2; text-transform: capitalize;}

.funfact-sec .funfactCvr .funfactList .funfact::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #CCCCCC;
    right: 0;
}

.funfact-sec .funfactCvr .funfactList .funfact:last-child::after { display: none; }

.atal-bridge-sec .atal-bridge img{ width: 100%; }

.expo-happening-wrap { padding-top: 3em; }
.expo-happening-wrap [class*="col-"]:nth-child(1n) .happening-block .happening-wrap .icon span{ background:#EF4023; border-color:#EF4023; }
.expo-happening-wrap [class*="col-"]:nth-child(2n) .happening-block .happening-wrap .icon span{ background:#CB1E8B; border-color:#CB1E8B; }
.expo-happening-wrap [class*="col-"]:nth-child(3n) .happening-block .happening-wrap .icon span{ background:#14A850; border-color:#14A850; }
.expo-happening-wrap [class*="col-"]:nth-child(4n) .happening-block .happening-wrap .icon span{ background:#0B71B9; border-color:#0B71B9; }
.happening-block {
    position: relative;
    border-bottom: 12px;
    overflow: hidden;
    min-height: 25em;
}

.happening-block .happening-img {
    position: absolute;
    /* border-radius: 20px; */
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.happening-block .happening-img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.happening-block .happening-img::before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 12px;
    opacity: 0.6;
}

.happening-block .happening-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 18px 20px;
    align-content: space-between;
    height: 100%;
    color: #fff;
    z-index: 2;
    /* flex-direction: column; */
}
.happening-block .happening-wrap .details-box {
    position: relative;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    width: 100%;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.happening-block .happening-wrap:hover .details-box {
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.happening-block .happening-wrap .details-box .title {
    font-size: 22px;
}
.happening-block .happening-wrap .details-box p {
    display: none;
       -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    opacity: 0;
    line-height: 1.4;
}

.happening-block:hover .happening-wrap .details-box p {
    opacity: 1;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    display: block;
}
.happening-block .happening-wrap .icon {width: 100%;display: inline-block;}

.happening-block .happening-wrap .icon span {
    display: inline-block;
    background: #e8e8e826;
    padding: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.happening-block .happening-wrap .icon span img {
    width: 32px;
}
.happening-block .happening-wrap:hover .icon span img {
animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite; }
    @keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
.speakers-list-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2em;
}

.speakers-list-wrap .speaker-list-block {
    width: 17%;
    margin: 0 14px 2em;
    text-align: center;
}

.speakers-list-wrap .speaker-list-block .speaker-img {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
}
.speakers-list-wrap .speaker-list-block .speaker-img::before {content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/logo-vector-1.png) no-repeat scroll center right / contain;
    width: 30px;
    height: 30px; }
.speakers-list-wrap .speaker-list-block .speaker-img img {
    width: 100%;
    border-radius: 11px;
}

.speakers-list-wrap .speaker-list-block .speaker-info {
    position: relative;
}

.speakers-list-wrap .speaker-list-block .speaker-info .title {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.speakers-list-wrap .speaker-list-block .speaker-info .title::after { content:''; background:url(../images/title-border.png) no-repeat scroll left bottom / contain; width:50px; height: 3px; position: absolute; bottom: 0; left: 0; right: 0px; margin:0px auto; }
.speakers-list-wrap .speaker-list-block .speaker-info .detail {
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 14px;
}
.sponsors-sec{ position: relative; z-index: 1; }
.sponsors-sec::before{ content:''; background:url("https://teg.elsnerdev.com/wp-content/uploads/2024/12/sponsors-bg3.png") no-repeat scroll center center / cover; width: 100%; height: 100%; position: absolute; top:0px; left:0px; z-index: -1; }
.sponsors-sec .sponsors-wrapper{padding-top: 3em;}
.sponsors-sec .sponsors-block-wrap, .sponsors-sec .key-partner {background: #E0F7FD;padding: 20px;border-radius: 9px;overflow: hidden;}

.platinum-sponsor.sponsors-block-wrap {
    background: #E0F7FD;
}

.gold-sponsor.sponsors-block-wrap {
    background: #FFEEC7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.silver-sponsor.sponsors-block-wrap {
    background: #F0F0F0;
    margin-top: 2em;
}
.sponsors-sec .sponsors-block-wrap .title-block-wrap {
    position: relative;
    display: flex;
}

.sponsors-sec .sponsors-block-wrap .title-block-wrap .title-block {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.sponsors-sec .sponsors-block-wrap .title-block-wrap .title-block .title::after{display: none;}
/*
.sponsors-sec .sponsors-block-wrap .title-block-wrap .title-block .title::after {
    content: '';
    background: url(../images/logo-vector.png) no-repeat scroll center right / contain;
    width: 24px;
    height: 24px;
    right: -38px;
    position: absolute;
    left: auto;
    top: 15px;
} */

.sponsors-sec .sponsors-block-wrap .title-block-wrap .title-block .title {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sponsors-sec .sponsors-block-wrap .title-block-wrap .title-block .title span {
    display: block;
    font-family: Autography;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    margin-top: -1px;
}

.sponsors-sec .sponsors-block-wrap .sponsors-lists-wrap {
    position: relative;
}

.sponsors-sec .sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px;
}

.sponsors-sec .sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li img {width: 100%; mix-blend-mode: multiply;}
.sponsors-sec .sponsors-block-wrap .title-block-wrap .sponsors-icon {
    position: relative;
    padding-right: 2.5em;
    margin-bottom: 0px;
}
.sponsors-sec .sponsors-block-wrap .title-block-wrap .sponsors-icon::before {border: 8px solid #fff;padding: 62px;border-radius: 50%;position: absolute;left: -42px;top: -38px;content: '';}

.sponsors-sec .sponsors-block-wrap .title-block-wrap .sponsors-icon img {
    width: 73px;
}
.sponsors-sec .platinum-sponsor.sponsors-block-wrap .sponsors-lists {
    margin: 4.5em 0px 4em;
}

.sponsors-sec .gold-sponsor.sponsors-block-wrap .title-block-wrap .sponsors-icon::before {
    padding: 148px;
    left: -90px;
    top: -124px;
}
.sponsors-sec .gold-sponsor.sponsors-block-wrap .title-block-wrap .sponsors-icon {
    padding-right: 7px;
}
.sponsors-sec .gold-sponsor.sponsors-block-wrap .sponsors-lists-wrap {
    width: 74%;
}

.sponsors-sec .gold-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists {
    justify-content: space-around;
}

.sponsors-sec .gold-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li img {
    width: 100%;
}

.sponsors-sec .key-partner{ background: #E9F5FF;
    position: relative;
    margin-top: 1.2em;
    padding: 1.5em 0px; }
    .sponsors-sec .key-partner .partner-lists-wrap {
    position: relative;
}

.sponsors-sec .key-partner .partner-lists-wrap .partner-lists {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li {
    text-align: center;
    position: relative;
    width: 33.33%;
}

.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li::after {
    content: '';
    background: #CCCCCC;
    height: 76%;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 16px;
}

.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li img {
    width: 156px;
}

.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li .title {
    position: relative;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li .title span{position: relative;     padding-left: 20px;}
.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li .title span::before {  content: '';
    background: url(../images/logo-vector.png) no-repeat scroll center right / contain;
    width: 14px;
    height: 14px;
    left:0px;
    position: absolute;
    top:0px; }
.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li:last-child::after {
    display: none;
}

.sponsors-sec .silver-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists {
    padding-left: 5em;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 2em;
}

.sponsors-sec .silver-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li {
    width: 16%;
    padding: 0 16px;
    margin-bottom: 22px;
}

.exhibitors-lists-wrapper {
    padding-top: 2em;
}

.exhibitors-lists-wrapper .exhibitors-lists {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.exhibitors-lists-wrapper .exhibitors-lists .slick-slide {
    background: #FFFFFF;
    margin: 10px 10px;
    padding: 15px 22px;
    border-radius: 10px;
}

.exhibitors-lists-wrapper .exhibitors-lists .slick-slide img {
    width: 160px;
}
.supporting-partners .slick-list .slick-slide img {
    object-fit: contain;
    width: 170px;
    mix-blend-mode: multiply;
}
.tech-zone-wrapper {position: relative;background: url(../images/tech-zone-bg.png) no-repeat scroll center center / cover; border-radius: 24px;}

.tech-zone-wrapper .tech-zone-details {
    padding: 5em;
}
.tech-zone-wrapper .tech-zone-details .title-block .title, .tech-zone-wrapper .tech-zone-details .desc {
    color: #fff;
}
.tech-zone-wrapper .tech-zone-img {
    position: relative;
        padding: 0 3em;
}
.tech-zone-img video {
    width: 100%;
    mix-blend-mode: color-dodge;
}
.tech-zone-wrapper .tech-zone-img img {
    padding: 0 1em;
    width: 100%;
}

.tech-zone-wrapper .tech-zone-img .title {
    -webkit-text-stroke: 1px rgb(255 255 255 / 90%);
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    width: 65%;
    line-height: 1.2;
    position: absolute;
    top: -43px;
    text-transform: uppercase;
    font-weight: 600;
}
.tech-zone-wrapper .tech-zone-img .circle, .tech-zone-wrapper .tech-zone-img .circle::before {
    content: " ";
    margin: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s;
    background-color: #ffffff;
    position: absolute;
    left: 9.2em;
    top: 12px;
}

.tech-zone-wrapper .tech-zone-img .circle::before {
  animation: mymove 2s infinite;
  position: absolute;
  background-color: #fff;
      left: 0;
    top: 0;
}

@-webkit-keyframes mymove {
  50%   {
    transform: scale(2);
    opacity: 0
  }
  100%   {
    transform: scale(2);
    opacity: 0
  }
}

.exhibition-cta-sec{ position: relative; }
.exhibition-cta-sec .video-block {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: -2em;
    bottom: 8em;
    width: 50px;
    z-index: 1;
}
.exhibition-cta-sec .video-block svg {
    font-size: 20px;
    background: #000;
    padding: 20px 22px;
    border-radius: 50%;
    color: #fff;
    display: block;
    margin: -4px -4px;
}
.exhibition-cta-sec .video-block button {
    background: transparent;
    border: medium none;
    top: 10px;
    position: relative;
    left: -6px;
}
.videoModal .modal-content button.btn-close {
    position: absolute;
    right: -8px;
    background: #ef4023;
    opacity: 9;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 1;
    padding: 7px;
    font-size: 11px;
    top: -10px;
    z-index: 9;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.exhibition-cta-sec .title-block .title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.exhibition-cta-sec .title-block .title::after {
    display: none;
}

.exhibition-cta-sec .title-block .sub-title {
    font-family: 'Autography';
    font-size: 2em;
    line-height: 1;
}

.exhibition-cta-sec { position: relative; }
.exhibition-cta-sec .expo-gate-wrapper {
    position: relative;
}

.exhibition-cta-sec .expo-gate-wrapper img {
    width: 100%;
}

.exhibition-cta-sec .expo-details-wrapper {
    padding: 0 3em;
}
.exhibition-cta-sec .expo-details-wrapper .title-block {
    position: relative;
}

.exhibition-cta-sec .expo-details-wrapper .title-block .title {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #EF4023;
    font-size: 2.6em;
    font-weight: 500;
}

.exhibition-cta-sec .expo-details-wrapper .title-block .title::after {
    display: none;
}

.exhibition-cta-sec .expo-details-wrapper .title-block .desc {
    width: 76%;
    line-height: 1.2;
    margin: 10px 0 20px;
}
.exhibition-cta-sec .expo-details-wrapper .expo-time {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 1.6em 13px;
    margin: 1.4em 0px;
    flex-wrap: wrap;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time::before, 
.exhibition-cta-sec .expo-details-wrapper .expo-time::after {
    content: '';
    background: url(../images/banner-timline-border.png) no-repeat scroll center center / contain;
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time::before {
    top: 0px;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time::after {
    bottom: 0px;
}
.exhibition-cta-sec .expo-details-wrapper .expo-time p {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown {
    list-style: none;
    display: table;
    margin-bottom: 0;
    padding: 0px;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li {
    float: left;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li::after {
    content: ':';
    position: absolute;
    right: -2px;
    color: #000;
    font-size: 23px;
    line-height: 1.2;
    top: 4px;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li:last-child::after {
    display: none;
}
.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li span {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    color: #000;
    line-height: 1.2;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li span:last-child {
    font-weight: 400;
    margin-left: 3px;
    color: #333;
    text-transform: capitalize;
}

.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li {
    display: flex;
    align-items: center;
}

.exhibition-cta-sec .expo-details-wrapper .expo-location {
    font-size: 17px;
    padding: 0 15px;
}

.exhibition-cta-sec .expo-details-wrapper .expo-location svg {
    color: #ef4023;
    font-size: 26px;
    margin-right: 11px;
    background: rgba(0,0,0,0.05);
    padding: 14px 18px;
    border-radius: 50%;
    animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.exhibition-cta-sec .expo-details-wrapper .expo-location p {
    display: flex;
    align-items: center;
}
.exhibition-cta-sec .expo-details-wrapper .expo-location a{ color: #000; text-decoration:none; display: block; line-height:1.2; font-weight: 500; font-size: 20px; }
.exhibition-cta-sec .expo-details-wrapper .expo-location a:hover{ color: #EF4023; }
.industry-sec {
    z-index: 1;
    position: relative;
}
.industry-sec .industry-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.industry-sec .industry-wrapper .industry-block {
    width: 14%;
    position: relative;
    margin: 0 12px 24px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
     display: block;
}
.industry-sec .industry-wrapper .industry-block::before { content:''; background:url(../images/industries-bg-vector.png) no-repeat scroll center bottom / cover; width: 100%; height: 100%; position: absolute; bottom:0px; left: 0px; z-index: 1; }


.industry-sec .industry-wrapper .industry-block .industry-img {
    position: relative;
     display: block;
}

.industry-sec .industry-wrapper .industry-block .industry-img img {
    width: 100%;
    border-radius: 12px;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    display: block;

}

.industry-sec .industry-wrapper .industry-block:hover .industry-img img {
    transform: scale(1.3) rotate(5deg);
    -webkit-transform: scale(1.3) rotate(5deg);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

.industry-sec .industry-wrapper .industry-block .industry-title {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    padding: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    z-index: 2;
}

.event-schedule-sec{ position: relative; z-index: 1; overflow: hidden; }
.event-schedule-sec::before{ content:''; content:''; background:url("https://teg.elsnerdev.com/wp-content/uploads/2024/12/event-schedule-bg.png") no-repeat scroll center center / cover; width: 100%; height: 100%; position: absolute; top:0px; left: 0px; z-index: -1; }
.event-schedule-sec .event-schedule-details, 
.event-schedule-sec .event-schedule-details .title-block .title,
.event-schedule-sec .event-schedule-block{ z-index: 2; position: relative; color: #fff;}
.event-schedule-sec .event-schedule-block .event-schedule-lists .slick-list {
    padding: 0 20% 0 0 !important;
}


.event-schedule-sec .event-schedule-block {
    padding-left: 0;
    position: relative;
    margin-bottom: 3em;
}

.event-schedule-sec .event-schedule-block > .title {
    position: relative;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-schedule-sec .event-schedule-block .title .day, .event-schedule-sec .event-schedule-block .title .date {margin-bottom: 0px;text-transform: uppercase;/* display: block; */width: 100%;}

.event-schedule-sec .event-schedule-block .title .day {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.event-schedule-sec .event-schedule-block .title .date sup {
    text-transform: lowercase;
}

.event-schedule-sec .event-schedule-details {
    padding: 0 7em;
}

.event-schedule-sec .event-schedule-block > .title::after {
    content: '';
    background: #fff;
    width: 87%;
    height: 1px;
    position: absolute;
    right: 0;
}

.event-schedule-lists .schedule-block .block-details {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px 16px;
    margin: 0 4px;
    align-content: space-between;
    min-height: 134px;
}
.event-schedule-lists .schedule-block p {
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

.event-schedule-lists .schedule-block .block-details .title {
    line-height: 1.2;
}

.team-sec { position: relative; overflow: hidden; }

.team-sec .core-team-wrapper{ padding-top: 1.4em; }

.team-sec .core-team-wrapper .team-tabs .nav-link {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 8px;
    padding: 7px 18px;
}

.team-sec .core-team-wrapper .team-tabs .nav-link.active, .team-sec .core-team-wrapper .team-tabs .nav-link:hover {
    background: #000;
    color: #fff;
}

.team-sec .core-team-wrapper .team-tab-content {
    margin-top: 4em;
}


.team-sec .core-team-wrapper .team-tab-content .team-lists .team-block {
    margin: 0 19px;
     text-align: center;
}

.team-sec .core-team-wrapper .team-tab-content .team-lists .team-block .team-img {
    margin-bottom: 14px;
}

.team-sec .core-team-wrapper .team-tab-content .team-lists .team-block .team-img img {
    width: 100%;
    border-radius: 30px;
}

.team-sec .core-team-wrapper .team-tab-content .team-lists .team-block .team-info {
    position: relative;
    padding: 0px 20px;
}

.team-sec .core-team-wrapper .team-tab-content .team-lists .team-block .team-info .name {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 500;
}

.team-sec .core-team-wrapper .team-tab-content .team-lists .team-block .team-info .designation { line-height:1.2; }

.it-industry-sec{ background:#fff; position: relative; }
.it-industry-sec .it-industry-wrapper{ padding-top:2em }
.it-industry-sec .it-industry-wrapper .it-industry-lists .it-industry-block img {
    padding: 0 20px;
    width: 220px;
    text-align: center;
    margin: 0 auto;
}

.it-industry-sec .it-industry-wrapper .it-industry-lists .it-industry-block {
    text-align: center;
    margin: 0 auto;
}

.speakers-sec .speakers-list-wrap .slick-dots,
.it-industry-sec .it-industry-wrapper .it-industry-lists .slick-dots {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    list-style-type: none;
}
.it-industry-sec .it-industry-wrapper .it-industry-lists .slick-dots {  margin: 3em auto 0px; }
.speakers-sec .speakers-list-wrap .slick-dots li,
.it-industry-sec .it-industry-wrapper .it-industry-lists .slick-dots li {
  margin: 0 0.25rem;
}
.speakers-sec .speakers-list-wrap .slick-dots button,
.it-industry-sec .it-industry-wrapper .it-industry-lists .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D9D9D9;
  text-indent: -9999px;
}
.speakers-sec .speakers-list-wrap .slick-dots li.slick-active button,
.it-industry-sec .it-industry-wrapper .it-industry-lists .slick-dots li.slick-active button { background-color: #7A7A7A; }

/**** Footer ****/
.contentCvr .sectionCvr:last-child, .contentCvr section:last-child {
    padding-bottom: 6.5em;
}

.ftrCvr {
    background: #000;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    margin-top: -3em;
    z-index: 9;
    position: relative;
}
.ftrCvr .ftrtopCvr {
    padding: 3em 0px;
}

.footer-block .ftr-about-block img {
    width: 120px;
    margin-bottom: 20px;
}

.ftr-about-block p {
    padding: 8px 0;
    color: #fff;
}
.ftr-about-block .theme-btn {
    margin-top: 0px;
}

.ftr-about-block ul.ftrsocialLinks {
    display: table;
    list-style: outside none none;
    padding: 0;
    margin-top: 1em;
}
.ftr-about-block ul.ftrsocialLinks li {
    float: left;
    margin-right: 14px;
}
.ftr-about-block ul.ftrsocialLinks li a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.4;
    transition: 0.7s;
} 
.ftr-about-block ul.ftrsocialLinks li a:hover {
  background: #fff;
  color: #000;
}
.ftrCvr .ftrtopCvr .footertittle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom:20px;
    color: #fff;
    position: relative;
}
.ftrCvr .ftrtopCvr .footertittle::after { content:''; background:url(../images/title-border.png) no-repeat scroll left bottom / contain; width: 150px; height: 3px; position: absolute; bottom: 0; left: 0; }
.footerlink ul {
    list-style: none;
        margin: 0;
    padding: 0;
}
.footerlink ul li {
    list-style: none;
    line-height: 2.2;
    position: relative;
    display: flex;
    align-items: start;
}

.footerlink ul li a{ color:#fff ;transition: 0.7s; text-decoration:none; }
.footercontact .contact-block-side {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.contact-block-side svg {
    margin-top: 5px;
    color: #fff;
    display: block;   
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 18px;
    height: 14px;
    text-align: center;
    line-height: 1.4;
    margin-right: 12px;
    transition:0.7s;
}
.contact-block-side:hover svg{   
    border-color: #fff;
    background-color:#fff;
    color: #000;
}   
.contact-block-side a { color:#fff;word-wrap: break-word; text-decoration: none;}
.contact-block-side p{ width:100%; color:#fff; font-size: 14px; margin-bottom: 0px; }
.footerlink ul li a:hover,
.contact-block-side a:hover{ color:#ef4023;transition: 0.7s;}
.cmmuappttl
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    margin-top: 20px;
}
.cmmuappttl::after {
    content: '';
    background: url(../images/title-border.png) no-repeat scroll left bottom / contain;
    width: 150px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.cmmuappul
{
    padding-left: 0;
    display: flex;
    align-items: center;
}
ul.cmmuappul li
{
        margin-right: 10px;
}
ul.cmmuappul li a
{
    
}
ul.cmmuappul li img
{
        height: 40px;
}
.ftr-map iframe {
    height: 350px;
    border-radius: 22px;
}
.ftrbtm {
    border-top: 1px solid #E9E9E9;
    padding: 18px 0px;
    text-align: center;
}
.ftrbtm .copyright p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.ftrbtm .copyright p a{
    color:#fff;
    text-decoration: none;
}


.inner-page-banner {
    padding: 18em 0;
    position: relative;
    z-index: 1;
    background-position: center;
}

.inner-page-banner::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.64;
    z-index: -1;
}
.inner-page-banner .inner-banner-wrap{ z-index: 2; }
.inner-page-banner .inner-banner-wrap .inner-banner-text .banner-title{ color: #fff; }

.contact-section .contact-details-wrapper { padding-right: 6em; }
.contact-section .contact-details-wrapper .contact-cta-details{ padding: 0px; }
.contact-section .contact-details-wrapper .contact-cta .contact-cta-details { list-style: none; padding: 0; margin: 0; }
.contact-section .contact-details-wrapper .contact-cta .contact-cta-details li { display: flex; align-items: center; margin-bottom: 16px; }
.contact-section .contact-details-wrapper .contact-cta .contact-cta-details li span.icon {
    color: #000;
    padding: 11px 12px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #000;
    margin-right: 16px;
    line-height: 1.2;
    width: 40px;
    height: 40px;
}
.contact-section .contact-details-wrapper .contact-cta .contact-cta-details li a { color: #000; text-decoration:none; }
.contact-section .contact-details-wrapper .contact-cta .contact-cta-details li a:hover { color: #14A850; }
.contact-section .contact-details-wrapper .contact-social { display: flex; align-items: center; margin-top: 2.2em; }
.contact-section .contact-details-wrapper .contact-social .contact-social-links {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-left: 9px;
    padding: 0px;
}
.contact-section .contact-details-wrapper .contact-social .contact-social-links li a {
    color: #fff;
    padding: 12px 12px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    line-height: 1;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
}
.contact-section .contact-details-wrapper .contact-social .contact-social-links li:nth-child(1) a { background:#EF4023; }
.contact-section .contact-details-wrapper .contact-social .contact-social-links  li:nth-child(2) a { background:#CB1E8B; }
.contact-section .contact-details-wrapper .contact-social .contact-social-links  li:nth-child(3) a { background:#14A850; }
.contact-section .contact-details-wrapper .contact-social .contact-social-links  li:nth-child(4) a { background:#FF0000; }
.contact-section .contact-details-wrapper .contact-social .contact-social-links li a:hover {  background: #000000; color: #fff; }

.contact-section .contact-frm-wrapper {
    padding: 3em 3em;
    background: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.contact-section .contact-frm-wrapper::after { content:''; background:url(../images/cta-frm-icon.png) no-repeat scroll top right / contain; width: 100px; height: 100px; position: absolute; top: 0; right: 0; }
.contact-section .contact-frm-wrapper input:not([type="submit"]), .contact-section .contact-frm-wrapper textarea, .contact-section .contact-frm-wrapper  select {
    width: 100%;
    height: auto;
    padding: 9px;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 11px;
    border: medium none;
    border-bottom: 1px solid #BDBDBD;
    border-radius: 0px;
}

.contact-section .contact-frm-wrapper [type="submit"] {
    width: 100%;
    border: medium none;
}

.faq-section{ background:#fff;  }
/*.faq-section .accordion-button:not(.collapsed)::after{ content:'^'; background:transparent; }*/
.faq-section .faq-wrapper{ padding-top: 2em; }
.faq-section .faq-wrapper .accordion-flush>.accordion-item { border: medium none; }
.faq-section .faq-wrapper .accordion-item.faq-item {
    position: relative;
    padding-left: 3.4em;
}
.faq-section .faq-wrapper .accordion-item.faq-item::before {
    content: '?';
    border: 1px solid #000;
    padding: 12px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.faq-section .faq-wrapper .accordion-button::after {
    content: '\f063';
    background: transparent;
    font-family: 'FontAwesome';
    font-weight: 600;
    width: auto;
    height: auto;
}

.faq-section .faq-wrapper .accordion-item.faq-item .accordion-header {
    border: medium none;
    border-radius: 20px;
}

.faq-section .faq-wrapper .accordion-item.faq-item .accordion-header .accordion-button {
    margin-bottom: 15px;
    border-radius: 13px !important;!i;!;
    background: #F8F8F8;
    border: medium none;
    box-shadow: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.faq-section .faq-wrapper .accordion-item.faq-item .accordion-body {
    border: 1px solid #E4E4E4;
    margin-bottom: 1em;
    border-radius: 10px;
    padding: 20px;
}


.about-page-sec .title-block .sub-title {
    color: #000;
    position: relative;
    padding-left: 20px;
}

.about-page-sec .title-block .sub-title::before {
    content: '';
    background: url(../images/logo-vector.png) no-repeat scroll center center / contain;
    position: absolute;
    left: 0;
    width: 16px;
    height: 146px;
}
.about-page-sec .title-block .title{ padding-bottom: 0px; margin-bottom: 0px; }
.about-page-sec .title-block .title::after { display: none; }
.about-page-sec .block-desc{ padding-bottom: 2em;  position: relative; }
.about-page-sec .block-desc::after {
    content: '';
    background: url(../images/title-border.png) no-repeat scroll left bottom / contain;
    width: 50%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.about-page-sec .aboutus-blockCvr { padding-top: 4em; }

.about-page-sec .aboutus-blockCvr .img-block img {
    width: 100%;
    border-radius: 8px;
}

.about-page-sec .aboutus-blockCvr .aboutus-block-wrap { position: relative; }

.about-page-sec .aboutus-blockCvr .aboutus-block-wrap .info-block {
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 13em;
}

.about-page-sec .aboutus-blockCvr .aboutus-block-wrap .info-block p {
    margin-bottom: 0px;
}

.about-page-sec .aboutus-blockCvr .aboutus-block-wrap > div:first-child {
    margin-bottom: 1.4em;
}

.about-page-sec .aboutus-blockCvr .aboutus-block-wrap > div:first-child .info-number-block {
    margin-top: 20px;
}

.about-page-sec .aboutus-blockCvr .aboutus-block-wrap > div:last-child .info-number-block {
    margin-bottom: 20px;
}

.about-page-sec .aboutus-blockCvr .aboutus-block-wrap .info-block .info-number-block {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
.bg-platinum { background: #EBE7DE; }
.bg-lightgrey { background: #D9DDE9; }
.inner-ribbon.expo-ribbon { margin-top: 0px; } 

.mvv-section { position: relative; }
.mvv-section .mvv-block-wrapper { position: relative; }
.mvv-section .mvv-block-wrapper .mvv-block { border: 1px solid #000; padding: 26px; border-radius: 20px;
}
.mvv-section .mvv-block-wrapper .mvv-block .mvv-block-icon img { width: 84px; }
.mvv-section .mvv-block-wrapper .mvv-block .mvv-block-info p { margin-bottom: 0px; }
.mvv-section .mvv-block-wrapper .mvv-block .mvv-block-info .title { font-size: 24px; }
.mvv-section .mvv-block-wrapper .mvv-block .mvv-block-icon { margin-bottom: 24px; }
.about-team-sec{ position: relative; background: #fff}


.about-team-sec .core-team-wrapper{ padding-top: 1.4em; }

.about-team-sec .core-team-wrapper .team-tabs .nav-link {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 8px;
    padding: 7px 18px;
}

.about-team-sec .core-team-wrapper .team-tabs .nav-link.active, .about-team-sec .core-team-wrapper .team-tabs .nav-link:hover {
    background: #000;
    color: #fff;
}

.about-team-sec .core-team-wrapper .team-tab-content {
    margin-top: 4em;
}
.about-team-sec .team-lists { position: relative;}
.about-team-sec .team-lists .team-block {
    border: 1px solid #CCCCCC;
    border-radius: 28px;
    text-align: center;
    padding: 16px;
    margin: 0 0px 2em;
    position: relative;
}

.about-team-sec .team-lists .team-block .team-img img {
    border-radius: 20px;
    width: 100%;
}


.whowe-sec{ position: relative; z-index: 1; }
.whowe-sec::before{  content:''; background:url(../images/who-we-are-bg.jpg) no-repeat scroll center center / cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1;  }
.whowe-sec .whowe-block .block-desc { padding-right: 3em; }
.whowe-sec .whowe-block .block-desc img {
    width: 180px;
}
.whowe-sec .whowe-img img { width:100%; }

.about-team-sec .team-lists .team-block .team-img {
    margin-bottom: 21px;
}

.about-team-sec .team-lists .team-block .team-info {
    position: relative;
}

.about-team-sec .team-lists .team-block .team-info .name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2px;
}

.about-team-sec .team-lists .team-block .team-info .designation {
    margin-bottom: 0px;
    display: block;
    line-height: 1.2;
    margin-top: 8px;
    min-height: 44px;
}
.about-team-sec .team-lists .team-block .team-info .team-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }

.about-team-sec .team-lists .team-block .team-info .team-social {
    margin: 14px 0 16px;
    padding: 0px 0px 15px 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
}

.about-team-sec .team-lists .team-block .team-info .team-social li {
    margin: 0 5px;
}

.about-team-sec .team-lists .team-block .team-info .team-social li svg {
    padding: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.about-team-sec .team-lists .team-block .team-info .team-social li a {
    color: #000;
    display: block;
}

.about-team-sec .team-lists .team-block .team-info .team-social::after {
    content: '';
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0px;
    width: 55%;
    height: 5px;
    background: url(../images/title-border.png) no-repeat scroll center bottom / contain;
}
.about-team-sec .team-lists .team-block .team-info {
    position: relative;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
}
.about-team-sec .team-lists .team-block .team-hover-block{ display: none; 
        -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
     -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;}
.about-team-sec .team-lists .team-block:hover .team-hover-block .team-info .designation {
    min-height: auto;
}

.about-team-sec .team-lists .team-block:hover .team-hover-block .team-info .team-desc { overflow: visible;     -webkit-box-orient: inherit; line-height:1.4; }
.about-team-sec .team-lists .team-block:hover .team-hover-block{
    display: flex ;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: 100%;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    flex-wrap: wrap;
    align-content: center;
}

.about-team-sec .team-lists .team-block .team-hover-block .team-info .team-social li svg {
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.about-team-sec .team-lists .team-block .team-hover-block .team-info .team-social li a {
    color: #fff;
    display: block;
} 

.about-team-sec .team-lists .team-block .team-hover-block .team-info .team-social li a:hover svg { background: #fff; color: #000;  }

.speakers-page-sec .speaker-list-block{ width: 100% !important; margin: 0px 0px 2.4em 0px !important; }


.bg-white{ background:#fff; }
.floor-plan-img img { width: 100%; mix-blend-mode: multiply; }

.agenda-wrapper{ padding-top: 2em; }

.agenda-wrapper .agenda-tabs  .nav-link {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 8px;
    padding: 7px 18px;
}

.agenda-wrapper .agenda-tabs .nav-link.active, .agenda-wrapper .agenda-tabs .nav-link:hover {
    background: #000;
    color: #fff;
}

.agenda-wrapper .agenda-lists { margin-top: 4em; }

.agenda-wrapper .agenda-lists .agenda-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 26px 0px;
    border-bottom: 1px solid #ccc;
}

.agenda-wrapper .agenda-lists .agenda-block:first-child {
    border-top: 1px solid #ccc;
}

.agenda-wrapper .agenda-lists .agenda-block .agenda-time p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.agenda-wrapper .agenda-lists .agenda-block .agenda-time p span {
    display: block;
    width: 100%;
}

.agenda-wrapper .agenda-lists .agenda-block .agenda-info p {
    margin-bottom: 0px;
}

.agenda-wrapper .agenda-lists .agenda-block .agenda-info .title {
    font-size: 24px;
    font-weight: 600;
}

.agenda-wrapper .agenda-lists .agenda-block .agenda-info .speaker strong {
    color: #EF4023;
    font-weight: 500;
    margin-right: 5px;
}
.agenda-wrapper .agenda-lists .agenda-block .agenda-dura {
    margin-right: 24px;
}
.agenda-wrapper .agenda-lists .agenda-block .agenda-dura p {
    margin-bottom: 0px;
}


.exhibitor-listsCvr {
    position: relative;
}

.exhibitor-listsCvr .exhibitor-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2.8em 0px;
    border-bottom: 1px solid #ccc;
}
.exhibitor-listsCvr .exhibitor-block:last-child {
    border-bottom: medium none;
}

.exhibitor-listsCvr .exhibitor-block .title-block {
    margin-bottom: 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 1em;
    position: relative;
}

.exhibitor-listsCvr .exhibitor-block .title-block::after 
{ content:''; background:url(../images/title-border.png) repeat-y scroll left bottom / contain; width: 200px; height: 3px; position: absolute; bottom: 0; left: 0; right: 0px; margin:0px auto; }

.exhibitor-listsCvr .exhibitor-block .title-block p {
    margin-bottom: 0px;
    font-size: 44px;
    line-height: 1.2;
}

.exhibitor-listsCvr .exhibitor-block .title-block p span {
    width: 100%;
    display: block;
    font-family: Autography;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 39px;
    line-height: 1;
    margin-top: -6px;
}

.exhibitor-listsCvr .exhibitor-block .title-block img {
    width: 75px;
    margin-right: 20px;
}

.exhibitor-listsCvr .exhibitor-block .exhibitor-lists-wrap {
    position: relative;
    width: 100%;
}
.exhibitor-listsCvr .exhibitor-block .exhibitor-lists-wrap .exhibitor-lists {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px;
}

.exhibitor-listsCvr .silver-exhibitor.exhibitor-block .exhibitor-lists-wrap .exhibitor-lists { justify-content: center; }
.exhibitor-listsCvr .silver-exhibitor.exhibitor-block .exhibitor-lists-wrap ul.exhibitor-lists li {
    width: 16%;
    margin: 14px 40px;
}

.exhibitor-listsCvr .silver-exhibitor.exhibitor-block .exhibitor-lists-wrap ul.exhibitor-lists li img {
    width: 100%; mix-blend-mode: multiply;
}


.standard-sponsors-sec .exhibitors-listsCvr {
    position: relative;
}

.standard-sponsors-sec {
    position: relative;
}

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li {
    width: 16%;
    padding: 12px 15px;
    margin: 20px 0px;
    position: relative;
    text-align: center;
}

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li::before {
    position: absolute;
    width: 1px;
    height: 74%;
    content: '';
    right: 0;
    background: #ccc;
}
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:last-child::before,
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(6n)::before { display: none; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+79)::after { display: none; }

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li img { width: 80%; }

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li::before {
    width: 1px;
    right: 0;
    margin: 0 auto;
    height: 100%;
    background: #ccc;
    content: '';
    right: 0;
    position: absolute;
    top: 0;
}

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li::after {
    content: '';
    background: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -20px;
}



.partners-sec .key-partner{
    position: relative;
    margin-top: 1.2em;
    padding: 1.5em 0px; }
    .partners-sec .key-partner .partner-lists-wrap {
    position: relative;
}

.partners-sec .key-partner .partner-lists-wrap .partner-lists {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.partners-sec .key-partner .partner-lists-wrap .partner-lists li {
    text-align: center;
    position: relative;
    width: 33.33%;
}

.partners-sec .key-partner .partner-lists-wrap .partner-lists li::after {
    content: '';
    background: #CCCCCC;
    height: 76%;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 16px;
}

.partners-sec .key-partner .partner-lists-wrap .partner-lists li img {
    width: 156px;
}

.partners-sec .key-partner .partner-lists-wrap .partner-lists li .title {
    position: relative;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-sec .key-partner .partner-lists-wrap .partner-lists li .title span{position: relative;     padding-left: 20px;}
.partners-sec .key-partner .partner-lists-wrap .partner-lists li .title span::before {  content: '';
    background: url(../images/logo-vector.png) no-repeat scroll center right / contain;
    width: 14px;
    height: 14px;
    left:0px;
    position: absolute;
    top:0px; }
.partners-sec .key-partner .partner-lists-wrap .partner-lists li:last-child::after {
    display: none;
}

.supporting-partners-sec{ position: relative; }
.supporting-partners-sec::before, .supporting-partners-sec::after{ content:''; width: 73%; height: 1px; background: #ccc; position: absolute; left:0px; right: 0px; margin:0px auto; }
.supporting-partners-sec::before{ top:0px; } .supporting-partners-sec::after{ bottom:0px; }
.supporting-partners-sec .supporting-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 2em 0px 0px;
}

.supporting-partners-sec .supporting-partners li img {
    border-radius: 9px;
}

.supporting-partners-sec .supporting-partners li {
    margin: 0 12px 2em;
}


.it-industries-partners-sec .it-industry-wrapper {
    position: relative;
}

.it-industries-partners-sec {
    position: relative;
}

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists {
    display: flex;
    margin: 0px auto;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px;
}

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block {
    width: 19%;
    text-align: center;
    padding: 40px 30px;
    border-bottom: 2px dotted #E1E1E1;
    border-right: 2px dotted #E1E1E1;
    position: relative;
}

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block img {
    width: 100%;
}

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block::after {
    content: '\2b';
    right: -36px;
    position: absolute;
    bottom: -36px;
    background: #f1f0ee;
    height: 70px;
    width: 70px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E1E1E1;
    font-family: 'Font Awesome 6 Brands';
    font-size: 17px;
}

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(5n) {
    border-right: medium none;
}
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+11) {
    border-bottom: none;
}
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(5n)::after, .it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+11)::after { display:none; }
.packages-sec{ position: relative; padding-bottom: 7em; }
.packages-sec::after{ content:''; width: 80%; height: 1px; background: #ccc; position: absolute; left:0px; right: 0px; margin:0px auto; bottom:0px;  }
.packages-sec .packages-block-wrapper{ padding-top:3em; }
.packages-sec .packages-block-wrapper .package-block {
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    padding: 38px;
    text-align: center;
    position: relative;
}
.packages-sec .packages-block-wrapper [class*="col-"]:nth-child(1) .package-block{ background:#FFF7F5;  }
.packages-sec .packages-block-wrapper [class*="col-"]:nth-child(2) .package-block{ background:#FFFCF0;  }
.packages-sec .packages-block-wrapper [class*="col-"]:nth-child(3) .package-block{ background:#F2FFF7;  }
.packages-sec .packages-block-wrapper [class*="col-"]:nth-child(4) .package-block{ background:#EDF8FF;  }
.packages-sec .packages-block-wrapper .package-block .package-info {
    margin: 3em 0px 2.4em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2em;
}

.packages-sec .packages-block-wrapper .package-block .package-info p {
    margin-bottom: 6px;
}

.packages-sec .packages-block-wrapper .package-block .package-info .title {
    font-size: 20px;
    font-weight: 500;
}

.packages-sec .packages-block-wrapper .package-block .title-block .title {
    font-size: 25px;
}

.packages-sec .packages-block-wrapper .package-block .title-block .title::after {
    width: 50px;
    background-repeat: repeat-y;
    height: 2px;
}


.media-wrapper { position: relative; }

.media-wrapper .media-video-wrapper { position: relative;  padding: 2em 0px; }
.media-wrapper .media-video-wrapper .row {
    gap: 20px 0;
}
.media-wrapper .media-video-wrapper .video-block-wrap {
border: 1px solid #CCCCCC;
padding: 24px;
background: #fff;
border-radius: 20px;
height: 100%;
}
.media-wrapper .media-video-wrapper .video-block-wrap .video-img {
    margin-bottom: 20px;
}

.media-wrapper .media-video-wrapper .video-block-wrap .video-img img {
    width: 100%;
    border-radius: 9px;
    max-height: 290px;
    min-height: 290px;
    object-fit: contain;
}
.media-wrapper .media-video-wrapper .video-block-wrap .video-img > a {
    display: block;
    background: #ebebeb;
    border-radius: 20px;
    overflow: hidden;
}

.date strong {
    color: #EF4023;
    font-weight: 600;
}

.media-wrapper .media-video-wrapper .video-block-wrap .video-details {
    position: relative;
    margin-top: 10px;
}

.media-wrapper .media-video-wrapper .video-block-wrap .video-details .date {
    margin-bottom: 10px;
}

.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-info {
    position: relative;
}

.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-info .title {
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-info .title a { color:#000; text-decoration:none; font-size: 24px; line-height: 1.4; font-weight: 600; display:block; }
.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-info .title a:hover { color:#EF4023;}
.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-info .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-link p {margin-bottom: 0px;}
.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-link .theme-btn {margin-top: 0px;}

.seprator{ width: 100%; height: 1px; background:#ccc; margin: 1em 0px; }


.media-wrapper .media-news-wrapper {
    position: relative;
}

.media-wrapper .media-news-wrapper .media-block-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 2em;
}

.media-wrapper .media-news-wrapper .media-block-wrap .media-img {margin-right: 28px;}

.media-wrapper .media-news-wrapper .media-block-wrap .media-img img {
    width: 100%;
    border-radius: 12px;
}

.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr {
    width: 100%;
}

.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr .media-info {
    position: relative;
}

.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr .media-info .title {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;}

.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr p {
    margin-bottom: 8px;
}
.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr .media-link p {
    margin-bottom: 0px;
}
.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr .media-link .theme-btn {
    margin-top: 9px;
    padding: 4px 16px;
    font-size: 13px;
}

.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr .media-info .title a { color: #000; text-decoration: none; font-size: 18px; line-height: 1.4em; display: block; }
.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr .media-info .title a:hover { color:#EF4023;}
.newspaper-wrapper { position: relative; padding-top:2.4em; }
.newspaper-wrapper .newspaper-block { position: relative; }
.newspaper-wrapper .newspaper-block  .newspaper-img{ position: relative; border: 1px solid #CCCCCC; padding: 24px; background: #fff; border-radius: 20px; margin-bottom: 1em; }
.newspaper-wrapper .newspaper-block img { width: 100%; }
.newspaper-wrapper .newspaper-block .newspaper-info { text-align: center; }
.newspaper-wrapper .newspaper-block .newspaper-info .date { margin-bottom: 3px; }
.newspaper-wrapper .newspaper-block .newspaper-info .title {position: relative;}
.newspaper-wrapper .newspaper-block .newspaper-info .title a {  display: block; color: #000; font-size: 18px; text-decoration: none; line-height: 1.2; }
.newspaper-wrapper .newspaper-block .newspaper-info .title a:hover { color:#EF4023;}


.media-page-sec .media-wrapper{ padding-top: 1.4em; }

.media-page-sec .media-wrapper .media-tabs .nav-link {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 8px;
    padding: 7px 18px;
}

.media-page-sec .media-wrapper .media-tabs .nav-link.active, .media-page-sec .media-wrapper .media-tabs .nav-link:hover {
    background: #000;
    color: #fff;
}
.startup-pods-sec { position: relative; }

.startup-pods-sec::before {
    content: '';
    width: 73%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top:0px;
}
.startup-pods-sec .startup-pods-wrapper {
    position: relative;
    margin-top: 2em;
}

.startup-pods-sec .startup-pods-wrapper .startup-pods-lists {padding: 0;margin: 0;display: flex;flex-wrap: wrap;list-style: none;justify-content: center;}

.startup-pods-sec .startup-pods-wrapper .startup-pods-lists li {
    width: 12%;
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 12px 21px;
}

.startup-pods-sec .startup-pods-wrapper .startup-pods-lists li img {
    width: 100%;
}

.ticket-sec {
    position: relative;
    padding-bottom: 6em !important;
}
.ticket-sec::before {
    content: '';
    width: 73%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top:0px;
}
.ticket-sec  .ticket-block-wrapper .ticket-blockCvr {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    min-height: 30em;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr  .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr  .title-wrap .ticket-img {
    position: relative;
    width: 172px;
    margin-right: 25px;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr  .title-wrap .ticket-img img {
    width: 100%;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr  .title-wrap .title-block {
    width: 100%;
    margin-bottom: 0px;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr  .title-wrap .title-block .title {
    font-size: 24px;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr  .title-wrap .ticket-price {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .title-wrap .title-block .title::after {
    width: 100%;
    height: 3px;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .ticket-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -28px;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .ticket-btn p {
    margin-bottom: 0px;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .ticket-btn .theme-btn {
    margin-top: 0px;
}


.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .ticket-btn .title-wrap .ticket-details {
    position: relative;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .ticket-details .details {
    padding: 0;
    margin: 0px;
    list-style: none;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .ticket-details .details li {
    padding: 4px 0px;
    display: flex;
}

.ticket-sec  .ticket-block-wrapper .ticket-blockCvr .ticket-details .details li::before {
    content: '\f336';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    color: #0b70b8;
    font-size: 14px;
}


.location-sec { position: relative; }

.location-sec .location-wrap {
    position: relative;
}

.location-sec .location-wrap .location-img {
    position: relative;
}

.location-sec .location-wrap .location-img img {
    width: 50%;
}

.location-sec .location-wrap .time-and-loc-block {
    padding: 1.8em 0px;
}

.location-sec .location-wrap .time-and-loc-block .time-block .time .countdown li span {
    color: #000;
}

.location-sec .location-wrap .time-and-loc-block .time-block .time .countdown li::after {
    color: #000;
}

.location-sec .location-wrap .time-and-loc-block .time-block .title {
    color: #000;
}
.location-sec .location-wrap .time-and-loc-block .location-block p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 19px;
    width: 86%;
    text-align: left;
    line-height: 1.2;
    font-weight: 600;
}

.location-sec .location-wrap .time-and-loc-block .location-block a{ color: #000; text-decoration:none; }
.location-sec .location-wrap .time-and-loc-block .location-block a:hover { color: #ef4023;}


.contact-details-wrap {
    position: relative;
}

.contact-details-wrap .contact-details {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0;
    position: relative;
    list-style: none;
}

.contact-details-wrap .contact-details li {
    width: 33.33%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5em;
    align-items: flex-start;
    align-content: flex-start;
}

.contact-details-wrap .contact-details li span {
    display: block;
    width: 100%;
}

.contact-details-wrap .contact-details li span.icon svg {
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.2;
    height: 24px;
    display: inline-block;
    width: 24px;
}

.contact-details-wrap .contact-details li:nth-child(1) span.icon svg { background:#EF4023; }
.contact-details-wrap .contact-details li:nth-child(2) span.icon svg { background:#CB1E8B; }
.contact-details-wrap .contact-details li:nth-child(3) span.icon svg { background:#14A850; }

.contact-details-wrap .contact-details::before {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 1px;
    height: 50%;
    top: 30%;
    left: 33%;
}

.contact-details-wrap .contact-details::after {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 1px;
    height: 50%;
    top: 30%;
    right: 33%;
}

.contact-details-wrap .contact-details li:hover svg { animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;  }
.contact-details-wrap .contact-details li a {
    color: #000;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.contact-details-wrap .contact-details li a:hover { color: #ef4023;}


.company-profile-sec .company-bio {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.company-profile-sec {
    position: relative;
}
.custom-row .newspaper-wrapper {
    width: 100%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.custom-row {
    display: flex;
    flex-wrap: wrap;
}
.custom-row .full-width {
    width: 100%;
}

.company-profile-sec .company-bio .logo {
    display: inline-block;
    border: 4px double #000;
    padding: 24px;
    border-radius: 22px;
    margin-bottom: 16px;
}

.company-profile-sec .company-bio .logo img {
    width: 167px;
}



.company-profile-sec .company-bio .company-cta .cta-lists {
    margin: 14px 0 16px;
    padding: 0px 0px 15px 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
}

.company-profile-sec .company-bio .company-cta .cta-lists li {
    margin: 0 5px;
}

.company-profile-sec .company-bio .company-cta .cta-lists li svg {
    padding: 12px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
}

.company-profile-sec .company-bio .company-cta .cta-lists li a { display: block; }
.company-profile-sec .company-bio .company-cta .cta-lists li a:hover svg { background:#000; }
.company-profile-sec .company-bio .company-cta .cta-lists li:nth-child(1) svg { background:#EF4023; }
.company-profile-sec .company-bio .company-cta .cta-lists li:nth-child(2) svg { background:#CB1E8B; }
.company-profile-sec .company-bio .company-cta .cta-lists li:nth-child(3) svg { background:#14A850; }

.company-detail-wrapper {
    position: relative;
}

.company-detail-wrapper .company-services {
    position: relative;
}

.company-detail-wrapper .company-services .title-block .title {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.company-detail-wrapper .company-services .title-block .title::after {
    width: 100px;
}

.company-detail-wrapper .company-services .services-lists {
    margin: 1em auto 1.4em;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.company-detail-wrapper .company-services .services-lists li {
    margin-right: 23px;
    width: 46%;
    padding: 6px 0px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.company-detail-wrapper .company-services .services-lists li a {
    color: #000;
    text-decoration: none;
}

.company-detail-wrapper .company-services .services-lists li a:hover{ color: #ef4023;}

.company-detail-wrapper .company-services .services-lists li::before {
    content: '';
    background: url(../images/logo-vector.png) no-repeat scroll center center / contain;
    position: relative;
    left: 0;
    width: 14px;
    height: 14px;
    top: 6px;
    margin-right: 8px;
}
.company-detail-wrapper .booth-wrap {
    position: relative;
}

.company-detail-wrapper .booth-wrap .booth-number {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.company-detail-wrapper .booth-wrap .booth-number svg {
    background: #0034a7;
    padding: 15px 17px;
    border-radius: 50%;
    line-height: 1.2;
    margin-right: 12px;
    color: #fff;
    font-size: 20px;
}

.ticket-sec.sectionCvr.bg-white::before {
    display: none;
}

/***-------- Responsive CSS -----***/

/* @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1199px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}*/
@media screen and (max-width: 1400px) {
.about-section .about-wrapper { padding-right: 4em; }
.tech-zone-wrapper .tech-zone-details {
    padding: 3em;
}
.event-schedule-sec .event-schedule-details {
    padding: 0 2em 0px 7em;
}
.event-schedule-sec .event-schedule-block > .title::after { width: 84%; }
.inner-page-banner { padding: 14em 0px;}
.contact-section .contact-details-wrapper { padding-right: 4em; }
.sponsors-sec .gold-sponsor.sponsors-block-wrap .title-block-wrap .sponsors-icon::before {
    padding: 148px;
    left: -105px;
    top: -124px;
}
.ftrCvr { border-top-left-radius: 50px; border-top-right-radius: 50px; }
.navbar-brand img { height: 84px; }
.presnetby-logo img { width:90px; }
.mvv-section .mvv-block-wrapper .mvv-block { min-height: 24.5em; }
.about-wrapper .title-block .title{width: 100%;}
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {  
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1199px;
    }
}
@media screen and (max-width: 1200px) {
.expo-date-block .date-info .date { font-size: 18px; }
.expo-date-block .date-info span { font-size: 13px; }
.header-nav  .book-ticket-btn{ display: none; }
.navbar-brand img { height: 74px; }
.presnetby-logo img { width: 76px; }
.expo-date-block { margin-right: 0; }
.mobile-cta-wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 28px;
}
.book-ticket-btn.mobile-wrap .theme-btn {
    padding: 4px 15px;
    font-size: 23px;
    display: block;
}
.home-banner-sec { padding: 8em 0px 6em; }
.home-banner-sec .home-banner-wrap .text-slider{ font-size: 3rem; }
.home-banner-sec .home-banner-wrap .title-block .banner-title { font-size: 2rem; }
.about-section .about-wrapper { padding-right: 0; }
.about-section .about-gj-img img { top: -8em; }
.about-section::after { height: 724px; }
.expo-ribbon { margin-top: -6em; }
.funfact-sec { padding-top: 5em; }
.sectionCvr { padding: 4em 0px; }
.happening-block { margin-bottom: 22px; }
.speakers-list-wrap .speaker-list-block { width: 30%; }
.sponsors-sec .platinum-sponsor.sponsors-block-wrap .sponsors-lists { margin: 4em 0px 3.5em; }
.sponsors-sec .gold-sponsor.sponsors-block-wrap .sponsors-lists-wrap { width: 60%; }
.sponsors-sec .silver-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li {
    width: 24%;
    padding: 0 1em;
    margin-bottom: 26px;
}
.tech-zone-wrapper .tech-zone-img .title {
    -webkit-text-stroke: 1px rgb(255 255 255 / 90%);
    -webkit-text-fill-color: transparent;
    font-size: 49px;
    width: 66%; }
.tech-zone-wrapper .tech-zone-img .circle {
        left: 12.6em;
        top: 30px;
    }
.exhibition-cta-sec .expo-details-wrapper {
    padding: 0 3em;
    text-align: center;
    margin-top: 2em;
}
.exhibition-cta-sec .expo-details-wrapper .title-block .desc, .exhibition-cta-sec .expo-details-wrapper .expo-time p {
    width: 100%; }
 .exhibition-cta-sec .expo-details-wrapper .expo-time .countdown { margin: 0 auto; }
 .exhibition-cta-sec .expo-details-wrapper .expo-location { font-size: 18px; text-align: center; line-height: 1.4; }
 .exhibition-cta-sec .expo-details-wrapper .expo-location p { justify-content:center; }
 .industry-sec .industry-wrapper .industry-block { width: 22%; }
.sponsors-sec .gold-sponsor.sponsors-block-wrap .sponsors-lists-wrap { width: 75%; }
.sponsors-sec .gold-sponsor.sponsors-block-wrap{ margin-top: 2em; }
.funfact-sec .funfactCvr .funfactList .funfact .funfact-img { margin-right: 12px; padding: 12px; border-radius: 50%; }
.funfact-sec .funfactCvr .funfactList .funfact .funfact-count { font-size: 30px; }
.mvv-section .mvv-block-wrapper .mvv-block { min-height: 26em; }
.exhibitor-listsCvr .silver-exhibitor.exhibitor-block .exhibitor-lists-wrap ul.exhibitor-lists li {
    width: 26%;
    margin: 7px 23px;
}
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block {
    width: 25%; padding: 20px 30px; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+11) {
    border-bottom: 2px dotted #E1E1E1; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+13) { border-bottom: none; }

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(5n) {
    border-right: 2px dotted #E1E1E1;
}.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(4n) {
    border-right: medium none;
}

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(5n)::after, .it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+11)::after { display:flex; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(4n)::after, .it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+13)::after { display:none; }
.startup-pods-sec .startup-pods-wrapper .startup-pods-lists li { width: 17%; }
.contact-details-wrap .contact-details li { padding: 0 1em; }
}
@media screen and (max-width: 1080px) {
    .about-section .about-gj-img img {
        top: -8em;
        width: 54%;
    }
    .team-sec .core-team-wrapper .team-tab-content .team-lists .team-block {
    margin: 0 10px; }
    .event-schedule-sec .event-schedule-block > .title::after {
        width: 80%;
    }
    .whowe-sec .whowe-block .block-desc { padding-right: 0; }
    .packages-sec .packages-block-wrapper .package-block { padding: 28px 10px; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) { }
@media screen and (max-width: 991px) {
.home-banner-sec .home-banner-wrap .title-block .banner-title{ padding: 0px 1em; }
.title-block .title{ font-size: 30px; }
.expo-date-block.mobile-wrap{ display: flex; }
.expo-date-block.desktop-wrap{ display: none; }
.navbar-toggler{ border-color: #fff; padding: 12px 18px; }
.navbar-toggler svg{ color: #fff;  }
.book-ticket-btn.mobile-wrap{ display: block; }
ul.header-nav-links.navbar-nav.ms-auto.me-auto.justify-content-center {
    background: #000;
        padding: 0 20px;
        position: absolute;
        width: 75%;
        left: 0;
        margin: 0 auto;
        right: 0;
}
.header-nav-links .nav-item.dropdown .dropdown-menu { width: 100%; }
.time-and-loc-block{flex-wrap: wrap;}
.time-and-loc-block .time-block { width: 100%; }
.time-and-loc-block .time-block .time .countdown { margin: 0 auto 30px; }
.time-and-loc-block .location-block { position: relative; width: 100%; text-align: center;}
.time-and-loc-block .location-block p { width: 100%; justify-content: center; margin-top:0px; }
.time-and-loc-block .location-block svg { padding: 20px 22px; border-radius: 50%; font-size: 24px; margin-right: 12px; }
.about-section::after{ display: none; }
.about-section .about-gj-img img { top: 0; width: 100%; margin-bottom: 0; }
.expo-ribbon { margin-top: 0; }
.about-wrapper .title-block .title { font-size: 32px; }
.funfact-sec .funfactCvr { padding-top: 3em; }
.funfact-sec .funfactCvr .funfactList { flex-wrap: wrap; }
.funfact-sec .funfactCvr .funfactList .funfact { width: 50%; justify-content: start; padding: 0 4em;
    margin-bottom: 2em; }
.funfact-sec .funfactCvr .funfactList .funfact:nth-child(2n)::after { display: none; }
.atal-bridge-sec.pt-5.pb-5 { padding:0em 0 1em !important; }
.speakers-list-wrap .speaker-list-block { width: 45%; }
.platinum-sponsor.sponsors-block-wrap { background: #E0F7FD; margin-bottom: 2em; }
.sponsors-sec .platinum-sponsor.sponsors-block-wrap .sponsors-lists { margin: 1em 0px 1em; }
.gold-sponsor.sponsors-block-wrap { flex-wrap: wrap; }
.sponsors-sec .sponsors-block-wrap .title-block-wrap .sponsors-icon img {
    width: 57px;
}
.sponsors-sec .gold-sponsor.sponsors-block-wrap .title-block-wrap { position: relative; display: flex; width: 100%; }
.sponsors-sec .gold-sponsor.sponsors-block-wrap .sponsors-lists-wrap { width: 100%; margin-top: 2.5em; }
.sponsors-sec .sponsors-block-wrap .title-block-wrap .sponsors-icon::before,
.sponsors-sec .gold-sponsor.sponsors-block-wrap .title-block-wrap .sponsors-icon::before {
        padding: 57px;
        left: -42px;
        top: -41px;
    }
.sponsors-sec .gold-sponsor.sponsors-block-wrap .title-block-wrap .sponsors-icon {
    padding-right: 2.5em;
}
.silver-sponsor.sponsors-block-wrap { background: #F0F0F0; margin-top: 1.4em; }
.sponsors-sec .silver-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li { width: 24%; padding: 0 10px; }
.sectionCvr { padding: 3em 0px; }
.tech-zone-wrapper .tech-zone-details { padding: 3em 3em 4em; }
    .tech-zone-wrapper .tech-zone-img .title {
        -webkit-text-stroke: 1px rgb(255 255 255 / 90%);
        -webkit-text-fill-color: transparent;
        font-size: 40px;
        width: 100%;
    }
    .tech-zone-wrapper .tech-zone-img .circle {
        left: 10em;
        top: 18px;
    }
    .industry-sec .industry-wrapper .industry-block {
        width: 29%;
    }
        .event-schedule-sec .event-schedule-details {
        padding: 0 1em 0px 3em;
    }
    .event-schedule-sec .event-schedule-block {
    padding-left: 3em;
    position: relative;
    margin-bottom: 3em;
}
.ftrtop  [class*="col-"]:nth-child(2) {
    order: 3;
}

.ftrtop [class*="col-"]:nth-child(3) {
    order: 4;
}

.ftrtop [class*="col-"]:nth-child(4) {
    order: 2;
}

.ftrtop [class*="col-"]:nth-child(1) {
    order: 1;
}
.event-schedule-sec .event-schedule-block > .title::after {
    width: 80%;
}
.contact-section .contact-details-wrapper {
    padding-right: 0;
    margin-bottom: 2em;
}
.contact-section .contact-frm-wrapper { padding: 2em 2em; }
 .mvv-section .mvv-block-wrapper .mvv-block { min-height: auto; margin-bottom: 2em; }
.about-page-sec .aboutus-blockCvr .img-block{ margin: 1em 0px; }
.about-team-sec .team-lists .team-block { border-radius: 12px; }
.about-team-sec .team-lists .team-block .team-img img { border-radius: 10px; }
.about-page-sec .aboutus-blockCvr .aboutus-block-wrap .info-block{ height: auto; }
.about-page-sec .aboutus-blockCvr .aboutus-block-wrap .info-block > p {margin-bottom: 30px; }
.agenda-info { padding: 0 3em; }
.exhibitor-listsCvr .exhibitor-block { flex-wrap: wrap; }
.exhibitor-listsCvr .exhibitor-block .title-block{ margin-bottom: 2em; }

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li img {
    width: 100%;
}
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li { width: 20%; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(6n)::before { display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:last-child::before,
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(5n)::before { display: none; }

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+79)::after { display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+81)::after { display: none; }
.exhibitor-listsCvr .exhibitor-block .title-block p { font-size: 38px; }
.exhibitor-listsCvr .exhibitor-block .title-block p span { font-size: 30px; }
.exhibitor-listsCvr .exhibitor-block .title-block img { width: 66px; margin-right: 16px; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block {
    width: 25%;
    padding: 20px 14px;
}
.packages-sec .packages-block-wrapper .package-block { margin-bottom: 1.6em; }
.packages-sec .packages-block-wrapper .package-block .package-info { margin: 2em 0px 1.4em;  padding-bottom: 2em; }
.expo-date-block { margin-right: 20px; }
.newspaper-wrapper .newspaper-block {
    position: relative;
    margin-bottom: 1.8em;
}
.newspaper-wrapper .newspaper-block .newspaper-img { padding: 14px; border-radius: 14px; }
.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-info .title { -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.media-wrapper .media-video-wrapper .video-block-wrap .video-details .video-info .title a{    font-size: 18px;}
.media-wrapper .media-news-wrapper .media-block-wrap { align-items: flex-start; padding: 18px; }
.media-wrapper .media-news-wrapper .media-block-wrap .media-img { margin-right: 12px; width: 120px; }
.startup-pods-sec .startup-pods-wrapper .startup-pods-lists li { width: 21%; }
.location-sec .location-wrap .time-and-loc-block ul.countdown {  margin-bottom: 0px; }
.location-sec .location-wrap .location-img img {
    width: 60%;
}
.about-team-sec .team-lists .team-block:hover .team-hover-block{ border-radius:10px; }
.company-detail-wrapper .company-services .services-lists li {
    margin-right: 0px;
    width: 100%;
    padding: 6px 0px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
}
@media screen and (max-width: 870px) { }
@media screen and (max-width: 767px) {
    .event-schedule-sec .event-schedule-block > .title::after{
        width: 50%;
    }
    .event-schedule-sec .event-schedule-details,
    .event-schedule-sec .event-schedule-block {
        padding: 0 1em 0px 1em;
    }
    .sponsors-sec .sponsors-wrapper .row .row {
        margin: 0;
    }
    .time-and-loc-block .time-block .time .countdown li{
        padding-right: 12px;
        margin-right: 12px;
    }
    .time-and-loc-block .time-block .time .countdown li:last-child {
        margin: 0;
        padding-right: 0;
    }
.expo-date-block.mobile-wrap{ display: none; }
.home-banner-sec .home-banner-wrap .title-block .banner-title { width: 100%; }
.home-banner-sec .home-banner-wrap .speaker-block{flex-wrap: wrap;}
.home-banner-sec .home-banner-wrap .speaker-block p:last-child { margin-bottom: 0px; }
.home-banner-sec .home-banner-wrap .speaker-block p { margin: 10px 0px; color: #fff; width: 100%; }
.home-banner-sec .home-banner-wrap .speaker-block p:first-child { margin-top: 0px; }
.speakers-list-wrap .speaker-list-block { width: 46%; margin: 0 10px 2em; }
.sponsors-sec .gold-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li img { width: 88%; }
.sponsors-sec .key-partner .partner-lists-wrap .partner-lists { flex-wrap: wrap; }
.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li { width: 100%; padding: 20px 0px; }
.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li::after {
    content: '';
    background: #CCCCCC;
    height: 1px;
    width: 76%;
    position: absolute;
    right: 0px;
    top: auto;
    left: 0;
    margin: 0 auto;
    bottom: -12px;
}
.sponsors-sec .key-partner .partner-lists-wrap .partner-lists li img { width: auto; }
.sponsors-sec .silver-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists { padding-left: 0; justify-content: center; flex-wrap: wrap; margin-top: 2em; }
.sponsors-sec .silver-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li { width: 43%; padding: 0 10px; }
.sponsors-sec .sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li img { width: 100%; }
.sponsors-sec .sponsors-block-wrap .title-block-wrap .title-block .title { font-size: 34px; }
.tech-zone-wrapper .tech-zone-details { padding: 2em 2em 3em; }
.tech-zone-wrapper .tech-zone-img .title { -webkit-text-stroke: 1px rgb(255 255 255 / 90%); -webkit-text-fill-color: transparent; font-size: 36px; width: 80%; left: 20px; }
.tech-zone-wrapper .tech-zone-img .circle { left: 7.8em; top: 18px; }
.industry-sec .industry-wrapper .industry-block { width: 45%; }
.ftr-map { padding: 1em 0px; }
.funfact-sec .funfactCvr .funfactList .funfact { width: 50%; justify-content: start; padding: 0px 0; margin-bottom: 2em; }
.funfact-sec .funfactCvr .funfactList .funfact::after { right: 24px; }
.funfact-sec .funfactCvr { padding-top: 2em; }
.inner-page-banner { padding: 9em 0px; }
.exhibition-cta-sec .video-block { left: 14px; right: 1px; bottom: 4em; width: 50px;}
.about-team-sec .team-lists .team-block { padding: 14px; margin: 0 4px 2.4em; position: relative; }
.about-team-sec .team-lists .team-block { border-radius: 14px; }
.about-team-sec .team-lists .team-block .team-img img { border-radius: 10px; }
.agenda-info { padding: 0px; }
.agenda-wrapper .agenda-lists .agenda-block {
    display: flex ;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 26px 0px;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}
.agenda-wrapper .agenda-lists .agenda-block div {
    width: 100%;
    margin-bottom: 14px;
}
.agenda-wrapper .agenda-lists .agenda-block .agenda-time p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}
.agenda-wrapper .agenda-lists .agenda-block .agenda-time p span {
    display: block;
    width: auto;
    margin: 0 9px;
}
.agenda-wrapper .agenda-lists .agenda-block div:last-child {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 10px;
}
.exhibitor-listsCvr .silver-exhibitor.exhibitor-block .exhibitor-lists-wrap ul.exhibitor-lists li {
        width: 40%;  margin: 12px 23px;
 }
 .standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li { width: 25%; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(6n)::before, .standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(5n)::before { display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:last-child::before,
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(4n)::before { display: none; }

.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+79)::after { display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+81)::after { display: none; }
.exhibitor-listsCvr .exhibitor-block .title-block p { font-size: 30px; }
.exhibitor-listsCvr .exhibitor-block .title-block p span { font-size: 28px; }
.exhibitor-listsCvr .exhibitor-block .title-block img { width: 60px; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block {
    width: 33.33%;
    padding: 20px 14px;
}
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+13) { border-bottom: none; }

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(4n) {
    border-right: 2px dotted #E1E1E1;
}
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(3n) {
    border-right: medium none;
}

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(3n)::after, .it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+13)::after { display:none; }
.media-wrapper .media-video-wrapper .video-block-wrap { margin-bottom: 1.8em; }
.media-wrapper .media-news-wrapper .media-block-wrap { margin-bottom: 20px; }
.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr p { margin-bottom: 0; }
.startup-pods-sec .startup-pods-wrapper .startup-pods-lists li { width: 28%; }
.ticket-sec .ticket-block-wrapper .ticket-blockCvr { border-radius: 16px; padding: 30px 30px 50px 30px; min-height: auto; margin-bottom: 3em; }
.location-sec .location-wrap .location-img img { width: 80%; }
.contact-details-wrap .contact-details{ padding-top: 0px; }
.contact-details-wrap .contact-details li { width: 100%;  padding: 2em 0px; }
.contact-details-wrap .contact-details::before {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 80%;
    height: 1px;
    top: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact-details-wrap .contact-details::after {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 80%;
    height: 1px;
    top: auto;
    bottom: 37%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.company-profile-sec .company-bio { position: relative; top: 0px; }
.company-detail-wrapper { margin-top: 14px; }
}
@media screen and (max-width: 728px) { }
@media screen and (max-width: 680px) { .team-lists .col-sm-6 { padding: 0; }  }
@media screen and (max-width: 640px) {
ul.header-nav-links.navbar-nav.ms-auto.me-auto.justify-content-center{width: 100%} 
.speakers-list-wrap .speaker-list-block {
    width: 70%;
    margin: 0 10px 2em;
}
.event-schedule-sec .event-schedule-block .title .day { font-size: 28px; }
.partners-sec .key-partner .partner-lists-wrap .partner-lists{ flex-wrap: wrap; }
.partners-sec .key-partner .partner-lists-wrap .partner-lists li { width: 100%; padding-bottom: 1.4em; }
.partners-sec .key-partner .partner-lists-wrap .partner-lists li::after { height: 1px;
    width: 100%; right: 0px; left: 0px; max-width: 0 auto; top: auto; bottom: 0; }
.partners-sec .key-partner .partner-lists-wrap .partner-lists li:last-child{padding-bottom: 0px }
}
@media screen and (max-width: 580px) {  .team-lists .col-sm-6 { padding: 0px 10px; }  }
@media  screen and (max-width: 768px) and (min-width: 576px) {
    .about-team-sec  .container, .about-team-sec  .container-sm {
        max-width: 90%;
    }
}
@media screen and (max-width: 575px) {
.ftrCvr .ftrtopCvr .footertittle{ margin-top: 20px; }
.funfact-sec .funfactCvr .funfactList .funfact img { width: 28px;}
.funfact-sec .funfactCvr .funfactList .funfact .funfact-count { font-size: 30px; }
.tech-zone-wrapper .tech-zone-img .title { -webkit-text-stroke: 1px rgb(255 255 255 / 90%); -webkit-text-fill-color: transparent; font-size: 36px; width: 100%;  left: 0; position: relative; top: auto;}
.tech-zone-wrapper .tech-zone-img .circle { display: none; }
.tech-zone-wrapper .tech-zone-img img { padding: 0px; }
.tech-zone-wrapper .tech-zone-img { position: relative; padding: 0 20px; }
.exhibition-cta-sec .expo-details-wrapper { padding: 0em; }
.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li { float: left; position: relative; padding-right: 12px; margin-right: 12px; }
.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li span { font-size: 22px; }
.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li::after { font-size: 20px; top: -2px; }
.exhibition-cta-sec .expo-details-wrapper .expo-time .countdown li:last-child { margin-right: 0; padding-right: 0; }
.speakers-sec.sectionCvr.pt-4 { padding-top: 0px !important; }
.media-wrapper .media-video-wrapper{ padding: 2em 0px 0px; }
.media-wrapper .media-video-wrapper .video-block-wrap:last-child{ margin-bottom: 0px; }
.seprator { margin: 3em 0px; }
.speakers-list-wrap .col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-6 { width: 50%; }

}
@media screen and (max-width: 520px) { }
@media screen and (max-width: 480px) {
.industry-sec .industry-wrapper .industry-block { width: 70%; } 
.funfact-sec .funfactCvr .funfactList .funfact::after{ display: none; }
.funfact-sec .funfactCvr .funfactList .funfact { justify-content: flex-start; width: 50%; }
.exhibitor-listsCvr .exhibitor-block .exhibitor-lists-wrap .exhibitor-lists { justify-content: center; }
.exhibitor-listsCvr .exhibitor-block .exhibitor-lists-wrap .exhibitor-lists img{ width: 100%; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block {
    width: 50%; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+13) { border-bottom: none; }

.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(3n) {
    border-right: 2px dotted #E1E1E1;
}.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(2n) {
    border-right: medium none;
}
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(3n)::after { display:block; }
.it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(2n)::after, .it-industries-partners-sec .it-industry-wrapper .it-industry-lists .it-industry-block:nth-child(n+13)::after { display:none; }
.startup-pods-sec .startup-pods-wrapper .startup-pods-lists li { width: 40%; }
}

@media screen and (max-width: 460px) {
.exhibitor-listsCvr .silver-exhibitor.exhibitor-block .exhibitor-lists-wrap ul.exhibitor-lists li {
    width: 36%;
}
.speakers-list-wrap .col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-6 { width: 100%; }
.ticket-sec .ticket-block-wrapper .ticket-blockCvr {
    border-radius: 14px;
    padding: 20px 20px 50px 20px;
    min-height: auto;
}
.ticket-sec .ticket-block-wrapper .ticket-blockCvr .title-wrap .ticket-img {
    position: relative;
    width: 140px;
    margin-right: 16px;
}
 }
@media screen and (max-width: 430px) {
.exhibition-cta-sec .video-block { bottom: 3em; } 
}
@media screen and (max-width: 420px) { 
.speakers-list-wrap .speaker-list-block { width: 100%; margin: 0px 0px 2em; }     
.sponsors-sec .silver-sponsor.sponsors-block-wrap .sponsors-lists-wrap .sponsors-lists li { width: 60%; padding: 0 10px; } 
.industry-sec .industry-wrapper .industry-block { width: 100%; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li {
    width: 33%;
}
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(4n)::before{ display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:last-child::before,
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(3n)::before { display: none; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+81)::after { display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+82)::after { display: none; }
.media-wrapper .media-news-wrapper .media-block-wrap { flex-wrap: wrap; justify-content: center;     }
.media-wrapper .media-news-wrapper .media-block-wrap .media-img { margin-right: 0; width: 120px; margin-bottom: 16px; }
.media-wrapper .media-news-wrapper .media-block-wrap .media-infoCvr { text-align: center; }
}
@media screen and (max-width: 380px) { 
.book-ticket-btn.mobile-wrap .theme-btn { display: none; }
.funfact-sec .funfactCvr .funfactList .funfact { justify-content: flex-start; width: 100%}
.exhibition-cta-sec .video-block { bottom: 22px; } 
.exhibition-cta-sec .video-block svg { font-size: 14px; padding: 17px 19px; margin: 1px; }
	
.time-and-loc-block .time-block .time .countdown li span { font-size: 30px; }
}

@media screen and (max-width: 360px) { 
	.time-and-loc-block .time-block .time .countdown li span { font-size: 28px; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li {
    width: 50%;
}
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(3n)::before{ display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:last-child::before,
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(2n)::before { display: none; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+81)::after { display: block; }
.standard-sponsors-sec .exhibitors-listsCvr .exhibitors-lists li:nth-child(n+82)::after { display: none; }
.ticket-sec .ticket-block-wrapper .ticket-blockCvr .title-wrap .title-block .title {
    font-size: 22px; }
.ticket-sec .ticket-block-wrapper .ticket-blockCvr .title-wrap .ticket-price { font-size: 18px; }
}
/* Date 11-dec team list css */
.mentor-list.team-lists.mt-4 .row{
justify-content: center;
}