
@font-face {
  font-family: 'Lufga';
  src: URL(../fonts/LufgaRegular.ttf) format('truetype');
}
@font-face {
  font-family: 'Lufga Bold';
  src: URL(../fonts/LufgaBold.ttf) format('truetype');
}


html {
    overflow-x: hidden;
    /*height: 100%;
    margin: 0;*/
}

body 
{
   overflow-x: hidden;
   /*font-family: 'Montserrat', sans-serif;*/
   font-family: Lufga;
   background-color: #fff;
   color: #000;
   /*height: 100%;
   margin: 0;*/
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/ea2271e8-1abf-46ab-8b63-47f3ba21dcc3.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

h1,h2,h3,h4,h5,h6
{
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: Lufga Bold;
}

a.disabled {
    cursor: not-allowed;
}

.Top-Header
{
    padding: 5px 0px 4px 0px;
    display: none;
}

.Top-Header .LS
{
    
}

.Top-Header .LS ul
{
    margin-bottom: 0px;
    padding-left: 0px;
}

.Top-Header .LS ul li
{
        list-style-type: none;
    display: inline;
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Top-Header .LS ul li a
{
    color: #fff;
}

.Top-Header .LS ul li a:hover
{
    color: #fff;
}

.Top-Header .LS ul li span
{
    font-weight: 700;
}

.Top-Header .LS ul li fa
{
}

.Top-Header .LS .Place
{
}

.Top-Header .LS .Date
{
}

.Top-Header .RS
{
    
}

.Top-Header .RS ul
{
        margin-bottom: 0px;
    padding-left: 0px;
    float: right;
}

.Top-Header .RS ul li
{
        list-style-type: none;
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.Top-Header .RS ul li:nth-child(2) {
    display: none;
}
.Top-Header .RS ul li:nth-child(4) {
    display: none;
}
.Top-Header .RS ul li:last-child
{
    margin-right: 3px;
}

.Top-Header .RS ul li .Heading
{
    color: #06e0ff;
}

.Top-Header .RS ul li a
{
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.Top-Header .RS ul li a:hover {
        color: #ca2a6d;
}

.Top-Header .RS ul li a .fa
{
    font-size: 15px;
}

@media(min-width: 769px){
    .Top-Header {
        padding: 5px 50px 4px 50px;
        background: #181818;
    }
    .T-Menu {
        padding: 7px 50px 6px 50px !important;
    }
}

@media(max-width: 768px){
    .Top-Header .LS 
    {
    display: block;
    text-align: -webkit-center;
    margin-bottom: 5px;
    }
    .Top-Header .RS ul 
    {
    float: none;
    margin-right: auto;
    display: block;
    text-align: -webkit-center;
    }
    .Top-Header .LS ul 
    {
    display: none;
    }
    .Top-Header .RS ul li {
        font-size: 14px;
    }
}

.T-Menu
{
    background: #fff;
    padding: 7px 0px 6px 0px;

}


.T-Menu .navbar 
{
    padding-right: 0px;
    padding-left: 0px;
}
.T-Menu .dropdown-menu {
    padding: 0;
    /*border: 1px solid #fff9;*/
    background: #f3f3f3;
    
}
.fixed-header .dropdown-menu {
    background: #f3f3f3;
}
.T-Menu .dropdown-item {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.T-Menu .dropdown-menu a:hover {
    color: #fff;
    /*background: #058fcc;*/
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
    background: linear-gradient(#ed2839, #e51556);
}
.T-Menu header .navbar-brand img {
    width: 12%;
    display: none;
}
.fixed-header .navbar-brand img {
    /*display: block !important;*/
}
.nav-link 
{
    color: #000 !important;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav-link:hover, .fixed-header .nav-link:hover {
    background: transparent;
    color: #180ca9 !important;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*border: 1px solid #ffffffc4 !important;*/
    margin-top: -2px;
}

.navbar-brand 
{
    color: #fff !important;
    font-weight: 700;
        font-size: 24px;
    padding: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: contents;
}

.navbar-brand:hover, .fixed-header .navbar-brand:hover
{
    color: #d74800 !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    padding: 0px 0px 0px 0px;
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.fixed-header .nav-link {
    /*color: #fff !important;*/
}

.fixed-header .navbar-brand {
    color: #fff !important;
}
.fixed-header img {
    /*width: 75%;*/
}

.fixed-header .navbar-brand span
{
    color: #d74800;
}

.T-Menu header .navbar-brand span {
    display: block;
    color: #000;
}
.fixed-header .navbar-brand span {
    /*display: none !important;*/
}
.T-Menu .navbar-brand span
{
    color: #d74800;
}

/*.T-Menu .BT-Btn
{
    background: #06e0ff;
    color: #ffffff !important;
    font-weight: 600;
    margin-left: 10px;
}*/

.T-Menu .BT-Btn {
    color: #fff !important;
    /*background: #ed2839;*/
    border: 2px solid #ed2839 !important;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
    margin-left: 10px;
    background: linear-gradient(#ed2839, #e51556);
    border-radius: 10px;
}

.T-Menu .BT-Btn:hover, .T-Menu .BT-Btn:active, .T-Menu .BT-Btn:focus {
    color: #fff !important;
}

.E-effect {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.E-effect:hover {
    /*border-bottom: 1px solid #15265e;*/
}

.T-Menu .BkT {
    /*background: #000;*/
    /*border: 1px solid #000;*/
    margin-left: 15px;
    /*border-radius: 10px;*/
    background: linear-gradient(135deg,transparent 7px,#000 0) 0 0,linear-gradient(-135deg,transparent 7px,#000 0) 100% 0,linear-gradient(45deg,transparent 7px,#000 0) 0 100%,linear-gradient(-45deg,transparent 7px,#000 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}
.T-Menu .BkT:hover {
    /*background: #15265e;*/
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}
.T-Menu .BkT a {
    color: #fff !important;
}
.T-Menu .BkT a:hover {
    color: #fff !important;
    margin-top: 0px;
}

.T-Menu .BT-Btn .nav-link:hover, .T-Menu .BT-Btn .nav-link:active, .T-Menu .BT-Btn .nav-link:focus
{
    background: #fff;
    color: #000 !important;
    font-weight: 600 !important;
}

.T-Menu .BT-Btn .nav-link
{
   padding: 8px 18px !important;
   /*color: #fff !important;*/
}


@media(max-width: 768px)
{
    .fixed-header 
    {
        background: #fff !important;
    }
    .nav-link:hover, .fixed-header .nav-link:hover{
        background: initial;
        color: color: #180ca9 !important;
    }
    .T-Menu .dropdown-menu {
        width: 100%;
    }
    .navbar-brand {
        display: contents;
    }
    .T-Menu header .navbar-brand span {
        font-size: 18px;
    }
    .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 768px)
{
.navbar-expand-md .navbar-nav .nav-link 
{
        padding-right: .7rem;
    padding-left: .7rem;
    font-size: 15px;
    text-transform: uppercase;
    height: auto;
    line-height: 1.5;
    border: 1px solid transparent;
}
}


@media(max-width: 768px)
{
    .navbar-toggler 
    {
        padding: .1rem .5rem;
    font-size: 1.25rem;
    line-height: 1;
    /*background-color: #d74800 !important;*/
    /*border: 1px solid #d74800 !important;*/
    border-color: rgba(255,255,255,.5) !important;
    /*border-radius: .25rem;*/
    color: #000 !important;
    border-color: #000 !important;
    background: #000;
    }
    .navbar-nav 
    {
        background: transparent;
        padding: 15px 0px 5px 0px;
    }
    .navbar-collapse 
    {
    z-index: 99999;
    width: 100%;
    }
    .T-Menu .BT-Btn  {
        margin-left: 0px;
        width: 207px;
        text-align: center;
        margin-top: 10px;
    }
    .T-Menu .BkT {
        margin-top: 3%;
        margin-left: 0px;
        width: 207px;
        text-align: center;
        margin-top: 10px;
    }
    .T-Menu .dropdown-menu {
        background: #f3f3f3 !important;
        border: none;
    }
    .T-Menu .dropdown-item {
        color: #000;
    }
    .T-Menu .BT-Btn:hover {
        color: #000 !important;
        border: 1px solid #000 !important;
    }

}




/*First Section Slider*/
.bg-section {
    background-image: url('../img/banner/wfts-22-banner.jpg');
    height: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 780px;
    background-attachment: fixed;
    /*position: relative;*/
    margin-bottom: -10px;
    position: relative;
}
.bg-section .Shade {

}
.bg-section .Shade:before {
    content: '';
    position: absolute;
    /*background: #0000002b;*/
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
}

#V-Play {
    width: 100%;
    height: 850px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .bg-section .Desk {
        display: block;
    }
    .bg-section .Mob {
        display: none;
    }
}

@media (max-width: 768px){
    .bg-section .Desk {
        display: none;
    }
    .bg-section .Mob {
        display: block;
    }
    .Banner-Content .Mobile-C img {
    width: 34%!important;
    margin-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.Banner-Content .Mobile-C1 img {
    width: 60%!important;
    margin-bottom: 10px;
    margin-top: 60%!important;
    display: block;
    margin-right: auto!important;
    margin-left: auto!important;
    
}
}
 .Banner-Content .Mobile-C img {
    width: 100%;
    
}
 .Banner-Content .Mobile-C1 img {
    width: 100%;
    margin-top: 110%;
    margin-left: -15%;
    
}
 .Banner-Content .Mobile-C2 img {
    width: 100%;
    margin-top: 0%;
    margin-left: -15%;
    
}
.Banner-Content {
    position: absolute;
    top: 15%;
    width: 100%;
    padding: 0px 50px;
}
.Banner-Content .Main-Logo {
    margin-bottom: 15px;
    /*border-right: 1px solid #fff;*/
}
.Banner-Content .Main-Logo img {
    width: 32%;
}
.Banner-Content .Main-Title {
    margin-top: 5%;
    
}
.Banner-Content .Main-Title h1 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-image: linear-gradient(to right, #ed2939, #180ca9);*/
    /*padding: 0px 160px;*/
}
.Banner-Content .Main-Title .Sub-Text {
    font-size: 20px;
    margin-top: 30px;
    padding: 0px 100px;
    color: #fff;
    line-height: 1.3;
    margin-bottom:40px;
}
.Banner-Content .B-Button {
    margin-top: 40px;
}
.Mbutton {
    background: #000;
    /*background: linear-gradient(#ed2839, #e51556);*/
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px;
}
.Mbutton:hover, .Mbutton:active, .Mbutton:focus {
    /*background: linear-gradient(#e51556, #ed2839);*/
    box-shadow: none;
    background: #15265e;
}





@media (max-width: 768px){
    .bg-section {
        min-height: 500px;
        background-image: url(../img/banner/wfts-22-banner-mobile.jpg);
    }
    .Banner-Content {
        position: absolute;
        /*padding: 20px 0px;*/
        padding: 15px 0px 50px 0px;
        top: 15%;
    }
    .Main-Header {
        background: #f3f3f3;
        position: relative !important;
    }
    
    .Banner-Content .Main-Logo {
        margin-bottom: 25px;
        border-right: none;
    }
    .Banner-Content .Main-Logo img {
        width: 65%;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        display: block;
    }
    .T-Menu header .navbar-brand img {
        width: 40%;
    }
    .Banner-Content .Main-Title h1 {
        font-size: 24px;
        padding: 0px;
    }
    .Banner-Content .Main-Title .Sub-Text {
        font-size: 14px;
        margin-top: 15px;
        padding: 0px;
    }
    .Mbutton {
        font-size: 12px;
    }
    .Banner-Content .B-Button {
        margin-top: 25px;
    }
    .Banner-Content .Main-Title {
        margin-top: 10%;
    }
     #V-Play {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.Banner-Content .Mobile-C2 img {
    width: 70%;
    margin-top: 0%;
     margin-left:  auto; 
}
    
}
@media (min-width: 1920px){
    .bg-section {
        min-height: 990px;
    }
    .Banner-Content .Main-Logo img {
        width: 30%;
    }
    .Banner-Content .Main-Title h1 {
        font-size: 50px;

    padding: 0px 13%;
    }
    .Banner-Content .Main-Title .Sub-Text {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom:60px;
        padding: 0px 190px;
    }
    .Banner-Content .Main-Title {
        margin-top: 5%;
    }
    #V-Play {
    width: 100%;
    height: 980px;
    object-fit: cover;
}
.Banner-Content .Mobile-C1 img {
    width: 85%;
    margin-top: 90%;
    margin-left: -7%;
}
.Banner-Content .Mobile-C2 img {
    width: 100%;
    margin-top: 0%;
    margin-left: -15%;
}
}
/*First Section Slider ends*/

/*New section for Time zone and counter begins 09/06/2021 begins*/
.T-Zone {
    background: #0e0429;
    color: #c3c3c3;
    background-image: url(../img/bg-timer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 40px 50px;
}
.T-Zone .brdr {
    border-right: 1px solid #c3c3c3;
}
.T-Zone .Time {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.T-Zone .Zone {
    text-align: center;
    /*line-height: 1.3;*/
    font-size: 16px;
}
.T-Zone .Active {
    color: #fff;
}
.T-Zone .Counter-Box {
    /*background: #058fcc;*/
    display: flex;
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
}
.T-Zone .Counter-Box #clockdivs {
    display: flex;
    width: 100%;
}
.T-Zone .Counter-Box #clockdivs .S-Box {
    width: 25%;
    align-self: center;
    text-align: center;
}
.T-Zone .Counter-Box .S-Box span {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.T-Zone .Counter-Box .S-Box .smalltext {
    font-size: 16px;
    /*color: #fff;*/
    line-height: 1;
}
.T-Zone .Ls-Img {
    padding-left: 30px;
}
.T-Zone .Ls-Img img {
    width: 80%;
}

@media (max-width: 768px) {
    .T-Zone {
        /*padding: 40px 0px;*/
        padding: 40px 0px 70px 0px;
    }
    .T-Zone .brdr {
        border-right: none;
        margin-bottom: 15px;
        border-bottom: 1px solid #c3c3c3;
    }
    .T-Zone .Zone {
        padding-bottom: 15px;
    }
    .T-Zone .Counter-Box {
        padding: 20px 0px;
        margin-top: 10px;
    }
    .T-Zone .Ls-Img {
        padding-left: 0px;
        text-align: center;
        padding-right: 0px;
    }
    .T-Zone .Ls-Img img {
        width: 55%;
        padding-top: 15px;
    }
    .T-Zone .Time {
        margin-bottom: 0px;
    }
    .T-Zone .Counter-Box .S-Box span {
        font-size: 24px;
    }
}
/*New section for Time zone and counter begins 09/06/2021 ends*/



/*Second Main Section*/
.High-Counter {
    background: #180ca9;
    padding: 20px 50px;
    /*display: none;*/
}
.High-Counter .brdr {
    border-right: 1px solid #fff;
}
.High-Counter .Text {
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    font-size: 18px;
}

.ctat1 {
    text-align: center;
    margin-bottom: 5px;
}
.ctat {
    text-align: center;
}
.cta-text {
    color: #7a7a7a;
    margin: 0px;
    padding-top: 5px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
}
.gcta1 {
  /*background: linear-gradient(#ed2839, #e51556);*/
    /*background: #000;*/
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 8px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*border-radius: 10px;*/
    background: linear-gradient(135deg,transparent 7px,#000 0) 0 0,linear-gradient(-135deg,transparent 7px,#000 0) 100% 0,linear-gradient(45deg,transparent 7px,#000 0) 0 100%,linear-gradient(-45deg,transparent 7px,#000 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    /*background-color: #808080 !important;*/
}
.gcta1:hover, .gcta1:active, .gcta1:focus {
    /*background: #15265e;*/
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}
.gcta {
    /*background: #000;*/
    /*border: 1px solid #000;*/
    margin-left: 0px;
    /*border-radius: 10px;*/
    background: linear-gradient(135deg,transparent 7px,#000 0) 0 0,linear-gradient(-135deg,transparent 7px,#000 0) 100% 0,linear-gradient(45deg,transparent 7px,#000 0) 0 100%,linear-gradient(-45deg,transparent 7px,#000 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 500;
}
.gcta:hover, .gcta:active, .gcta:focus {
    /*background: linear-gradient(#e51556, #ed2839);*/
    box-shadow: none;
    /*background: #15265e;*/
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #fff;
}

.gcta:before {
    
}

.gcta:hover:before, .gcta:focus:before, .gcta:active:before {
    
}
.cta-mar-top {
    margin-top: 36px;
}

@media (max-width: 768px) {
    .gcta {
        font-size: 14px;
    }
    .High-Counter {
        padding: 36px 0px;
    }
    
    .ctat {
        width: 50%;
        text-align: center;
    }
    .cta-text {
        text-align: center;
        font-size: 14px;
        color: #000 !important;
    }
    .cta-mar-top {
        margin-top: 40px;
    }
    .High-Counter .brdr {
        /*border-bottom: 1px solid #fff;*/
        margin-bottom: 14px;
        padding-bottom: 15px;
        border-right: none;
    }
}


/*About event section*/
.E-description {
    padding: 80px 50px 0px;
    position: relative;
}
.E-description:before {
    content: url(../img/elements-3.svg);
    position: absolute;
    top: 4%;
    right: 5%;
    /*opacity: 0.5;*/
    /* -webkit-transform: scale(.7); */
    /* transform: scale(.7); */
    width: 5%;
}
.E-description .Mob-Show {
    display: none;
}
.E-description .Desk-Show {
    display: block;
}
.E-description .Details {
    padding-right: 40px;
}
.E-description .Details .Mheading {
    text-align: left;
    font-weight: 800;
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}
.E-description .Details .Text {
    font-size: 18px;
}
.E-description .Overview {
    width: 80%;
}

@media (max-width: 767px) {
    .E-description {
        padding: 50px 0px;
    }
    .E-description .Details .Mheading {
        font-size: 22px;
        text-align: center;
    }
    .E-description .Details .Text {
        text-align: center;
        font-size: 17px;
    }
    .E-description .Overview {
        margin-top: 0px;
        width: 70%;
        margin-bottom: 25px;
    }
    .E-description .Details {
        padding-right: 15px;
    }
    .E-description .Mob-Show {
        display: block;
        text-align: center;
    }
    .E-description .Desk-Show {
        display: none;
    }
    .E-description:before {
        top: 1%;
        right: 3%;
        opacity: 0.8;
        width: 10%;
    }
}


/*Technology use cases section begins*/
.Tech-Focus {
    padding: 80px 120px;
    position: relative;
}

.Tech-Focus:before {
    content: url(../img/elements-3.svg);
    position: absolute;
    top: 75%;
    left: 0%;
    opacity: 0.7;
    /* -webkit-transform: scale(.7); */
    /*transform: rotate(140deg);*/
    width: 5%;
}
.Tech-Focus:after {
    content: url(../img/elements-1.svg);
    position: absolute;
    bottom: 3%;
    right: 0%;
    opacity: 0.7;
    /* -webkit-transform: scale(.7); */
    /*transform: rotate(140deg);*/
    width: 5%;
    top: 40%;
}
.Tech-Focus .Heading {
    text-align: center;
    color: #070707;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 46px;
    font-size: 46px;
}
@media(max-width: 768px) {
    .Tech-Focus {
        padding: 40px 15px;
    }
    .Tech-Focus:before {
        width: 10%;
        top: -3%;
        left: 3%;
    }
    .Tech-Focus:after {
        bottom: 0%;
        right: 3%;
        opacity: 0.7;
        width: 10%;
    }
    .Tech-Focus .Heading {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .Tech-Focus img {
        width: 100%;
    }
    .Tech-Focus .Row-T {
        width: 50%;
    }

}
@media (min-width: 768px){
.col-md-2-theme {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 25%;
}
}
/*Technology use cases section ends*/



/*City details section*/
.C-Details {
    padding: 40px 50px;
}
.C-Details .Mheading {
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.C-Details .S-bg {
    position: relative;
    text-align: center;
}
.C-Details .S-bg img {
    width: 100%;
    height: 436px;
}
.C-Details .S-Left-Img {
    position: absolute;
    top: 13%;
    left: 5%;
    width: 25%;

}
.C-Details .S-Left-Img img {
    
}
.C-Details .S-Right-Testi {
    position: absolute;
    width: 60%;
    right: 5%;
    top: 0%;
    height: 436px;
}
.C-Details .S-Right-Testi .Testi-text {
    color: #1c388c;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    position: absolute;
    top: 28%;
    left: 3%;
}
.C-Details .S-Right-Testi img {
    position: relative;
    top: 20%;
    width: 12%;
    left: 0;
}
.C-Details .S-Right-Testi .Testi-Sname {
    position: absolute;
    bottom: 20%;
    left: 3%;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #706f6f;
}
.C-Details .M-Secheading {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-top: 36px;
}
.C-Details .M-SecText {
    font-size: 18px;
    text-align: center;
    padding: 0px 50px;
}
.C-Details .ctat {
    text-align: center;
}
.C-Details .cta-text {
    text-align: center;
}
@media (max-width: 767px) {
    .C-Details {
        padding: 40px 0px;
    }
    .C-Details .Mheading {
        font-size: 26px;
    }
    .C-Details .S-Left-Img {
        position: absolute;
        top: 5%;
        left: 20%;
        width: 55%;
    }
    .C-Details .S-Right-Testi {
        position: absolute;
        width: 90%;
        right: 5%;
        top: 15%;
        height: 660px;
    }
    .C-Details .S-Right-Testi .Testi-text {
        color: #1c388c;
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.3;
        position: absolute;
        top: 28%;
        left: 3%;
    }
    .C-Details .S-bg img {
        width: 100%;
        height: 690px;
    }
    .C-Details .S-Right-Testi img {
        left: 3%;
    }
    .C-Details .M-Secheading {
        font-size: 22px;
    }
    .C-Details .M-SecText {
        padding: 0px;
    }
}


/*Exhibit at event section*/
.Exhibit-Event {
    color: #c3c3c3;
    /*background-color:#44ffbb;*/
    /*background-image: url(../img/exhibit-bg.png);*/
    /*background-position: bottom center;*/
    /*background-repeat: no-repeat;*/
    padding: 60px 50px;
    background-color: #000;
}
.Exhibit-Event .Mheading {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.Exhibit-Event .Exhibit-Text {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.Exhibit-Event .ecta {
    background: transparent;
    /*border: 2px solid #fff;*/
    /*border-radius: 10px;*/
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 30px 8px 30px;
    background: linear-gradient(135deg,transparent 7px,#fff 0) 0 0,linear-gradient(-135deg,transparent 7px,#fff 0) 100% 0,linear-gradient(45deg,transparent 7px,#fff 0) 0 100%,linear-gradient(-45deg,transparent 7px,#fff 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}
.Exhibit-Event .ecta:hover {
    color: #fff;
    
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    border: none;
    background-repeat: no-repeat;
}
.Exhibit-Event .B-center {
    text-align: center;
}
.Exhibit-Event .sponsor-text {
    columns: #fff;
     font-style: italic;
      font-size: 14px; 
      padding: 10px 70px 0px 70px;
}

@media (max-width: 767px) {
    .Exhibit-Event {
        padding: 40px 0px 60px 0px;
        text-align: center;
        background-size: cover;
    }
    .Exhibit-Event .Mheading {
        font-size: 22px;
    }
    .Exhibit-Event .ecta {
        font-size: 14px;
        margin-top: 15px;
    }
    .Exhibit-Event .Exhibit-Text {
        font-size: 16px;
        font-weight: 100;
    }
}


/*Happening with quotes section*/

.Happening-Quote {
    padding: 80px 0px 0px 0px;
    position: relative;
    /*min-height: 1255px;*/
}
.Happening-Event {
    position: relative;
    padding: 0px 50px;

}
.Happening-Event .Mheading {
    text-align: center;
    font-weight: 800;
    color: #070707;
    font-size: 46px;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.Happening-Event .owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 10px 7px !important;
    border-radius: 50% !important;
}


#happenings-carousel .item{
  margin: 10px;
}
#happenings-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

#happenings-carousel .fa {
    font-size: 36px;
    line-height: 30px;
    padding: 2px 10px 4px 8px;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid #fff;
}

#happenings-carousel .fa:hover {
    background: #000207;
    color: #fff;
}

.Happening-Event .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.Happening-Event .owl-theme .owl-nav {
    text-align: right;
}

.Happening-Event .owl-theme .owl-dots {
    display: none;
}

.Happening-Event .owl-theme button:focus {
    outline: none;
    outline: none;
}



@media(max-width: 768px) {
    .Happening-Event {
        padding: 40px 0px 25px 0px;
        margin-top: -1px;
    }
    #happenings-carousel .item {
        margin: 0px 15px;
    }
    .Happening-Event .owl-theme .owl-nav {
        margin-right: 25px;
    }
    .Happening-Quote {
        padding: 0px;
        /*min-height: 1145px;*/
    }
    .Happening-Event .Mheading {
        font-size: 26px;
    }
    .Happening-Quote-Bg {
        padding: 0px !important;
        bottom: 10% !important;
        height: 444px;
    }
    .Happening-Quote-Bg .T-Head {
        font-size: 20px !important;
        padding-top: 35px !important;
    }
    .Happening-Quote-Bg .T-Name {
        font-size: 15px !important;
    }
    .Happening-Quote-Bg blockquote:before {
        height: 30px !important;
        width: 30px !important;
        background-size: 30px !important;
    }
}

/*Happening curousel slide style begins*/
.Highlights-Section {

}

.Happening-Event .E-PadL {
    padding-left: 67px;
    padding-right: 33px;
    padding-bottom: 65px;
}
.Happening-Event .E-PadR {
    padding-left: 33px;
    padding-right: 65px;
    padding-bottom: 65px;
}
.Happening-Event .Img-Box {
    position: relative;
    /*display: inline-block;*/
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.Happening-Event .Img-Box .Des-Vw {
    display: block !important;
}
.Happening-Event .Img-Box .Mob-Vw {
    display: none !important;
}
.Happening-Event .Img-Box img{
    width: 100%;
    /*height: 375px;*/
}
.Happening-Event .Img-Box .image1 {
    display: block;
}
.Happening-Event .Img-Box .text {
    position: absolute;
    bottom: 25px;
    left: 5%;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
}
.Happening-Event .Book-Tkt {
    background: #ebebeb;
    display: flex;
}
.Happening-Event .Book-Tkt a {
    margin: auto;
    color: #000 !important;
    font-size: 25px;
    text-decoration: underline;
}
.Happening-Event .Img-Box .text span {
    margin: 0px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.Happening-Event .Img-Box .overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
     -webkit-transition: all 0.4s ease-in-out 0s; 
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -moz-transform: translateY(81%);
    -webkit-transform: translateY(81%);
    -ms-transform: translateY(81%);
     transform: translateY(81%);
    
}
.Happening-Event .Img-Box .One {
    background-color: #4fb;
    /*background-color: #fc7293;*/
}
.Happening-Event .Img-Box:hover .One {
    background-color: #000;
    /*background-color: #fc7293;*/
}


.Happening-Event .Img-Box .overlay .over-text {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 20px 40px;
}
.Happening-Event .Img-Box:hover .overlay .over-text {
    padding: 22px 40px;
}
.Happening-Event .Img-Box:hover .over-text {
    padding-top: 50px;
}
.Happening-Event .Img-Box .overlay .over-text .Mob-Vw {
    display: none;
}
.Happening-Event .Img-Box .overlay .over-text .Heading {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 5px;
}
.Happening-Event .Img-Box:hover .overlay .over-text .Heading {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 5px;
}
.Happening-Event .Img-Box .overlay .over-text .Testi p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0px;
}
.Happening-Event .Img-Box .overlay .over-text .Testi .img1 {
    width: 50%;

}
.Happening-Event .Img-Box .overlay .over-text .Testi blockquote {
    position: relative;
    margin-bottom: 0px;
}
.Happening-Event .Img-Box .overlay .over-text .Testi blockquote:before {
    position: relative;
    display: block;
    height: 45px;
    width: 70px;
    content: "";
    background: url(../img/quote-happening.png) no-repeat 0 0;
    background-size: 40px;
    top: -50 !important;
    left: 0;
    margin-top: 0px;
}
.Happening-Event .Img-Box:hover .overlay {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0%;
}
.Happening-Event .Img-Box .One-Line .Heading {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
/*.Happening-Event .Img-Box:hover  {

}*/
.Happening-Event .Img-Box:hover .One-Line .over-text .Heading {
    margin-bottom: 20px !important;
}

@media (max-width: 768px) {
    .Highlights-Section .Desk-Highlights .E-PadL {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .Highlights-Section .Desk-Highlights .E-PadR {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .over-text {
        padding-top: 10px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 10px;
        text-align: center;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .Des-Vw {
        display: none !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .Mob-Vw {
        display: block !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Mob-Vw {
        display: block;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover span.fa.fa.fa-angle-double-up {
        display: none !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 20px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading span {
        -webkit-text-stroke-width: 1px;
    }
    .Highlights-Section .Desk-Highlights {
        margin-bottom: 15px;
    }
    .Happening-Event .Img-Box .overlay .over-text {
        font-size: 16px;
    }
    .Happening-Event .Img-Box .overlay .over-text .Heading {
        font-size: 24px;
        margin-top: 0px;
    }
}
@media (max-width: 336px) { 
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 12px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
}
@media (min-width:337px) and (max-width: 376px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 24px 15px;

    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 40px 15px;
    }
}
@media (min-width:377px) and (max-width: 426px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 32px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 30px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 50px 15px;
    }
}
@media (min-width:427px) and (max-width: 500px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 44px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 40px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text span.fa.fa.fa-angle-double-up {
       font-size: 22px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 90px 15px;
    }
}
@media (min-width:501px) and (max-width: 600px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 30px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 40px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        -moz-transform: translateY(80%);
        -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@media (min-width:601px) and (max-width: 768px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text {
        padding: 30px 15px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
            margin-bottom: 40px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        -moz-transform: translateY(85%);
        -webkit-transform: translateY(85%);
        -ms-transform: translateY(85%);
        transform: translateY(85%);
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .Top-Header .RS ul li {
        font-size: 12px;
    }
    .Second-Section .Content-Heading, .What-IS .Content-Heading, .Key-Sessions .Session-Details .Session-Heading,
    .Show-Event .Content-Heading,
    .Sponsors-Section .Main-Heading, .Show-Event .Content-Heading, .Gen-Enq .Content-Heading {
        font-size: 36px !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        -moz-transform: translateY(60%);
        -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
        transform: translateY(60%);
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        padding: 10px 50px;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text .Heading {
        font-size: 25px !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box:hover .overlay .over-text {
        font-size: 16px !important;
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .Highlights-Section .Desk-Highlights .Img-Box .overlay {
        transition: all 0.4s ease-in-out 0s;
        -moz-transform: translateY(70%);
        -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
        transform: translateY(70%);
    }
} 
@media (min-width: 1920px){
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text { 
        padding-top: 37px; 
    }
    .Highlights-Section .Desk-Highlights .Img-Box .overlay .over-text .Heading {
        margin-bottom: 28px;
        margin-top: 5px !important;
    }
    .Happening-Event .Img-Box .overlay .over-text .Heading {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    margin: 0px;
    line-height: 1;
    margin-bottom: 60px;
    margin-top: 18px;   
}

}
/*Happenning curousel slide style ends*/

.Happening-Quote-Bg {
    position: absolute;
    /*background: #ed2939;*/
    width: 100%;
    left: 0;
    bottom: 10%;
    /*padding: 480px 60px 60px 60px;*/
    color: #fff;
    /*background-image: url(../img/happening/bg-happening.jpg);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 400px;
    padding: 0px 50px;
}
.Happening-Quote-Bg blockquote {
    position: relative;
}
.Happening-Quote-Bg blockquote:before {
    position: absolute;
    display: inline-block;
    height: 70px;
    width: 70px;
    content: "";
   /* background: url(../img/quote.png) no-repeat 0 0;
    background-size: 70px;*/
    top: 0;
    left: 0;
}
.Happening-Quote-Bg .T-Head {
    font-size: 40px;
    font-weight: 800;
    padding-top: 90px;
    line-height: 1.3;
}
.Happening-Quote-Bg .T-Name {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}


.Happening-Quote-Bg-Vd {
    position: relative;
    margin-top: -380px;
}

.Happening-Quote-Bg-Vd .Shade {

}
.Happening-Quote-Bg-Vd .Shade:before {
    content: '';
    position: absolute;
    background: #0000006b;
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
}

#B-Play {
    width: 100%;
}
.Happening-Quote-Bg .heading{
    font-size: 40px;
    line-height: 1.1;
   
    text-align: center;
    color: #fff;
}
.Happening-Quote-Bg .sub-heading{
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 46px;
    text-align: center;
    color: #fff;
}
@media (min-width: 768px) {
  
    .Happening-Quote-Bg-Vd .Desk{
        display: block;
        height: 880px;
        width: 100%;
    }
    .Happening-Quote-Bg-Vd .Mob {
        display: none;
    }
   
}
@media (max-width: 767px) {
    .Happening-Quote-Bg-Vd .Desk {
        display: none;
    }
    .Happening-Quote-Bg-Vd .Mob {
        display: block;
        height: 750px;
    }
    .Happening-Quote-Bg-Vd {
        margin-top: -250px
        /*margin-top: -350px;*/
    }
    .Happening-Quote-Bg-Vd .Shade:before {
        background: #0000006b;
    }
    /*.Mk-Rel {
        position: relative;
    }*/
     .Happening-Quote-Bg .heading{
    font-size: 32px;
    line-height: 1.1;
   
    text-align: center;
    color: #fff;
}
.Happening-Quote-Bg .sub-heading{
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 46px;
    text-align: center;
    color: #fff;
}
}



/*Book tickets section*/
.tickets {
    padding: 65px 50px 50px;
    position: relative;
}
.tickets .Ticket-Img {
    position: absolute;
    top: 20%;
    left: 17%;
}
.tickets .Ticket-Img img {
    
}
.tickets:before {
    content: url(../img/elements-2.svg);
    position: absolute;
    top: 8%;
    right: 3%;
    opacity: 0.9;
    width: 10%;
    z-index: 1;
    transform: rotate(-30deg);
}
.tickets:after {
    content: url(../img/elements-1.svg);
    position: absolute;
    bottom: -10%;
    left: 1%;
    opacity: 0.9;
    width: 7%;
    z-index: 1;
    /*transform: rotate(-30deg);*/
}


.tickets .heading{
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 46px;
    text-align: center;
    color: #070707;
}

.tickets .ticket{
    margin-bottom: 20px;
}

.tickets .ticket .top_sec {
    background-color: #0f1025;
    text-align: center;
    padding:59px 20px;
    /*-webkit-clip-path: polygon(0% 0%,100% 0%,100% 90%,0% 100%,0% 0%,0% 0%);*/
    /*clip-path: polygon(0% 0%,100% 0%,100% 90%,0% 100%,0% 0%,0% 0%);*/
    /*position: relative;*/
}
.tickets .ticket .standard {
    background-image: url(../img/bg-standard.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.tickets .ticket .business {
    background-image: url(../img/bg-business.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.tickets .ticket .vip {
    background-image: url(../img/bg-standard.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.tickets .ticket .top_sec::after {
    content: url(https://trescon.s3.us-east-2.amazonaws.com/web/worldblockchainsummit.com/dubai/2022/img/elements/elements-12.png);
    position: absolute;
    bottom: -35px;
    left: -49px;
    transform: rotate(100deg) scale(.5);
}
.tickets .ticket .top_sec::before {
    content: url(https://trescon.s3.us-east-2.amazonaws.com/web/worldblockchainsummit.com/dubai/2022/img/elements/element-1.png);
    position: absolute;
    top: -40px;
    right: -30px;
    transform: scale(.5);
    opacity: .7;
}*/

.tickets .ticket .top_sec .t_heading{
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
}

.tickets .ticket .top_sec .t_price{
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.tickets .ticket .top_sec .t_btn{
    /*color: #000;
    background: #fff;
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;*/
    color: #000;
    background: #fff;
    padding: 10px 20px 8px 20px;
    /* border-radius: 8px; */
    /* border: 1px solid #fff; */
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(135deg,transparent 7px,#fff 0) 0 0,linear-gradient(-135deg,transparent 7px,#fff 0) 100% 0,linear-gradient(45deg,transparent 7px,#fff 0) 0 100%,linear-gradient(-45deg,transparent 7px,#fff 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    border-color: transparent;
}

.tickets .ticket .top_sec .t_btn1{
    /*color: #000;
    background: #fff;
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;*/
    color: #000;
    background: #fff;
    padding: 10px 20px 8px 20px;
    /* border-radius: 8px; */
    /* border: 1px solid #fff; */
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(135deg,transparent 7px,#808080 0) 0 0,linear-gradient(-135deg,transparent 7px,#808080 0) 100% 0,linear-gradient(45deg,transparent 7px,#808080 0) 0 100%,linear-gradient(-45deg,transparent 7px,#808080 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    border-color: transparent;
}
.tickets .ticket .top_sec .t_btn:hover {
    /*background: #15265e;*/
    color: #fff;
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}

.tickets .ticket .top_sec .note{
    color:#363636;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.tickets .ticket .bottom_sec{
    background: #0f1025;
    padding: 30px 20px;
    margin-top: -2px;
}

.tickets .ticket .bottom_sec ul{
    padding-left: 0px;
}

.tickets .ticket .bottom_sec ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    /*padding-left: 35px;*/
}
.tickets .ticket .bottom_sec ul li .fa-check {
    color: #06aa18;
    padding-right: 10px;
    font-size: 20px;
}
.tickets .ticket .bottom_sec ul li .fa-times {
    color: #df2705;
    padding-right: 10px;
    font-size: 20px;
}

/*.tickets .ticket .bottom_sec ul li:before {
    content: "✓";
    position: absolute;
    left: 35px;
    font-size: 16px;
    color: #06aa18;
    font-weight: 800;
}*/

.tickets .ticket .bottom_sec ul li span{
    margin-right: 10px;
}
.tickets .ticket .bottom_sec ul li span .svg-inline--fa {
    font-weight: 600;
}
.tickets .ticket .bottom_sec ul li span .fa-check {
    color: green;
    font-size: 22px;
}

.tickets .ticket .bottom_sec ul li span .fa-xmark {
    color: #df2807;
    font-size: 22px;
    padding-right: 5px;
}

.tickets .ticket .bottom_sec ul .remove{
    color: gray;
}

@media (max-width:767px) {
    .tickets {
        padding: 40px 0px 10px 0px;
    }
    .tickets .heading {
        font-size: 26px;
    }
    .tickets::after {
        top: 12%;
        left: 2%;
        transform: none;
        opacity: .9;
        width: 8%;
    }
    .tickets .ticket .top_sec .t_heading {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .tickets .ticket .top_sec .t_btn {
        font-size: 14px;
    }
    .tickets .ticket .top_sec .note {
        font-size: 14px;
    }
    .tickets:before {
        width: 17%;

    }
}

@media (min-width: 1920px){
.tickets .Ticket-Img {
    position: absolute;
    top: 20%;
    left: 25%;
}
}
/*Book tickets section*/


/*Speaker Section Begins*/
.Speakers {
    padding: 70px 50px 50px;
    /*background-image: url(../img/bg-speakers.png);
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;*/
    /*display: none;*/
    position: relative;
}
.Speakers:before {
    content: url(../img/elements-1.svg);
    position: absolute;
    top: 3%;
    left: 1%;
    opacity: 0.7;
    /* -webkit-transform: scale(.7); */
    /* transform: rotate(140deg); */
    width: 6%;
}
.Speakers:after {
    content: url(../img/elements-2.svg);
    position: absolute;
    bottom: -5%;
    right: 0%;
    opacity: 0.5;
    transform: rotate(140deg);
    width: 15%;
    z-index: 1;
}

.Speakers .Heading {
    text-align: center;
    color: #070707;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 46px;
    font-size: 46px;
}

.Speakers .Outer-Box
{
    margin-bottom: 60px;
}

.Speakers .Outer-Box .SKR-Img-Div
{
}

.Speakers .Outer-Box .SKR-Img-Div .SKR-IMG
{
    border-radius: 0px;
}

.Speakers .Outer-Box .SKR-Img-Div 
{
    position: relative;
}

.Speakers .Outer-Box .SKR-IMG {
    display: block;
    width: 100%;
    height: auto;
}

.Speakers .Outer-Box .overlay {
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #16151599;
    /*background-image: linear-gradient(93.07deg, #f79965 45.75%, #fc7293 70.35%);*/
    border-radius: 30px;
    /*clip-path: polygon(12.5% 0,87.5% 0,100% 12.5%,100% 87.5%,87.5% 100%,12.5% 100%,0 87.5%,0 12.5%);*/
    /*clip-path: polygon(48% 0,52% 0,100% 24%,100% 76%,52% 100%,48% 100%,0 75.5%,0 25%);*/
}

.Speakers .Outer-Box .SKR-Img-Div:hover .overlay {
    opacity: 1;
}

.Speakers .Outer-Box .text {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px 10px;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*font-weight: bold;*/
}
.Speakers .Outer-Box .Modertr {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 17px;
    text-align: center;
    margin-bottom: -10px;
    position: relative;

}
.Speakers .Outer-Box .Speaker-Name {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-top: 17px;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
}

.Speakers .Outer-Box .Designation {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Speakers .Outer-Box .Company {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 3px;
}

.Speakers .Outer-Box .Country {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}


.Speakers .btn-all-skr {
    background: #000;
    /*background: linear-gradient(#ed2839, #e51556);*/
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 8px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px;
    text-transform: uppercase;
}
.Speakers .btn-all-skr:before {
    
}
.Speakers .btn-all-skr:hover, .Speakers .btn-all-skr:active, .Speakers .btn-all-skr:focus {
    /*background: linear-gradient(#e51556, #ed2839);*/
    background: #15265e;
}
.Speakers .btn-all-skr:hover:before, .Speakers .btn-all-skr:focus:before, .Speakers .btn-all-skr:active:before {
    
}


.Speakers .btn-all-skr span {
    
}

/*.Speakers .btn-all-skr:hover { 
    background-color: #06e0ff;
    color: #000;
}*/
.Speakers .btn-all-skr a
{
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

@media(max-width: 768px)
{
    .Speakers {
        padding: 40px 0px 40px 0px;
    }
    .Speakers:before {
        top: 0.5%;
        left: 4%;
        width: 10%;
    }
    .Speakers:after {
        bottom: 0%;
        width: 25%;
    }
    .Speakers .Heading 
    {
        margin-bottom: 26px;
        font-size: 26px;
    }
    .Speakers .Outer-Box 
    {
        margin-bottom: 60px;
        padding: 0px 20px;
    }
    .Speakers .Outer-Box .text {
        font-size: 12px;
    }
    .Speakers .Outer-Box .Speaker-Name, .Speakers .Outer-Box .Designation, .Speakers .Outer-Box .Company{
        text-align: center;
    }
    .Speakers .Outer-Box .Speaker-Name {
        font-size: 18px;
    }
    .Speakers .Outer-Box .Designation {
        font-size: 14px;
    }
    .Speakers .Outer-Box .Country {
        font-size: 14px;
    }
    .Speakers .btn-all-skr {
        font-size: 14px;
    }
    .Speakers .Outer-Box .Modertr {
        font-size: 16px;
        margin-bottom: -12px;
    }
}
/*Speaker Section Ends*/

.Sponsor-Event {
    /*background-image: url(../img/sponsor-bg.png);*/
}
.Sponsor-Event .Enq-Text {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}


.Topics-Discuss {
    padding: 60px 50px 70px;
    position: relative;
}
.Topics-Discuss:before {
    content: url(../img/elements-1.svg);
    position: absolute;
    top: 2%;
    right: 5%;
    opacity: 0.8;
    width: 7%;
    z-index: 1;
}
.Topics-Discuss:after {
    content: url(../img/elements-2.svg);
    position: absolute;
    bottom: 5%;
    left: 3%;
    opacity: 0.8;
    width: 10%;
    z-index: 1;
}
.Topics-Discuss .Mheading {
    text-align: center;
    font-weight: 800;
    color: #070707;
    font-size: 46px;
    margin-bottom: 46px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .col-md-five {
        flex: 0 0 20%;
        max-width: 20%;
    }

}
.col-md-five {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    
}

.Topics-Discuss .T-Box {
    margin-right: 1%;
    margin-left: 1%;
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 2%;
    min-height: 230px;
    border-radius: 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.Topics-Discuss .T-Box:hover {
    /*box-shadow: none;*/
    box-shadow: 0 16px 23px 0 rgb(0 0 0 / 16%), 0 12px 26px 0 rgb(0 0 0 / 16%);
}
.Topics-Discuss .T-Box .T-Img {

}
.Topics-Discuss .T-Box .T-Text {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 15px;
}
.Topics-Discuss .Mar-Zero {
    margin-top: 2%;
}
.Topics-Discuss .Mar-One {
    margin-top: 7%;
}
.Topics-Discuss .Mar-Two {
    
}
.Topics-Discuss .Mar-Three {
    margin-top: 4%;
}
.Topics-Discuss .Mar-Four {
     margin-top: 9%;
}
.Topics-Discuss .Mar-Five {
    margin-top: -5%;
}
.Topics-Discuss .Mar-Six {
    margin-top: 0%;
}
.Topics-Discuss .Mar-Seven {
    margin-top: -7%;
}
.Topics-Discuss .Mar-Eight {
    margin-top: -3%;
}
.Topics-Discuss .Mar-Nine {
    margin-top: 2%;
}

@media (max-width: 767px) {
    .Topics-Discuss .Mheading {
        font-size: 26px;
    }
    .Topics-Discuss .Mar-Zero, .Topics-Discuss .Mar-One {
        margin-top: 0px;
    }
    .Topics-Discuss .Mar-Two, .Topics-Discuss .Mar-Three, .Topics-Discuss .Mar-Four, .Topics-Discuss .Mar-Five, .Topics-Discuss .Mar-Six, .Topics-Discuss .Mar-Seven, .Topics-Discuss .Mar-Eight, .Topics-Discuss .Mar-Nine {
        margin-top: 5%;
    }
    .Topics-Discuss .Mar-Zero, .Topics-Discuss .Mar-One, .Topics-Discuss .Mar-Two, .Topics-Discuss .Mar-Three, .Topics-Discuss .Mar-Four, .Topics-Discuss .Mar-Five, .Topics-Discuss .Mar-Six, .Topics-Discuss .Mar-Seven, .Topics-Discuss .Mar-Eight, .Topics-Discuss .Mar-Nine {
        width: 50%;
    }
    .Topics-Discuss {
        padding: 60px 0px;
    }
    .Topics-Discuss .T-Box .T-Text {
        font-size: 14px;
    }
    .Topics-Discuss .T-Box {
        min-height: 230px;
        padding: 20px 10px;
    }
    .Topics-Discuss:before {
        top: 0%;
        right: 3%;
        width: 9%;
    }
    .Topics-Discuss:after {
        bottom: 1%;
        left: 2%;
        width: 18%;
    }
}


/*Video testimonial section begins*/

.Video-Testi {
    padding: 60px 50px;
}
.Video-Testi .Mheading {
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 36px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.Video-Testi .bor-bottom {
    height: 1px;
    position: absolute;
    width: 80%;
    left: 10%;
    -webkit-box-shadow: 0px 30px 8px 4px #d0d0d0;
    -moz-box-shadow: 0px 30px 8px 4px #d0d0d0;
    box-shadow: 0px 30px 8px 4px #d0d0d0;
}



.modal-body {
   position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem .5rem 1rem;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    width: 35px;
    border-radius: 0%;
    background-color: #ed2839 !important;
    margin: -0.6em -0.55em -10em 0em;
    z-index: 9999;
    position: relative;
    color: #fff;
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
}

.close:focus, .close:hover  {
    color: #aaa !important;
    background-color: #fff !important;
    text-decoration: none;
    opacity: 1;
    outline: none;
}

.modal  {
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden !important;
    outline: 0;
}
@media (min-width: 576px) {
    .modal-dialog  {
        max-width: 61%;
        margin: 1.75rem auto;
    }
}
@media (max-width: 767px) {
    .Video-Testi {
        padding: 40px 0px;
    }
    .Video-Testi .Mheading {
        font-size: 26px;
    }
    .Video-Testi .V-Bottom {
        margin-bottom: 30px;
    }
    .Video-Testi .bor-bottom {
        display: none;
    }
}
/*Media Showcase section begins*/

.Media-C-Details {
    padding: 60px 50px;
}
.Media-C-Details .Mheading {
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 36px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.Media-C-Details .Media-Box {
    width: 100%;
}
.Media-C-Details .Media-Box ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}
.Media-C-Details .Media-Box li {
    list-style: none;
    min-width: 20%;
    text-align: center;
    position: relative;
}
.Media-C-Details .Media-Box li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    height: 50px;
    width: 1px;
    background-color: #000;
}
.Media-C-Details .Media-Box li:last-child:after {
    content: none;
}
.Media-C-Details .Media-Box li .Count {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0px;
}
.Media-C-Details .Media-Box li .Count-Name {
    font-size: 15px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .Media-C-Details {
        padding: 20px 0px;
    }
    .Media-C-Details .Mheading {
        font-size: 26px;
    }
    .Media-C-Details .Media-Box ul {
        display: block;
        width: 100%;
    }
    .Media-C-Details .Media-Box li {
        width: 100%;
        margin-bottom: 25px;
    }
    .Media-C-Details .Media-Box li:after {
        display: none;
    }
    .Media-C-Details .Media-Box li .Count {
        font-size: 26px;
    }
    .Media-C-Details .Media-Box li .Count-Name {
        font-size: 14px;
    }
}

/*Who attends show section*/

.Who-Attends-Show {
    padding: 60px 0px 120px 0px;
    position: relative;
}
.Who-Attends-Show:before {
    content: url(../img/elements-3.svg);
    position: absolute;
    top: 2%;
    left: 3%;
    opacity: 0.6;
    width: 7%;
    z-index: 1;
}
.Who-Attends-Show:after {
    content: url(../img/elements-2.svg);
    position: absolute;
    bottom: 1%;
    right: 2%;
    opacity: 0.6;
    width: 10%;
    z-index: 1;
}
.Who-Attends-Show .Mheading {
    text-align: center;
    font-weight: 800;
    color: #070707;
    font-size: 46px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.Who-Attends-Show .Sub-H {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.Who-Attends-Show .S-Top-B {
    width: 100%;
}
.Who-Attends-Show .S-Top-B ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
}
.Who-Attends-Show .S-Top-B li {
    list-style: none;
    width: 10%;
    text-align: center;
    position: relative;
    display: table;
    margin-right: 5px;
    min-height: 70px;
}
.Who-Attends-Show .S-Top-B li p {
    background: #0f0969;
    color: #fff;
    padding: 0px 6px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}
.Who-Attends-Show .S-Designation {
    margin-top: 30px;
}
.Who-Attends-Show .S-Designation ul {
    padding: 0px 10px;
}
.Who-Attends-Show .S-Designation li {
    margin-bottom: 15px;
}


.Who-Attends-Show .Percentage-A {
    width: 100%;
    margin-top: 40px;
}
.Who-Attends-Show .Percentage-A .M-Sec {
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    flex-wrap: wrap;
}
.Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li {
    list-style: none;
    width: 18%;
    text-align: center;
    position: relative;
    display: table;
    margin-right: 30px;
    /*min-height: 70px;*/
    margin-bottom: 30px;
}
.Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec {
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
}
.Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li {
    list-style: none;
    width: 50%;
    text-align: center;
    position: relative;
    display: table;
    /*margin-right: 5px;*/
    min-height: 50px;
}
.Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li p {
    /*background: #0f0969;*/
    color: #000;
    padding: 0px 6px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

.Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li .P-Bg {
    background: #0f0969;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li .T-Pad {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
}
.Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li:last-child {
    margin-right: 0px;
}


/*Trying new design for tab starts*/
.wrapper {
  /*max-width: 50rem;*/
  width: 100%;
  margin: 0 auto;
}
.tabs {
    position: relative;
    /*margin: 3rem 0;*/
    background: #dfdfdf;
    height: 820px;
    /*display: flex;*/
    /*justify-content: center;*/
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #898989;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}

.tab-switch {
  display: none;
}
.tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 1.618em;
    background: #dfdfdf;
    border-right: 3px solid #fff;
    color: #000;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.tab-label1 {
    /*border-left: 3px solid #fff;*/
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 50px 25px;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #d5d5d5;
  opacity: 0;
  transition: all 0.35s;
  width: 100%;
}
.tab-switch:checked + .tab-label {
  background: #44ffbb;
  color: #000;
  border-bottom: 0;
  border-right: 3px solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
  background-color:#44ffbb;
}
.tab-content .M-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tab-content ul {
    padding-left: 18px;
}
.tab-content ul li {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
   
}
.tab-content .Mar-B {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .tabs {
        height: 1060px;
        webkit-box-shadow: 0 0 4px #898989;
        box-shadow: 0 0 4px #898989;
    }
    .tab-label {
        padding: 0px 13px;
        font-size: 12px;
        border-right: none;
    }
    .tab-content {
        padding: 20px 15px;
        top: 35px;
        border-bottom: 2px solid #d1d1d1;
    }
    .tab-content .M-head {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .tab-content ul li {
        font-size: 10px;
        font-weight: 700;
    }
    .tab-switch:checked + .tab-label {
        border-right: none;
    }
    .tab-content .Mob-B {
        margin-bottom: 20px;
    }
}
@media (max-width: 375px) {
    .tab-label {
        padding: 0px 7px;
        font-size: 11px;
    }
    .tab-content {
        top: 30px;
    }
    .tabs {
        height: 1130px;
    }
}
/*Trying new design for tab ends*/


/*For who attend tab*/
.Who-Attends-Show .nav-link {
    font-size: 18px;
    border: none;
    background: #dfdfdf;
    border-radius: unset;
    margin: 0px 2px;
}
.Who-Attends-Show .nav-link.active {
    background: #12e9e9;
    border: none;
}
.Who-Attends-Show .nav-tabs {
    /*border-bottom: 1px solid #dee2e6;*/
    width: 100%;
    justify-content: center;
}

@media (max-width: 767px) {
    .Who-Attends-Show .nav-link {
        font-size: 16px;
        margin: 0px;
    }
    .Who-Attends-Show .nav-tabs {
        justify-content: center;
    }
    .Who-Attends-Show .nav-link.active {
        color: #000 !important;
    }
    .Who-Attends-Show {
        padding: 60px 0px 80px 0px;
    }
    .Who-Attends-Show .Mheading {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .Who-Attends-Show .Sub-H {
        font-size: 15px;
    }
    .Who-Attends-Show .S-Top-B ul {
        /*display: block;
        width: 100%;
        padding: 0px 15px;*/
        flex-wrap: wrap;
    }
    .Who-Attends-Show .S-Top-B li {
        /*width: 40%;*/
        width: 50%;
        margin-right: 0px;
        padding: 5px 5px;
    }
    .Who-Attends-Show .S-Top-B li p {
        /*display: block;*/
        font-size: 14px;

    }
    .Who-Attends-Show .Percentage-A .M-Sec {
        flex-wrap: wrap;
        justify-content: left;
    }
    .Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li {
        margin-right: 0px;
        width: 50%;
    }
    .Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li .T-Pad {
        font-size: 13px;
    }
    .Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec {
        margin-bottom: 30px;
        padding: 0px 15px;
    }
    .Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li:nth-child( odd ) {
        width: 40%;
    }
    .Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li:nth-child( even ) {
        width: 60%;
    }
    .Who-Attends-Show .Percentage-A .M-Sec .M-Sec-Li .S-Sec .S-Sec-Li .P-Bg {
        font-size: 20px;
    }
    .Who-Attends-Show .Percentage-A {
        margin-top: 20px;
    }
    .Who-Attends-Show .S-Designation {
        font-size: 15px;
    }
    .Who-Attends-Show:before {
        top: 1%;
        left: 2%;
        width: 8%;
    }
    .Who-Attends-Show:after {
        bottom: 0%;
        width: 15%;
    }
}

.Pie-Chart {
    width: 100%;
    margin-top: 60px;
}
.Pie-Chart .ul1 {
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    flex-wrap: wrap;
}
.Pie-Chart .ul1 .li1 {
    list-style: none;
    width: 14%;
    text-align: center;
    position: relative;
    display: table;
    margin-right: 30px;
    margin-bottom: 30px;
}
.Pie-Chart .ul1 .li1 .ul2 {
    display: flex;
    margin: 0px;
    padding: 0px;
    display: table;
}
.Pie-Chart .ul1 .li1 .ul2 .li2 {
    list-style: none;
    width: 50%;
    text-align: center;
    position: relative;
    display: table-cell;
    /*margin-right: 5px;*/
    min-height: 50px;
    vertical-align: middle;
}
.Pie-Chart .ul1 .li1 .ul2 .T-Align {
    text-align: left;
    padding-left: 5px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
}

@media (max-width: 767px) {
    .Pie-Chart .ul1 {
        flex-wrap: wrap;
        justify-content: left;
        padding: 0px 15px;
    }
    .Pie-Chart .ul1 .li1 {
        margin-right: 0px;
        width: 50%;
    }
    :root {
        --size: 70px !important;
        --bord: 10px;
    }
    .C-Percent {
        font-size: 18px !important;
    }
    .Pie-Chart .ul1 .li1 .ul2 .li2:nth-child( odd ){
        width: 39%;
    }
    .Pie-Chart .ul1 .li1 .ul2 .li2:nth-child( even ){
        width: 61%;
    }
    .Pie-Chart .ul1 .li1 .ul2:nth-child( odd ) {
        padding-right: 5px;
    }
    .Pie-Chart .ul1 .li1 .ul2 {
        margin-bottom: 30px;
    }
    .Pie-Chart {
        margin-top: 30px;
    }
}

/*Pie chart text*/
 :root {
    --size: 100px;
    --bord: 10px;
}

.chart {
    width: var(--size);
    height: var(--size);
    /*margin: 1em auto;*/
    border-radius: 50%;
    background-image: conic-gradient(#e51556 var(--value), lightgrey var(--value));
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(90% - var(--bord));
    height: calc(90% - var(--bord));
    background: #f3f3f3;
    border-radius: inherit;
}

.C-Percent {
    position: relative;
    z-index: 1;
    font-size: 24px;
    margin: 0px;
    font-weight: 600;
}

.x-30 {
    --value: 30%;
}
.x-42 {
    --value: 42%;
}
.x-28 {
    --value: 28%;
}
.x-65 {
    --value: 65%;
}
.x-25 {
    --value: 25%;
}
.x-10 {
    --value: 10%;
}



/*Event virtual tour section*/
 
.Event-Virtual-Tour {
    padding: 10px 65px 65px 65px;
}
.Event-Virtual-Tour .Mheading {
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 36px;
    margin-bottom: 36px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .Event-Virtual-Tour {
        padding: 0px;
    }
    .Event-Virtual-Tour iframe {
        height: 100%;
    }
    .Event-Virtual-Tour .Mheading {
        font-size: 26px;
        margin-bottom: 20px;
    }
}


/*Sponsor section style begins*/
 .Sponsors-Section {
    padding: 70px 0px 60px 0px;
    background: #fff;
    position: relative;
 }
 .Sponsors-Section:before {
    content: url(../img/elements-3.svg);
    position: absolute;
    bottom: -7%;
    left: -2%;
    opacity: 0.5;
    /* -webkit-transform: scale(.7); */
    /* transform: rotate(140deg); */
    width: 8%;
}
.Sponsors-Section .Main-Heading {
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #070707;
    font-size: 33px;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.Sponsors-Section .Govt-Logos img {
    width: 80%;
}
.Sponsors-Section .B-Bottom{
    border-bottom: 1px solid #e0e0e0;
}
.Sponsors-Section .B-Right{
    border-right: 1px solid #e0e0e0;
}
.Sponsors-Section .B-Left{
    border-left: 1px solid #e0e0e0;
}
.Sponsors-Section .Govt-Logos {
    margin-bottom: 90px;
}
.Sponsors-Section .Past-Sponsors img {
    width: 80%;
}
.Sponsors-Section .Past-Sponsors {
    margin-bottom: 60px;
}
.Sponsors-Section .btn-spons {
    /*background: linear-gradient(#ed2839, #e51556);*/
    background: #000;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 8px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px;
    text-transform: uppercase;
}
.Sponsors-Section .Past-Sponsors .btn-spons:before {
    
}
.Sponsors-Section .btn-spons:hover, .Sponsors-Section .btn-spons:active, .Sponsors-Section .btn-spons:focus {
    /*background: linear-gradient(#e51556, #ed2839);*/
    background: #15265e;
}
.Sponsors-Section .Past-Sponsors .btn-spons:hover:before, .Sponsors-Section .Past-Sponsors .btn-spons:focus:before, .Sponsors-Section .Past-Sponsors .btn-spons:active:before {
    
}

.Sponsors-Section .V-Past-Clients {
    margin-bottom: 100px;
}
.Sponsors-Section .V-Past-Clients .M-Img {
    width: 85%;
}

.Sponsors-Section .V-Past-Media {
    margin-bottom: 50px;
}
.Sponsors-Section .V-Past-Media .M-Img {
    width: 90%;
}
.Sponsors-Section .Sponsor-Note {
    text-align: right;
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 0px;
    font-style: italic;
}

.Sponsors-Section .V-Media{
    margin-bottom: 50px;
}
.Sponsors-Section .V-Media .Main-Heading {
    
    margin-bottom: 35px;
    text-transform: uppercase;
}
.Sponsors-Section .V-Media .M-Img{
    width: 85%;
    margin-bottom: 15px;
}
.Sponsors-Section .V-Silver{
    margin-bottom: 110px;
}

.Sponsors-Section .V-Silver .Main-Heading {
    
    margin-bottom: 50px;
    text-transform: uppercase;
}

.Sponsors-Section .V-Silver .chainalysis {
    width: 85%;
    margin-top: 25px;
}
.Sponsors-Section .V-Silver .bureau {
    width: 40%;
    margin-top:0px;
}
.Sponsors-Section .V-Silver .CASHIN {
    width: 60%;
    margin-top: 70px;
}
.Sponsors-Section .V-Bronze .Tap {
    width: 52%;
}
.Sponsors-Section .V-Bronze{
    margin-bottom: 100px;
}

.Sponsors-Section .V-Bronze .Main-Heading {
   
    margin-bottom: 50px;
    text-transform: uppercase;
}

.Sponsors-Section .V-Bronze .Lamaa {
    width: 65%;
}
.Sponsors-Section .Pitch-Partner{
    margin-bottom: 70px;
}

.Sponsors-Section .Pitch-Partner .Main-Heading {
    
    margin-bottom: 40px;
    text-transform: uppercase;
}

.Sponsors-Section .Pitch-Partner .Finaid {
    width: 40%;
}
.Sponsors-Section .V-Association{
    margin-bottom: 60px;
    }

    .Sponsors-Section .V-Association .Main-Heading {
        text-align: center;
        width: 100%;
        font-weight: 800;
        color: #070707;
        font-size: 33px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .Sponsors-Section .V-Association .Fintech {
        width: 45%;
    }
    .Sponsors-Section .V-Association .Fintech-Mena {
    width: 60%;
    margin-top: 5px;
    }
    .Sponsors-Section .Official-Event{
        margin-bottom: 45px;
    }

    .Sponsors-Section .Official-Event .Main-Heading {
        text-align: center;
        width: 100%;
        font-weight: 800;
        color: #070707;
        font-size: 33px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .Sponsors-Section .Official-Event .Crowd {
        width: 70%;
    }
    .Sponsors-Section .V-Official-Media{
    margin-bottom: 60px;
}

.Sponsors-Section .V-Official-Media .Main-Heading {
    
    margin-bottom: 30px;
    text-transform: uppercase;
}

.Sponsors-Section .V-Official-Media .tft1 {
    width: 60%;
}
.Sponsors-Section .Exhibitor{
    margin-bottom: 70px;
}

    .Sponsors-Section .Exhibitor .Main-Heading {
        text-align: center;
            width: 100%;
            font-weight: 800;
            color: #070707;
            font-size: 33px;
            margin-bottom: 40px;
            text-transform: uppercase;
    }
    .Sponsors-Section .Exhibitor .Finaid {
    width: 50%;
    
}
    .Sponsors-Section .Exhibitor .Stay {
        width: 75%;
        margin-top: 35px;
    }   
    .Sponsors-Section .Exhibitor .Al-jabr {
    width: 50%;
    margin-top: 25px;
}   
.Sponsors-Section .Exhibitor .SapidBlue {
    width: 55%;
    margin-top: 20px;
}
.Sponsors-Section .Exhibitor .Chain {
    width:46%;
    margin-top: 60px;
}
.Sponsors-Section .Exhibitor .Expand {
    width:60%;
   margin-top: 60px;
}
.Sponsors-Section .Exhibitor .Abdulmohsen {
    width: 57%;
    margin-top: 60px;
}
.Sponsors-Section .Exhibitor .airpay{
    width: 65%;
    margin-top: 65px;

}
    .Sponsors-Section .Startup-Exhibitor{
        margin-bottom: 60px;
    }

    .Sponsors-Section .Startup-Exhibitor .Main-Heading {
        text-align: center;
            width: 100%;
            font-weight: 800;
            color: #070707;
            font-size: 33px;
            margin-bottom: 40px;
            text-transform: uppercase;
    }

    .Sponsors-Section .Startup-Exhibitor .Accurascan {
        width: 80%;
        margin-top: 8px;
    }
    .Sponsors-Section .Startup-Exhibitor .Kilde {
    width: 55%;
    margin-top: 75px;
    }
    .Sponsors-Section .Startup-Exhibitor .launchpad {
        width: 85%;
        margin-top: 60px;
    }
    .Sponsors-Section .Startup-Exhibitor .Enabill {
    width: 60%;
    margin-top: 36px;
}   
    .Sponsors-Section .Startup-Exhibitor .sdlc {
        width: 40%;
        margin-top: 35px;
    }
    .Sponsors-Section .Startup-Exhibitor .nowpay {
        width: 85%;
        margin-top: 5px;
    }
    .Sponsors-Section .Startup-Exhibitor .podyam {
    width: 73%;
    margin-top: 0px;
}
    .Sponsors-Section .Digital-Partner{
    margin-bottom: 90px;
}

.Sponsors-Section .Digital-Partner .Main-Heading {
    
    margin-bottom: 20px;
    text-transform: uppercase;
}

.Sponsors-Section .Digital-Partner .EOR {
    width: 75%;
}
.Sponsors-Section .Powered-by{
    margin-bottom: 80px;
}

.Sponsors-Section .Powered-by .Main-Heading {
    
    margin-bottom: 60px;
    text-transform: uppercase;
}

.Sponsors-Section .Powered-by .fin-tactics {
   width: 100%;
    margin-top: 75px;
}
.Sponsors-Section .Powered-by .revival {
    width: 65%;
    margin-top: 20px;
}
.Sponsors-Section .Powered-by .arbah {
    width: 90%;
    margin-top: 20px;
}
@media(max-width: 768px){
    .Sponsors-Section:before {
        bottom: -2%;
        width: 12%;
        left: 3%;
    }
    .Sponsors-Section .Main-Heading{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .Sponsors-Section .Past-Sponsors .btn-spons {
        margin-top: 5px;
    }
    .Sponsors-Section .Media-Logos {
        margin-bottom: 50px;
    }
    .M50 {
        width: 50%;
        margin-bottom: 25px;
    }
    .Sponsors-Section .Media-Logos .M-Img {
        width: 100%;
    }
    
    .Sponsors-Section .Govt-Logos img {
        width: 100%;
    }
    .Sponsors-Section .Past-Sponsors img {
        width: 100%;
    }
    .Sponsors-Section .B-Bottom{
        border-bottom: none;
    }
    .Sponsors-Section .B-Right{
        border-right: none;
    }
    .Sponsors-Section .B-Left{
        border-left: none;
    }
    .Sponsors-Section {
        padding: 50px 0px 0px 0px;
    }
    .Sponsors-Section .M-View {
        width: 33%;
        margin-bottom: 35px;
    }
    .Sponsors-Section .Govt-Logos {
        margin-bottom: 60px;
    }
    .Sponsors-Section .Past-Sponsors {
        margin-bottom: 0px;
    }
    .Sponsors-Section .btn-spons {
        font-size: 14px;
    }
    .Sponsors-Section .V-Past-Media{
        margin-bottom: 20px;
    }
    .Sponsors-Section .V-Past-Media .M-Img{
        width:95%;
    }
    .M-View{
        width:50%;
    }
    .Sponsors-Section .V-Past-Clients {
        margin-bottom: 50px;
    }
    .Sponsors-Section .Sponsor-Note {
        font-size: 16px;
    }
    .Sponsors-Section .V-Media{
        margin-bottom: 40px;
    }

    .Sponsors-Section .V-Media .M-Img{
        width:100%;
    }
    .Sponsors-Section .V-Media .M-View{
        width:50%;
    }
    .Sponsors-Section .Powered-by{
    margin-bottom: 60px;
}

.Sponsors-Section .Powered-by .Main-Heading {
    
    margin-bottom: 35px;
    text-transform: uppercase;
}

.Sponsors-Section .Powered-by .fin-tactics {
    width: 85%;
}
.Sponsors-Section .Powered-by .revival {
    width: 55%;
    margin-top: 60px;
}
.Sponsors-Section .Powered-by .arbah {
    width: 75%;
    margin-top: 30px;
}
    .Sponsors-Section .V-Association{
    margin-bottom: 60px;
    }

    .Sponsors-Section .V-Association .Main-Heading {
        text-align: center;
        width: 100%;
        font-weight: 800;
        color: #070707;
        font-size: 24px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .Sponsors-Section .V-Association .Fintech {
        width: 45%;
    }
    .Sponsors-Section .V-Association .Fintech-Mena {
    width: 60%;
    margin-top: 45px;
    }
    .Sponsors-Section .V-Silver{
    margin-bottom: 60px;
}

.Sponsors-Section .V-Silver .Main-Heading {
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #070707;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.Sponsors-Section .V-Silver .chainalysis {
    width: 90%;
    margin-top: 0px;
}
.Sponsors-Section .V-Silver .bureau {
    width: 50%;
    margin-top: 60px;
}
.Sponsors-Section .V-Bronze .Tap {
    width: 55%;
    margin-top: 55px;
}
.Sponsors-Section .V-Silver .CASHIN {
    width: 60%;
    margin-top: 70px;
}
.Sponsors-Section .V-Bronze{
    margin-bottom: 60px;
}

.Sponsors-Section .V-Bronze .Main-Heading {
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #070707;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.Sponsors-Section .V-Bronze .Lamaa {
    width: 60%;
}
.Sponsors-Section .Pitch-Partner{
    margin-bottom: 60px;
}

.Sponsors-Section .Pitch-Partner .Main-Heading {
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #070707;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.Sponsors-Section .Pitch-Partner .Finaid {
    width: 35%;
}   
    .Sponsors-Section .Digital-Partner{
    margin-bottom: 50px;
}

.Sponsors-Section .Digital-Partner .Main-Heading {
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #070707;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.Sponsors-Section .Digital-Partner .EOR {
    width: 60%;
}
    .Sponsors-Section .Official-Event{
        margin-bottom: 45px;
    }

    .Sponsors-Section .Official-Event .Main-Heading {
        text-align: center;
        width: 100%;
        font-weight: 800;
        color: #070707;
        font-size: 24px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .Sponsors-Section .Official-Event .Crowd {
        width: 70%;
    }
    .Sponsors-Section .Exhibitor{
    margin-bottom: 70px;
}

    .Sponsors-Section .Exhibitor .Main-Heading {
        text-align: center;
            width: 100%;
            font-weight: 800;
            color: #070707;
            font-size: 24px;
            margin-bottom: 40px;
            text-transform: uppercase;
    }
    .Sponsors-Section .Exhibitor .Finaid {
    width: 35%;
    
}
    .Sponsors-Section .Exhibitor .Stay {
        width: 60%;
        margin-top: 60px;
    }   
    .Sponsors-Section .Exhibitor .Al-jabr {
    width: 50%;
    margin-top: 60px;
}   
.Sponsors-Section .Exhibitor .SapidBlue {
    width: 55%;
    margin-top: 50px;
}
.Sponsors-Section .Exhibitor .Chain {
    width:46%;
    margin-top: 60px;
}
.Sponsors-Section .Exhibitor .Expand {
    width:60%;
   margin-top: 60px;
}
.Sponsors-Section .Exhibitor .Abdulmohsen {
    width: 57%;
    margin-top: 60px;
}
.Sponsors-Section .Exhibitor .airpay{
    width: 65%;
    margin-top: 40px;

}
    .Sponsors-Section .Startup-Exhibitor{
        margin-bottom: 60px;
    }

    .Sponsors-Section .Startup-Exhibitor .Main-Heading {
        text-align: center;
            width: 100%;
            font-weight: 800;
            color: #070707;
            font-size: 24px;
            margin-bottom: 20px;
            text-transform: uppercase;
    }

    .Sponsors-Section .Startup-Exhibitor .Accurascan {
        width: 60%;
    }
    .Sponsors-Section .Startup-Exhibitor .Kilde {
    width: 55%;
    margin-top: 40px;
    }
    .Sponsors-Section .Startup-Exhibitor .launchpad {
        width: 70%;
        margin-top: 30px;
    }
    .Sponsors-Section .Startup-Exhibitor .Enabill {
    width: 60%;
    margin-top: 36px;
}   
    .Sponsors-Section .Startup-Exhibitor .sdlc {
        width: 30%;
        margin-top: 60px;
    }
    .Sponsors-Section .Startup-Exhibitor .nowpay {
        width: 75%;
        margin-top: 60px;
    }
    .Sponsors-Section .Startup-Exhibitor .podyam {
    width: 60%;
    margin-top: 40px;
}
    .Sponsors-Section .V-Official-Media{
    margin-bottom: 60px;
}

.Sponsors-Section .V-Official-Media .Main-Heading {
    
    margin-bottom: 30px;
    text-transform: uppercase;
}

.Sponsors-Section .V-Official-Media .tft1 {
    width: 50%;
}
    }
/*Sponsor section style ends*/


/*Save the date*/
.Save-Date {
    padding: 50px 50px;
    /*background: #13e9e9;*/
    background-color:#44ffbb;
}
.Save-Date .Mheading {
    text-align: center;
}
.Save-Date .Exhibit-Text {
    text-align: center;
    font-weight: initial;
    font-size: 24px;
}
.Save-Date .ecta {
    font-size: 16px;
    padding: 6px 15px;
    text-transform: inherit;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .Save-Date .Exhibit-Text {
        font-size: 18px;
    }
    .Save-Date {
        padding: 50px 0px;
        /*margin-top: 30px;*/
    }
}
.Save-Date .ctat {
    text-align: center;

}
.Save-Date .ctat .cta-text {
    color: #000;
    text-align: center;
}

/*Organizer Details*/

.Organizer-Info {
    padding: 70px 0px;
    background: #000;
}
.Organizer-Info .Mheading {
    text-align: left;
    font-weight: 800;
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
}
.Organizer-Info .Org-Details {
    text-align: left;
    font-size: 20px;
    /*padding: 0px 100px;*/
    color: #dadada;

}
.Organizer-Info .btn-spons {
    /*background: linear-gradient(#ed2839, #e51556);*/
    background: #fff;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 8px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*border-radius: 10px;*/
    text-transform: uppercase;
    margin-top: 5px;
    background: linear-gradient(135deg,transparent 7px,#fff 0) 0 0,linear-gradient(-135deg,transparent 7px,#fff 0) 100% 0,linear-gradient(45deg,transparent 7px,#fff 0) 0 100%,linear-gradient(-45deg,transparent 7px,#fff 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    border-color: transparent;
}
.Organizer-Info .btn-spons:hover {
    /*background: linear-gradient(#e51556, #ed2839);*/
    /*background: #15265e;*/
    color: #fff;
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}
.Organizer-Info .Logo-Text {
    /*text-align: left;*/
    display: flex;
    /*align-items: flex-end;*/
    /*vertical-align: middle;*/
    margin-bottom: 20px;
    justify-content: left;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.5;
    color: #fff;
}
.Organizer-Info .Logo-Text span {
    width: 28%;
    padding-left: 0px;
}
.Organizer-Info .Logo-Text span img {
    width: 90%;
    margin-top: 2px;
    /*border-left: 1px solid #fff;*/
    padding-left: 0px;
}
.Organizer-Info .P-Rt {
    padding-right: 25px;
}
.Organizer-Info .P-Lt {
    padding-left: 25px;
}
/*.Organizer-Info .Logo-Text span:before {
    content: '';
    position: absolute;
    left: 51%;
    top: 5px;
    height: 30px;
    width: 1px;
    background-color: #000;
}*/
@media (max-width: 767px) {
    .Organizer-Info {
        padding: 40px 0px;
    }
    .Organizer-Info .Logo-Text {
        display: block;
        font-size: 20px;
        margin-top: 15px;
    }
    .Organizer-Info .Logo-Text span img {
        width: 40%;
        margin-top: 10px;
        border-left: none;
        padding-left: 0px;
    }
    .Organizer-Info .Mheading {
        font-size: 20px;
        margin-top: 15px;
        text-align: center;
    }
    .Organizer-Info .Org-Details {
        padding: 0px;
        text-align: center;
        font-size: 16px;
    }
    .Organizer-Info .Logo-Text span {
        padding-left: 0px;
    }
    .Organizer-Info .P-Rt {
        padding-right: 25px;
        padding-left: 25px;
    }
    .Organizer-Info .P-Lt {
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }
    .Organizer-Info .btn-spons {
        font-size: 14px;
    }
}

/*Footer section begins*/
footer {
    /*background: #181818;*/
    padding: 40px 0px 15px 0px;
}
footer .Heading {
    font-weight: 600;
    color: #272727;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
footer .Heading1 {
    font-weight: 600;
    color: #272727;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom:5px;
    margin-top: 10px;
}
footer .Heading3 {
    font-weight: 400;
    font-size: 14px;
    color: #9D9D9D;
    margin-top: 20px;
}
footer .Terms1 {
    color: #000;
    margin-top: 4%;
}
footer .One {
    
}
footer .Tresc {
    
}
footer .Tresc img {
    width: 60%;
    /*padding-top: 10px;*/
}
footer .Tresc .Performance {
    width: 30%;
    /*padding-top: 10px;*/
}
footer a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
footer a:hover {
    color: #058fcc;
}
footer .One ul {
   padding: 0px; 
}
footer .One ul li {
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Two {
    
}
footer .Two ul {
    padding: 0px;
}
footer .Two ul li{
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Three {
    padding-left: 0%;
}
footer .Three .Social-Links {
   padding: 0px;
   margin-top: 3%;
}
footer .Three .Social-Links li{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
}
footer .Three .Social-Links a {
    font-size: 21px;
    color: #000;
    /*border: 1px solid #282626;*/
    /*border-radius: 50%;*/
    /*background: #282626;*/
    padding: 5px 9px;
}
footer .Three .Social-Links a:hover {
    
}
footer .Three .Updates {
    margin-top: 6%;
}
/*footer .Three .Updates button {
    background-color: #06e0ff;
    border: #06e0ff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #000;
}
footer .Three .Updates button:hover {
    background-color: #000;
    border: #000;
    color: #fff;
}*/

footer .Three .Updates button {
    /*background: linear-gradient(#ed2839, #e51556);*/
    background: #000;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 8px 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}

footer .Three .Updates button:before {
    
}

footer .Three .Updates button:hover, footer .Three .Updates button:active, footer .Three .Updates button:focus {
    /*background: linear-gradient(#e51556, #ed2839);*/
    background: #15265e;
}
footer .Three .Updates button:hover:before, footer .Three .Updates button:focus:before, footer .Three .Updates button:active:before {
    
}



.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
footer .Three .Updates .Heading {
    font-weight: 600;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
    /*font-size: 19px;*/
    margin-bottom: 5px;
}
footer .Four {
    
}
footer .Four .Heading {
    
}
footer .Four ul {
    padding: 0px;
    margin-bottom: 0px;
}
footer .Four ul li {
    list-style: none;
    color: #e7e7e7;
    padding-bottom: 2%;
}
footer .Four .Terms {
    color: #000;
    margin-top: 1%;
}

footer .Four .Terms a {
    text-decoration: none;
    color: #00d5d2;
}
footer .Four .Terms a:hover {
    color: #06e0ff;
}
footer .Updates .Main-Heading {
    font-weight: 600;
    color: #c0bdbd;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 768px) {
    footer .One {
        width: 50%;
    }
    footer .Two {
        width: 50%;
    }
    footer .Three {
        margin: 5% 5%;
    }
    footer .Tresc {
        margin-bottom: 10%;
    }
    footer .Tresc img {
        width: 30%;
        padding-top: 5px;
    }
    footer {
        font-size: 12px;
    }
    footer .Three .Updates button {
        font-size: 12px;
    }
}
@media (min-width: 769px) {
    footer {
        padding: 40px 50px 15px 50px;
        font-size: 12px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }
}
/*Footer section ends*/



/*Telegram sticky section begins*/
.banner-sticky {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-sticky--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner-sticky-asia .banner-sm__sale {
  background-color: #d60026;
}

.banner-sticky-asia .banner-sm__timeleft {
  color: #d60026;
}

.banner-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85px;
  height: 205px;
}

.banner-sm__timeleft {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #771f80;
  background-color: #fff;
}

.banner-sm__timeleft>span {
  font-family: "Roboto Mono", monospace;
  line-height: 26px;
  font-size: 26px;
}

.banner-sm__timeleft>span:nth-child(2) {
  padding: 0 5px;
  font-family: "Poppins", sans-serif;
}

.banner-sm__sale {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  background-color: #771f80;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-sm__sale .sale-icon {
  margin-bottom: 5px;
}

.banner-sm__sale .banner__number {
  font-size: 36px;
  line-height: 46px;
}

.banner-sm__sale .banner__text {
  float: none;
  padding: 0;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.banner-tg-sm {
  width: auto;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
  box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
}

.banner-tg-sm.banner-sticky {
  width: auto;
  height: 60px;
  top: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  display: none;
}

.banner-tg-sm.banner-sticky a {
  opacity: 1;
      text-decoration: none;
          cursor: pointer;
}

.banner-tg-sm.banner-sticky.banner-tg--collapsed {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.banner-tg-sm.banner-sticky.banner-tg--collapsed:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner-tg-sm .banner-sm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: 80px;
}

.banner-tg-sm .banner-sm__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  padding: 0 0 0 0px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #f21780;
}

.banner-tg-sm .banner-sm__right {
  -webkit-border-radius: 0 50% 50% 0;
     border-radius: 0 0 0 0;
  background-color: #fff;
  line-height: 0;
}

.banner-sm__left .Text1
{
color: #2d1258;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-sm__left .Text2
{
color: #2d1258;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    top: -3px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.banner-tg-sm .banner-sm__right .tg-icon {
  display: inline-block;
  height: 60px;
  width: 80px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/telegram_icn.svg);
}
.banner-tg-sm .banner-sm__right .tg-icon.whatsapp {
    background-image: url(../img/WhatsApp_icn.svg);
}

@media(max-width: 768px) {
    .banner-sticky {
         /*display: none !important;*/
    }
    .banner-tg-sm .banner-sm__right .tg-icon {
        height: 45px;
        width: 66px;
    }
    .banner-tg-sm.banner-sticky.banner-tg--collapsed:hover {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    .banner-tg-sm.banner-sticky {
        height: 45px;
    }
}
/*New code*/
.banner-tg-sm.banner-sticky.banner-tgram {
    top: 63%;
}
/*Telegram sticky section ends*/


 /*Scroll icon style*/
 .scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px; 
    z-index: 89;
}
.scroll {
    position: absolute;
    right: 8px;
    bottom: 0px;
    background: #000000c7;
    padding: 10px 10px;
    text-align: center;
    margin: 0 0 0 0;
    color: #fff;
    cursor: pointer;
    /*transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;*/
    border: 1px solid #fff;
}
@media(max-width: 768px){
    .scroll{
        right: 0px;
    }
    .scroll .fa {
        font-size: 18px;
    }
}
.scroll:hover 
{
    background: #44ffbb;
    /*background-image: linear-gradient(to right,#cc3367 -1%, #912681);*/
    /*background: linear-gradient(#ed2839, #e51556);*/
    color: #fff;
}
.scroll:hover .fa {
    padding-top:-10px;
}
.scroll .fa {
        font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: inherit; 
    font-weight: 900;
}


.scroll-id
{
    margin-top: -60px;
    padding-top: 60px;
}
.scroll-id2
{
    margin-top: -100px;
    padding-top: 100px;
}
/*Scroll icon ends*/

/*RESERVE A BOOTH*/

.booths{
    padding: 60px 0px 0px 0px;
}
.booths .heading {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 46px;
    text-align: center;
    color: #070707;
}
.booths .reserve {
    background-image: url(../img/booth/bg-new.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.booths  .left_sec{

    text-align: center;
    padding:60px 50px;
    
}
.booths  .left_sec img{

   width: 20%;
    margin-top: -50px;
    margin-bottom: 20px;
    
}
.booths  .left_sec .exhibitor{
    /*border: 2px solid #000;*/
    padding: 40px 0px;
    margin: 0px 100px;
    border-radius: 10px;
    background-color: #fff;
}
.booths  .left_sec .exhibitor1{
    /*border: 2px solid #000;*/
    padding: 40px 0px;
    margin: 40px 100px;
    border-radius: 10px;
    background-color: #fff;
}
.booths  .left_sec .exhibitor1 .heading{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.booths  .left_sec .exhibitor1 .price{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
}
.booths  .left_sec .exhibitor .heading{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
}

.booths  .left_sec .exhibitor .price{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
}
.booths  .left_sec  .Hurry{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    padding: 10px 60px 0px 180px;
}
.booths  .left_sec .Hurry img{
    width: 7%;
    display: inline-block;
    float: left;
    position: absolute;
    margin-left: -60px;
    margin-top: -7px;
}
.booths .left_sec .sub-heading{
    /*font-size: 34px;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 43px;
}

.booths .left_sec .note {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 16px;
    padding-left: 40px;
}
.booths .left_sec .note a{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    
}
.booths .left_sec .note a:hover{
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    
}

.booths .reserve .t_btn{
    /*background: transparent;*/
    /* border: 2px solid #fff; */
     border-radius: 10px; 
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 20px 8px 20px;
    background: linear-gradient(135deg,transparent 7px,#44ffbb 0) 0 0,linear-gradient(-135deg,transparent 7px,#44ffbb 0) 100% 0,linear-gradient(45deg,transparent 7px,#44ffbb 0) 0 100%,linear-gradient(-45deg,transparent 7px,#44ffbb 0) 100% 100%;
    
    /*background-color: #44ffbb;*/
    background-size: 51% 51%;
    background-repeat: no-repeat;
    border-color: transparent;
}
.booths .reserve .t_btn:hover {
    /*background: #15265e;*/
    color: #fff!important;
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #15265e;
     font-weight: 500;
}

.booths .reserves {
    background: #0f1025;
    
    display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.booths  .right_sec{

    text-align: center;
    padding:50px 20px;
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.booths  .right_sec .heading{
     /*font-size: 28x;*/
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
    font-size: 33px;
}
.booths  .right_sec .Text{
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.booths  .right_sec .Text1{
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-left: 60px;
    margin-top: -15px;
}
.booths  .right_sec .Text span {
    color: #44ffbb;
    font-size: 16px;
}
.booths  .right_sec .Text img
{
    margin-right: 15px;
    width: 7%;
    display: inline-block;
    float: left;
}
.right_sec .bottom_sec {
   padding-right: 35px;
}
.right_sec .bottom_sec ul{
    padding-left: 75px;
    margin-top: -10px;
}

.right_sec .bottom_sec ul li{
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    padding-left: 5px;
}
.right_sec .bottom_sec ul li .fa-check {
    color: #ff5b00;
    padding-right: 10px;
    font-size: 15px;
}
/*.right_sec .bottom_sec ul li .fa-times {
    color: #df2705;
    padding-right: 10px;
    font-size: 20px;
}*/

/*.right_sec ul li:before {
    content: "✓";
    position: absolute;
    left: 35px;
    font-size: 16px;
    color: #06aa18;
    font-weight: 800;
}*/

.right_sec .bottom_sec ul li span{
    margin-right: 10px;
}
.right_sec .bottom_sec ul li span .svg-inline--fa {
    font-weight: 600;
}
.right_sec .bottom_sec ul li span .fa-check {
    color: green;
    font-size: 22px;
}

.right_sec .bottom_sec ul li span .fa-xmark {
    color: #df2807;
    font-size: 22px;
    padding-right: 5px;
}
.bottom_sec ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}



.right_sec .bottom_sec .bottom_sec1 ul{
   margin-top: 20px;
       margin-left: -70px;
}

.right_sec .bottom_sec .bottom_sec1  ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
    
}
.right_sec .bottom_sec .bottom_sec1 ul li .fa-minus {
    color: #fff;
    padding-right: 10px;
    font-size: 10px;
}
.right_sec .bottom_sec .bottom_sec1 ul li .fa-times {
    color: #df2705;
    padding-right: 10px;
    font-size: 20px;
}

/*.right_sec ul li:before {
    content: "✓";
    position: absolute;
    left: 35px;
    font-size: 16px;
    color: #06aa18;
    font-weight: 800;
}*/

.right_sec .bottom_sec .bottom_sec1 ul li span{
    margin-right: 10px;
}
.right_sec .bottom_sec .bottom_sec1 ul li span .svg-inline--fa {
    font-weight: 600;
}
.right_sec .bottom_sec .bottom_sec1 ul li span .fa-check {
    color: green;
    font-size: 22px;
}

.right_sec .bottom_sec .bottom_sec1 ul li span .fa-xmark {
    color: #df2807;
    font-size: 22px;
    padding-right: 5px;
}
.bottom_sec .bottom_sec1 ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}



@media(max-width: 768px) {
    .booths .heading {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 46px;
    text-align: center;
    color: #070707;
}
    .booths .left_sec img {
        width: 30%;
        margin-top: -50px;
        margin-bottom: 20px;
    }
    .booths .right_sec .Text1 {
        color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        margin-left: 45px;
        margin-top: -5px;
    }
    .right_sec .bottom_sec ul li {
        list-style-type: none;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 10px;
        color: #fff;
        text-align: left;
        padding-left: 5px;
        margin-left: 10px;
    }

    .right_sec .bottom_sec {
        padding-right: 5px;
        margin-top: 30px;
    }
    .right_sec .bottom_sec ul{
        margin-left: -40px;

    }
    .booths .right_sec .Text img {
        margin-right: 15px;
        width: 10%;
    }
    .booths .left_sec .heading {
        font-size: 26px;
    }
    .booths .left_sec .sub-heading {
        font-size: 40px;
    }
    .booths .left_sec .note {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .booths .right_sec .Text span {
        font-size: 16px;
    }
    .booths  .left_sec .exhibitor{
    /*border: 2px solid #000;*/
    padding: 30px 0px;
    margin: 0px 0px;
}
.booths  .left_sec .exhibitor1{
    /*border: 2px solid #000;*/
    padding: 40px 0px;
    margin: 40px 0px;
}.booths  .left_sec .exhibitor1.heading{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.booths  .left_sec .exhibitor1 .price{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 36px;
}
.booths  .left_sec .exhibitor .heading{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.booths  .left_sec .exhibitor .price{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 36px;
}
.booths  .left_sec  .Hurry{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0px 30px;
}
.booths  .left_sec .Hurry img{
    width: 12%;
    display: inline-block;
    float: left;
    position: absolute;
    margin-left: -50px;
    margin-top: 0px;
}
.booths .left_sec {
    text-align: center;
    padding: 60px 0px;
}
}
@media (min-width: 1920px){

    .booths .right_sec .Text img {
    margin-right: 15px;
    width: 7%;
    display: inline-block;
    float: left;
}

      .booths  .right_sec p{
   
    padding-bottom: 30px;
}

    .booths  .right_sec .Text{
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    
}

    .booths .right_sec .Text1 {
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-left: 78px;
    margin-top: -40px;
}
.right_sec .bottom_sec ul {
    padding-left: 35px;
    margin-top: -20px;
}

.right_sec .bottom_sec ul {
    padding-left: 95px;
    margin-top: -40px;
}
.booths  .left_sec .exhibitor{
    /*border: 2px solid #000;*/
    padding: 50px 0px;
    margin: 0px 120px;
    border-radius: 10px;
    background-color: #fff;
}
.booths  .left_sec .exhibitor1{
    /*border: 2px solid #000;*/
    padding: 50px 0px;
    margin: 40px 120px;
    border-radius: 10px;
    background-color: #fff;
}
.booths  .left_sec .exhibitor .heading{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.booths  .left_sec .exhibitor .price{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
}
.booths  .left_sec .exhibitor1 .heading{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.booths  .left_sec .exhibitor1 .price{
     /*font-size: 28x;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
}
.booths .left_sec .Hurry {
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    padding-left: 210px;
    width: 87%;
}
.booths  .left_sec .Hurry img{
    width: 7%;
    display: inline-block;
    float: left;
    position: absolute;
    margin-left: -80px;
    margin-top: -13px;
}
.booths  .left_sec{

    text-align: center;
    padding:60px 100px;
    
}
.booths .left_sec .note {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 16px;
    padding-left: 0px;
}
}

/*RESERVE A BOOTH*/
/*Important Message Begins*/
.C-Message {
    margin-top: 70px;
}
.C-Message .item{
    
}
.C-Message .item img{
   

}
.C-Message .item .inner-item{
    display: flex;
    width: 100%;
}
/*.C-Message .item .inner-item img{
    width: 10%;
    height: 100px;
    margin-top: 50px;
    margin-left: 15%;

}*/

.C-Message .item .inner-item .play{
    width: auto;
    height: 100px;
    margin-top: 50px;
    margin-left: 15%;

}

.C-Message .item .inner-item .testilogo{
   width: 30%; margin-left: 0px; margin-top: 40px; height: auto;

}
.C-Message .item .inner-item .testilogo1{
   width: 60%; margin-left: 0px; margin-top: 40px; height: auto;

}
.C-Message .item .inner-item .testilogo2{
   width: 50%; margin-left: 0px; margin-top: 40px; height: auto;

}
.C-Message blockquote {
    position: relative;
}
.C-Message blockquote:before {
    content: url(../img/Testimonials/quote.png);
    /*width: 130px;*/
    line-height: 0;
    left: 100%;
    position: relative;
    top: 0;
    
}
.C-Message .testi001 {
    text-align: left;
    color: #fff;
    font-size: 46px;
    line-height: 1.4;
    padding-top: 0px;
    margin-top: 60px;
    margin-right: 10%;
}

.C-Message .testi001 .testiimg .img{
    width: 50%;
}

.C-Message .testi001 span {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}
.C-Message .testi002 {
    text-align: center;
    color: #0ba824;
    font-size: 21px;
    /*line-height: 1.5;*/
    font-weight: 600;
}
.C-Message .testi003 {
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .C-Message {
        margin-top: 20px;
        padding-bottom: 75px;
    }
    .C-Message blockquote:before {
        left: 42%;
    }
    .C-Message .testi002 {
        font-size: 18px;
    }
    .C-Message .testi001 {
        font-size: 30px;
    width: 50%;
    }
    .C-Message .item .inner-item .testilogo{
        width: 30%; margin-left: 0px; margin-top: 20px;  height: auto;
    }
    .C-Message .item .inner-item .testilogo1{
   width: 90%; margin-left: 0px; margin-top: 40px; height: auto;

}
.C-Message .item .inner-item .testilogo2{
   width: 80%; margin-left: 0px; margin-top: 40px; height: auto;

}
   .C-Message .item .inner-item .play{
    width: 100%;
    height: 60px;
    margin-top: 50px;
    margin-left: 30%;

}

.C-Message .item .inner-item .testilogo{
   width: 75%; margin-left: 0px; margin-top: 20px; height: auto;

}
.C-Message .testi001 img {
        font-size: 30px;
    width: 50%;
    }
.C-Message blockquote:before {
    content: url(../img/Testimonials/quote.png);
    /* width: 130px; */
    line-height: 0;
    left: 90%;
    position: relative;
    top: 0;
}
}

.owl-theme .owl-dots .owl-dot{
    display: none!important;
}
.C-Message .owl-carousel .owl-nav.disabled{
    display: block !important;
}
.C-Message .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}
.C-Message .owl-theme .owl-dots .owl-dot{
    display: none!important;
}
.C-Message .owl-carousel .nav-button {
  cursor: pointer;
  position: absolute;
  top: 50px !important;
}
.C-Message .owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  
}
.C-Message .owl-carousel .owl-prev {
  left: -120px;
}
.C-Message .owl-carousel .owl-next {
  right: -120px;
}
.C-Message .owl-theme .owl-nav [class*=owl-] {
    color: #888;
    font-size: 100px;
    background: transparent;
}
.C-Message .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #888;
}


.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}   

@media (max-width: 768px) {

    .C-Message .owl-carousel .owl-prev {
  left: -20px;
}
.C-Message .owl-carousel .owl-next {
  right: -20px;
}
.C-Message .owl-carousel .nav-button {
    cursor: pointer;
    position: absolute;
    top: 110px !important;
   
}
.C-Message .owl-theme .owl-nav [class*=owl-] {
    color: #888;
    font-size: 60px;
    background: transparent;
}
.C-Message .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #888;
}
}
/*Important Message Ends*/


/*Important Message Ends*/

.Speaker-Stage{
    background-color:#44ffbb;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 0%;
    padding: 50px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.Speaker-Stage .Speaker-Image img{
    width: 75%;
}

.Speaker-Stage .heading{
    text-align: center;
    font-weight: 600;
    color: #070707;
    font-size: 38px;
    margin-bottom:6px;
    padding-top: 40px;
}
.Speaker-Stage .sub-heading{
    text-align: center;
    font-weight: 600;
    color: #070707;
    font-size: 22px;
    
    
}
.Speaker-Stage .sub-heading1{
    text-align: center;
    
    color: #070707;
    font-size: 18px;
    
   
}

.Speaker-Stage .t_btn{
    /*color: #000;
    background: #fff;
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;*/
    color: #000;
    background: #fff;
    padding: 10px 20px 8px 20px;
    /* border-radius: 8px; */
    /* border: 1px solid #fff; */
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(135deg,transparent 7px,#fff 0) 0 0,linear-gradient(-135deg,transparent 7px,#fff 0) 100% 0,linear-gradient(45deg,transparent 7px,#fff 0) 0 100%,linear-gradient(-45deg,transparent 7px,#fff 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    border-color: transparent;
}


.Speaker-Stage .t_btn:hover {
    /*background: #15265e;*/
    color: #fff;
    background: linear-gradient(135deg,transparent 7px,#15265e 0) 0 0,linear-gradient(-135deg,transparent 7px,#15265e 0) 100% 0,linear-gradient(45deg,transparent 7px,#15265e 0) 0 100%,linear-gradient(-45deg,transparent 7px,#15265e 0) 100% 100%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}

@media (min-width: 1920px){
    .Speaker-Stage{
     background-color:#44ffbb;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 0%;
    padding: 50px;
}

.Speaker-Stage .Speaker-Image img{
    width: 80%;
}

.Speaker-Stage .heading{
    text-align: center;
    font-weight: 600;
    color: #070707;
    font-size: 38px;
    margin-bottom:6px;
    padding-top: 40px;
}
.Speaker-Stage .sub-heading{
    text-align: center;
    font-weight: 600;
    color: #070707;
    font-size: 22px;
    
    
}
.Speaker-Stage .sub-heading1{
    text-align: center;
    
    color: #070707;
    font-size: 18px;
    
   
}

.Exhibit-Event .sponsor-text {
    columns: #fff;
     font-style: italic;
      font-size: 14px; 
      padding: 10px 140px 0px 140px;
}

}

@media (max-width: 768px) {
        .Speaker-Stage{
     background-color:#44ffbb;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 120vh;
    padding: 50px;
}

.Speaker-Stage .Speaker-Image img{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}



@media (min-width: 1920px){
    .HD{
        padding: 0px 120px 0px 160px;
    }
.C-Message .item .inner-item .play {
    width: auto;
    height: 100px;
    margin-top: 50px;
    margin-left: 25%;
}
.C-Message .testi001 {
    text-align: left;
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    padding-top: 0px;
    margin-top: 60px;
}
.Happening-Quote-Bg {
    position: absolute;
    /* background: #ed2939; */
    width: 100%;
    left: 0;
    bottom: 10%;
    /* padding: 480px 60px 60px 60px; */
    color: #fff;
    /* background-image: url(../img/happening/bg-happening.jpg); */
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 430px;
    padding: 0px 50px;
}
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}
