@charset "utf-8";

/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	background: #fff;
}
.loader_imgs {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    width: 50px;
    z-index: 1;
}
.close_btns {
    position: absolute;
    right: 0px;
    top: 0px;
    right: 0px;
    color: #000;
    border-radius: 50%;
    width: 45px;
    padding-top: 13px;
    cursor: pointer;
    height: 45px;
    text-align: center;
    background: #fff; z-index:9999;
}
.video_container iframe {
    z-index: 999;
    position: relative; border:0px;
}
.namdest{ /*height:0px;*/ transition:0.5s; position:absolute; left:-50%; right:0px; overflow:hidden; bottom:-3px; top:0px; width:50%;  font-size:11px; color:#fff; background:#f39338; margin-bottom:0px; border-radius:3px 0px 0px 3px;}
.video_lists:hover .namdest{transition:0.5s; padding:4px 5px; width:50%; left:0px;}
.video_lists:hover .playbtns{transition:0.5s; left:50%;}
.play_btnserts {
    position: absolute;
    top: inherit;
    bottom: 0px;
    left: 0px;
    right: 0px;
	top:0px; margin:auto; display:block;
    padding: 65px 17px 4px;
    background-color:rgba(0,0,0,0.3);
color:#fff; text-align:center; font-size:13px; border-radius:3px;}
.video_mst{width:100%; height:auto; overflow:hidden; float:left; position:relative; margin-bottom:12px;}
.playbtns{
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    background-color: #f39338;
	color:#fff;
    border-radius: 50% 50% 50% 50%;
    width:45px; height:45px; display:block;
	text-align:center; position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; cursor:pointer; transition:0.5s;}

.video_lists{width:100%; height:auto; overflow:hidden; float:left; position:relative; font-weight:400; font-size:14px; text-align:center;}

.playbtns .fa{font-size: 14px!important; padding-top: 16px;}

.medi_partn{width:100%; height:auto; overflow:hidden; float:left;}


.playbtns::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.playbtns::after {
        -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.playbtns::after, .playbtns::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #f39338;
    -webkit-transition: all .5s;
    transition: all .5s;
}
@-webkit-keyframes ripple{0%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(1.75);transform:scale(1.75);opacity:1}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes ripple{0%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(1.75);transform:scale(1.75);opacity:1}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}

.gold_partns{width:100%; height:auto; float:left; display:inline-block; text-align:center; margin-top:5px;}
.gold_partns img{height:42px!important; display:inline-block; text-align:center; width:auto!important; padding-left: 20px;
    padding-right: 20px;}
	
.silver_partns{width:100%; height:auto; float:left; display:inline-block; text-align:center;}
.silver_partns img{height:54px!important; display:inline-block; text-align:center; width:auto!important; padding-left: 20px;
    padding-right: 20px;}
.silv_partns{width:100%; height:auto; float:left; display:inline-block; text-align:center;  margin-top:11px;}
.silv_partns img{height:34px!important; display:inline-block; text-align:center; width:auto!important; padding-left: 20px;
    padding-right: 20px;}	


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  appearance: none; 
  margin: 0; 
}
.visioff {
	line-height: 38px;
}

.testimonials {
	font-size: 19px;
}

.gray {
	font-size: 19px;
}

.whypartner img {
	transition: 0.2s;
}

.whypartner img:hover {
	transition: 0.2s;
	transform: scale(1.1);
}

