html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
  caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; 
-o-transition:all 0.5s ease; transition:all 0.5s ease; color:#333;}
a:hover {text-decoration:none;}
a:focus {outline:none;}

:focus { outline: none; }
html, body {font-family: "neue-haas-grotesk-display", sans-serif; backgorund:#fff; overflow-x:hidden;}

/* ==================== COMMON CSS ==================== */

.btn_blk {display:block; padding:20px 0 0;}
.btn_blk a {display:inline-block; border:1px solid #fff; color:#fff; font-size:18px; letter-spacing:1px; font-weight:600; padding:10px 15px; 
background:#000; box-shadow:2px 2px 0 #fff;}
.btn_blk a:hover {background:#54c7da; padding:10px 20px; color:#000;}

.ntSocialIcons {display:block; list-style:none; min-width:220px; text-align:right;}
.ntSocialIcons li {display:inline-block; margin:0 0 0 5px;}
.ntSocialIcons li a {color:#000; display:block; width:32px; text-align:center; height:32px; font-size:14px; border-radius:50%; background:#fff;}
.ntSocialIcons li a:hover {background:#000; color:#fff;}
.ntSocialIcons li a i {line-height:32px; font-size:20px;}

h2 {font-weight:800; letter-spacing:2px; font-size:42px; color:#fff; padding:0 0 50px;}
p {font-size:16px; letter-spacing:1px; line-height:22px; color:#fff; padding:0 0 25px;}

.big_menu {width:100%; height:50%; background:#1a1a24; position:fixed; left:0; top:-100%; display:flex; align-items:center; z-index:9999;     transition:all .3s linear;}
.big_menu ul {list-style:none; margin:0 30px;}
.big_menu ul li {border-bottom:1px solid #747480; padding:10px 20px;}
.big_menu ul li a {color:#fff; font-size:16px; font-weight:500; letter-spacing:1px; transition:all .3s linear; display:block;}
.big_menu ul li a i {float:right;}
.big_menu ul li a:hover {color:#54c7da;}
.big_menu ul li:last-child {border:none;}

.big_menu ul.list {margin:0; list-style:circle; padding:0 0 0 20px; color:#fff;}
.big_menu ul.list li {border:none; padding:2px 0;}
.big_menu ul.list li a {line-height:24px;}

.big_menu a.close_btn {width:32px; height:32px; background:url("../images/close.png") no-repeat left top; position:absolute; right:50px; top:50px; 
transition:all .3s linear; background-size:100%;}

.big_menu.show {top:0;}

.big_menu h3 {padding:0 0 10px; color:#54c7da; font-weight:700; font-size:20px; letter-spacing:1px;}
.big_menu p {padding:0; font-size:13px; line-height:20px;}

/* ==================== INDEX PAGE ==================== */

/* HEADER START */

.header .hd_top {background:#000; padding:20px 0;}

.header .hd_top .inner {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}

.header .hd_top .inner .icon {min-width:220px;}
.header .hd_top .inner .icon .menu_icon1 {width:46px; height:46px; background:url("../images/menu_icon.png") no-repeat left top; display:inline-block;}

.header .hd_bottom {background:#21252e; padding:10px 0; position:relative;}

.header .hd_bottom .logo_hdr {display:none;}
.header .hd_bottom .logo_hdr img {height:55px;}

.header .hd_bottom.fixedHeader {position:fixed; transition:0.5s all ease; z-index:100; width:100%; left:0; top:0; padding:20px 0;}
.header .hd_bottom.fixedHeader .logo_hdr {display:block; width:250px;} 

.header .hd_bottom.fixedHeader .nav_bar {display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap;}
.menu_icon {
    display: none;
}

/* HEADER END */

/* HERO SECTION START */

.hero {width:100%; height:calc(100vh - 132px); position:relative;}

.hero .h_inner {width:100%; height:100%; /*background:rgba(18,34,49,0.8);*/ text-align:center; display:flex; position:absolute; z-index:1;}
.hero .h_inner::after {width:100%; height:100%; position:absolute; background:url("../images/hero_1.png") no-repeat left bottom; background-size:100%; 
content:""; z-index:10;}

.hero .info {padding:80px 0 0;}
.hero .info h1 {color:#fff; font-weight:500; font-size:17px; text-transform:uppercase; letter-spacing:1px; padding:0 0 30px;}
.hero .info h1 b {font-weight:800;}
.hero .info h1 i {padding:0 5px 0 0;}
.hero .info span {font-size:28px; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:#fff;}
.hero .theme_tx {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 26px;
    line-height: 36px;
}	
	
.hero .theme_tx span {
    color: #54c7da !important;
    font-size: 24px;
    font-weight: 400;
}
.hero .info .logo {padding:0 0 30px;}
.hero .info .logo img {max-width:400px;}

.hero .slider {
 overflow: hidden;
 width: 100%;
 height:100%;
 position: relative;
}
 
.hero .slider .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 background-size: cover;
 background-position: center;
 animation: slideShow 30s linear infinite 0s;
}
 
.hero .slider .slide:nth-child(1) {
   background-image: url("../images/sl_1.jpg");
   background-size: cover;
   opacity: 1;
}

.hero .slider .slide:nth-child(2) {
   background-image: url("../images/sl_2.jpg");
   background-size: cover;
   animation-delay: 6s;
}

.hero .slider .slide:nth-child(3) {
   background-image: url("../images/sl_3.jpg");
   background-size: cover;
   animation-delay: 12s;
}

.hero .slider .slide:nth-child(4) {
   background-image: url("../images/sl_4.jpg");
   background-size: cover;
   animation-delay: 18s;
}

.hero .slider .slide:nth-child(5) {
   background-image: url("../images/sl_5.jpg");
   background-size: cover;
   animation-delay: 24s;
}

@keyframes slideShow {
     0% {
         background-position: 0px 0px;
         opacity: 0;
         transform:scale(1);
         -ms-transform:scale(1);
    }
     5% {
         opacity: 1 
    }
     25% {
         opacity: 1;
    }
     30% {
         opacity: 0;
         transform:scale(1.1);
         -ms-transform:scale(1.1);
    }
     100% {
         background-position: -400px 0px;
         opacity: 0;
         transform:scale(1);
         -ms-transformm:scale(1);
    }
}

/* HERO SECTION END */

/* ABOUT SECTION START */
.about .row {
    align-items: center;
}
.about {background:url("../images/s_bg.jpg")repeat-x left bottom #11222c; padding:80px 0;}
.about .graphic img {max-width:100%;}  

/* ABOUT SECTION END */

/* REPRESENTATION SECTION START */

.representation {padding:80px 0; background:#2e5064;}
.representation h2 {text-align:center;}

.representation .fact {display:block; border:2px solid #54c7da; box-shadow:3px 3px 0 #54c7da; text-align:center; padding:50px 0; margin:0 10px; 
color:#fff; font-weight:700; font-size:52px;}
.representation .fact p {font-size:20px; padding:10px 0 0; font-weight:500; letter-spacing:1px;}
.representation .col-lg-3:first-child .fact {margin-left:0;} 
.representation .col-lg-3:last-child  .fact {margin-right:0;} 


.Who_Youll_Meet_Col {
    padding-left: 70px;
}
.representation  .hew_hd {
    text-align: left;
    line-height: 48px;
    font-weight: 700;
    border-left: 0 solid #fff;
    margin-bottom: 50px;
    padding: 0 0 0 0px;
    position: relative;
	font-size: 40px;
    
}
/*
.representation .hew_hd:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 80px;
    background: #fff;
}
*/
.Conference_IN {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(2, 1fr);
}
.Conference_bx {
    margin-bottom: 20px;
}
.representation .Conference_bx .fact {
    box-shadow: none;
    border-radius: 0 60px;
    padding: 25px 10px;
    border: 2px solid #ffffff;
}

.representation .Conference_bx:nth-child(2) .fact {
    border-radius: 60px 0px;
    margin-top: 36px;
}
.Conference_bx:nth-child(3) {
    margin-top: -36px;
}
.representation .Conference_bx:nth-child(3) .fact {
    border-radius: 60px 0px;
}

.counter_icon {
    display: block;
    margin-bottom: 5px;
}

.Who_Youll_Meet_bx {
    font-size: 24px;
    padding: 20px 0 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 1px solid #54c7da;
    line-height: 32px;
}
.counter_icon img {
    height: 50px;
}
/* REPRESENTATION SECTION END */

/*Sensors Services css*/
.Sensors_Services_scn {
    padding: 70px 0;
    background: url(../images/s_bg.jpg) repeat-x left bottom #11222c;
    background: #446273;
}
.Sensors_Services_scn h2 {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    padding: 0 0 20px;
}
.Sensors_Services h4 {
    font-size: 18px;
    padding: 0 0 30px 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    line-height: 24px;
}
.Sensors_Services p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 15px;
}
.Sensors_Services h4 i {
    font-size: 16px;
}

.sensore_repeat_outr .discover_bx {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 20px;
    border: 2px solid #6fd6e9;
    border-radius: 0 0 15px 15px;
}
.Sensors_Services .sensore_repeat_outr p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 15px 15px 0 15px;
}
.sensore_repeat_outr .discover_in {
    grid-gap: 40px;
    grid-template-columns: repeat(5, 1fr);
}
.sensore_repeat_outr .discover_bx h5 {
    font-size: 15px;
    line-height: 28px;
    padding: 11px 10px 11px 20px;
    font-weight: 700;
    margin: -2px 0 0px -15px;
	text-align: center;
    background: #6fd6e9;
}
.sensore_repeat_outr .discover_bx h5:after {
    color: black;
    border-left: 18px solid #6fd6e9;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
}






#exampleModalLongSensors .modal-dialog {
    max-width: 850px;
}
#exampleModalLongSensors .modal-body {
    padding: 50px 30px 15px;
}
#exampleModalLongSensors .modal-content {
    border-radius: 10px;
    overflow: hidden;
}
#exampleModalLongSensors h2 {
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 34px;
    line-height: 40px;
    color: #000;
    padding: 0 0 20px;
}
#exampleModalLongSensors h4 {
    font-size: 18px;
    padding: 0 0 20px 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    line-height: 24px;
}
#exampleModalLongSensors p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #000;
    padding: 0 0 25px;
}
.Sensors_Services_close {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    background: #50dcf3;
    border: none;
    font-size: 33px;
    color: #000;
    opacity: 1;
    padding: 0 0 3px 2px;
    cursor: pointer;
    z-index: 1;
}

/* WHO MEET SECTION START */

.who_meet {padding:80px 0; background:url("../images/s_bg.jpg")repeat-x left bottom #11222c; min-height:400px;}
.who_meet h2 {text-align:center;}

.who_meet .meet_slider .slide {display:flex;}

.who_meet .meet_slider .slide .carousel-indicators {
    position: inherit;
    width: 450px;
    float: left;
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin: 0 20px 0 0;
    display: block;
}
.who_meet .meet_slider .slide .carousel-indicators li {
    text-indent: inherit;
    width: auto;
    display: block;
    border: 1px solid #54c7da;
    color: #fff;
    transition: all .3s linear;
    font-size: 15px;
    font-weight: 500;
    background: none;
    height: auto;
    opacity: inherit;
    padding: 10px 20px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    line-height: 23px;
    border-radius: 8px;
}
.who_meet .meet_slider .slide .carousel-indicators li b {
    font-weight: 700;
}
.who_meet .meet_slider .slide .carousel-indicators li.active {
    border-color: #54c7da;
    background: #54c7da;
    color: #000000;
}
.who_meet .meet_slider .slide .carousel-inner {
    display: block;
    margin: 0 30px;
    flex: 1;
    border-radius: 30px;
    overflow: hidden;
}
.who_meet .meet_slider .slide .carousel-inner .carousel-item {position:relative;}
.who_meet .meet_slider .slide .carousel-inner .carousel-item::after {background:linear-gradient(180deg, rgba(0,0,0,0.5) , rgba(0,0,0,0.9) 80%); position:absolute; left:0; top:-1px; content:""; width:100%; height:100%; border-radius:0 0 30px 30px;}
.who_meet .meet_slider .slide .carousel-inner .carousel-item img {border-radius:30px; border: 1px solid transparent; background:linear-gradient(180deg, #54c7da , #11222c) padding-box, linear-gradient(180deg, #11222c , #54c7da) border-box; 
    min-height: 530px;
    object-fit: cover;}

.who_meet .meet_slider .slide .carousel-caption {width:100%; left:0; bottom:1px; padding:30px; text-align:left;}
.who_meet .meet_slider .slide .carousel-caption h5 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 0 0 15px;
    line-height: 32px;
}
.who_meet .meet_slider .slide .carousel-caption p {font-size:18px; line-height:26px; font-weight:400; padding:0;}

.who_meet .meet_slider .slide .carousel-control-prev {left:392px;}
.who_meet .meet_slider .slide .carousel-control-next {right:-80px;}

/*
.who_meet span {display:block; border:1px solid #54c7da; color:#fff; font-size:20px; font-weight:700; padding:15px 20px; letter-spacing:1px; margin:0 0 15px; 
line-height:26px; text-align:center;}
*/
.who_meet span {font-size:20px; font-weight:700; padding:15px 20px;
    line-height: 26px;}
span.Conference_date_tx {
    display: block;
    position: relative;
    text-transform: uppercase;
}
span.Conference_date_tx:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    background: #fff;
    height: 3px;
}



/*  DEEV DIVE SECTION END */

.pre_Conference_in {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin:0 30px 60px;
}
.pre_Conference_bx {
    text-indent: inherit;
    width: auto;
    display: block;
    border: 1px solid #54c7da;
    border-left: 5px solid #54c7da;
    color: #fff;
    transition: all .3s linear;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    opacity: inherit;
    letter-spacing: 1px;
    margin: 0 0 10px;
    line-height: 23px;
    border-radius: 0;
    background: #20303a;
}
.Deep_Dive_Sessions_scn{
	margin-top: 60px;
}
.discover_in {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
}
.destop_none{
	display: none;
}
.discover_bx {
    margin-bottom: 25px;
    border: 2px solid #6fd6e9;
	min-height: 315px;
}
/*
.discover_bx2 {
    border-color: #99c0ff;
}
.discover_bx3 {
    border-color: #c3e9ff;
}
.discover_bx4 {
    border-color: #ffbfc1;
}
*/
.discover_bx h4 {
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    padding: 11px 10px 11px 10px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}
.discover_bx h5 {
    background: #6fd6e9;
    color: #000;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    padding: 11px 8px 11px 14px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
}
.discover_bx h5:after {
    color: black;
    border-left: 18px solid #6fd6e9;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
}
/*
.discover_bx2 h5{
    background: #99c0ff;
}
.discover_bx3 h5{
    background: #c3e9ff;
}
.discover_bx4 h5{
    background: #ffbfc1;
}

.discover_bx2 h5:after{
    border-left: 18px solid #99c0ff;
}
.discover_bx3 h5:after{
    border-left: 18px solid #c3e9ff;
}
.discover_bx4 h5:after{
    border-left: 18px solid #ffbfc1;
}
*/


.discover_li {
    display: block;
    background: transparent;
    border-bottom: 0px solid #ffffff;
    color: #fff;
    transition: all .3s linear;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px 10px 30px;
    letter-spacing: 0.8px;
    line-height: 21px;
    position: relative;
    cursor: pointer;
}
.discover_li:hover {
    color: #6fd6e9;
    transition: all .3s linear;
}
.discover_li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 12px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 7px;
}


.discover_hover {
    position: absolute;
    top: -128px;
    left: 100%;
    height: 315px;
    width: 306px;
    background: #6fd6e9;
    z-index: 1;
    text-align: left;
    padding: 20px;
	display: none;
	transition: 0.5s all ease;
}
.discover_hover h4 {
    color: #11222c;
    padding: 0;
    line-height: 30px;
    margin-bottom: 15px;
	display: none;
}
.discover_hover p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
}
.readmore {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    display: inline-block;
    transition: all 500ms ease;
    position: relative;
    text-decoration: underline;
}
.readmore svg {
    margin-left: 8px;
    transition: all 500ms ease;
}
.readmore:hover {
    color: #e21f25;
    transition: all 500ms ease;
    padding-left: 40px;
}

.readmore:hover svg {
    position: absolute;
    left: 0;
    top: 10px;
    transition: all 500ms ease;
}
.readmore:hover svg path{
    fill:#e21f25;
}
.discover_bx4 .discover_hover {
    left: inherit;
    right: 100%;
}
.discover_li:hover .discover_hover {
    display: flex;
    align-items: center;
}
.discover_li:nth-child(2) .discover_hover {
    top: -190px;
}
.discover_li:nth-child(3) .discover_hover {
    top: -252px;
}


/*
.discover_li a {
    display: flex;
    align-items: center;
    width: 100%;
}
*/
/*
.discover_li:hover {
    background: #ccc4dd;
    transition: 0.5s all ease;
}
*/





/*  DEEV DIVE SECTION END */


/*  WHO MEET SECTION END */

.deev_dive_sn .sec_content p {
	text-align: left;
	line-height: 26px;
}
.deev_dive_sn .speakers {
	padding: 80px 0 30px;
}
.sec_content h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px 0;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #446273;
}
.deev_dive_sn.speakers_list .speakers h2 {
    text-align: left;
    color: #54c7da;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.second_title {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #2e5064;
	display: none;
	
}

.sec_content h4.second_title {
    display: block;
}
.deev_dive_sn .speakers .info {
    display: none;
}
.deep_dive_scn {
    margin-top: 15px;
}
.deep_dive_scn_bx {
    margin-bottom: 20px;
    background: #eafcff;
    padding: 35px 30px 15px 30px;
    border-radius: 8px;
}


.Key_objectives {
    margin-top: 45px;
}
.Key_objectives .pre_Conference_bx {
    border: 1px solid #20303a;
    border-left: 5px solid #20303a;
    background: transparent;
    text-align: left;
    color: #20303a;
    padding: 15px 20px;
}
.Key_objectives .pre_Conference_in {
	margin-left: 0px; margin-right: 0px;
}
.Key_objectives .pre_Conference_bx b {
    font-weight: 700;
}
.grid-1 {
    grid-template-columns: repeat(1, 1fr);
}
.Key_objectives .pre_Conference_bx ul li {
    padding-top: 10px;
    margin-left: 20px;
    font-size: 15px;
}
.pre_Conference_bx a {
    color: #fff;
}
.pre_Conference_bx a {
    color: #fff;
    padding: 15px 20px;
    display: block;
    font-size: 15px;
    transition: 0.5s all ease;
	position: relative;
    z-index: 1;
}
.pre_Conference_bx a:before {
    content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0px;
    transition: 0.5s all ease;
	background: #54c7da;
    z-index: -1;
}
.pre_Conference_bx a:hover:before {
	width: 100%;
    transition: 0.5s all ease;
}
.pre_Conference_bx a:hover {
	color: #000;
    transition: 0.5s all ease;
}



/* SPEAKERS SECTION START */

.speakers {padding:80px 0 120px; background:#11222c; text-align:center; display:none;}

.speakers .info {padding:0 0 30px; margin:0 5px;}

.speakers .info .pic{/*border:1px solid #e21f25;*/ background:#2e5064; margin:0 0 20px; border-radius:20px; overflow:hidden; position:relative;}
.speakers .info .pic img {max-width:100%; display:block; border-radius:20px; height: 336px;  width: 100%; object-fit: cover;}

.speakers .info .detail h3 {color:#e21f25; font-weight:700; letter-spacing:1px; line-height:26px; font-size:20px; padding:0 0 10px;}

.speakers .info .pic::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    z-index: 2;
    background: rgba(226, 31, 37, 0.9);
    transform: rotate(8deg);
    top: 102%;
    left: -90%;
	transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);}

.speakers .info .pic .item-social {
    position: absolute;
    left: -100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    bottom: 5%;
    transform: translateY(-5%);
    transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
	display: none;
}

.speakers .info .pic .item-social ul {padding-left:0;}
.speakers .info .pic .item-social ul li {display:inline-block; font-size:16px; padding:0 10px 0 0;}
.speakers .info .pic .item-social ul li a {color:#000;}
.speakers .info .pic:hover:before {transform:rotate(20deg); top:70%; left:-90%;}
.speakers .info .pic:hover .item-social {left:20px; opacity:1; visibility:visible;}

/* SPEAKERS SECTION END */

/* PAST SPONSORS SECTION START */


/* PARTNERS SECTION CSS START HERE */

/* Partners Section */

.partners_container {width:100%; float:left; padding:50px 0 20px; background:#fff;}
.partners_container h2 {
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: 800;
}
.partners_container .pc_com {display:block; text-align:center; padding:0 0 60px;}

.partners_container .pc_com .top {display:block;}
.partners_container .pc_com .top strong {display:block; font-weight:700; font-size:22px; color:#000000; padding:0 0 15px;letter-spacing:1px;}

.partners_container .pc_com .bottom {display:block;}
.partners_container .pc_com .bottom a {display:inline-block; margin:0 30px;}



.past_sponsors {padding:0 0 80px;; background:#234052;}
.past_sponsors h2 {padding-top:80px; text-align:center;}

.past_sponsors .early_bird {
    background: url("../images/element.jpg")no-repeat center;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 35px 70px;
    position: relative;
    z-index: 1;
    margin: -58px 0 0;
}
.past_sponsors .early_bird h4 {font-size:32px; font-weight:900; color:#000; letter-spacing:1px;}

.past_sponsors .early_bird .btn_blk {padding:0;}

.marque_Sl .logo_bx {padding:20px 25px; border:1px solid #54c7da; text-align:center; background:#fff; box-shadow:3px 3px 0 #54c7da; margin:0 10px 5px;}
.marque_Sl .logo_bx a img {width:auto; display:inline-block; height:60px;}

/* PAST SPONSORS SECTION END */

/* VENUE SECTION START */

.venue {
    padding: 80px 0 50px;
    background: #11222c;
    width: 100%;
    overflow: hidden;
}
.venue h2 {text-align:center;}

.venue .info {border-bottom:1px solid #54c7da; padding:0 0 80px; position:relative;}
.venue .info img {max-width:100%; display:block; border-radius:20px;}

.venue .info .map {width:400px; position:absolute; right:40px; top:40px;}
.venue .info .map iframe {width:100%; border-radius:10px;}

/* VENUE SECTION END */

/* FOOTER START */

.footer .ft_top {background:url("../images/ft_bg.jpg")no-repeat left bottom #11222c; padding:0 0 40px;}
.footer .ft_top h2 {padding:0 0 25px;}

.footer .ft_top .logo img {max-width:160px;}
.footer .ft_top p.para {font-size:13px; line-height:18px; padding:10px 0 20px;}
.footer .ft_top .ntSocialIcons {text-align:left;}

.footer .ft_top .con_info h5 {color:#54c7da; text-transform:uppercase; font-size:17px; font-weight:700; padding:0 0 15px; letter-spacing:1px;}
.footer .ft_top .con_info h6 {color:#fff; text-transform:uppercase; font-size:16px; font-weight:600; padding:0 0 10px; letter-spacing:1px;}
.footer .ft_top .con_info p {font-size:13px; line-height:18px;}
.footer .ft_top .con_info p a {color:#fff;}

.footer .ft_bottom {background:#000; padding:15px 0; text-align:center;}
.footer .ft_bottom address {color:#fff; font-size:14px; font-weight:500; letter-spacing:1px;}
.footer .ft_bottom address a {color:#fff; text-decoration:none;}

/* FOOTER END */

/* ==================== INNER PAGES CSS START HERE ==================== */

.inn_p .hero {height:auto; padding:70px 0;  background: url(../images/ft_bg.jpg) no-repeat left bottom #11222c;}
.inn_p .hero .logo img {max-width:300px;}
.inn_p .hero .info {text-align:left; padding:0 0 0 50px;; border-left:1px solid #fff;}
.inn_p .hero .info h1 {padding:0; line-height:22px;}
.inn_p .hero .theme_tx {line-height:30px; margin:0 0 20px;}

.inn_p .footer .ft_top {padding:50px 0;}

.inn_p .content_container {padding:70px 0; min-height:300px;}
.inn_p .content_container h2 {color:#54c7da; font-size:32px; text-transform:uppercase;}

/* PROGRAM AGENDA */

.inn_p.program .content_container h3.sub_h {color:#00adc9; font-size:24px; font-weight:700; letter-spacing:1px; padding:0 0 20px;}
.inn_p.program .content_container h3.sub_h span {font-weight:400;}

/* SPEAKERS PAGE */

.inn_p.speakers_list .speakers {display:block; background:none;}
.inn_p.speakers_list .speakers h2 {text-align:left; color:#54c7da;}
.inn_p.speakers_list .speakers p {color:#333;}



