/*New Css*/

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
	background-color:#FFF;
	font-size:15px;
	overflow-x: hidden;
	color:#000;
	font-family: 'Hanken Grotesk', sans-serif;
	min-width:1038px;
	letter-spacing:0.1px;
}
body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0;
	padding: 0;
}
ol, ul {
    list-style: none outside none;
}
a {
	outline:none;
}
h1 {
	font-weight:300;
}
h2 {
	font-weight:200;
}
.f-icon, .t-icon, .cal-icon, .place-icon, .y-icon, .l-icon {
	background:url(../../images/charmalot-norepeat.png) no-repeat scroll 0 0 / 400px 200px rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
}
.charm-bg {
	overflow: hidden;
}
header {
	background-color: #FFF;
    float:left;
	height:72px;
    position:fixed;
	transition:background 0.5s;
    width:100%;
    z-index:90;
	transform: translateY(-70px);
	opacity: 0;
	transition: all 0.5s;
}
header.animated {
	transform: translateY(0);
    opacity: 1;
}
.header {
	background-color:#0083ae;
	float:left;
	height:63px;
	position:fixed;
	z-index:10;
	margin:70px 0 20px;
	width:100%;
}
.header h1 {
    color:#fff;
    float:left;
    font-size:24px;
    font-weight:400;
    padding-top:16px;
}
header.head-bg {
	background-color:#FFF;
	box-shadow:0 -1px 9px  rgba(0,0,0,0.1);
}
.logo {
	background-image: url("../../images/charmalot.svg");
	background-repeat: no-repeat;
    background-position: 0 -5px;
	background-size: cover;
	background-color: #FFF;
    float: left;
    height: 34px;
	margin: 19px 0 0;
    width: 171px;
}

.topmenu, .topmenu li {
	float:left;
}
.topmenu a, a.register {
    display:block;
    float:left;
    font-size:16px;
	cursor:pointer;
	padding:26px 13px;
	font-weight:400;
	color:#000;
}
a.register {
	background-color:#FF9C24;
	border-radius:50px;
	padding:8px 20px;
	margin-top: 17px;
}
.head-bg .topmenu a {
	color:#000;
}
.sign-button, .signup-button {
    color:#fca000;
    float:right;
    font-weight:400;
    height:37px;
    line-height:35px;
    margin:-7px 0 -15px;
    text-align:center;
}
.signup-button {
	background-color:#fca000;
	color:#FFF;
	padding:0 20px;
	margin:0 0 0 0;
	position:relative;
}
header .signup-button {
	margin:-7px -18px -11px 0;
}

.list-menu-icon {
	display: none;
	float:right;
	cursor:pointer;
	height:40px;
	margin: 16px 0 0;
	width:40px;
}
.list-menu-icon i {
	background-color: #333;
	float:left;
	height: 1.5px;
	margin: 19px 0 0 5px;
	transform: background 0.3s;
	width: 29px;
}
.list-menu-icon.cls i {
	background-color: transparent;
}
.list-menu-icon i:before, .list-menu-icon i:after {
	background-color: #333;
	content:"";
	float:left;
	height: 1.5px;
	margin: -8px 0 0 0;
	transition: margin 0.5s , transform 0.5s;
	width: 29px;
}
.list-menu-icon.cls i:before {
	transform: rotate(-45deg);
	margin-top: 0;
}
.list-menu-icon i:after {
	margin-top: 8px;
}
.list-menu-icon.cls i:after {
	transform: rotate(45deg);
	margin-top: -2px;
}

.h2 {
	color: #000;
    font-size:3rem;
    margin-bottom:40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-align:center;
	font-weight:500;
	/*text-transform:uppercase;*/
}

.conf-closed, .conf-closed-ipad {
	background-color:rgba(255,203,5,0.9);
	position:absolute;
	top:135px;
	right:-210px;
	z-index:2;
	padding:20px 0 35px;
	transform:rotate(45deg);
	width:800px;
}
.conf-closed-ipad {
	transform:rotate(0deg);
	top:0;
	right:0;
	margin-bottom:-168px;
	height:113px;
	width:100%;
	position:relative;
}
.conf-closed h1 {
	font-size:68px;
	font-weight:bold;
	padding-bottom:5px;
}
.conf-closed span {
	font-size:20px;
}

/*Play Start*/
.userconf-banner .play {
	transform: scale(0.2);
	opacity: 0;
	transition: all 0.8s 0.9s;
	margin:-10px 0 30px;
}
.userconf-banner.animated .play {
	transform: scale(1);
	opacity: 1;
}
.play span {
	display: inline-block;
	cursor: pointer;
	height: 60px;
	position: relative;
	width: 60px;
	background-color: #FFF;
	border-radius: 100px;
}
.play span::before {
	border-left: 20px solid #9A006A;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	content: "";
	position: absolute;
	top: 17px;
	left: 23px;
	cursor: pointer;
}
.play span:after {
	border-left: 14px solid #FFF;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	content: "";
	position: absolute;
	top: 21px;
	left: 25px;
	cursor: pointer;
}
.notes {
  background-color: #FFF;
  box-shadow: 0 0 29px rgba(0, 63, 145, 0.1);
  border: 1px solid #ECEFF4;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  padding: 40px 30px;
  position: relative;
  width: 90%;
}
/*Play End*/