.backhome {
	width: 170px;
	border: 2px #ffcd0c solid;
	border-radius: 2px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	margin: auto;
	display: block;
	padding: 13px 3px 15px;
	font-size: 17px;
	margin-top: 32px;
}
.media_section{background:#f9f9f9; width:100%; height:auto; overflow:hidden; float:left; padding:45px 0px;}
.backhome:hover {
	background: #000;
	color: #ffcd0c;
	border: 2px #000 solid;
}

.project_titles {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	padding: 0px 54px;
}

.organization {
	width: 221px;
	margin: auto;
	display: block;
	text-align: center;
}

.over_viewright{width:100%; height:auto; overflow:hidden; float:left; position:relative;}
.over_lps{position:absolute; top:0px; left:0px; /*animation: rotating 30s linear infinite;*/}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

@media (min-width: 769px) {
.padlefts{padding-left:25px!important; padding-right:25px!important;}
.padlefts2s{padding-left:55px!important; padding-right:55px!important;}
.padreftd{    padding-left:167px!important;
    margin-left: -60px;}
	.marg_rtps{margin-top:-17px!important}

.speakers_section{width:100%; height:auto; overflow:hidden; float:left; background:url(../images/speakers.webp) fixed top center no-repeat; background-size:cover; padding:60px 0px 46px;}
.speakers_section .col-md-3{padding-left:9px!important; padding-right:9px!important;}


	.confrences_section .col-md-4,
	.confrences_section .col-md-12 {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.confrnce_btn {
		background: #f39338;
		width: 200px;
		text-decoration: none;
		font-size: 13px;
		border-radius: 50px;
		display: block;
		line-height: 43px;
		float: left;
		margin-right: 10px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		transition: 0.5s;
	}
	.confrnce_btn:hover {
		transition: 0.5s;
		/* transform:scale(1.5)*/
		transform: scale(1.1)
	}
	.partner_btn {
		background: #f39338;
		width: 200px;
		text-decoration: none;
		font-size: 13px;
		border-radius: 50px;
		display: block;
		line-height: 43px;
		float: left;
		margin-left: 10px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		transition: 0.5s;
	}
	.partner_btn:hover {
		transition: 0.5s;
		/* transform:scale(1.5)*/
		transform: scale(1.1)
	}
	.prv_btns {
		width: 422px;
		height: auto;
		margin: auto;
		display: block;
	}
	.banner_overlapsectn {
		position: relative;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		height: 653px;
	}
	.logo_mains {
		width:280px;
		margin: auto;
		display: block;
		text-align: center;
		    margin-top: 49px;
    margin-bottom: 20px;
	}
	.bannermaisrtsnp {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/banner.webp) center no-repeat;
		background-size: cover;
		padding-bottom:20px;
		position: relative;
	}
	.left_arrow {
		position: absolute;
		width: 9%;
	}
	.right_arrow {
		position: absolute;
		width: 9%;
		right: 0;
		bottom: 0;
	}
	.project_tit {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.events_date {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		font-size: 16px;
		text-align: center;
		padding-top: 0px;
		font-weight: 500;
		color: #f39338;
		padding-bottom: 19px;
	}
	.sect_icons {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		font-weight: 600;
		color: #000;
		font-size: 18px;
		text-align: left;
		margin-bottom: 6px;
	}
	.sect_icons img {
		width: 100px;
		padding-right: 10px;
	}
	.gear_sections {
		width: 613px;
		height: auto;
		overflow: hidden;
		float: left;
		position: relative;
	}
	.gear_details {
		float: left;
		padding: 0 0 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: -moz-calc(100% - 630px);
		width: -webkit-calc(100% - 630px);
		width: -o-calc(100% - 630px);
		width: calc(100% - 630px);
	}
	.about_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 80px 0px 50px;
	}
	.expect_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		background-size: cover;
		padding: 75px 0px 65px;
	}
	.confrences_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #f39338;
	}
	.focus_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/focus_bfs.webp) fixed top center;
		background-size: cover;
		padding: 70px 0px 65px;
	}
	.agenda_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding:50px 0px 37px;
	}
	.body_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding: 70px 0px 50px;
	}
	.confrences_sect {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		color: #fff;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.7);
		border-radius: 3px;
		padding: 25px 15px;
		min-height: 200px;
		margin-bottom: -4px;
	}
	.attend_sectn {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 70px 0px 45px;
	}
	.tabigfeilsd {
		width: 20%;
		height: auto;
		overflow: hidden;
		float: left;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}
	.confrences_section .col-md-3 {
		padding-left: 6px!important;
		padding-right: 6px!important
	}
	.min-h {
		min-height: 178px!important
	}
	.mainicodectn2s_spn {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		border-radius: 2px;
		padding: 15px;
		margin-bottom: 3px;
		font-size: 13px;
		line-height: 20px;
		transition: 0.2s;
		position: relative;
		overflow: hidden;
		background-color: #333;
		text-align: center;
		color: #fff;
		min-height: 210px;
	}
	.removepad {
		padding: 0px!important;
		margin: 0px!important;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background: url(../images/section-3rd.webp) center no-repeat;
		background-size: cover;
		width: 50%;
	}
	.right_srtsp {
		padding: 58px 58px 42px!important;
		margin-bottom: 0px!important
	}
	.bot_mnps {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding: 0px 10px;
	}
	.high_lights {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #f2f2f2;
		align-items: center!important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hig_lefts span {
		transform: rotate(-90deg);
		width: 426px;
		height: 424px;
		float: left;
		letter-spacing: 2px;
		color: #fff;
		font-weight: 700;
		font-size: 48px;
		text-transform: uppercase;
	}
	.hig_lefts {
		width: 182px;
		height: auto;
		overflow: hidden;
		float: left;
		background: #f39338;
		text-transform: uppercase;
		padding: 92px 35px;
		text-align: center;
		position: relative;
		height: 598px;
	}
	.hig_rights {
		width: calc(100% - 182px);
		height: auto;
		overflow: hidden;
		float: left;
		padding: 15px 45px 0px;
	}
	.ico_sectn {
		align-items: center!important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.icons_lefts {
		width: 50px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.icons_rights {
		width: calc(100% - 50px);
		height: auto;
		overflow: hidden;
		float: left;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		padding-left: 10px;
	}
	.sepreter_sect {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		border-bottom: 1px #333 dashed;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	.sepreter_sect:nth-child(4) {
		border: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.justyfy_s {
		align-items: center!important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.agday_sectn_1a p {
	line-height: 25px!important;
	font-size: 15px!important;
}

.day_1section {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
}

.border_line {
	position: absolute;
	width: 2px;
	left: 154px;
	top: 0px;
	bottom: 0px;
	background: #999999;
	top: 10px;
	bottom: 25px;
	background: #999999;
	z-index: 9;
}

.file_tabm {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.file_sect {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 2px #eee solid;
	border-radius: 3px;
	padding: 20px 15px;
	font-weight: 600;
	text-align: center;
	background: #fff;
	font-size: 15px;
}

.file_sect img {
	width: 45px;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.maintitle strong{text-transform:uppercase;}
.speakers_tab{width:100%; height:auto; position:relative; float:left; transition:0.5s;}
.speakers_tab:hover{transition:0.5s; transform:scale(1.05)}
.speakers_tab img{border-radius:4px;}
.maintitle strong{text-transform:uppercase;}
.maintitle {
    position: absolute;
    top: inherit;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 65px 17px 4px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
color:#fff; text-align:center; font-size:13px; border-radius:0px 0px 4px 4px;}

@media(max-width:768px) {
.speakers_section{width:100%; height:auto; overflow:hidden; float:left; background:url(../images/speakers.webp) fixed top center no-repeat; background-size:cover; padding:55px 0px 20px;}
.speakers_section .col-md-3{width:100%; height:auto; overflow:hidden; float:left; margin-bottom:25px;}
	.sposer_sectnm .col-md-12 {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.mainicodectn2s_spn {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		border-radius: 2px;
		padding: 15px;
		margin-bottom: 3px;
		font-size: 13px;
		line-height: 20px;
		transition: 0.2s;
		position: relative;
		overflow: hidden;
		background-color: #333;
		text-align: center;
		color: #fff;
	}
	.confrnce_btn {
		background: #f39338;
		width: 200px;
		text-decoration: none;
		font-size: 13px;
		border-radius: 50px;
		display: block;
		line-height: 43px;
		margin: auto;
		display: block;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		transition: 0.5s;
	}
	.confrnce_btn:hover {
		transition: 0.5s;
		/* transform:scale(1.5)*/
		transform: scale(1.1)
	}
	.partner_btn {
		background: #f39338;
		width: 200px;
		text-decoration: none;
		font-size: 13px;
		border-radius: 50px;
		display: block;
		line-height: 43px;
		margin: auto;
		margin-top: 10px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		transition: 0.5s;
	}
	.partner_btn:hover {
		transition: 0.5s;
		/* transform:scale(1.5)*/
		transform: scale(1.1)
	}
	.prv_btns {
		width: 100%;
		height: auto;
		margin: auto;
		display: block;
	}
	.logo_mains {
		width: 230px;
		margin: auto;
		display: block;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.flogo_mains {
		width: 220px;
		margin: auto;
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.bannermaisrtsnp {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/banner.webp) center no-repeat;
		background-size: cover;
		padding-top: 68px;
		padding-bottom: 40px;
		position: relative;
	}
	.left_arrow {
		position: absolute;
		width: 10%;
	}
	.right_arrow {
		position: absolute;
		width: 10%;
		right: 0;
		bottom: 0;
	}
	.project_tit {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.events_date {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		font-size: 15px;
		text-align: center;
		font-weight: 500;
		color: #f39338;
		padding-bottom: 25px;
		padding-top: 20px;
	}
	.sect_icons {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		font-weight: 600;
		color: #000;
		font-size: 16px;
		text-align: left;
		margin-bottom: 15px;
	}
	.sect_icons img {
		width: 80px;
		padding-right: 10px;
	}
	.gear_sections {
		width: 613px;
		height: auto;
		overflow: hidden;
		float: left;
		position: relative;
		margin-left: -27px;
	}
	.gear_details {
		float: left;
		margin-top: 12px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.about_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 30px 0px 25px;
	}
	.expect_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		background-size: cover;
		padding: 40px 0px 25px;
	}
	.confrences_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #f39338;
		padding: 0px 0px 9px;
	}
	.focus_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/focus_bfs.webp) top center;
		background-size: cover;
		padding: 55px 0px 55px;
	}
	.agenda_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 40px 0px 38px;
	}
	.sponser_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/sponser.webp) fixed center no-repeat;
		background-size: cover;
		padding: 38px 0px 36px;
	}
	.body_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding: 48px 0px 40px;
	}
	.confrences_sect {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		color: #fff;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 3px;
		padding: 25px 15px;
		margin-bottom: 25px;
	}
	.attend_sectn {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 50px 0px 45px;
	}
	.removepad {
		padding: 0px!important;
		margin: 0px!important;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background: url(../images/section-3rd.webp) center no-repeat;
		background-size: cover;
		width: 100%;
		height: 300px;
	}
	.right_srtsp {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding-top: 296px;
	}
	.high_lights {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #f2f2f2;
	}
	.hig_lefts span {
		width: 100%;
		height: auto;
		float: left;
		letter-spacing: 2px;
		color: #fff;
		font-weight: 700;
		font-size: 25px;
		text-transform: uppercase;
	}
	.hig_lefts {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #f39338;
		text-transform: uppercase;
		padding: 25px 12px;
		text-align: center;
		position: relative;
	}
	.hig_rights {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding: 32px;
	}
	.ico_sectn {
		align-items: center!important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.icons_lefts {
		width: 50px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.icons_rights {
		width: calc(100% - 50px);
		height: auto;
		overflow: hidden;
		float: left;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		padding-left: 10px;
	}
	.sepreter_sect {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		border-bottom: 1px #333 dashed;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	.sepreter_sect:nth-child(4) {
		border: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.justyfy_s {
		align-items: center!important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.desk_icon {
	padding: 19px;
	border-radius: 50%;
	display: block;
	height: 76px;
	line-height: 90px;
	position: relative;
	text-align: center;
	top: 25px;
	width: 76px;
	margin: auto;
	z-index: 1;
	background: #e0b33f;
}

.about_desc {
	line-height: 26.5px;
}

.about_main {
	border-radius: 2px;
	/*box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.28);
-webkit-box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 56px 0px rgba(0,0,0,0.28);*/
	padding-left: 80px;
}

.about_main2 {
	width: 45%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 12px #fff solid;
	border-bottom: 0px;
}

.spons_numb {
	position: absolute;
	background: #f39338;
	color: #fff;
	text-align: center;
	height: 40px;
	width: 40px;
	left: 0px;
	padding-right: 5px;
	top: 0px;
	line-height: 36px;
	font-weight: 600;
	border-radius: 0px 0px 10px 0;
}

.spons_numb2s {
	position: absolute;
	background: #f39338;
	color: #fff;
	text-align: center;
	height: 40px;
	width: 40px;
	left: 0px;
	right: 0px;
	padding-right: 5px;
	top: 0px;
	margin: auto;
	display: block;
	line-height: 36px;
	font-weight: 600;
	border-radius: 0px 0px 10px 10px;
}

@media(min-width:769px) {
	.mainsrts {
		margin-top: -80px;
		transition: 0.5s;
	}
	.rem_marg {
		margin-top: 0px;
		transition: 0.5s;
	}
	.thysrts {

		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 500px;
		text-align: center;
		height: 430px;
		margin: auto;
		overflow: hidden;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		border-radius: 2px;
		padding: 52px 35px 35px;
	}
	.thysrtj {
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 500px;
		text-align: center;
		height: 431px;
		margin: auto;
		overflow: hidden;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		border-radius: 2px;
		padding: 52px 35px 35px;
	}
	.headersectn {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
	}
	.topbarse {
		background: #fff;
		padding: 0;
		width: 100%;
		height: auto;
		float: left;
		border-radius: 0px;
		box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.logomain {
		width: 210px;
		float: left;
		margin-top: 10px;
		margin-left: 18px;
	}
	.navbarsectn {
		width: auto;
		height: auto;
		overflow: hidden;
		float: right;
		padding-right: 8px;
	}
	.navbarsectn ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	.navbarsectn ul li {
		float: left;
	}
	.navbarsectn ul li a {
		text-decoration: none;
		color: #333;
		padding: 27px 5px;
		display: block;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 500;
	}
	.navbarsectn ul li a:hover {
		color: #f39338!important
	}
	.navbarsectn ul li a.active {
		color: #f39338!important
	}
	.navsectn {
		border: 1px #e19309 solid;
		border-radius: 2px!important;
		padding: 12px 30px!important;
		color: #e19309!important;
	}
	.keydesc {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/bgns.webp) center fixed no-repeat;
		background-size: cover;
		padding: 50px 0px 55px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.pastspeakers {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/speak.webp) center fixed no-repeat;
		background-size: cover;
		padding: 60px 0px 100px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.minhs {
		min-height: 217px;
	}
	.events_sect {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 20px 0px 40px;
	}
	.sponser_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/sponser.webp) fixed center no-repeat;
		background-size: cover;
		padding: 58px 0px 43px;
	}
	.events_sectw {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 46px 0px 34px;
	}
	.frontights .col-md-6 {
		padding-left: 4px;
		padding-left: 4px;
		margin-bottom: 0px;
	}
	.padr {
		padding-right: 0px!important
	}
	.padl {
		padding-left: 0px!important;
		margin-left: -15px;
		margin-top: 15px;
	}
	.mnpsrtd25 {
		display: none;
	}
	.menu_close {
		display: none;
	}
	.heading1 {
		font-weight: 700;
		font-size: 35px;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding-bottom: 8px;
		line-height: 43px;
	}
	.titlefnt {
		font-size: 23px;
	}
	.events_sect2d p {
		margin-bottom: 15px;
		font-size: 19px;
		line-height: 18px;
	}
	.eventsmsection {
		background: linear-gradient(45deg, #fff4ee 0%, #dbc8bc 100%) !important;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding: 18px;
		border-radius: 0px 8px 8px 0px;
		color: #000;
		position: relative;
		min-height: 308px;
	}
	.margnptd {
		padding-left: 40px!important
	}
	.partner {
		background: #fff;
		width: 48%;
		height: auto;
		overflow: hidden;
		float: left;
		text-decoration: none;
		color: #000;
		text-align: center;
		padding: 16px 5px 18px;
		margin-left: 9px;
		font-weight: 500;
		letter-spacing: 0.2px;
		border-radius: 2px;
		font-size: 18px;
		transition: 0.5s;
		text-transform: uppercase;
	}
	.registerbn0 {
		background: #ffcd0c;
		transition: 0.2s;
		width: 48%;
		height: auto;
		overflow: hidden;
		float: right;
		text-decoration: none;
		color: #000;
		text-align: center;
		padding: 16px 5px 18px;
		margin-left: 9px;
		font-weight: 500;
		letter-spacing: 0.5px;
		border-radius: 2px;
		font-size: 18px;
		text-transform: uppercase;
	}
	.keydesc_tabing {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background-color: rgba(255, 255, 255);
		box-shadow: 0 0 8px rgb(0 0 0 / 10%);
		font-size: 15px;
		border-radius: 5px;
		margin-top: 10px;
		padding: 30px 8px;
		min-height: 288px;
	}
}

.agday_sectn_1dy p {
	line-height: 24px;
	font-size: 15px!important;
}

.whypartner {
	background: #eee;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 50px 0px;
	margin-top: 40px;
}

.testimonials strong {
	font-weight: 500;
	font-size: 27px;
}

.partner:hover {
	transition: 0.2s;
	transform: scale(1.1);
	background: #000;
	color: #fff
}

.registerbn0:hover {
	transition: 0.2s;
	transform: scale(1.1);
	background: #000;
	color: #ffcd0c
}

.contasetn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: left;
	border: 1px #eee solid;
	border-radius: 3px;
	padding: 21px;
	line-height: 30px;
	margin-bottom: 15px;
	/*text-transform:uppercase;*/
	background: #fff
}

.submitsectn {
	width: 136px;
	height: 44px;
	border: 0px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	line-height: 42px;
	cursor: pointer;
	background: #e2940a;
	font-family: 'Barlow Condensed', sans-serif;
}

.registermsections {
	border: 1px #eee solid;
	border-radius: 2px;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 30px 10px 14px;
}

.teamimgs {
	width: 70%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px #e19309 solid;
	padding: 9px;
	margin-left: 15%;
	position: relative;
	z-index: 99;
}

.speakers_tabing {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #fff;
	font-size: 15px;
	margin-bottom: 8px;
	min-height: 215px;
	border-radius: 3px;
	margin-top: -80px;
	padding-top: 105px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.desg {
	font-size: 15px;
}

.headersectn {
	z-index: 9999999!important;
}

.widgetsimage {
	width: 100px;
	max-width: 100px;
	height: auto;
	float: left;
	overflow: hidden;
}

.widgets_details {
	float: left;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	text-align: left;
	font-size: 15px;
}

.gear_1 {
	width: 236px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	text-align: center;
	color: #000;
	margin-bottom: -78px;
	margin-left: 119px;
}

.gear_2 {
	width: 247px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	text-align: center;
	color: #000;
}

.gear_3 {
	width: 356px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	text-align: center;
	color: #000;
	margin-top: 1px;
	margin-left: 10px;
}


/*.confrences_sect:hover{ background:#666;}*/

.confrences_sect img {
	width: 70px;
}

.confrences_sect strong {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: left;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 10px;
}

.confrences_sect p {
	font-size: 13px;
	line-height: 19px;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px #eee solid;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: -12px;
	min-height: 153px;
}

.focus_tabs {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 15px 15px;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.focus_tabs img {
	margin-bottom: 16px;
}

.circl_m {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 2px #999999 solid;
	float: left;
	background: #fff;
	padding: 5px;
	margin-right: 15px;
	position: relative;
	z-index: 999;
}

.margtp {
	margin-top: 16px;
}

.agday_sectn_1a {
	padding-left: 42px;
}

.circl_m span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #999999;
	float: left;
	display: block;
}

.agend_tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background-color: #f9f9f9;
	padding: 25px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
	box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 14%);
	/*   align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
	cursor: pointer;
}

.numbercount_sectn {
	width: 87px;
	height: auto;
	/*border-radius:5px;
	background: linear-gradient( 90deg, #ea9196 0%, #f39338 100%);*/
	color: #000;
	text-align: center;
	margin-right: 0px;
}

.info_agenda {
	width: calc(100% - 110px);
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0px 0px 0px 15px;
	font-size: 17px;
	position: relative;
}

@media (min-width: 769px) {
	.just_sect {
		align-items: center!important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sponser_section .col-md-3 {
		padding-left: 6px!important;
		padding-right: 6px!important
	}
	.last_lis {
		float: none!important;
		margin: auto!important;
		clear: both;
	}
	.info_agenda p {
		font-size: 17px;
	}
	.watch_now {
		width: 150px;
		height: 45px;
		overflow: hidden;
		float: left;
		text-decoration: none;
		color: #000;
		text-align: center;
		line-height: 45px;
		font-weight: 500;
		letter-spacing: 0.2px;
		border-radius: 2px;
		font-size: 18px;
		transition: 0.5s;
		cursor: pointer;
		transition: 0.5s;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
		margin: auto;
		display: block;
		background: #ffcd0c;
	}
	.numbercount_sectn span {
		font-weight: bold;
		/*  transform: rotate(-43deg);*/
		/* width: 50px; */
		/*  height: 16px;
   padding-top: 20px;
    padding-left: 4px;*/
		/*line-height:50px;*/
		width: 100%;
		/*text-align:center;*/
		float: left;
	}
	.video_container {
		width: 750px;
		height: 516px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		display: block;
		background: #fff;
		border-radius: 4px;
		padding: 8px;
		display: none;
	}
	.videooverlap_sect {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999999999999999;
		/* padding: 15%;*/
		/*  overflow-x: hidden;
    overflow-y: scroll;*/
		display: none;
	}
	html {
		scroll-behavior: smooth;
	}
	.pastspeakers {
		padding-bottom: 26px;
	}
	.bot_mnps .col-md-2 {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width: 768px) {
	.info_agenda strong {
		padding-left: 45px;
		display: inline-block;
		margin-top: -22px;
	}
	.border_line {
		position: absolute;
		width: 2px;
		left: 140px!important;
	}
	.circl_m {
		margin-right: 0px!important
	}
	.info_agenda {
		padding: 0px 0px 0px 0px;
	}
	.info_agenda p {
		line-height: 20px;
	}
	.watch_now {
		width: 110px;
		height: 40px;
		overflow: hidden;
		float: left;
		text-decoration: none;
		color: #000;
		text-align: center;
		line-height: 40px;
		font-weight: 500;
		letter-spacing: 0.2px;
		border-radius: 2px;
		font-size: 15px;
		transition: 0.5s;
		cursor: pointer;
		transition: 0.5s;
		text-transform: uppercase;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
		margin: auto;
		display: block;
		background: #ffcd0c;
	}
	.numbercount_sectn span {
		font-weight: bold;
	}
	.video_container {
		width: 96%;
		height: 516px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0;
		right: 0px;
		margin: auto;
		display: block;
		background: #fff;
		border-radius: 4px;
		padding: 8px;
		display: none;
	}
	.videooverlap_sect {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999999999999999;
		/* padding: 15%;*/
		overflow-x: hidden;
		overflow-y: scroll;
		display: none;
	}
	.pastspeakers {
		padding-bottom: 26px;
	}
	.agend_section {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.agenda_tabing {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: inline-block;
		text-align: center;
	}
	.agenda_tabing span {
		width: auto;
		height: auto;
		display: inline-block;
		margin-left: 3px;
		margin-right: 3px;
		padding: 10px 55px;
		background: #eee;
		text-align: center;
		border-radius: 2px;
		color: #000;
		box-shadow: 0 0 8px rgb(0 0 0 / 10%);
		margin-top: 6px;
		margin-bottom: 6px;
		cursor: pointer;
	}
	.agenda_tabing span.active {
		background: #ffcd0c !important;
		color: #000;
	}
	.partner {
		background: #ffcd0c !important;
	}
	.agend_tab {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 25px;
		border-radius: 3px;
		margin-bottom: 10px;
		margin-top: 10px;
		-webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.14);
		box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.14);
		/*align-items: center!important;*/
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		cursor: pointer;
	}
	.thinktile2s {
		color: #141211;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: -0.5px;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.thinktile2s_desc {
		color: #54595f;
		font-size: 15px;
	}
	.job_clbtn {
		float: right;
		text-align: right;
		cursor: pointer;
		background: #000;
		padding: 13px 13px 15px 15px;
		width: 53px;
		height: 53px;
		margin-bottom: -14px;
		margin-top: -15px;
		margin-right: -15px;
		font-size: 18px!important;
		border-radius: 0px 2px 0px 50px;
	}
	.newsfeild {
		width: 100%;
		height: 47px;
		border: 0px;
		background: #fff!important;
		color: #000!important;
		border-radius: 2px;
		padding: 0px 10px;
		font-size: 15px;
		margin-bottom: 9px;
		border: 1px solid #eee!important;
	}
	.newsfeild:focus {
		outline: none;
	}
	.newsfeild_sub {
		width: 100%;
		height: 45px;
		border: 0px;
		background: #fdcc0d!important;
		color: #2c3b5a!important;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 3px!important;
		padding: 0px 10px;
		margin-bottom: 15px;
		width: 163px;
		height: 46px;
		line-height: 45px;
		margin-top: 6px;
		font-family: 'Barlow Condensed', sans-serif!important;
		cursor: pointer;
		font-size: 15px;
	}
	.agend_tab p {
		margin-bottom: 5px;
	}
	.deivders {
		color: #000;
		font-weight: bold;
	}
	.watch_now:hover {
		transition: 0.5s;
		letter-spacing: 1px
	}
	.agday_sectn_1dy {
		display: none
	}
	.video_container iframe {
		border: 0px;
	}
	.close_btns {
		position: absolute;
		right: 0px;
		top: 0px;
		right: 0px;
		color: #000;
		border-radius: 50%;
		width: 45px;
		padding-top: 13px;
		cursor: pointer;
		height: 45px;
		text-align: center;
		background: #fff;
		z-index: 9999;
	}
}

.agday_sectn_1dy {
	display: none;
}


/*--------------------------------Rotation ---------------------------------*/

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);

		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
}

@keyframes rotating2 {
	from {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.rotating2 {
	-webkit-animation: rotating2 5s linear infinite;
	-moz-animation: rotating2 5s linear infinite;
	-ms-animation: rotating2 5s linear infinite;
	-o-animation: rotating2 5s linear infinite;
	animation: rotating2 5s linear infinite;
}

@keyframes rotating3 {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating3 {
	-webkit-animation: rotating3 5s linear infinite;
	-moz-animation: rotating3 5s linear infinite;
	-ms-animation: rotating3 5s linear infinite;
	-o-animation: rotating3 5s linear infinite;
	animation: rotating3 5s linear infinite;
}


/*--------------------------------Rotation End---------------------------------*/

.gear1text {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	position: absolute;
	left: 33px;
	right: 0px;
	top: 84px;
	bottom: 0px;
	margin: auto;
	width: 124px;
}

.gear2text {
	color: #000;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	position: absolute;
	left: 38px;
	right: 0px;
	top: 87px;
	bottom: 0px;
	margin: auto;
	width: 124px;
}

.gear3text {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 44px;
	top: 91px;
	bottom: 0px;
	margin: auto;
	width: 203px;
}

@media(max-width:768px) {
	.thysrts {
		position: absolute;
		left: 0px;
		right: 0px;
		width: 95%;
		text-align: center;
		height: auto;
		margin: auto;
		overflow: hidden;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		border-radius: 2px;
		padding: 25px 20px 25px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.thysrtj {
		position: absolute;
		left: 0px;
		right: 0px;
		width: 95%;
		text-align: center;
		height: auto;
		margin: auto;
		overflow: hidden;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
		border-radius: 2px;
		padding: 25px 20px 25px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.keydesc_tabing {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background-color: rgba(255, 255, 255);
		box-shadow: 0 0 8px rgb(0 0 0 / 10%);
		font-size: 15px;
		border-radius: 5px;
		margin-top: 10px;
		padding: 30px 8px;
		min-height: auto;
	}
	.partner {
		background: #fff;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		text-decoration: none;
		color: #000;
		text-align: center;
		padding: 11px 5px 13px;
		margin-bottom: 9px;
		font-weight: 500;
		letter-spacing: 0.2px;
		border-radius: 2px;
		font-size: 18px;
		transition: 0.5s;
		text-transform: uppercase;
	}
	.registerbn0 {
		background: #ffcd0c;
		transition: 0.2s;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: right;
		text-decoration: none;
		color: #000;
		text-align: center;
		padding: 11px 5px 13px;
		margin-left: 9px;
		font-weight: 500;
		letter-spacing: 0.5px;
		border-radius: 2px;
		font-size: 18px;
		text-transform: uppercase;
	}
	.eventsmsection {
		background: linear-gradient(45deg, #fff4ee 0%, #dbc8bc 100%) !important;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding: 18px;
		border-radius: 0px 8px 8px 0px;
		color: #000;
		position: relative;
		min-height: auto;
	}
	.events_sect2d p {
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 27px;
	}
	.titlefnt {
		font-size: 20px;
	}
	.heading1 {
		font-weight: 600;
		font-size: 30px;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		padding-bottom: 8px;
	}
	.headersectn {
		z-index: 9999!important;
	}
	.headersectn {
		position: fixed!important;
		top: 0px!important;
		left: 0px;
		right: 0px;
	}
	.mainsrts {
		position: fixed!important;
		left: 0px;
		right: 0px;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.menu_open {
		cursor: pointer;
		width: 32px;
		float: right;
		margin-top: 6px;
	}
	.menu_close {
		cursor: pointer;
		display: none;
		width: 32px;
		float: right;
		margin-top: 6px;
	}
	.events_sect {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 23px 0px 3px;
	}
	.cont_infos .widgetsimage {
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.cont_infos .widgets_details {
		padding-left: 0px!important;
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.events_sectw {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding: 40px 0px 25px;
	}
	.minhs {
		min-height: auto;
	}
	.topbarse {
		background: #fff;
		padding: 12px;
		width: 100%;
		height: auto;
		float: left;
		border-radius: 0px;
		z-index: 150;
	}
	.logomain {
		width: 175px;
		float: left;
		display: block;
		text-align: center;
	}
	.navbarsectn {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 6px;
		margin: auto;
		text-align: center;
		border-radius: 4px;
		background: #eee;
		display: none;
	}
	.navbarsectn ul {
		padding: 0px;
		margin: 0px;
		/*text-align:center; display:inline-block; margin:auto;*/
	}
	.navbarsectn ul li {
		display: block;
		text-align: right
	}
	.navbarsectn ul li a {
		text-decoration: none;
		color: #333;
		padding: 8px 15px;
		display: block;
		text-transform: uppercase;
		font-size: 16px;
	}
	.navsectn {
		border: 1px #e19309 solid;
		border-radius: 2px!important;
		padding: 8px 20px!important;
		color: #e19309!important;
		margin-right: 15px;
		margin-bottom: 15px;
		margin-left: 15px;
		margin-top: 8px;
		text-align: center;
	}
	.body_section .col-md-4 {
		height: auto;
		overflow: hidden;
	}
	.keydesc {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/bgns.webp) center fixed no-repeat;
		background-size: cover;
		padding: 50px 0px 50px;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.pastspeakers {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
		background: url(../images/speak.webp) center fixed no-repeat;
		background-size: cover;
		padding: 50px 0px 90px;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.eventsmsection {
		margin-bottom: 25px;
	}
	.packe_lts {
		margin-bottom: 25px;
	}
	.fqres {
		padding-bottom: 20px!important;
		padding-top: 20px;
	}
	.margnptd {
		padding-top: 30px;
		padding-top: 30px;
		width: 100%;
		float: left;
	}
	.mainicodectn2s {
		min-height: auto!important;
		padding: 40px 15px!important
	}
}

.mainoverv p {
	font-size: 21px;
	line-height: 29px;
}

.numbercount {
	font-size: 42px;
	margin-bottom: -16px;
	display: block;
	margin-top: 0px;
}

.tdesnp {
	font-size: 18px;
}

.mainicodectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 2px #d99305 solid;
	background: #f9f9f9;
	/* background: linear-gradient(
45deg, #2c54ac 0%,#0794c7 100%) !important;*/
	border-radius: 4px;
	padding: 20px 12px;
	text-align: center;
	color: #d99305;
	transition: 0.5s;
	/*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);*/
	margin-bottom: 15px;
}

.iconm {
	width: 52px;
	border: 1px #e09504 solid;
	padding: 9px;
	border-radius: 50%;
	margin: auto;
	display: block;
	margin-bottom: 15px;
}

.mainicodectn:hover {
	/*background: linear-gradient(
45deg, #0794c7 0%,#2c54ac 100%) !important;*/
	transition: 0.5s;
	transform: scale(1.05);
}

.eventsmsection:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 7px;
	transition: 0.5s;
	background: #dbc8bc;
}

.eventsmsection:hover:after {
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
}

.eventsmsection:hover {
	border-radius: 8px;
}

.whitec {
	color: #fff!important
}

.sp_details {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 15px;
	text-align: left;
}

.event_trs {
	width: 100%;
	height: auto;
	float: left;
	border: 1px #eee solid;
	padding: 20px;
	border-radius: 2px;
	margin-bottom: 35px;
}

.heading2s {
	font-weight: 500;
	font-size: 17px;
	text-transform: uppercase;
	width: auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 0px 2px;
	margin-top: -31px;
	float: left;
	position: relative;
	z-index: 9999;
}

.evnt_bds {
	font-size: 15px;
	line-height: 21px;
}

.saltabm {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	color: #000;
	padding: 16px 15px;
	font-weight: bold!important;
	margin-bottom: 15px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 15px!IMPORTANT;
}

.events_sectw .saltabm {
	background: #efefef
}

.bodycnt {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
}

.dpsnt {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-top: 10px;
}

.iconmt {
	float: right;
	font-size: 18px!important;
}

.addtrnsforms {
	transform: rotate(-90deg);
}

.bodycnt {
	display: none;
}

.headersectn {
	z-index: 9999999!important;
}

.ovlpmsectionm {
	position: absolute;
	left: 15px;
	right: 29px;
	top: 0px;
	bottom: 17px;
	background: #22477b;
	border-radius: 3px;
	transition: 0.5s;
}

.margtopnsect {
	margin-top: 15px;
	position: relative;
	z-index: 90;
	transition: 0.5s;
	padding-left: 15px;
}

.hrtmnsps:hover .ovlpmsectionm {
	transition: 0.5s;
	left: 29px;
	right: 15px;
	top: 17px;
	bottom: 0px;
}

.hrtmnsps:hover .margtopnsect {
	margin-top: 0px;
	transition: 0.5s;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 15px;
}

.agendasections {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #fff;
	padding: 50px 0px 40px;
	margin-bottom: 20px;
}

.overlapsectionm {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 14px;
	background: #f9f9f9;
}

.mainicodectn9s {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border-radius: 2px;
	padding: 20px 8px 6px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff;
}

.mainicodectn2s {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border-radius: 2px;
	padding: 25px 8px 6px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: center;
	color: #fff;
	border-radius: 5px;
}

.mainicodectn2s img {
	width: 50px;
	display: block;
	margin: auto;
	margin-bottom: 12px;
}

.mainicodectn3rds {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px #eee solid;
	border-radius: 2px;
	text-align: center;
	padding: 60px 12px 0px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	border: 3px #f39338 solid;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
	height: 180px;
}

.child1 {
	padding-top: 75px;
}

.child2 {
	padding-top: 90px;
}

.mainicodectn3rds p strong {
	font-size: 20px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 16px;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 28px;
}

.mainicodectn2s_pr {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px #eee solid;
	border-radius: 2px;
	padding: 30px 12px 25px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	transition: 0.2s;
}

.mainicodectn2s_pr strong {
	font-weight: 500;
}

.mainicodectn2s_pr:hover {
	transition: 0.2s;
	transform: scale(1.1);
}

.mainicodectn2s p {
	font-size: 17px;
}

.mainicodectn2s p strong {
	font-size: 14px;
	display: block;
	margin-top: 4px;
	padding-bottom: 16px;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 20px;
}

.mainevt_sept {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dest {
	font-size: 18px;
	line-height: 21px;
	position: relative;
	z-index: 999;
}

.tls {
	font-size: 22px;
	display: block;
	margin-bottom: 13px;
	font-weight: bold;
	position: relative;
	z-index: 999;
}

.mainicodectn2s:hover,
.mainicodectn3rds:hover {
	transition: 0.2s;
	transform: scale(1.02);
}

.fottersectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #333;
	padding: 22px 12px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.events_sect .col-md-12 {
	height: auto;
	overflow: hidden;
}

.agendasectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

.faqsrts img {
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: block;
}

.faqsrts .saltabm {
	position: relative;
}

.sposer_sectnm {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
}

.sp_imgs {
	width: 65px;
	height: auto;
	overflow: hidden;
	float: left;
	background: #000;
	padding: 14px;
	border-radius: 50px;
}

.sp_desc {
	width: calc(100% - 65px);
	height: auto;
	overflow: hidden;
	float: left;
	font-weight: 600;
	font-size: 20px;
	padding-left: 13px;
}

.alignjustf {
	align-items: center!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 26px!important;
	margin-bottom: 0px!important
}

.packagename {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 25px!important;
	border: 0px!important;
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 35px;
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
}

.higligts_grey {
	position: absolute;
	left: 0px;
	right: -2px;
	height: 147px;
	background: #494949;
	margin-top: -80px;
	transform: skewY(10deg);
}

.packe_lts {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	min-height: 470px;
	background: #f9f9f9;
	position: relative;
	border-radius: 6px;
}

.packages_tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #f9f9f9;
	border-radius: 6px;
	padding-bottom: 5px;
}

.packages_tab ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

.packages_tab ul li {
	padding: 10px;
	border-bottom: 1px #f2f2f2 solid;
	font-size: 15px;
}

.bord_grey {
	border: 1px #494949 solid;
}

.banner_msectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: url(../images/banner-main.webp) center no-repeat
}

.htop_sectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 25px 0px;
}

.logo_sect {
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}

.logo_sect img {
	width: 200px;
}

.booknowcart {
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: auto;
	float: right;
	border-right: 3px #7db337 solid;
	border-bottom: 3px #7db337 solid;
	border-radius: 2px;
	padding: 13px 25px;
	text-transform: uppercase;
	background: #8cc345;
	font-weight: 600;
	font-size: 16px;
}

.booknowcart:hover {
	background: #7db337;
}

.banner_container {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	align-items: center!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 180px;
}

.bannerm {
	font-size: 38px;
}

.cont_fsec {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border-radius: 3px;
	padding: 25px;
	background: #f9f9f9;
	margin-top: -70px;
	font-size: 17px;
	margin-bottom: 30px;
}

.greypartsectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #f9f9f9;
	padding: 48px 0px 30px;
	margin-bottom: 50px;
}

.aswingsectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}

.boxbordersectn {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #f2f2f2;
	border-radius: 2px;
	padding: 15px;
	min-height: 320px;
}


/*.aswingsectn .col-md-6{border:1px #eee solid; padding:20px; border-radius:3px; }*/