/*Videos Start*/
.menu-freezelayer {
	background-color:rgba(255,255,255,0.01);
    height:100%;
    left:0;
    position:fixed;
	display:none;
    top:0;
    width:100%;
    z-index:200;
}
.diavideo-box {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.dialog-cmdiv {
	width: 90%;
	display: table;
	margin: 20px auto;
	height: 100%;
	max-width: 70%;
}
.dialog-video {
	display: table-cell;
	vertical-align: middle;
}
.iframe-div {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.iframe-div iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.plcl_icon {
	cursor: pointer;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
}
.plcl_icon:before, .plcl_icon:after {
	background-color: #000;
	content:"";
	height:30px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	width:2px;
	float:left;
	margin: 0px 0 0 13px;
}
.plcl_icon:after {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin: 0px 0 0 -2px;
}
.freezelayer {
	background-color:rgba(255, 255, 255, 0.9);
    height:100%;
    left:0;
    position:fixed;
	display:none;
    top:0;
    width:100%;
    z-index:99;
}
.temp-freezelayer, .freezelayer-black {
	background-color:rgba(0,0,0,0.65);
    height:100%;
    left:0;
    position:fixed;
	display:none;
    top:0;
    width:100%;
    z-index:99;
}
.freezelayer-black {
	background-color:#000;
}
/*Videos End*/

/*ChARMALOT Conference Start*/

/*Home Features Start*/
.features {
	background-color:#185e94;
	padding:50px 0;
	text-align:center;
}
.features h1 {
    color:#fff;
    display:inline-block;
    font-size:25px;
	text-align:center;
    font-weight:400;
    line-height:46px;
	width:100%;
}
.features span {
	color:#ffbd56;
	font-size:30px;
	text-transform:uppercase;
}
.features ul {
	display:inline-block;
	color:#FFF;
	font-size:20px;
	text-align:left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:35px;
	width:630px;
}
.features li {
	display:inline-block;
	box-sizing:border-box;
	padding-left:35px;
	margin-bottom:5px;
	width:100%;
}
.features li i {
	float:left;
	height:26px;
	margin:5px 0 0 -30px;
	vertical-align:top;
	width:26px;
}
.features li i:before, .features li i:after {
	background-color:#ffbb5d;
	content:"";
	float:left;
	height:3px;
	transform:rotate(38deg);
	-webkit-transform:rotate(38deg);
	margin:13px 0 0 6px;
	width:6px;
}
.features li i:after {
	transform:rotate(-48deg);
	-webkit-transform:rotate(-48deg);
	margin:12px 0 0 -3px;
	width:12px;
}
.home-cont {
	display:inline-block;
	max-width:650px;
}
/*Home Features End*/

#mobile-app-target {
	background-color:#dbedf2;
	padding: 30px 0 27px;
}

#mobile-app-target span {
	display:inline-block;
	font-size:18px;
	margin:7px 15px 0;
	vertical-align:top;
}
.userconf-banner {
	background-image:url(https://44716502.fs1.hubspotusercontent-na1.net/hub/44716502/hubfs/Subheading-2.png?width=2000&height=1125);
	background-repeat: no-repeat;
	background-color:#0d5288;
	background-position: top;
	background-size:cover;
	border-bottom:1px solid #EEE;
	display:inline-block;
	text-align:center;
	position: relative;
	margin-top:-1px;
	padding-top:79px;
	padding-top:119px;
	padding-bottom: 0;
	width:100%;
}
.userconf-banner::before {
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #230228),
		color-stop(1, #9A006A)
	);
	background-image: -o-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: -moz-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: -webkit-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: -ms-linear-gradient(right bottom, #230228 0%, #9A006A 100%);
	background-image: linear-gradient(to right bottom, #230228 0%, #9A006A 100%);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.1;
}
.userconf-banner .txt, .userconf-banner .txt1, .userconf-banner .txt2 {
	color:#FFF;
	font-size:55px;
	font-weight:800;
	margin:0 0 0px;
	transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
	transition-delay: 0.5s;
	transform: translateY(100px);
	opacity: 0;
}
.userconf-banner .txt2, .userconf-banner .txt {
	font-size:29px;
	font-weight:300;
	line-height:50px;
	margin:10px 0 30px;
	transition-delay: 0.7s;
}
.userconf-banner .txt {
	font-size: 21px;
	margin: 50px 0 0;
}
.userconf-banner.animated .txt, .userconf-banner.animated .txt1, .userconf-banner.animated .txt2 {
	transform: translateY(0);
	opacity: 1;
}
.userconf-banner .txt3 .conf-register {
	font-size:16px;
	font-weight:500;
	cursor:default;
	padding:10px 35px;
}
.userconf-banner .date {
	/*background-color:#CC1689;*/
	background-color: #9A006A;
	position: relative;
	margin: 70px 0 0;
	margin: 110px 0 0;
	padding: 10px 0;
}

.conf-register {
	background-color:#FFF;
	border-radius:100px;
    color:#000;
    cursor:pointer;
    display:inline-block;
    font-size:18px;
	font-weight:400;
	transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
	transition-delay: 1.1s;
	transform: translateY(-40px);
    opacity: 0;
    padding:14px 45px;
}
.animated .conf-register {
	transform: translateY(0);
    opacity: 1;
}
.conf-address .box {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
	transition-delay: 1.3s;
	transform: translateX(100px);
	margin-right: 6%;
    opacity: 0;
}
.conf-address .box:nth-child(2n) {
	margin-right:0;
	transition-delay: 1.5s;
}
.animated .conf-address .box {
	transform: translateY(0);
    opacity: 1;
}
.cal-icon, .place-icon {
	background-position: -321px -59px;
	border: 1px solid #FFF;
	border-radius: 100px;
	float: left;
	height:50px;
	transform: scale(0.9);
	width:50px;
}
.place-icon {
	background-position: -265px -59px;
}


.conf-address .label1 {
	border-bottom:1px solid #FFF;
	border-radius:3px;
	display:inline-block;
	font-size: 20px;
	font-weight:800;
	color: #FFF748;
	padding:20px 5px 10px;
	margin:0 0 0;
}
.conf-address .label2, .conf-address .label3 {
	display:inline-block;
	color:#FFF;
}
.conf-address .label2 {
	font-size:24px;
	margin: 10px 0 0 10px;
	font-weight:400;
}
.conf-address .label3 {
	font-size:19px;
	margin-top: 14px;
}
.conf-address .v-line {
	margin-top: 15px;
}

/*Home Page Start*/
.userconf-banner.home {
	padding:90px 0 100px;
}
.userconf-banner.home .txt2 {
	font-size:29px;
}
.userconf-banner.home .box {
	background-color:#FFF;
	margin:0 10px 20px;
	padding:30px;
}
.userconf-banner.home h3 {
	background-color:#87b632;
	color:#FFF;
	text-transform:uppercase;
	margin:-30px -30px 20px;
	padding:20px 30px;
}
.userconf-banner.home .conf-address a:nth-child(2) h3 {
	background-color:#ed1d67;
}
.userconf-banner.home .conf-address .label3 {
	color:#444;
	font-size:18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:28px;
}
/*Home Page End*/

.down-time {
	border-radius:3px;
	display:inline-block;
	color:#FF4B54;
	text-transform: uppercase;
	text-align:center;
	padding:30px 5%;
	width:80%;
}
.down-time span span span {
	color: #000;
}
.down-time .label1 {
	float:left;
	font-size:28px;
}
.down-time .label2 {
	display:inline-block;
	font-size:60px;
	font-weight:600;
}
.down-time .label2 span {
	border:1px solid rgba(73, 92, 162, 0.1);
    border-radius:153px;
	display:inline-block;
    height:100px;
    margin:0 8px 10px;
    padding:25px 0;
    width:150px;
}
.down-time .label2 span span {
	border:medium none;
    float:left;
    font-size:15px;
	height:auto;
    margin-left:0;
    padding:0;
    width:100%;
}
#speakers-banner {
	padding: 50px 0;
}
#speakers-banner .speakers {
	border: 1px solid #E6EFFB;
	box-sizing: border-box;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:12px 10px;
	height: 300px;
	padding: 35px 8px;
	vertical-align: top;
	transition: all 0.3s;
	cursor: pointer;
	width:260px;
}
#speakers-banner .speakers:hover {
	box-shadow: 0 0 20px rgba(72, 139, 198, 0.1);
	transform: scale(1.04);
}
.speaker-photo {
	display: inline-block;
	height: 150px;
	width: 150px;
}
.speaker-photo img {
	height: 100%;
	width: 100%;
}
.speaker-photo ~ span {
    /*color:#fc653f;*/
    color:#FF9C24;
	display:inline-block;
	font-size:18px;
	font-weight:600;
	padding:10px 0;
	width:96%;
}
.speaker-photo ~ span span {
	color:#444;
	font-size:13px;
	font-weight:400;
	line-height: 1.4;
	margin-top:8px;
	padding:0;
}
/*Dialog Start*/
.dialog {
	text-align: center;
	padding: 5.714rem 0;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.dialog-box {
	background-color: #FFF;
	box-shadow: 0 0.7143rem 2.643rem rgba(17, 36, 94, 0.08);
	box-shadow: 0 0 60px rgba(72, 139, 198, 0.1);
	display: inline-block;
	overflow: hidden;
	max-width: 50.786rem;
	position: relative;
	width: 100%;
}
.dialog-box .cls-bx {
	border: 1.5px solid #000;
	border-radius: 5rem;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 0;
	width: 25px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: transparent;
	transition: background-color .2s ease-in;
}
.cls-icon {
	float: right;
	cursor: pointer;
	height: 18px;
	margin: 2px 3px;
	width: 18px;
}
.cls-icon:before, .cls-icon:after {
	background-color: #000;
	content: "";
	float: left;
	height: 14px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 0.1429rem -0.7143rem 0 0.5714rem;
	width: 1.5px;
}
.cls-icon:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.dialog-body {
	background-color: #FFF;
	box-sizing: border-box;
	display: inline-block;
	/*padding: 2.714rem 1.786rem;*/
	padding: 2.5rem;
	width: 100%;
}
.dialog-body .speaker-photo ~ span {
	font-size: 22px;
}
.dialog-body .speaker-photo ~ span span {
	font-size: 17px;
	font-weight: 300;
}

.dialog-body .speakers {
	border: none;
	cursor: default;
}
.dialog-body .speakers:hover {
	box-shadow: none;
	transform: scale(1);
}
	
.time-slot:nth-child(odd) {
	margin-right: 1.429rem;
}
.time-slot label {
	background-color: #F9FAFE;
	border: 0.07143rem solid #E5E8F2;
	border-radius: 0.2857rem;
	float: left;
	padding: 0.7143rem 1.071rem;
}
.time-slot label:hover {
	background-color: #EFF1F9;
}
.time-slot input[type = radio]:checked ~ label {
	background-color: #FFDEDE !important;
	border: 0.07143rem solid #FFD0D0 !important;
}
/*Dialog End*/


.conf-video {
	margin:0 0 10px;
}
.conf-video:before {
	margin:150px 0 0 290px;
}
.conf-video:after {
	margin:171px 0 0 -331px;
}
.conf-msg {
	font-family:comic sans ms, Trebuchet MS;
	display:inline-block;
	font-size:17px;
	font-weight:300;
	text-align:center;
	line-height:35px;
	margin:30px 0 0;
}
#downtime-banner {
	padding:50px 0;
}
#register-banner {
	padding:50px 0 80px;
}
#agenda-banner {
	background-color:#F6FAFE;
	padding:50px 0;
}
#attendee-banner {
	padding:70px 0;
}
#agenda-banner h2 {
	color:#000;
}
#exhibitors-banner {
	padding:0 0 70px;
}
#exhibitors-banner span {
	font-size:16px;
	line-height:35px;
}
.topmenu .ena {
	background-color:#EEE;
}

.deltxt {
	position: relative;
	margin: 0 5px;
}
.deltxt::before {
	background-color: #FF0004;
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	transform: rotate(-14deg);
	height: 2px;
	width: 100%;
}

/* Agenda Start  */
.agenda .day {
  background-color: #FEE3EA;
  border-radius: 54px;
  float: left;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 28px;
  margin-bottom: 14px;
}
.agenda ul {
	background-color:#FFF;
	border: 1px solid rgba(163, 175, 217, 0.2);
	border-bottom: 0;
	box-shadow: 0 0 15px rgba(163, 175, 217, 0.08);
	float:left;
	font-size: 16.5px;
	text-align:left;
	line-height:30px;
	margin:0 0 40px;
	width:100%;
}
.agenda ul strong {
	font-size: 16px;
	font-weight: 500;
}
.agenda ul li {
	border-bottom:1px solid rgba(163, 175, 217, 0.2);
	margin:0;
	text-align:center;
}
.agenda ul li.hd {
	background-color: rgba(224, 229, 244, 0.2);
	text-transform: uppercase;
}
.agenda .label {
	background-color:#f7f7f7;
    color:#000;
    padding:22px 0 22px 20px;
	text-align:left;
	margin:-1px 0 0;
}
.agenda .label div {
	font-size:17px;
	font-weight:600;
}
.agenda ul li.thd span:nth-child(3) {
	border: 1px solid transparent;
}
.agenda ul li time {
	color: #FF8C00;
	font-size: 16px;
	display: table-cell;
	vertical-align: top;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding: 20px 0;
	width: 190px;
}
.agenda ul li span {
	border-left: 1px solid rgba(163, 175, 217, 0.2);
	display: table-cell;
	text-align: left;
	padding: 20px;
	width: 28%;
}
.agenda.day2 ul li span {
	width: 42%;
}
.agenda ul li span:nth-child(odd) {
	margin-top:10px;
}
.agenda ul li span b {
	font-weight: 500;
}
.agenda ul li span p strong {
	display: none;
}
/* Agenda End */


.conf-focus {
	float:left;
    height:1px;
    margin:-79px 0 79px;
	padding:0;
    width:100%;
}

#venue-banner {
	background-color: #F6FAFE;
	height:530px;
}
#venue-banner .txt {
	float:left;
	color:#000;
	font-size:28px;
	padding:80px 6% 24px;
	width:88%;
}
#venue-banner .txt span {
	font-size:18px;
	line-height:35px;
	margin:15px 0 0;
}
#venue-banner .map {
	float:right;
	height:100%;
	width:50%;
	background-position:center 0;
}
#venue-banner .map {
	background-image:url(../images/map.jpg);
}
.hotel {
	float:left;
	color:#FFF;
	padding:0px 6% 30px;
	width:88%;
}
.hotel span {
	line-height:35px;
}
.hotel .h2 {
	font-size:28px;
	font-weight:400;
	margin-bottom:15px;
}
.hotel .name {
	color:#FFF;
	display:inline-block;
	font-size:20px;
	font-weight:400;
	width:100%;
}
.hotel .price {
	font-style:italic;
}
.hotel .button {
	background-color:#fcd630;
	margin-top:10px;
	padding:8px 22px;
	display:inline-block;
	color:#000;
	font-weight:500;
}

a.link {
    color: #CC1689;
}
/*ChARMALOT Conference End*/

/*About Start*/
.about, .benefits2, .safety {
	display: flex;
	width: 100%;
}
.about .img, .benefits2 .img, .safety .img {
	background-image:url("../images/team.jpg");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 50%;
}
.benefits2 .img {
	background-image:url("../images/why-attend.jpg");
}
.about2 .img {
	background-image:url("../images/charmalot-collages.jpg");
}
.benefits2 .img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.9;
}
.safety .img {
	background-image:url("../images/safety.jpg");
}
.about .cont, .benefits2 .cont, .safety .cont {
	display: inline-block;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 32px;
	padding: 60px 80px;
	width: 50%;
}
.about .cont h2 {
	text-align: left;
	margin-bottom: 15px;
}
.about .cont p {
	margin-bottom: 10px;
}
/*About End*/

/*Content Start*/
.benefits1 {
	text-align: center;
	padding:60px 0;
}

.benefits2 h2 {
	text-align: left;
	 margin-bottom: 20px;
}
.benefits2 .txt {
	font-size: 15px;
	margin-bottom: 5px;
}
.benefits1 ul, .benefits2 ul {
	box-sizing: border-box;
	display:inline-block;
	font-size:18px;
	padding-left: 30px;
	text-align:left;
}
.benefits2 ul {
	width:100%;
}
.benefits1 li, .benefits2 li {
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 5px;
	position: relative;
}
.benefits1 li:before, .benefits1 li:after {
	background-color:#FFAC68;
	content: "";
	float: left;
	height: 3px;
	margin: 20px 0 0 -20px;;
	width: 11px;
}
.benefits1 li:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	left:0;
	top: 0;
	position:absolute;
}
.benefits2 li:before {
	background-color:#000;
	border-radius:10px;
	content: "";
	float: left;
	height: 8px;
	margin: 12px 12px 0 -20px;
	width: 8px;
}

.userconf-banner.reseller-banner {
	background-color:#FFF;
	box-shadow:0 0 27px rgba(0, 0, 0, 0.08);
	position:relative;
	padding:70px 0 80px;
	z-index:1;
}
.re-content {
	text-align:center;
	overflow:hidden;
	position:relative;
	padding:50px 0;
}
.re-content:before {
	background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0, #F59380),
	color-stop(0.49, #FFFFFF)
);
background-image: -o-linear-gradient(right bottom, #F59380 0%, #FFFFFF 49%);
background-image: -moz-linear-gradient(right bottom, #F59380 0%, #FFFFFF 49%);
background-image: -webkit-linear-gradient(right bottom, #F59380 0%, #FFFFFF 49%);
background-image: -ms-linear-gradient(right bottom, #F59380 0%, #FFFFFF 49%);
background-image: linear-gradient(to right bottom, #F59380 0%, #FFFFFF 49%);

	content:"";
	position:absolute;
	top:-50%;
	height:50%;
	right:0;
	left:-20%;
	transform:rotate(-15deg);
}
.re-content:after {
	background-image: -webkit-gradient(
	linear,
	right top,
	left bottom,
	color-stop(0, #68B7D4),
	color-stop(0.49, #FFFFFF)
);
background-image: -o-linear-gradient(left bottom, #68B7D4 0%, #FFFFFF 49%);
background-image: -moz-linear-gradient(left bottom, #68B7D4 0%, #FFFFFF 49%);
background-image: -webkit-linear-gradient(left bottom, #68B7D4 0%, #FFFFFF 49%);
background-image: -ms-linear-gradient(left bottom, #68B7D4 0%, #FFFFFF 49%);
background-image: linear-gradient(to left bottom, #68B7D4 0%, #FFFFFF 49%);
	content:"";
	position:absolute;
	top:-50%;
	height:50%;
	right:-20%;
	left:0%;
	transform:rotate(15deg);
}
.re-content ul {
	display:inline-block;
	line-height:30px;
	text-align:left;
	margin:0 30px;
	width:460px;
}
.re-content ul:nth-child(2) {
	width:420px;
}
.re-content ul li:nth-last-child(1) {
	margin:0;
}
.re-content ul li {
	color:#555;
	font-size:18px;
	display:inline-block;
	margin-bottom:25px;
}
.re-content ul i {
	border:1px solid #EEE;
	box-shadow:-3px 0 0 #f38063;
	border-radius:50px;
	float:left;
	height:30px;
	position:relative;
	margin-right:8px;
	width:30px;
}
.re-content ul i:before {
	border-top:4px solid #555;
	border-left:9px solid transparent;
	border-right:3px solid transparent;
	content:"";
	position:absolute;
	top:16px;
	left:4px;
	transform:rotate(35deg);
}
.re-content ul i:after {
	border-top:4px solid #555;
	border-left:0px solid transparent;
	border-right:17px solid transparent;
	content:"";
	position:absolute;
	top:14px;
	left:10px;
	transform:rotate(-40deg);
}
/*Content End*/

/*Who Attend Start*/
.who-attend {
	background-color: #9A006A;
	color: #FFF;
	padding: 60px 0;
}
.who-attend h2 {
	color: #FFF;
}
.attent-list {
	display: flex;
	flex-wrap: wrap;
}
.attent-list:nth-child(1) li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.attent-list li {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.attent-list li:nth-child(4), .attent-list li:nth-child(5), .attent-list li:nth-child(6) {
	border-bottom: none;
}
.attent-list li:nth-child(3), .attent-list li:nth-child(6) {
	border-right: none;
}
.attent-list li {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 30px 30px;
	width: 33%;
}
.attent-list li strong {
	color: #FF9C24;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.attent-list li p {
	font-weight: 400;
}
.attent-list li .icon {
    display: inline-block;
    margin-bottom: 15px;
    width: 110px;
}
/*Who Attend End*/

/*Speakers Bio Starts*/
.bio-content {
	background-color:#FFF;
	display:inline-block;
	padding-bottom:50px;
	margin-top:133px;
	width:100%;
}
.bio-list {
	background-color:#FFF;
	float:left;
	padding:20px 0 0;
	width:100%;
}
.bio-list h2 {
	font-size:22px;
	margin-bottom:20px;
}
.bio-list h3 {
	color:#FCA000;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
}
.bio-list p {
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:32px;
	margin-bottom:20px;
}
.bio-conf-focus {
	float:left;
    height:1px;
    margin:-141px 0 141px;
	padding:0;
    width:100%;
}
.bio-ver-line {
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #F5F5F5),
	color-stop(0.33, #E8E8E8),
	color-stop(0.67, #E8E8E8),
	color-stop(1, #F5F5F5)
);
background-image: -o-linear-gradient(right, #F5F5F5 0%, #E8E8E8 33%, #E8E8E8 67%, #F5F5F5 100%);
background-image: -moz-linear-gradient(right, #F5F5F5 0%, #E8E8E8 33%, #E8E8E8 67%, #F5F5F5 100%);
background-image: -webkit-linear-gradient(right, #F5F5F5 0%, #E8E8E8 33%, #E8E8E8 67%, #F5F5F5 100%);
background-image: -ms-linear-gradient(right, #F5F5F5 0%, #E8E8E8 33%, #E8E8E8 67%, #F5F5F5 100%);
background-image: linear-gradient(to right, #F5F5F5 0%, #E8E8E8 33%, #E8E8E8 67%, #F5F5F5 100%);
float:left;
height:1px;
margin-bottom:10px;
width:100%;
}
/*Speakers Bio Ends*/

/*Price Form Start*/
.price-form {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
#register-banner .price {
    display: inline-block;
    font-size: 1.857rem;
    font-weight: 700;
    line-height: 1.1em;
    color: #900A5F;
    padding: 12px 0;
}
#register-banner h3 {
    font-weight: 800;
   font-size: 1.25rem;
}
#register-banner p {
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
}
#register-banner button {
    background-color: #900A5F;
    border: none;
    border-radius: 50px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    padding: 10px 20px;
}
#register-banner .regi-btn {
    background-color: #F6FAFE;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.ver-content {
  background-color: #FFF;
  box-shadow: 10px 10px 30px 0 rgba(67, 94, 224, 0.1);
  box-sizing: border-box;
  display: inline-block;
    text-align: center;
  vertical-align: top;
  line-height: 28px;
  position: relative;
  z-index: 5;
  width: 32%;
  padding: 30px 30px 100px;
}
/*Price Form End*/

/*footer Start*/
footer {
	background-color: #141414;
	float:left;
	text-align:center;
	padding: 25px 0 20px;
	width:100%;
}
footer span {
	color: #FFF;
	line-height: 2.7;
}
footer img {
	cursor:pointer;
	display:inline-block;
    height:35px;
	margin:0 5px 0;
	padding:0;
    width:35px;
}
.f-icon, .t-icon, .y-icon, .l-icon {
    background-color:#FFF;
	border:1px solid #EEE;
	background-position:-139px -164px;
	border-radius:50px;
	cursor:pointer;
	display:inline-block;
    height:35px;
	margin:0 5px 0;
	padding:0;
    width:35px;
}
.t-icon {
	background-position:-97px -164px;
}
.y-icon {
	background-position:-175px -164px
}
.l-icon {
	background-position:-213px -164px;
}
footer .f-icon {
	border:2px solid #46629b;
}
footer .t-icon {
	border:2px solid #59adeb;
}
footer .y-icon {
	border:2px solid #DF2C28;
}
footer .l-icon {
	border:2px solid #0066C5;
}
/*Footer End*/

/*Read More Start*/
.readmore {
	color:#56a2ca;
}
.readmore span {
	display:inline-block;
	margin-top:2px;
	vertical-align:top;
}
.readmore:hover span {
	margin-left:0;
}
.readmore i {
	display:inline-block;
	vertical-align:top;
	height:18px;
	position:relative;
	margin:2px 0 0 8px;
	width:15px;
}
.readmore i:before {
	background-color:#56a2ca;
	content:"";
	height:2px;
	position:absolute;
	top:9px;
	left:0;
	width:7px;
}
.readmore i:after {
	border-left:6px solid #56a2ca;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	content:"";
	height:0;
	position:absolute;
	top:5px;
	left:7px;
	width:0;
}
/*Read More End*/

/*common css Start*/

.fnt-smth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fnt-700 {
	font-weight: 700 !important;
}
.fnt-600 {
	font-weight: 600 !important;
}
.fnt-500 {
	font-weight: 500 !important;
}
.fnt-400 {
	font-weight: 400 !important;
}
.fnt-300 {
	font-weight: 300 !important;
}
.fnt-200 {
	font-weight: 200 !important;
}
.v-line {
    border-left: 0.07143rem solid #dfe6ec;
    vertical-align: top;
    margin: 0 10px;
    min-height: 1.071rem;
}
.soon-txt {
	font-size:22px;
	text-align:center;
	padding:20px 0;
}
#agenda-banner .soon-txt {
	color:#FFF;
}
a {
	text-decoration:none;
	cursor:pointer;
}
.show {
	display:block;
}
.hide {
	display:none;
}
.cm-wd, .cm-wd2 {
    margin:0 auto;
	max-width:1300px;
	padding:0 15px;
	position:relative;
	z-index:1;
}
.cm-wd2 {
	padding: 0 10px;
}
.mar-tb15 {
    margin:15px 0;
}
.mar-top40 {
    margin-top:40px;
}
.mar-top20 {
    margin-top:20px;
}
.mar-top15 {
    margin-top:15px;
}
.mar-bot30 {
    margin-bottom:30px;
}
.mar-bot20 {
    margin-bottom:20px;
}
.mar-bot15 {
    margin-bottom:15px;
}
.mar-bot10 {
    margin-bottom:10px;
}
.mar-l30 {
    margin-left:30px;
}
.mar-l15 {
    margin-left:15px;
}
.mar-r40 {
    margin-right:40px;
}
.cmfw25 {
	display:inline-block;
	width:25%;
}
.cmfw30 {
	display:inline-block;
	width:30%;
}
.cmfw40 {
	display:inline-block;
	width:40%;
}
.cmfw45 {
    float:left;
    width:45%;
}
.cmfw48 {
	display:inline-block;
	width:48%;
}
.cmfw50 {
    float:left;
    width:50%;
}
.cmfw55 {
    float:left;
    width:55%;
}
.cmfw90 {
    float:left;
    width:90%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cmfw {
	float:left;
	width:100%;
}

@media (max-width:1110px) {
	.features {
		text-align:center;
	}
	.home-cont, .features .img {
		float:none;
		display:inline-block;
	}
	.features .img {
		margin:20px 0 0;
	}
}

@media (max-width:1040px) {
	body {
		width:100%;
		min-width:inherit;
		max-width:inherit;
	}
	a.register {
		margin-right:14px;
	}
	.leader p, #agenda-banner .p {
		padding:0 2%;
		width:96%;
	}
	.agenda {
		padding: 0 1%;
		width: 98%;
	}
	#exhibitors-banner span, .conf-msg {
		display:inline-block;
		padding:0 2%;
		width:88%;
	}
}

@media (max-width:1024px) {
	.re-content ul {
		margin:0 50px 30px;
	}
	.re-content ul:nth-child(2) {
		margin-bottom:0;
		width:460px;
	}
}

@media (max-width:1015px) {
	.conf-address .box {
		margin-right: 3%;
	}
}

@media (max-width:1000px) {
	.topmenu {
		background-color:#FFF;
		box-shadow: 0 8px 24px rgba(0, 0, 0,0.15);
		box-sizing: border-box;
		display: none;
		overflow: hidden;
		transition: height 0.5s;
		position:fixed;
		right:0;
		z-index:300;
		margin:80px 10px 20px;
		width: calc(100% - 20px);
		padding:0 15px;
	}
	.topmenu li {
		float: none;
	}
	.topmenu li a {
		border-top:1px solid #e8ecf0;
		box-sizing: border-box;
		color:#000;
		text-align: center;
		line-height:40px;
		padding:5px 10px;
		width: 100%;
	}
	.topmenu li a:hover {
		color: #FF7F4D;
	}
	
	.list-menu-icon {
		display: block;
	}
	header.head-bg .list-menu-icon.cls i {
		background-color:transparent;
	}
	.about, .benefits2, .safety {
		display: inline-block;
	}
	.about .img, .benefits2 .img, .safety .img {
		height: 350px;
		width: 100%;
	}
	.safety .img {
		background-position: center;
	}
	.about .cont, .benefits2 .cont, .safety .cont {
		padding: 60px 30px;
		width: 100%;
	}
	.benefits2 .cont {
		padding-top: 0;
	}
	.agenda ul li time {
		padding: 20px 15px;
	}
}

@media (max-width:985px) {
	.animated .conf-address .box {
		text-align: center;
		margin: 3px 2px;
		width: 100%;
	}
	.animated .conf-address .box i, .animated .conf-address .box span {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width:950px) {
	.attent-list li {
		border-bottom: 1px solid rgba(255,255,255,0.2) !important;
		width: 50%;
	}
	.attent-list li:nth-child(5), .attent-list li:nth-child(6) {
		border-bottom: none !important;
	}
	.attent-list li:nth-child(odd) {
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.attent-list li:nth-child(even) {
		border-right: none !important;
	}
}

@media (max-width:920px) {
	footer .list {
		margin:0;
		width:24%;
	}
    .price-form {
        display: inline-block;
        text-align: center;
    }
    .ver-content {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width:885px) {
	.benefits2 ul {
		width: 100%;
	}
}

@media (max-width:800px) {
	.userconf-banner {
		height:auto;
	}
	.userconf-banner .txt3 .label {
		display:inline-block;
		padding:0 4%;
		margin-bottom:20px;
		width:88%;
	}
	.userconf-banner .txt1, .userconf-banner .txt2 {
		padding:0 8%;
		width:84%;
	}
	.form {
		width:90%;
	}
	#venue-banner {
		text-align:center;
		height:750px;
		overflow:hidden;
	}
	#venue-banner .cmfw50 {
		width:100%;
	}
	#venue-banner .txt {
		padding-bottom: 50px;
		padding-top: 40px;
	}
	#venue-banner .map {
		width:100%;
	}
	footer .list {
		margin:0 0 30px;
		width:240px;
	}
	footer br {
		display:block;
	}
}

@media (max-width:789px) {
	#register-banner iframe {
		height: 1730px;
	}
}
@media (max-width:760px) {
	.agenda ul li.hd, .agenda ul li.thd span:last-child {
		display: none;
	}
	.agenda ul li time {
		display: block;
		text-align: left;
		padding: 20px 0 0 20px;
		width: 80%;
	}
	.agenda ul li span, .agenda ul li.thd {
		box-sizing: border-box;
		display: inline-block;
		padding-top: 10px;
		width: 100% !important;
	}
	.agenda ul li.hd, .agenda ul li.thd {
		padding-top: 0;
	}
	.agenda ul li span:nth-child(2), .agenda ul li span:nth-child(3), .agenda ul li span p {
		padding-bottom: 0;
		padding-top: 5px;
		margin: 0;
	}
	.agenda ul li span:last-child {
		padding-bottom: 20px !important;
	}
	.agenda ul li.hd span, .agenda ul li.thd span, .agenda.day2 ul li span:nth-child(3) {
		padding-bottom: 20px !important;
	}
	.agenda.day2 ul li.thd span:nth-child(2) {
		padding-bottom: 0 !important;
	}
	.agenda.day2 ul li.thd span:last-child {
		display: inline-block;
		text-align: left !important;
		padding-bottom: 20px !important;
	}
	.agenda ul li span p strong {
		display: inline-block;
	}
}

@media (max-width:720px) {
	#agenda-banner, #attendee-banner {
		padding:30px 0;
	}
	#attendee-banner h1 {
		margin-bottom:20px;
	}
	.features .img {
		width:100%;
	}
}

@media (max-width:670px) {
	.form {
		width:98%;
	}
	.form .check-list {
		margin-left:6%;
		width:48%;
	}
	.form .check-list:nth-child(2n) {
		width:40%;
	}
	.features ul {
		box-sizing:border-box;
		padding:0 15px;
		width:100%;
	}
}

@media (max-width:610px) {
	.userconf-banner.reseller-banner a:nth-child(2) span.conf-register {
		margin:30px 20px 0;
	}
}

@media (max-width:600px) {
	.leader p, #agenda-banner .p {
		padding:0 4%;
		width:92%;
	}
	#speakers-banner .speakers {
		text-align:center;
	}
	.attent-list li {
		border-right: none !important;
		padding: 30px 10px;
		width: 100%;
	}
	.attent-list li:nth-child(1) {
		padding-top: 0;
	}
	.attent-list li:nth-child(5) {
		border-bottom: 1px solid rgba(255,255,255,0.2) !important;
	}
	.attent-list li:nth-child(6) {
		padding-bottom: 0;
	}
}

@media (max-width:580px) {
	.re-content ul, .re-content ul:nth-child(2) {
		margin-left:0;
		margin-right:0;
		width:90%;
	}
}

@media (max-width:570px) {
	.userconf-banner .txt2 br {
		display:none;
	}
	.form .check-list {
		margin-left:0;
		width:52%;
	}
	.form .check-list:nth-child(2n) {
		width:45%;
	}
}

@media (max-width:562px) {
	.logo {
		margin-left: -8px;
	}
	.userconf-banner .txt1 {
		font-size: 45px;
	}
	.userconf-banner .date, .animated .conf-address .box {
		padding: 20px 0;
	}
	.conf-address .v-line {
		display: none !important;
	}
	.conf-address .label2 {
		margin-left: 0;
		width: 100%;
	}
	.conf-address .label3 {
		margin-top: 10px;
	}
	footer {
		text-align: center;
	}
	footer .fl, footer .fr {
		float: none !important;
		display: inline-block;
		width: 100%;
	}
}

@media (max-width:510px) {
	.form .checkbox label {
		line-height:24px;
		margin-top:0;
		width:80%;
	}
	
}

@media (max-width:460px) {
	.conf-address .box {
		width: 100%;
		padding: 15px 0 35px;
	}
	.cal-icon, .place-icon, .conf-address .label2, .conf-address .label3 {
		display: inline-block;
		float: none;
	}
	.conf-address .label2, .conf-address .label3 {
		width: 100%;
	}
	.conf-address .label2 {
		margin-top: 10px !important;
	}
}

@media (max-width:430px) {
	footer .list {
		text-align:center;
		width:90%;
	}
}

@media (max-width:390px) {
	.userconf-banner .txt1, .userconf-banner .txt2 {
		padding:0 4%;
		width:92%;
	}
}
@media (max-width:390px) {
	#venue-banner {
		height:830px;
	}
}
