﻿@charset "utf-8";
/* CSS Document */

a:hover {
	text-decoration:none;
}
.single-link .card .card-content img {
    /*width: 70px;*/
}
.bg-light-orange {
    background: #ffe9db;
}
.single-link .card .card-content h3 {
    font-size: 16px;
    margin: 20px 0 10px 0;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.heading-section h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.scheme-content {
    display: table;
    width: 100%;
}
.scheme-content .scheme-name {
    padding: 10px;
    font-weight: 600;
    height: 70px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
/************* Login and Register CSS ***************/
.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.container-scroller {
    overflow: hidden;
}
.content-wrapper {
    background: #f1f2f7;
    padding: 30px 15px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.flex-grow {
    flex-grow: 1;
}
.d-flex {
	display: flex !important;
}
.align-items-center {
	align-items: center !important;
}
.w-100 {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
.centerd-area {
	max-width:600px;
	width:100%;
	margin:0 auto;
}
.auth .auth-form-light {
    background: #ffffff;
	padding: 3rem
}

.text-left {
    text-align: left !important;
}
.auth .brand-logo {
    margin-bottom: 2rem;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.auth form .form-group .form-control.form-control-lg {
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #e9e8ef;
    border-radius: 0;
    margin-bottom: 20px;
}
.auth form .btn-primary, .auth form .btn-primary:focus, .auth form .btn-primary:active {
    color: #fff;
    background-color: #5e2572;
    border: none;
	box-shadow: none;
	font-size:18px;
}
.auth-form-btn{
	border-radius:3px;
    margin-bottom: 10px;
}
.form-check {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0;
}
.auth.auth-img-bg {
    padding: 0;
}
.auth form .checkbox-container {
    display: block;
	text-align:left;
	color:#9b9b9b !important;
    position: relative;
    padding-left: 25px !important;
	font-weight: 400;
    cursor: pointer;
	font-size:14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.auth form .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	left: 0;
}

/* Create a custom checkbox */
.auth form .checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
	border: 2px solid #5e2572;
}

/* When the checkbox is checked, add a blue background */
.auth form .checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #5e2572;
    border: 2px solid #5e2572;
}
/* Create the checkmark/indicator (hidden when not checked) */
.auth form .checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.auth form .checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.auth form .checkbox-container .checkbox-checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.justify-content-between {
    justify-content: space-between !important;
}
.auth form .btn-primary:focus, .auth form .btn-primary:active{
    outline: unset;
    outline: unset;
    outline-offset: unset;
}
.text-black {
    color: #000;
	margin-top: -10px;
}
.btn-facebook {
    background: #3B5998 !important;
    color: #ffffff;
}
.btn-google {
    background: #DC4E41 !important;
    color: #ffffff;
}
.color-txt{
color:#850808;
font-weight:bold;
}
.auth .login-half-bg {
    background: url(../images/login-bg.jpg);
    background-size: cover;
}
/*============= New CSS ===============*/

@media (min-width:992px) {
  body.boxed .global-wrap {
    width: 1230px;
    margin: 30px auto;
    -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 2px rgba(0,0,0,0.2);
  }
}
.full-page {
    background: url("/assets/images/lp/Background.png");
    background-attachment: fixed;
    background-size: cover;
}
.global-wrap {
  background: #fff;
  height: 100%;

}
.dis-table {
  display: table;
}
.full,
.full-page {
  width: 100%;
  height: 100%;
}
.rel {
  position: relative;
}
.full-height {
  height: 100%;
}
.full-page {
  position: relative;
}
.top-area,
.special-area {
  /*height: 700px;*/
  position: relative;
  overflow: hidden;
}

.special-area {
  height: 500px;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-darken {
  background: #f2f2f2;
}
/******************New Added CSS****************************/
.login-page-packages {
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    left: 430px;
    /*overflow-y: auto;*/
    background-color: transparent;
    min-height: 100vh;
    z-index: 9;
}
.login-page-packages h2 {
    color: #fff;
    margin-bottom: 15px;
}
.packages-content {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    max-width: 750px;
    margin: 0 auto;
    right: 20px;
    left: 20px;
}
.access_social .btn-google {
    justify-content: center;
    box-shadow: none !important;
    border-radius: 3px !important;
}
.global-wrap .auth-form-btn {
    background: #850808;
	border: 1px solid #850808;
}
.global-wrap .text-primary {
    color: #850808 !important;
}
.register-type .radio.radio-inline {
    display: inline-block;
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
	position:relative;
}
.register-type .radio-container input{
	top:0;
}
.register-type .radio-container {
	padding-left:25px;
}
.register-type .radio-checkmark {
    border-color: #C5C5C5;
	top:2px;
}
.register-type .radio.radio-inline:nth-child(2) {
    margin-right: 40px;
}
.register-type .radio-container input:checked ~ .radio-checkmark {
    border-color: #850808;
}
.register-type .radio-container .radio-checkmark:after {
    background: #850808;
}
#login{
    width: 430px;
    padding: 0px 60px 30px 60px;
    position: absolute;
    left: 0;
    top: 0;
    /*overflow-y: auto;*/
    background-color: #fff;
    min-height: 100vh;
	z-index: 9;
}
#login aside {
    width: 310px;
    /*position: absolute;
    overflow-y: auto;*/
    overflow-x: hidden;
	min-height: calc(100vh - 30px);
}
#login figure {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: 0 0 25px 0;
    padding: 20px 0px 20px 0px;
}
#login aside .login-form {
    margin-bottom: 60px;
    display: block;
}
.access_social {
    margin-top: 45px;
}
a.social_bt.facebook {
    background-color: #3B5998;
}
a.social_bt.facebook:before {
    content: "\f09a";
	left: 12px;
    top: 12px;
    position: absolute;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.social_bt.google {
    background-color: #DC4E41;
}
a.social_bt.google:before {
    content: "\f0d5";
	left: 12px;
    top: 12px;
    position: absolute;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.social_bt.linkedin {
    background-color: #0077B5;
}
a.social_bt.linkedin:before {
    content: "\f0e1";
	left: 12px;
    top: 12px;
    position: absolute;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}
a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 20px 0;
    background-color: #e1e8ed;
}
.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}
a#forgot {
    color: #737373;
    font-weight: 500;
}
.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}
.btn_1:hover {
    background: #0098da;
    color: #fff;
}
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.btn_1 {
    border: none;
    color: #fff;
    background: #ed3237;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.add_top_10 a {
    color: #ed3237;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
#login aside .copy {
    text-align: center;
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 0px;
    width: 100%;
    color: #999;
    font-weight: 500;
}
#login aside .copy a {
	color: #ed3237;
}
.infobox {
    padding: 25px;
    /* border: 1px solid orange; */
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 45px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 45px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 45px -10px rgba(0,0,0,0.75);
}
.about h2 {
    font-weight: 400;
}
.serviceList li {
	color: #f9a75d;
	display: inline-block;
	margin: 4px;
	padding: 8px;
	border: 1px dashed #e5e5e5;
	border-radius: 5px;
}
.location-map:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.location-map {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.thumb-header .fa {
    font-size: 61px;
    color: #fff;
    background: #0098da;
    padding: 12px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}
.why-choose {
    padding: 80px 0;
}
.domestic-holiday-section {
    background: #f2f2f2;
    padding: 80px 0 100px;
}
.international-holiday-section {
    padding: 80px 0 100px;
}
.holiday-section .holiday-pics {
    padding: 0;
    position: relative;
}
.holiday-section .holiday-pics:hover .thumb-caption {
    opacity: 1;
}
.holiday-section .holiday-pics:hover .hover-title {
    opacity: 0;
}
.holiday-section .holiday-pics:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(1.5,1.5,0.5);
    transform: scale3d(1.5,1.5,0.5);
}
.holiday-section .holiday-pics:hover:before {
    opacity: 0.65;
	background:#0098da;
}
.holiday-section .holiday-pics:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.holiday-section .holiday-pics .thumb-caption .text-darken {
    color: #fff;
}
.holiday-section .holiday-pics img {
    width: 100%;
}
.holiday-section .holiday-pics img, .holiday-section .holiday-pics .thumb-title {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}
.holiday-section .holiday-pics .thumb-caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    /* margin-top: -15px; */
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.holiday-section .holiday-pics:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.holiday-section .holiday-pics p {
    position: absolute;
    bottom: 0;
    top: 55px;
    text-align: left;
    font-style: italic;
    text-transform: none;
    font-size: 16px;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    color: inherit;
}
.bg-color {
  background: #0098da;
}
.bg-holder {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.bg-holder > .bg-mask,
.bg-holder > .bg-blur,
.bg-holder > .bg-mask-darken,
.bg-holder > .bg-mask-lighten,
.bg-holder > .bg-parallax,
.bg-holder > .bg-img,
.bg-holder > .bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.bg-holder > .bg-video {
  width: 100%;
  height: auto;
  z-index: 4;
}
.bg-holder > .bg-mask,
.bg-holder > .bg-parallax,
.bg-holder > .bg-img {
  width: 100%;
  height: 100%;
}
.bg-holder.full > .bg-mask,
.bg-holder.full > .bg-mask-darken,
.bg-holder.full > .bg-mask-lighten,
.bg-holder.full > .bg-mask-white,
.bg-holder.full > .bg-mask-color,
.bg-holder.full > .bg-mask-color-invert {
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #000;
}
.bg-holder > .bg-mask,
.bg-holder > .bg-mask-darken,
.bg-holder > .bg-mask-lighten,
.bg-holder > .bg-mask-white,
.bg-holder > .bg-mask-color,
.bg-holder > .bg-mask-color-invert {
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #000;
}
.bg-holder > .bg-mask-lighten {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.bg-holder > .bg-mask-darken {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.bg-holder > .bg-mask-color {
  background: #0098da;
}
.bg-holder > .bg-mask-white {
  background: #fff;
}
.bg-holder > .bg-mask-color-invert {
  background: #127cdc;
}
.bg-holder > .bg-parallax {
  background-position: 50% 0;
  background-attachment: fixed;
}
@media (max-width:992px) {
  .bg-holder > .bg-parallax {
    background-attachment: scroll;
    background-position: center center;
  }
}
.bg-holder > .bg-blur {
  width: 50% !important;
  height: 50% !important;
  -webkit-transform-origin: 1% 1%;
  -moz-transform-origin: 1% 1%;
  -o-transform-origin: 1% 1%;
  -ms-transform-origin: 1% 1%;
  transform-origin: 1% 1%;
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -o-transform: scale(2.1);
  -ms-transform: scale(2.1);
  transform: scale(2.1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  z-index: 0;
}
.bg-holder > .bg-blur:before {
  content: '';
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-holder > .bg-blur.bg-parallax {
  background-attachment: scroll;
}
.bg-holder > .bg-holder-content,
.bg-holder > .bg-content {
  position: relative;
  z-index: 7;
}
.bg-holder > .bg-front {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 6;
}
@media (max-width:992px) {
  .bg-holder > .bg-front.bg-front-mob-rel {
    position: relative;
  }
}
.vert-center {
  left: 0 !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hor-center {
  left: 50% !important;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.full-center {
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.to-top {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  z-index: 10;
}
.loc-info {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding-top: 50px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.loc-info .loc-info-title {
  color: #fff;
}
.loc-info .loc-info-title img {
  width: auto;
  margin-right: 10px;
  margin-top: -5px;
}
.loc-info .loc-info-weather {
  margin: 0;
}
.loc-info .loc-info-weather-icon {
  font-size: 60px;
  margin-left: 5px;
}
.loc-info .loc-info-weather-num {
  font-size: 30px;
  position: relative;
  top: -15px;
}
.loc-info .loc-info-weather-num .meteocon {
  margin-left: -5px;
}
.loc-info .loc-info-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 10px 0;
  font-size: 13px;
}
.loc-info .loc-info-list > li > a {
  color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.loc-info .loc-info-list > li > a .fa {
  margin-right: 5px;
}
.loc-info .loc-info-list > li > a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.round img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.curved {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
img {
  width: 100%;
}
img.origin {
  width: auto;
}
img.pp-img {
  width: 200px;
  margin-bottom: 10px;
}
.header-top {
  padding: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.header-bottom {
    background: #0098da;
}
@media (max-width:992px) {
  .header-top {
    max-height: none;
	background: #fff;
  }
  #fixed-header .container {
    width: 100%;
}
  header#main-header, .header-top.sticky{
	  position:relative !important;
	  background: #fff !important;
  }

}
.logo {
    display: block;
}
.logo img {
  width: auto;
  max-width:300px;
}
.top-user-area {
    font-size: 16px;
    position: relative;
    padding: 9px 0;
}
.top-user-area > ul >li {
  line-height: 40px;
}
.top-user-area .top-user-area-list {
	float:right;
  /*position: absolute;
  top: 0;
  right: 0;*/
}
@media (max-width:992px) {
  .top-user-area .top-user-area-list {
    margin-top: 10px;
    position: relative;
  }
}
.top-user-area .top-user-area-list > li {
  position: relative;
  border: none !important;
}
.top-user-area .top-user-area-list > li a{
	color:#737373;
}
.top-user-area .top-user-area-list > li:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    height: 40%;
    background: #737373;
    width: 2px;
}
.top-user-area .top-user-area-list > li:last-child:after {
  background: none;
}

a.user-links {
    color: #737373;
}
.top-user-area .top-user-area-list > li.top-user-area-avatar {
  font-weight: 400;
}
.top-user-area .top-user-area-list > li.top-user-area-avatar > a > img {
  width: 44px;
  height: 44px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(0,0,0,0.1);
}
.top-user-area .top-user-area-list > li.top-user-area-avatar > a:hover > img {
  border: 2px solid #0098da;
}
.top-user-area .top-user-area-list > li.top-user-area-lang > a > img {
  margin-top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.top-user-area .top-user-area-list > li.top-user-area-lang > a:hover > img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a {
  line-height: 20px;
}
.top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a img {
  width: 20px;
  height: 20px;
}


@media (max-width:1024px) {
	.logo {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
}
#login figure {
    margin: 0 0 20px 0;
    padding: 10px 0px 10px 0px;
}
}

@media (max-width:992px) {
  .top-area,
  .special-area {
    height: 700px;
  }
  #login{
	  width:350px;
	  padding: 0px 30px 30px 30px;
  }
  .login-page-packages{
	  left:350px;
  }
  #login aside {
    width: 290px;
  }
  .logo {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
}
}

/* ================== RAKESH CSS ========================================== */

.quicklinks, .quicklinks1 {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
    padding: 20px 15px;
	background: #fff;
}
.project-links.quicklinks .panel-heading, .project-links.quicklinks1 .panel-heading {
    border-color: #fff;
    background-color: #fff;
    color: #236a9e;
}
.project-links .panel-heading {
    padding: 0;
    border-color: #236a9e;
    background-color: #236a9e;
    color: #fff;
}
.quicklinks .panel.panel-default .panel-heading .panel-title, .quicklinks1 .panel.panel-default .panel-heading .panel-title {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #00324c;
    padding: 0px 0px 5px 0;
    position: relative;
}
.project-links .panel-heading a {
    padding: 5px 20px 5px 5px;
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    position: relative;
    font-weight: 600;
}
.project-links .panel-body a {
    padding: 5px;
}
.project-links .panel-body a {
    display: block;
    font-size: 12px;
}
ul.include-list {
    padding: 0px;
    list-style-type: none;
}
ul.include-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 0px;
    font-size: 13px;
}
ul.include-list li:before {
    content: '';
    position: absolute;
    background: url(../images/icons/checked.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 16px;
    width: 16px;
    left: 0;
    top: 2px;
}
.card.sales-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.quicklinks .panel-body, .quicklinks .panel-body.hide-list {
    position: relative;
    margin: 10px 0;
    border: none !important;
    padding: 0 !important;
    height: 108px;
    overflow: hidden;
}
.quicklinks .panel-body .hide-show, .quicklinks1 .panel-body .hide-show {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}
/*************End CSS*****************/
.logo-pmegp .mobile-logo {
	display:none;
}



#slidebar {
    width: 300px;
    top: 160px;
    position: fixed;
    z-index: 1;
    color: #333;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#sidebar, #sidebar1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 200px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    word-break: break-all;
    padding: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #ff6607;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
#header {
    width: 260px;
    position: absolute;
    right: 0;
    top: 0px;
    border: 1px solid #d8d8d8;
    padding: 20px;
    border-radius: 0 3px;
    background: #fff;
    cursor: auto;
    box-shadow: 5px 2px 5px #d8d8d8;
}
#close-slide{display:none;}
#sidebar img, #sidebar1 img {
    width: 20px;
    margin-left: -4px;
    margin-bottom: 5px;
}
#slidebar textarea.form-control {
    height: 80px;
    resize: none;
}
.landing-page-header .logo-pmegp {
    padding: 10px 0;
}
.logo-pmegp {
    padding: 10px 0;
}
.landing-page-header .top-bar {
    /*background: #ffffff;*/
}
.menu-bar {
    background: #ffbc5e; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffbc5e 0%,#f97b54 40%,#ffbc5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffbc5e 0%,#f97b54 40%,#ffbc5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc5e', endColorstr='#ffbc5e',GradientType=1 ); /* IE6-9 */
}
.big-bg-image {
	background:url(../images/lp/Background.png);
	background-size:cover;
	width:100%;
	min-height:83.6vh;
	position:relative;
	overflow:hidden;
}
.bg-overlay-color {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.rocket-img {
	position:relative;
	z-index:2;
}
.heading-text {
	text-align:center;
	position:relative;
	z-index:2;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:20px;
}
a .heading-text {
	color:#444;
	line-height:52px;
	font-size:35px;
	text-decoration:none;
}
.block-1 {
    position: relative;
    z-index: 2;
}
.border-radius-0 {
	border-radius:0 !important;
}
.bg-white-opac {
	background-color:rgba(256, 256, 256, 0.9);
	margin-top:10%;
}
.btn-custom-lp {
    background: url(../images/lp/Patch.png);
    max-width: 400px;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    display: block;
    height: 39px;
    padding: 10px 0;
}


/*************** Mobile Menu CSS ****************/

.menu-bars{
	display:none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
    text-align:left;
	-webkit-box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
	-moz-box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
	box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
}
.mob-menu {
    height: 100vh;
    overflow-y: auto;
    width: 280px;
    float: right;
    background: #ff6607;
}
ul.mobile-menu-links, ul.mobile-menu-links li ul {
    list-style-type: none;
    padding: 0;
}
.collapse.in {
    display: block;
}
.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #929191;
    /*border-top: 1px solid #9e9b9b;*/
    display: block;
    transition: 0.3s;
	margin-right: 0;
}
.sidenav ul.mobile-menu-links li > a.open-div {
    position: relative;
}
.sidenav ul.mobile-menu-links li > a.collapsed:before {
    background: #fff;
    height: 10px;
    position: absolute;
    right: 19px;
    width: 2px;
    top: 14px;
    content: '';
	display:block !important;
}
.sidenav ul.mobile-menu-links li > a.open-div:after {
    content: '';
    background: #fff;
    height: 2px;
    position: absolute;
    right: 15px;
    width: 10px;
    top: 18px;
}
.sidenav ul.mobile-menu-links li a {
    color: #fff;
    padding-left: 20px !important;
    border-bottom: 1px solid #f3bd9c !important;
    border: none;
    font-size: 12px;
    font-weight: bold;
    background: #ff6607;
}
.sidenav ul.mobile-menu-links li ul li.mega-menu-item a {
    padding-left: 30px;
    background: #efeeee;
}
.sidenav ul.mobile-menu-links li ul li a {
    padding-left: 30px !important;
}
.sidenav ul.mobile-menu-links li ul li.mega-menu-item ul li a {
    padding-left: 45px;
    background: #f5f5f5;
}
.sidenav .closebtn {
    position: absolute;
    top: 6px;
    right: 267px;
    font-size: 24px;
    border: 1px solid #fff;
    padding: 3px 4px !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff6607;
    color: #fff !important;
    z-index: 999999;
    line-height: 16px;
}
.menu-list .menu-bars img {
    width: 20px;
	margin-top: 6px;
}
.menu-list {
    display: none;
}
@media (max-width:1200px){
.bg-white-opac .heading-text {
    font-size: 30px;
    line-height: 35px;
}
}
@media (max-width: 992px) {
.bg-white-opac .heading-text {
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px !important;
}
}
@media (min-width: 768px) {
.auth.auth-img-bg .auth-form-transparent {
    width: 60%;
    margin: auto;
}
}
@media (max-width:1024px){
	.top-bar .container-fluid {
		padding-right: 0;
	}
	.logo-pmegp {
		width: 90%;
		display: inline-block;
	}
	.menu-list {
    display: inline-block;
    padding-top: 7px;
}
.menu-list .menu-bars {
    margin-right: 15px;
}
.menu-list .menu-bars img {
    width: 20px;
    margin-top: 6px;
}
.menu-bars{
	display:block;
}
section.main-header .bottom-row{display:none;}
}
@media (max-width:767px){
.bg-holder{
	background:#fff;
}
.logo-pmegp {
		width: 80%;
	}
.bg-white-opac .heading-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px !important;
	text-align: center !important;
}
.btn-custom-lp {
margin: 0 auto;
}
.logo-pmegp img.mobile-logo {
	width: 230px;
}
.logo-pmegp .mobile-logo {
	display:block;
}
.logo-pmegp .desktop-logo {
	display:none;
}
.top-bar .container-fluid {
    padding-right: 15px;
}
.auth .auth-form-light {
padding:30px 15px;
}
.login-page-packages{
	display:none !important;
}
.bg-holder.full > .bg-mask, .bg-holder > .bg-img, .top-area {
    display: none;
}
#login {
	max-width:320px;
    width: 100% !important;
    padding: 0px !important;
    position: relative;
	margin:0 auto;
}
#login aside {
    width: 100%;
	padding: 10px 15px 10px;
}
#login figure {
    padding: 0;
}
.logo img {
    max-width: 290px;
}
}
.question-location {
    background: #ffeed8;
    /*text-align: center;*/
    border: 1px solid #ddd;
    padding: 5px;
}

.ticker-box {
    background: #333;
    width: 200px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding: 5px;
    font-size: 30px;
}

ul.answer-bubbles {
    margin: 10px auto;
    padding: 10%;
    width: 80%;
    /*float: left;*/
    list-style: none;
}

ul.answer-bubbles li {
    width: 30px;
    height: 30px;
    background: #E9E9E9;
    float: left;
    margin: 5px 5px 0;
    color: #bdbbbb;
    font-size: 15px;
    padding: 3px 0 0 0;
    text-align: center;
    border-radius: 50%;
}

ul.answer-bubbles li.wrong {
    background: dodgerblue;
    color : #fff
}

ul.answer-bubbles li.correct {
    background: green;
}
.question-location h4 {
    font-size: 16px;
    font-weight: 500;
}
.text-orange {
    color: #ff6607;
}
.border-2 {
    border:1px solid #ddd;
}
.border-light-2 {
    border-color: #ddd;
}
.border-right-2 {
    border-right: 1px solid #ddd;
}

.qustion-ans-pannal .qustion {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.ans ul {
    margin: 10px;
    padding: 0px;
    list-style:none;
}
.ans ul li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
.bix-div-answer {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    width: 100%;
    float: left;
    padding: 5px 10px;
    background: #f0f0f0;
    position: relative;
}
.user-quiz-summery {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    background: #F8F8F8;
}
.download-btn {
    text-align:center;
}
.download-btn a {
    background: rgb(255, 64, 76) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 5px 10px;
}
.download-answersheet a {
    background: rgb(0, 134, 48) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 5px 10px;
    margin-bottom:15px;
}
.download-answersheet {
    display: block;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
}
.share-result {
    width: 100%;
    float: left;
    background: #F8F8F8;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0 20px 0;
}
#share-result .share-your-result {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.w-0 {
    width: auto !important;
}

.user-img-demo {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #ff6607;
    padding: 10px;
    background: #fff;
}
.user-img-demo img {
    width:100%;
}
.user-usefull-links ul {
    margin:0;
    padding:0;
    list-style:none;
}

.user-usefull-links ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-bottom: 1px solid #ea5a00 !important;
    display: block;
}
.user-usefull-links ul li .nav-link.active {
    background: #510303;
    color: #fff;
}
.user-usefull-links ul li .nav-link.active:after {
    position: absolute;
    content: '';
    color: #fff;
    z-index: 1;
    width: 5px;
    height: 5px;
    right: 20px;
    margin-top: 5px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
}
.user-usefull-links ul li:last-child a {
    border-bottom:none;

}
.user-usefull-links {
    background: #ff6607;
    padding: 0px 0px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.download-answersheet a {
    background: rgb(0, 134, 48) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 5px 10px;
    margin-bottom:15px;
}
.download-answersheet {
    display: block;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
}
.share-result {
    width: 100%;
    float: left;
    background: #F8F8F8;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0 20px 0;
}
#share-result .share-your-result {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.user-quiz-summery {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    background: #F8F8F8;
}
.download-btn {
    text-align:center;
}
.download-btn a {
    background: rgb(255, 64, 76) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 5px 10px;
}
.badge-orange {
    background-color: #ff6607;
}
.center-align {
    margin: 0 auto;
}

.user-icon-top-header {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ff6607;
}

.big-bg-image {
    background: url(/assets/images/lp/Background.png);
    background-size: cover;
    width: 100%;
    min-height: 83.6vh;
    position: relative;
    overflow: hidden;
}

.user-icon-top {
    padding-top: 2px;
}

.user-details {
    text-align: right;
    margin-top: 13px;
    border-left: 1px solid #ff6607;
    margin-bottom: 0;
}

.user-details .col-8 {
    padding-right: 0;
}
.text-user-name {

    font-weight: bold;
    color: #000;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;

}

.user-menu nav a {
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    background: #000;
    border-radius: 100px;
    font-size: 10px;
    display: inline-block;
    margin: 2px;
}
.login-logout-part {
    text-align: center;
    margin-top: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #ff6607;
    margin-bottom: 0;
}

.login-logout-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.login-logout-part ul li {
    display: inline-block;
}

.login-logout-part ul li a {
    background: #2d3491;
    border-radius: 3px;
    color: #fff;
    padding: 6px 20px;
}

.bg-red-t-1 {
    background: #f03a47;
}

.medium {
    font-size: 13px;
}

.bg-blue-t-1 {
    background: #0071bc;
}

.bg-orange-t-1 {
    background: #f7931e;
}

.bg-green-t-1 {
    background: #22b573;
}

.bg-blue-t-2 {
    background: #2e3192;
}

.bg-red-t-2 {
    background: #9e005d;
}

.bg-purple-t-2 {
    background: #662d91;
}

@media (max-width: 600px) {
    .user-details {
        border-left: none;
        margin-bottom: 10px;
    }
}
.left-info {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}

.notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url('/assets/images/bg.jpg') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}


.notfound h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.notfound p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}

.notfound a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0046d5;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
    box-shadow: 0px 4px 15px -5px #0046d5;
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 142px;
    }
    .notfound .notfound-404 h1 {
        font-size: 112px;
    }
}
.no-border-top tbody tr:first-child td{
    border-top:none !important;
}
.tab-block {
    display: block;
    border-radius: 50%;
    background: #f2f2f2;
    text-align: center;
    line-height: 31px;
    box-shadow: 0 5px 5px #00000029;
    border: 1px solid #ddd;
    color: #444;
}
.episodes .light-blue-bg {
    background-color:#ff8556 !important;
}
.epi .card {
    border-left: 2px solid #ff8556;
}
.bg-success-light {
    background-color: #78d29e !important;
}
.badge-success-light {
    color:#fff;
    background-color: #78d29e !important;
}
.bg-danger-light {
     background-color: #ea5e5a !important;
 }
.badge-danger-light {
    color:#fff;
    background-color: #ea5e5a !important;
}
.bg-warning-light {
    color:#000;
    background-color: #f0e26a !important;
}
.badge-warning-light {
    color:#000;
    background-color: #f0e26a !important;
}
.text-danger-light {
    color: #ea5e5a !important;
}

.text-success-light {
    color: #78d29e !important;
}

.text-warning-light {
    color: #f0e26a !important;
}
.video-section.fixed-bottom {
    right: 0;
    max-width: 617px;
    bottom: 0
}
.video-section .react-player__play-icon {
    width: auto !important;
}
.video-section div div {
    width: 100% !important;
}
.video-section.fixed-corner {
    left: 15%;
    width: 350px;
    position: fixed;
    bottom: -13px;
    z-index: 1;
    border: 1px solid #000;
    box-shadow: -12px -1px 25px #0000005c;
}
.video-section.fixed-corner div div {
    width: 100% !important;
    height: 210px !important;
}
.video-section.fixed-corner.card {
    background: none !important;
    padding: 0;
}
.video-section.fixed-corner.card .card-body{
    padding:0 !important;
}
.video-section.fixed-corner .react-player__play-icon {
    width: auto !important;
    height: auto !important;
}
#hi pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: visible !important;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.user-img-demo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #ff6607;
    padding: 10px;
    background: #fff;
}
.user-img-demo img {
    width:100%;
}

.bg-light-blue {
    background:#ebf6f9;
}
label.edit-image {
    position: absolute;
    z-index: 3;
    margin-top: -12px;
    width: 40px;
    height: 40px;
    background: #ff6607;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    margin-left: 12%;
    cursor: pointer;
    top : 135px;
}
.btn-white {
    background:#fff;
    color:#333;
    padding:3px 10px;
    font-size:13px;
    text-transform:uppercase;
    border-radius:3px;
}
.table-no-border td {
    border:none !important
}
.video-section div div .react-player__shadow {
    background: rgba(0, 0, 0, 0.53) radial-gradient(at center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 60%) repeat scroll 0 0 !important;
    border-radius: 20px !important;
    height: 80px !important;
    width: 125px !important;
}
.react-player__play-icon {
    border-width: 25px 0 25px 35px !important;
}
.video-section div div .react-player__shadow:hover {
background: rgb(227, 52, 47) radial-gradient(at center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 60%) repeat scroll 0 0 !important;
}

.circle-box-dash {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 58px;
}
.circle-box-dash img {
    width:auto !important;
}
.border-orange {
    border-color: #ff6607;
}
.mh-230 {
    min-height: 230px;
}
.mh-150 {
    min-height: 150px;
    padding: 20px;
}
.mh-200 {
    min-height: 200px;
}
.card-title-small {
    font-size: 13px;
    font-weight: bold;
    min-height: 45px;
    text-transform: uppercase;
}
.tick-mark-list {
    margin: 0;
    list-style: none;
    padding-left: 30px;
}
.tick-mark-list li {
    margin-bottom: 10px;
    font-weight: 500;
}
.tick-mark-list li:before {
    width: 15px;
    height: 11px;
    position: absolute;
    content: '';
    background-image: url("/assets/img/tick-mark.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -30px;
    margin-top: 6px;
}
.footer-widget ul.list-inline li.list-inline-item a {
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
}
.footer-widget ul.list-inline li.list-inline-item:last-child a:after {
    display: none;
}
.footer-widget ul.list-inline li.list-inline-item a:after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    background: #fff;
    margin-left: 11px;
    margin-top: 8px;
}
.bg-light-grey .footer-widget {
    padding-top: 0;
    margin-top: 0;
}
.footer-widget ul.list-inline li.list-inline-item a:hover {
    color: #efefef;
    text-decoration: underline;
}
.verticle-nav-tabs .nav-tabs .nav-item a.nav-link:before {
    content: '';
    position: absolute;
    background: url(/assets/images/arrow-list-table.png);
    background-size: 75%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 12px;
}
.verticle-nav-tabs .nav-tabs .nav-item a {
    height: auto;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    border: none;
    color: #444;
    border-bottom: 1px dotted #fa8656;
}
.verticle-nav-tabs .nav-tabs .nav-item a.active {
    color: #008cf6;
}
.verticle-nav-tabs .nav-tabs {
    border: none;
}
.breadcrum-area {
    background: #e9ecef;
    font-size: 12px;
}
.center-pagination {
    margin: 10px auto;
}

.m-m-16 {
    margin: -16px;
}
.player-modal {
	background: none !important;
	border: none !important;
}

.player-modal .modal-content {
	background: none !important;
	border: none !important;
}

.player-modal .modal-content .card-body div div {
	height: 392px !important;
}

.fixed-app-btns {
	position: fixed;
	top: 30%;
	right: 0;
	max-width: 40px;
	z-index: 9;
}

.fixed-app-btns .list-unstyled.mobile li {
	margin-bottom: 10px;
}

.fixed-app-btns .list-unstyled.mobile li img {
	max-width: 100%;
}
/************************************/
/********* Workshop CSS ************/
/************************************/

.news-marque {
	background-color: #9E2A2B;
	padding: 7px 15px;
	margin: 0px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}


.news-marque p {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0px;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

img {
	max-width: 100%;
	height: auto;
}
nav.navbar.navbar-toggleable-md {
	padding: .5rem 0;
}
.speaker-img-block {
	max-height: 268px;
	overflow: hidden;
}
.gallery-item .speaker-div {
	margin-bottom: 30px;
	border: 1px solid #fa8055;
}
.gallery .box {
	position: relative;
}
.gallery .box .image .hoverbox {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	cursor: pointer;
	right: 0;
	bottom: 0;
}
.gallery .box .image .show {
	text-align: center;
	background: rgba(255, 255, 255, 0.80);
	width: 100%;
	height: 100%;
}
.gallery .box .image .show i {
	color: #fa8055;
	font-size: 60px;
	cursor: pointer;
	transition: transform 0.35s ease 0s;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
}
.gallery .box:hover .hoverbox {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 1;
}
.gallery-list .gallery {
	margin-bottom: 30px;
}
.spkDetail {
	bottom: 0px;
	z-index: 99;
	padding: 0px 5px 15px 5px;
	width: 100%;
	text-align: center;
	color: #fa8055;
}
.spkDetail {
	padding: 5px;
	height: 110px;
	width: 100%;
	text-align: center;
	background: #fa8055;
	display: table;
}
.spkDetail h2 {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.spkDetail h2 span, .spkDetail h2 span a {
	display: block;
	color: #fff;
	font-size: 14px !important;
	font-family: 'Open Sans';
	padding-top: 5px;
}
.slide {
	margin-top: 50px;
}
li {
	list-style: none;
}
.navbar-toggleable-md .navbar-nav .nav-link {
	padding-right: .7rem;
	padding-left: .7rem;
}
.navbar-brand img {
	width: auto; /*margin-top: 8px;*/
}
/*profile summary css*/
.spk-bg {
	background: #f9f9f9;
	padding: 70px 0;
	margin-top: -60px;
}
.spk-outer {
	width: 20%;
}
.spk-image {
	width: 100%;
	margin-right: 0px;
}
.spk-image img {
	width: 100%;
	border-radius: 5px;
}
.spk-description {
	width: 100%;
	padding-top: 76px;
}
.spk-description h3 {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 45px;
	margin-top: 0px;
}
.spk-description h3 span {
	display: block;
	font-size: 21px;
	line-height: 30px;
}
#noPad {
	padding: 0px !important;
}
.spk-content {
	padding: 70px 0;
}
.spk-content p {
	font-size: 17px;
	color: #666;
}
.spk-content p a.email-link {
	color: #F00;
	text-decoration: underline;
}
.spk-content h4 {
	font-size: 21px;
	font-weight: bold;
}
#flexiselDemoSpk {
	list-style-type: none;
}
#flexiselDemoSpk li {
	float: left;
	width: 225px !important;
	text-align: left;
	margin-left: 9px;
	margin-bottom: 10px;
}
.mainflex img {
	width: 100%; /*height:290px;*/
}
.mainflex {
	margin-bottom: 10px; /* height:290px;*/
}
.gallery-item .mainflex img {
	height: auto;
	width: 100% !important;
}
/*end Summary css*/

#main-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
.header-main {
	position: relative;
	width: 100%;
}
.header-top {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9;
	background: #fa8055;
	border-bottom: 0px solid #0da8a6;
}
.header-overlay {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99999; /*background:rgba(57,94,102, 0.7);*/
	height: 99.5%;
}
.tp-overlay {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.7);
}
.dotted-overlay {
	width: 100%;
	height: 39px;
	position: absolute;
	bottom: 4px;
	z-index: 999;
}
.vidLayer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.date-venue h5 .fa {
	color: #fa8055;
}
.date-venue h5 {
	color: #fff;
	font-family: 'Open Sans';
}
.headerSec {
	max-width: 100%;
	text-align: center;
	position: absolute;
	top: 120px;
	z-index: 2;
}
.top-form {
	max-width: 300px;
	width: 100%;
	padding: 30px 15px;
	margin-right: 15px;
	border: 1px solid #fff;
	float: left;
	border-radius: 5px;
}
.top-form .custom-btn, .top-form .custom-btn:hover {
	color: #fa8055;
	background: #FFC107;
	border-color: #FFC107;
	text-transform: uppercase;
}
.gallery-item .mainflex {
	margin-bottom: 30px;
	height: auto;
	overflow: hidden;
}
.gallery-item .spkDetail h2 a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.headerCont {
	width: calc(100% - 315px);
	height: 100%; /*display:table-cell;*/
	float: left;
	vertical-align: middle;
	padding: 40px 0 0;
}
.ed-title {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.ed-title h2 {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Knockout-HTF70-FullWelterwt', sans-serif;
	font-size: 40px;
	line-height: 70px;
}
.ed-title span {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans';
}
.ed-title h2 span {
	color: #ffcb05;
	font-size: 60px;
	font-weight: 600;
}
.btnblk {
	float: left;
}
.top-most-header {
    background: #ffba5e;
    color: #fff;
	padding: 5px 0;
}
.socialSec {
	text-align: center;
	overflow: hidden;
}
.socials-nav {
	list-style-type: none;
}
.socials-nav li {
	float: left;
	margin-left: 10px; /*width:33%;*/
}
.socials-nav li .fa {
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    padding-top: 5px;
}
.socials-nav li .fa:hover {
	background: transparent;
	color: #fa8055;
	border-color: #fa8055;
}
.btn-action-buy {
	position: absolute;
	right: 190px;
	top: 27px;
}
.btn-action-buy a {
	border: 2px solid #ffcb05;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 20px 8px;
	text-decoration: none;
	color: #ffcb05;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.btn-action-buy a:hover {
	background: #ffcb05;
	color: #000;
}
ul.socials-nav {
	padding: 0px;
}
.navbar-nav {
	margin-top: 3px;
}
.headerElements {
	position: absolute;
	z-index: 999;
}
.video-bg {
	height: 725px;
	position: relative;
	background-color: #fa8055;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: luminosity;
}
.bg-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background: rgba(0,0,0,0.46);
	z-index: 2;
}
.video-bg video {
	position: absolute;
	top: 0px;
	z-index: 9;
	min-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: fill;
}
.circle {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	display: none;
}
.triangle {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
	text-align: center;
}
.dashboardcode-bsmultiselect .dropdown-menu .custom-control {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
	cursor: pointer;
}
.dashboardcode-bsmultiselect .dropdown-menu .custom-control .custom-control-label {
	position: static;
}
.navbar-inverse .navbar-nav .nav-link {
	color: #e7effd;
	font-size: 13px;
	font-family: 'Open Sans';
}
.navbar-inverse .navbar-nav .nav-link:hover {
	color: #fff;
}
.navbar-inverse .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
	color: #fff;
}
.navbar-nav .nav-link {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans';
}
.navbar-nav .nav-link:hover {
	color: #f2f2f2;
}
.btn-action-head {
	width: 100%;
	text-align: center;
}
.btn-action-head a {
	display: inline-block;
	background: #f58f20;
	color: #000;
	padding: 10px 25px;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 5px;
	margin-top: 20px;
	text-decoration: none;
	font-family: 'Open Sans';
	font-size: 16px;
	width: 250px;
}
.DesktopIncubation-img, .MobileIncubation-img {
	width: 100%;
}
.header-top .navbar-toggleable-md .navbar-collapse {
	float: left;
	width: 68%;
	padding-top: 7px;
}
.othersection {
	float: left;
	width: 322px;
}
.othersection a.btn {
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans';
	background: transparent;
	font-weight: 400;
	text-transform: uppercase;
	transition: .5s all;
	-webkit-transition: .5s all;
	border: 1px solid #fff;
	font-size: 16px;
	padding: 6px 30px;
	margin-left: 10px;
}
.othersection a.btn:hover {
	background: #fff;
	color: #333;
}
.date-venue-main {
	float: left;
	width: 24%;
	border-left: 1px dotted rgba(255,255,255,0.4);
	padding-left: 15px;
}
.date-venue-main h2 {
	font-family: 'Lato-Bold', sans-serif;
	font-size: 23px;
	color: #fff;
}
.date-venue-main h2 span {
	display: block;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #fff;
}
.aboutMain {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	background-size: cover;
	padding: 70px 0 76px;
	overflow: hidden;
}
.aboutMain .aboutHead {
	position: relative;
}
.aboutMain h2 {
	text-align: center;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Oswald';
	font-weight: 400;
}
.aboutMain h2 span, .aboutMain h2 span a {
	color: #fa8055;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 60px;
}
.partnerbg h2 {
	text-align: center;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 50px;
	font-family: 'Oswald';
	font-weight: 400;
}
.partnerbg h2 span {
	color: #fa8055;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 50px;
}
.expect h2 {
	text-align: center;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 35px;
	font-family: 'Oswald';
	font-weight: 400;
}
.expect h2 span {
	color: #fa8055;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 35px;
}
.speakerHead h2 {
	text-align: center;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Oswald';
	font-weight: 400;
}
.speakerHead h2 span {
	color: #fa8055;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 60px;
}
.conf-sec h2 {
	text-align: center;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Oswald';
	font-weight: 400;
}
.conf-sec h2 span {
	color: #fa8055;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 60px;
}
.linehighlight {
	width: 200px;
	margin: 20px auto 30px;
	text-align: center;
	height: 1px;
	background: #333;
	position: relative;
}
.linehighlight span {
	width: 100px;
	display: inline-block;
	height: 3px;
	background: #fa8055;
	margin-top: -1px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
p.txtyy {
	text-align: center;
	font-size: 20px;
	font-family: 'Open Sans';
}
.aboutList2 {
	width: 168px;
	position: relative;
	text-align: center;
	margin-top: 17px;
}
.aboutList2 ul {
	list-style-type: none;
	padding-left: 0px;
}
.aboutList2 ul li.greyLine {
	height: 1px;
	background: #666666;
}
.aboutList2 ul li.greenLine {
	height: 1px;
	background: #fa8055;
	width: 106px;
	margin-top: 4px;
}
.expect {
	margin-bottom: 0px;
}
.expectblk {
	margin-top: 0px;
}
ul.expectlist {
}
ul.expectlist li {
	list-style: none;
	margin-bottom: 20px;
	min-height: 175px;
}
ul.expectlist li .leadimg {
}
ul.expectlist li .leadtxt {
	font-family: 'Open Sans';
	font-size: 20px;
	color: #f58220;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.expectlist li .contblk {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #333;
}
ul.expectlist li.textright {
	text-align: right;
}
ul.expectlist li.textleft {
	text-align: left;
}
.aboutList3 {
	width: 73%;
	position: relative;
	text-align: right;
	margin-top: 17px;
	overflow: hidden;
	float: right;
}
.aboutList3 ul {
	list-style-type: none;
	padding-left: 0px;
}
.aboutList3 ul li.greyLine {
	height: 1px;
	background: #666666;
	width: 168px;
	float: right;
	display: block;
}
.aboutList3 ul li.greenLine {
	height: 1px;
	background: #fa8055;
	width: 106px;
	margin-top: 5px;
	float: right;
}
.videoMain {
	width: 100%;
	margin-top: 10px;
}
.video-sec .video-img {
	height: 257px;
	position: relative;
	background-size: cover;
}
.video-sec .bgMain {
	position: absolute;
	top: 0px;
	background: rgba(13, 172, 165,0.3);
	width: 100%;
	height: 100%;
}
.content-ed {
	margin-top: 0px;
}
.content-ed p {
	font-family: 'Open Sans';
	font-size: 17px;
	color: #333333;
}
.video-angle {
	position: absolute;
	top: 98px;
	right: 70px;
	z-index: 999;
}
.video-btm {
	position: absolute;
	right: 200px;
	bottom: 4px;
	z-index: 999;
	display: none;
}
.vidLayer {
	position: absolute;
	z-index: 999;
	bottom: 3px;
	display: none;
}
.video-tpLines {
	position: absolute;
	z-index: 999;
	top: 101px;
	display: none;
}
.video-dbl {
	position: absolute;
	z-index: 999;
	right: 420px;
	top: 92px;
	display: none;
}
.tp-conf-main {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.conference-sec {
	width: 100%;
	margin: 0;
	padding: 80px 0 0;
	position: relative;
	background-size: cover;
}
.tp-conf {
	position: absolute;
	top: 0px;
	right: 48px;
	display: none;
}
.conf-sec {
	padding: 0px 0 0;
	overflow: hidden;
}
.about-List {
	width: 168px;
	position: relative;
	text-align: center;
	margin: 23px auto;
}
.about-List ul {
	list-style-type: none;
	padding-left: 0px;
}
.about-List ul li.greyLine {
	height: 1px;
	background: #666666;
}
.about-List ul li.greenLine {
	height: 1px;
	background: #fa8055;
	width: 106px;
	margin: 4px auto;
}
.leftIcon {
	position: absolute;
	left: -110px;
	top: 199px;
}
.conf-desc p {
	text-align: center;
	font-family: 'Open Sans';
	font-size: 17px;
	color: #333;
}
.day1Main {
	width: 334px;
	margin: 11px auto;
}
.day1Main .daySec {
	background: #0074cb;
	float: left;
	padding: 7px 10px;
	color: #fff;
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 20px;
}
.day1Main .date {
	float: left;
	border-top: 1px solid #0074cb;
	border-right: 1px solid #0074cb;
	border-bottom: 1px solid #0074cb;
	font-size: 20px;
	text-transform: uppercase;
	color: #0074cb;
	padding: 6px 13px;
	border-left: 1px solid #0074cb;
	font-family: 'Open Sans';
	font-size: 20px;
}
.agenda-Main {
	width: 100%;
	clear: both;
	padding-top: 10px;
}
.agenda-Main ul {
	list-style-type: none;
	padding-left: 0px;
}
.agenda-Main ul li .agendaList {
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 24px;
	border: 1px solid #ffba5e;
}
.agenda-Main ul li .agendaList .agendaDec {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #333;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 4px solid #ffba5e;
}
.agenda-Main ul li .agendaList .agendaDec p {
	font-family: 'Open Sans';
	font-size: 14px;
	margin-bottom: 5px;
}
.agenda-Main ul li .agendaList .agendaDec span {
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.agenda-Main ul li .agendaList .agendaDec ul.confcont {
	list-style-type: none;
	margin-left: 2px;
	margin-top: 19px;
	padding-left: 0px;
}
.agenda-Main ul li .agendaList .agendaDec ul.confcont li {
	padding-left: 20px;
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 18px;
	font-size: 16px;
	margin-bottom: 12px;
}
.agenda-Main ul li .agendaList:hover {
	background: #ffbc5e;
    background: -moz-linear-gradient(left, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
    background: -webkit-linear-gradient(left, #ffbc5e 0%,#f97b54 40%,#ffbc5e 100%);
    background: linear-gradient(to right, #ffbc5e 0%,#f97b54 40%,#ffbc5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc5e', endColorstr='#ffbc5e',GradientType=1 );
	background-size: cover;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.agenda-Main ul li .agendaList .agendaDec ul.spklist {
	padding-left: 0px;
	margin: 10px 0 0;
}
.agenda-Main ul li .agendaList .agendaDec ul.spklist li {
	padding-left: 0px;
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
}
.agenda-Main ul li .agendaList .agendaDec ul.spklist li img {
	width: 100%;
}
.agenda-Main ul li .agendaList .agendaDec a.btn {
	display: inline-block;
	text-align: left;
	border: 2px solid #f58220;
	color: #f58220;
	font-family: 'Open Sans';
	font-size: 14px;
	/*margin-left: -25px;
border-left: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;*/
	margin-bottom: 30px;
}
.agenda-Main ul li .agendaList .agendaDec:hover {
	color: #ffffff !important;
	border-left: 4px solid #f58220;
}
.agenda-Main ul li .agendaList .agendaSec:hover {
	background: none !important;
}
.agenda-Main ul li .agendaList .agendaDec:hover a.btn {
	color: #fff;
}
.btn-action-conf {
	width: 27%;
	margin: 30px auto 55px;
	overflow: hidden;
}
.btn-action-conf ul {
	list-style-type: none;
	padding-left: 0px;
}
.btn-action-conf ul li {
	float: left;
}
.btn-action-conf ul li.view-full {
	padding: 6px 20px;
	display: inline-block;
	background: #0074cb;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	text-align: center;
	margin-top: 5px;
}
.btn-action-conf ul li.view-full a {
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}
.btn-action-conf ul li.buy-tickets {
	padding: 9px 25px;
	display: inline-block;
	background: transparent;
	border: 2px solid #0074cb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #0074cb;
}
.btn-action-conf ul li.buy-tickets a {
	color: #0074cb;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
}
.confblk {
}
.confblk ul.nav-tabs {
	text-align: center;
	display: block;
	border: none;
	margin-bottom: 20px;
}
.confblk ul.nav-tabs li {
	display: inline-block;
	float: none;
}
.confblk .nav-tabs .nav-link {
	background: #fff;
	border-radius: 4px;
	color: #fa8055;
	font-size: 20px;
	font-family: 'Open Sans';
	line-height: 30px;
	text-transform: uppercase;
	padding: 5px 20px 5px;
	margin-left: 0px;
}
.confblk .nav-tabs .nav-item.show .nav-link, .confblk .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #fa8055;
	border: none;
}
.confblk .tab-content > .active {
	background: transparent;
}
.awards-sec {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 859px;
	position: relative;
	background-size: cover;
}
.awrd-tp {
	left: -30px;
	position: absolute;
	top: 0px;
	display: none;
}
.awards-cont {
	margin-top: 159px;
}
.awards-cont h2 {
	color: #fa8055;
	text-transform: uppercase;
	font-family: 'Open Sans';
}
.awd-cat {
	width: 100%;
	clear: both;
	margin-top: 7px;
}
.awd-cat h3 {
	font-family: 'Lato-Light';
	font-size: 30px;
	color: #fff;
	margin-top: 0px;
}
.awd-cat ul {
	list-style-type: none;
	padding-left: 0px;
}
.awd-cat ul li {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
}
.btn-action {
	width: 100%;
	clear: both;
	margin-top: 8px;
}
.btn-action ul {
	list-style-type: none;
	padding-left: 0px;
}
.btn-action ul li.view-btn {
	background: #31b1c4;
	padding: 6px 25px;
	display: inline-block;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}
.btn-action ul li.view-btn a {
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}
.btn-action ul li.nominate-btn {
	background: transparent;
	padding: 6px 25px;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 2px solid #31b1c4;
	margin-top: -2px;
}
.btn-action ul li.nominate-btn:hover {
	background: #31b1c4;
}
.btn-action ul li.nominate-btn a:hover {
	color: #fff;
}
.btn-action ul li.nominate-btn a {
	color: #31b1c4;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 400;
}
.awrd-pics {
	width: 100%;
	padding-top: 92px;
}
.awrd-pics ul {
	list-style-type: none;
	padding-left: 0px;
}
.awrd-pics ul li {
	border: 1px solid #fa8055;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
}
.awrd-pics ul li:last-child {
	margin-bottom: 0px;
}
.mrgTpA {
	margin-top: 98px;
}
.awrd-icon {
	text-align: right;
	display: none;
}
.awrd-layer {
	margin-top: 16px;
	text-align: right;
	margin-right: -40px;
	display: none;
}
.awd-cat h3 span {
	color: #ffcb05;
}
.mainList {
	top: 70px !important;
}
.exhibition-sec {
	width: 100%;
	margin: 0;
	padding: 0px;
	background: #f5f5f5;
	position: relative;
}
.exbBtm {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.tp-edu {
	float: right;
	margin-right: 60px;
	display: none;
}
.mid-edu {
	margin-top: 120px;
}
.mid-edu img {
	display: none;
}
.edu-cont {
	text-align: right;
	margin-top: 20px;
}
.edu-cont h2 {
	font-family: 'Open Sans';
	font-size: 40px;
	color: #fa8055;
	text-transform: uppercase;
	margin: 0px;
}
.edu-desc {
	padding-top: 11px;
	overflow: hidden;
	width: 100%;
}
.edu-desc p {
	text-align: right;
}
.exbIcon {
	top: 141px;
	position: absolute;
	right: 30px;
}
.exbPics {
	margin-top: 159px;
	position: relative;
	z-index: 9;
}
.exb-layer {
	margin-top: 16px !important;
	z-index: 0;
	position: absolute;
	left: -10px;
	bottom: 73px;
}
.exblayer {
	margin-top: 40px;
	margin-right: -40px;
	display: none;
}
.exbMain {
	width: 100%;
	padding-bottom: 60px;
}
.mainHead {
	background: #fa8055;
	width: 100%;
	position: relative;
}
/*partner section*/
#partners h3.subHead {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 50px;
	margin-bottom: 30px;
}
#speakers h3.subHead {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 50px;
	margin-bottom: 30px;
}
.bdyHeight {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	margin-top: 100px;
}
.bcc {
	border-top: 0px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	height: 100px;
}
.imgb {
	margin-bottom: 20px;
}
.imgb span {
	background: #fbfbfb;
	display: block;
	margin: 0 auto;
	padding: 7px 0 0;
	height: 129px;
	border: solid 1px #f5f5f5;
	text-align: center;
}
.imgb span:hover {
	background: #f5f5f5;
}
h3.partner-tiltle {
	font-size: 18px;
	color: #333;
	margin: 0 auto;
	display: block;
	line-height: 20px;
	text-align: center;
	padding: 10px;
	font-weight: 400;
	text-transform: capitalize;
}
h3.partner-tiltle a {
	color: #333;
}
h3.partner-tiltle a:hover {
	color: #d4161b;
	text-decoration: underline;
}
h4.partner-subtiltle {
	font-size: 16px;
	display: block;
	font-weight: 400;
	color: #666;
	text-align: center;
	margin-top: 0px;
	text-transform: capitalize;
}
/*awards categories*/
ul.awalist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.awalist li {
	margin: 0 18px 0 0px;
	padding: 0px;
	float: left;
}
ul.awalist li a {
	width: auto;
	background: #359183;
	color: #fff;
	font-size: 18px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 5px 10px;
}
ul.awrd-cat-list {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	list-style-type: none;
}
ul.awrd-cat-list li {
	padding-left: 22px;
	font-weight: 400;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	width: 46%;
	float: left;
	margin: 0 20px 10px 5px;
}
ul.awrd-cat-list li strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
/*awards overview*/
h2.subHead2 {
	font-family: 'Open Sans';
	font-size: 21px;
}
h3.subMain {
	color: #333;
	font-family: 'Open Sans';
	font-size: 18px;
}
.val-btn {
	list-style-type: none;
	padding-left: 0px;
}
.val-btn li {
	float: left;
	display: inline-block;
	border: 1px solid #fa8055;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.val-btn li a {
	text-decoration: none;
	color: #fa8055;
}
.val-btn li a:hover {
	background: #fa8055;
	color: #fff;
}
/*conference agenda*/
table.conf-agenda {
	border-collapse: collapse;
	margin: 0 0 30px;
	width: 100%;
	border: 1px solid #d6d6d6;
}
table.conf-agenda th {
	background: #fa8055;
	border-color: #d6d6d6 #d6d6d6;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	height: 18px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
}
.grey-bg {
	background: #f6f6f6;
}
table.conf-agenda td {
	border: 1px solid #d6d6d6;
	padding: 10px;
}
table.conf-agenda td:first-child {
	width: 19%;
	color: #666;
	font-size: 16px;
	vertical-align: text-top;
	text-align: center;
}
table.conf-agenda td:last-child {
	width: 81%;
	-moz-border-bottom-colors: #d6d6d6;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: #d6d6d6;
	border-color: #d6d6d6;
	border-style: solid;
	border-width: 1px 0 1px 0;
	text-align: left;
	color: #666;
	font-size: 15px;
	font-weight: 400;
}
table.conf-agenda td strong {
	padding: 10px 0 5px 0;
	display: block;
	font-weight: 700;
}
table.conf-agenda td ul.conlist {
	margin-top: 15px;
	padding: 0;
	list-style-type: none;
}
table.conf-agenda td ul.conlist li {
	line-height: 22px;
	padding: 0 0 5px 20px;
	width: 98%;
	margin-left: 10px;
}
table.conf-agenda td a {
	color: #fa8055;
	text-decoration: none;
}
table.conf-agenda td a:hover {
	text-decoration: underline;
}
.t-cent {
	text-align: center !important;
}
/*conference overview*/

ul.overview-list {
	margin: 0;
	clear: both;
}
ul.overview-list li {
	display: block;
	color: #666;
	font-size: 15px;
	line-height: 28px;
	padding-left: 22px;
}
ul.overview-list li a {
	color: #666;
}
ul.overview-list li a:hover {
	text-decoration: underline;
}
.bookStall {
	margin-top: 20px;
	margin-left: 20px;
}
.educators {
	border-top: 5px solid #fa8055;
}
.topFee {
	background: #f2f2ec;
}
.topFee h2 {
	font-size: 34px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	padding-top: 35px;
	margin-bottom: 13px;
}
.topFee h2 span {
	color: #fa8055;
	font-weight: 600;
	font-family: 'Open Sans';
}
.topFee p {
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding-bottom: 34px;
	margin-bottom: 0px;
	font-family: 'Open Sans';
}
.topFee p span {
	color: #333333;
	font-weight: bold;
}
.delegateFee {
	background: #ebebe3;
	border-top: 1px solid #dbdbd1;
	text-align: center;
	overflow: hidden;
	width: 380px;
	float: left;
	padding: 10px;
}
.delegateFee strong {
	padding-top: 30px;
	font-size: 25px;
	color: #000;
	display: block;
	margin-bottom: 12px;
}
.delegateFee p {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans';
}
.pdr {
	padding-right: 0px;
}
.pdl {
	padding-left: 0px;
}
.mrgMain {
	margin-bottom: 36px;
}
.vip {
	background: #666666;
}
.vip2 {
	background: #666666;
}
.vip2 strong {
	color: #fff;
}
.vip strong {
	color: #fff;
}
.vip p {
	color: #fff;
}
.vip2 p {
	color: #fff;
}
.mrgBtm {
	margin-bottom: 36px;
}
.vip .earlyAmt h3 i {
	font-size: 25px;
	padding-right: 5px;
	font-weight: 400 !important;
	color: #000;
}
.mrgTpMain {
	margin-top: 40px;
}
.vip .earlyAmt h3 .inpt-txt {
	font-size: 25px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	color: #000000;
}
.colMain {
	width: 93%;
	margin: 0 auto;
	overflow: hidden;
}
.col1 {
	width: 48%;
	float: left;
	margin-right: 12px;
	position: relative;
}
.col1:nth-child(2) {
	margin-right: 0px !important;
}
.earlyBird {
	width: 158px;
	background: #fff;
	border: 1px solid #999999;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}
.earlyTp {
	padding-top: 21px;
	padding-bottom: 15px;
}
.earlyTp p {
	color: #333333;
	font-size: 14px;
	margin-bottom: 0px;
}
.earlyTp p span {
	color: #fa8055;
	display: block;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 16px;
	font-weight: 600;
}
.earlyMain {
	background: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-top: 1px dotted #dbdbd1;
	border-bottom: 1px dotted #dbdbd1;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	width: 100%;
	margin-bottom: 0px !important;
	width: 90%;
	margin: 0 auto;
}
.earlyMain h3 .inpt-txt {
	font-size: 25px !important;
	margin-left: 10px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-weight: 600;
	width: 25%;
	background: transparent;
	border: none;
}
.earlyMain h3 span {
	display: block;
	font-size: 16px;
	color: #000000;
}
.vip2 h3 i {
	color: #fff;
}
.vip2 h3 .inpt-txt {
	color: #fff !important;
}
.vip2 h3 span {
	color: #fff;
}
.bdrNone {
	padding-bottom: 0px !important;
}
.earlyAmt {
	background: #f2f2ec;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #e6e6dd;
}
.earlyAmt h3 {
	font-size: 30px;
	font-weight: 400;
}
.earlyAmt h3 i {
	font-size: 25px;
	padding-right: 5px;
	font-weight: 400 !important;
}
.earlyAmt h3 span {
	display: block;
	font-size: 16px;
	color: #000000;
}
.prd-Btn {
	width: 100%;
	text-align: center;
}
input[type="submit"].prdBtn {
	border: 1px solid #fa8055 !important;
	padding: 10px 30px;
	margin: 20px 0;
	border-radius: 4px;
	background: transparent;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fa8055;
	text-transform: uppercase;
	font-size: 18px;
}
.mainEarly {
	margin-top: 30px;
}
.earlyAmt h3 .inpt-txt {
	font-size: 25px !important;
	width: 60%;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-weight: 600;
}
input[type="submit"].prdBtn:hover {
	border: 1px solid #fa8055;
	background: #fa8055;
	padding: 10px 30px;
	margin: 20px 0;
	border-radius: 4px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.vip input[type="submit"].prdBtn {
	border: 1px solid #fff !important;
	padding: 10px 30px;
	margin: 20px 0;
	border-radius: 4px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.vip input[type="submit"].prdBtn:hover {
	border: 1px solid #fff !important;
	background: #fff;
	padding: 10px 30px;
	margin: 20px 0;
	border-radius: 4px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fa8055;
	text-transform: uppercase;
	font-size: 18px;
}
.fr {
	float: right;
}
.opcMain {
	width: 158px;
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}
.opc2 {
	background: rgba(255,255,255,0.7);
	width: 158px;
	position: absolute;
	top: 0px;
	height: 100%;
	left: 7px;
}
.earlyAmt h3 .inpt-txt {
	font-size: 25px !important;
	width: 60%;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-weight: 600;
	border: none;
	background: transparent;
}
.bdrBtm {
	border-bottom: 1px dotted #d6d6d6;
	padding-bottom: 20px;
}
.mrgCol {
	margin-bottom: 10px;
}
.mainDelegate p {
	font-size: 13px;
	line-height: 15px;
}
.mainDelegate .earlyAmt {
	padding-bottom: 25px;
}
/*call for paper*/
#reg-sec2.modal {
	z-index: 9999;
}
#reg-sec2 .modal-dialog {
	width: 370px;
}
#reg-sec2 .modal-body {
	padding: 0px;
}
#reg-sec2 label {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal !important;
}
#reg-sec2 h3.author-main {
	font-size: 18px;
	border-bottom: 1px solid #dbdcdc;
	font-weight: 200;
	padding: 15px;
	margin-bottom: 0px;
}
#reg-sec2 .form-group {
	padding: 0px 15px;
	margin-bottom: 8px !important;
}
#reg-sec2 .form-group input[type="text"], input[type="email"] {
	margin-bottom: 0px;
	border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
}
#reg-sec2 input[type="text"].form-control, input[type="email"].form-control {
	height: 36px;
}
#reg-sec2 h3.middleHead {
	font-size: 18px;
	background: #ebebe3;
	border-top: 1px solid #dbdcdc;
	font-size: 18px;
	border-bottom: 1px solid #dbdcdc;
	font-weight: 200;
	padding: 15px;
	margin-bottom: 0px;
}
h2.confHead {
	font-size: 50px;
	color: #000;
}
.submitBtn {
	background: transparent;
	padding: 10px 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fa8055 !important;
	text-decoration: none !important;
	border: 1px solid #fa8055;
	margin-top: 10px;
	display: inline-block;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.submitBtn:hover {
	background: #fa8055;
	color: #fff !important;
}
/*awards registration*/
ul.awardsRdo {
	margin: 0;
	padding: 0;
}
ul.awardsRdo li {
	width: 48%;
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 15px;
}
ul.awardsRdo li img {
	margin: 0 5px;
	vertical-align: middle;
}
.conn {
	margin-bottom: 30px;
}
#frmAwardReg ul.awardsCk .top-arow {
	padding-top: 2px;
}
#frmAwardReg ul.awardsCk {
	padding-left: 0px;
}
#frmAwardReg ul.awardsCk ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ffffff none repeat scroll 0 0;
	border-color: #dcdcdc;
	border-image: none;
	border-style: solid;
	border-width: 5px 1px 1px;
	margin: 5px 0 15px;
	overflow: hidden;
	padding: 15px 10px;
	width: 82%;
	list-style-type: none;
}
#frmAwardReg ul.awardsCk li {
	color: #666;
	display: block;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 10px 0;
	width: 47%;
	margin-left: 8px;
	text-indent: -7px;
}
#frmAwardReg ul.awardsCk li input[type="checkbox"] {
	margin-right: 10px;
}
label.error {
	color: #ec1218 !important;
	font-weight: normal;
}
.awdRegistration input {
	margin-bottom: 0px !important;
}
.awdRegistration p {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}
.awdRegistration h3 {
	padding-bottom: 0px;
}
.awdRegistration label {
	font-size: 16px;
}
ul.pay-opt {
	list-style-type: none;
}
.no-gutters ul li {
	list-style: none;
	display: inline-block;
}
.awdRegistration .payOpt ul.pay-opt li, .awdRegistration .payOpt ul.pay-opt li, .awdRegistration .payOpt ul.reg-fee li {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.awdRegistration .payOpt ul.pay-opt li input[type="radio"], .awdRegistration .payOpt ul.pay-opt li input[type="radio"], .awdRegistration .payOpt ul.reg-fee li input[type="radio"] {
	margin: 3px 10px 0 0 !important;
	float: left;
	width: 4%;
}
.awdRegistration .awdSubmit {
	background: transparent;
	clear: both;
	margin-bottom: 30px !important;
	border: none;
	color: #fa8055;
	padding: 10px 20px;
	border: 1px solid #fa8055;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
.awdRegistration .awdSubmit:hover {
	background: #fa8055;
	color: #fff;
}
.bookStall {
	background: transparent;
	clear: both;
	margin-bottom: 30px !important;
	border: none;
	color: #fa8055;
	padding: 10px 20px;
	border: 1px solid #fa8055;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.bookStall:hover {
	background: #fa8055;
	color: #fff;
	text-decoration: none;
}
.single-event-video-block {
	width: 100%;
	height: auto;
}
.single-event-video-block iframe {
	width: 100%;
	height: 320px;
}
.event-details {
	background: #fa8055;
	padding: 5px;
	color: #fff;
	text-align: center;
}
.event-details h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
.event-details h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.border-box {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	box-shadow: 5px 5px 5px #efefef;
	padding: 15px;
}
.bg-light-grey {
	background: #f5f5f5;
}
.dpr-project-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dpr-project-list li {
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	position: relative;
}
.dpr-project-list li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	background: url(../img/checked.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0px;
	margin-top: 3px;
}
/*------------------------------------*\
Gallery
\*------------------------------------*/

.gallery-grid figcaption, .gallery-grid figcaption .display-table, .gallery-grid img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery-wrapper {
	clear: both;
	width: 100%;
	margin-top: 17px;
}
.gallery-grid .item {
	float: left;
}
.gallery-grid figure {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.gallery-grid figcaption {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-grid figcaption a {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-grid figcaption .display-table {
	bottom: 0;
	margin-bottom: -100%;
	position: absolute;
	text-align: center;
	left: 0;
	width: 100%;
	height: 50%;
}
.gallery-grid figcaption .display-table-cell {
	padding: 0 50px;
	vertical-align: middle;
}
.gallery-grid img {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
}
#gallery {
	border-top: 0px dotted #dbdcdc;
	position: relative;
	z-index: 9;
}
/*
* Gallery - Grid & gutter
*/

.gallery-grid.grid-col-2 .item {
	width: 50%;
}
.gallery-grid.grid-col-3 .item {
	width: 33.33%;
	position: relative;
	z-index: 9999;
}
.gallery-grid.grid-col-4 .item {
	width: 25%;
}
.gallery-grid.gutter-small {
	margin-left: -11px;
}
.gallery-grid.gutter-small .item {
	padding: 0 0 11px 11px;
}
.gallery-grid.gutter-medium {
	margin-left: -22px;
}
.gallery-grid.gutter-medium .item {
	padding: 0 0 22px 22px;
}
.gallery-grid.gutter-wide {
	margin-left: -40px;
}
.gallery-grid.gutter-wide .item {
	padding: 0 0 40px 40px;
}
/*
* Gallery - Hover effect
*/

.gallery-grid figure a {
}
.gallery-grid figure:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}
.gallery-grid figure:hover figcaption {
	opacity: 1;
}
.gallery-grid figure:hover figcaption .display-table {
	margin-bottom: 0;
}
/*
* Gallery - Magnific popup
*/

/*
* Gallery - Grid & gutter
*/
.pricing-divider {
	border-radius: 20px;
	background: #C64545;
	padding: 1em 0 4em;
	position: relative;
	display: table;
	width: 100%;
}
.princing-item .list-unstyled li {
	padding-bottom: 50px;
}
.blue .pricing-divider {
	background: #2D5772;
}
.green .pricing-divider {
	background: #1AA85C;
}
.red b {
	color: #C64545;
}
.blue b {
	color: #2D5772;
}
.green b {
	color: #1AA85C;
}
.pricing-divider-img {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
}
.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.btn-custom {
	color: #fff;
	border-radius: 3px;
}
.img-float {
	width: 50px;
	position: absolute;
	top: -3.5rem;
	right: 1rem;
}
.princing-item {
	transition: all 150ms ease-out;
}
.princing-item:hover {
	transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
}
.bg-gradient {
	/*background: #C9D6FF;
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
background: linear-gradient(to right, #E2E2E2, #C9D6FF);*/
	padding: 60px 0;
}
.bg-white {
	background: #fff;
}
.bg-gradient ul li {
	margin-bottom: 1.4rem;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
}
.bg-gradient .text-light {
	color: #f8f9fa !important;
}
.bg-gradient h3 {
	font-size: 22px !important;
	margin-bottom: 25px;
}
.pricing-divider h3 {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 0px 0 20px 0;
}
.bg-gradient h4 {
	font-size: 50px !important;
	margin-bottom: 30px;
}
.princing-item .list-unstyled {
	padding-left: 0;
	list-style: none;
	margin-bottom: 40px;
}
.bg-gradient .green, .bg-gradient .blue {
	border-bottom: none !important;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
	color: #fff;
	text-decoration: none;
}
.icon-membership {
	width: 150px;
	margin: 0 auto;
	height: 150px;
	border-radius: 50%;
	padding: 30px;
}
.green .icon-membership {
	border: 4px solid #1aa85c;
}
.blue .icon-membership {
	border: 4px solid #2d5772;
}
.red .icon-membership {
	border: 4px solid #c64545;
}
.icon-membership img {
	width: 100%;
}
.red .btn-custom {
	background: #C64545;
	color: #fff;
	border-radius: 3px;
}
.green .btn-custom {
	background: #1aa85c;
	color: #fff;
	border-radius: 3px;
}
.blue .btn-custom {
	background: #2d5772;
	color: #fff;
	border-radius: 3px;
}
.princing-item {
	margin-bottom: 30px;
}
.purple .pricing-divider {
	background: #800080;
}
.orange .pricing-divider {
	background: #FF4500;
}
.yellow .pricing-divider {
	background: #FFA500;
}
.purple .btn-custom {
	background: #800080;
	color: #fff;
	border-radius: 3px;
}
.orange .btn-custom {
	background: #FF4500;
	color: #fff;
	border-radius: 3px;
}
.yellow .btn-custom {
	background: #FFA500;
	color: #fff;
	border-radius: 3px;
}
.purple .icon-membership {
	border: 4px solid #800080;
}
.orange .icon-membership {
	border: 4px solid #FF4500;
}
.yellow .icon-membership {
	border: 4px solid #FFA500;
}
.bg-gradient h3 {
	font-size: 22px !important;
	margin-bottom: 25px;
}
.bg-gradient .text-light {
	color: #f8f9fa !important;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.speaker-carausel.owl-carousel .owl-item {
	padding-right: 10px;
}
.speaker-div img {
	width: 100%;
}
.speaker-carausel .speaker-div {
	max-width: 270px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 991px) {
.navbar-inverse button.navbar-toggler:focus, .navbar-inverse button.navbar-toggler:active {
	outline: 1px dotted;
	outline: 0;
}
.collapse:not(.show) {
	display: none !important;
}
.gallery-grid .item {
	width: 50% !important;
}
.gallery-grid {
	margin-left: -22px !important;
}
.gallery-grid .item {
	padding: 0 0 22px 22px !important;
}
.header-top .navbar-toggleable-md .navbar-collapse {
	width: 100%;
	margin-left: 0;
	text-align: right;
	border-top: 1px solid #fff;
}
.socials-nav li {
	margin-left: 5px;
}
.socials-nav li .fa {
	width: 30px;
	height: 30px;
	padding-top: 5px;
}
.navbar-toggleable-md .navbar-nav .nav-link {
	padding-right: 0;
}
.othersection {
	float: none;
	width: 100%;
}
}

@media (max-width: 767px) {
.speaker-carausel.owl-carousel .owl-item {
	padding-right: 0px;
}
.headerCont {
	display: none;
}
.spk-bg {
	padding: 57px 36px;
}
.top-form {
	margin: 0 auto;
	float: none;
}
.headerSec {
	top: 30px;
	left: 0;
	width: 100%;
}
.spk-description h3 {
	text-align: center;
	font-size: 40px;
}
.marg15 {
	margin-right: 0px;
}
.gallery-grid {
	margin-left: -11px !important;
}
.gallery-grid .item {
	padding: 0 0 11px 11px !important;
}
.MobileIncubation-img {
	display: block;
}
.DesktopIncubation-img {
	display: none;
}
}

@media (max-width: 543px) {
.gallery-grid .item {
	width: 100% !important;
}
.gallery-grid {
	margin-left: -22px !important;
}
.gallery-grid .item {
	padding: 0 0 22px 22px !important;
}
}

/*
* Gallery - Magnific popup
*/

@media (min-width: 992px) {
.mfp-bg {
	opacity: 0.98;
}
button.mfp-close {
	display: none !important;
}
.navbar-toggleable-md .navbar-toggler {
	display: none;
}
.navbar-toggleable-md {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-toggleable-md .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
}
.mfp-bg {
	background: #fefefe;
	opacity: 1;
}
.mfp-figure:after {
	-webkit-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
}
.mfp-title, .mfp-counter {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.mfp-title, .mfp-counter-curr {
	color: #000000;
}
.mfp-counter {
	color: #626262;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
}
.mfp-image-holder .mfp-close {
	color: #000000;
}
.mfp-iframe-holder .mfp-close {
	color: #000000;
}
.mfp-arrow {
	height: 60px !important;
	margin-top: -30px !important;
	width: 60px !important;
}
.mfp-arrow:before, .mfp-arrow:after {
	display: none !important;
}
.mfp-arrow-right, .mfp-arrow-left {
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.mfp-arrow-right {
	right: 25px !important;
}
.mfp-arrow-left {
	left: 25px !important;
}
/*
* Gallery - Magnific popup (fade effect)
*/

.mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg, .mfp-fade.mfp-bg.mfp-removing, .mfp-fade.mfp-wrap .mfp-content, .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.98;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
#gallery h2 {
	padding-top: 80px;
	font-family: 'Open Sans';
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
}
#gallery h2 span {
	color: #fa8055;
	font-family: 'Open Sans';
}
.gallery-icon {
	position: absolute;
	top: 60px;
	right: 100px;
	display: none;
}
.gallery-btm {
	position: absolute;
	bottom: -21px;
	left: 270px;
	z-index: 1;
}
.gallery-dots {
	position: absolute;
	top: 0px;
	left: -10px;
	display: none;
}
.galleryLines {
	position: absolute;
	bottom: -21px;
	left: 353px;
	right: 50%;
	display: none;
}
.galleryHalf {
	position: absolute;
	right: 0px;
	bottom: -21px;
	display: none;
}
.speaker-div img {
	width: 100%;
}
#exhibitors {
	background: #ececec;
	margin-top: 21px;
	padding: 80px 0;
	overflow: hidden;
}
#exhibitors h2 {
	font-family: 'Open Sans';
	font-size: 40px;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
}
#exhibitors h2 span {
	font-family: 'Open Sans';
	font-size: 40px;
	color: #fa8055;
	text-transform: uppercase;
	margin: 0px;
}
#sponsors {
	background: #f3f3f3;
	padding: 80px 0;
	overflow: hidden;
}
#sponsors h2 {
	font-family: 'Open Sans';
	font-size: 40px;
	color: #fa8055;
	text-transform: uppercase;
	margin: 0px;
}
.container-lg {
	background: #fff;
	border: 1px solid rgba(0,0,0,.09);
	width: 100%;
	margin-bottom: 30px;
	display: table;
	text-align: center;
	height: 130px;
}
.container-lg.rm-mrgn {
	margin-bottom: 30px;
}
.container-lg .verticl-algn {
	display: table-cell;
	vertical-align: middle;
}
.mainMag {
	margin-left: 299px;
}
.speaker-sec {
	width: 100%;
	padding: 80px 0 0;
	position: relative; /*background:#f5f5f5;*/
}
.speakerHead {
	width: 100%;
	text-align: center;
}
.spkLeft {
	position: absolute;
	top: 0px;
	left: 200px;
	display: none;
}
.spkRight {
	position: absolute;
	top: -80px;
	right: 60px;
	display: block;
}
.spkCircle {
	position: absolute;
	bottom: -90px;
	left: 280px;
	display: none;
}
.spkAngle {
	position: absolute;
	right: 50px;
	bottom: -110px;
	display: none;
}
.spkMid {
	position: absolute;
	top: 260px;
	right: -30px;
	z-index: 1;
	display: none;
}
.btn-action-spk {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	padding-top: 30px;
	overflow: hidden;
}
.btn-action-spk a {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #0074cb;
	text-decoration: none;
	color: #0074cb;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
}
.btn-action-spk a:hover {
	background: #0074cb;
	color: #fff;
}
.overlay-img {
/*position: absolute;
top: 0px;
width: 100%;
height: 100%;
background: rgba(0,116,203,0.2);
z-index: 1;*/
}
.imgOver {
/*position: absolute;
bottom: 0px;
z-index: 9;
width: 100%;*/
}
.spkDetail {
	/*position: absolute;*/
	bottom: 0px;
	z-index: 99;
	padding: 5px;
	width: 100%;
	text-align: center;
}
.spkDetail h2 {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.spkDetail h2 span a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans';
}
.social-media {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
.social-media ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}
.social-media ul li {
	background: #fa8055;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 7px;
	margin-top: 1px;
}
.social-media ul li a .fa {
	color: #fff;
	font-size: 21px;
	font-weight: normal;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
& > [class^="col-"], & > [class*=" col-"]; {
padding-right: 0;
padding-left: 0;
}
}
.mainflex {
	flex: 0 0 24%;
	position: relative;
}
.padLeft {
	padding-left: 0px !important;
}
.padRight {
	padding-right: 0px !important;
}
.padRight30 {
	padding-right: 30px !important;
}
/*footer*/


.footer-logo {
/*padding-bottom: 50px;*/
}
.footer-logo img {
	width: 220px;
}
.footer-social {
	padding-bottom: 20px;
}
#reg-sec .modal-body {
	padding: 25px;
}
#reg-sec select.form-control:not([size]):not([multiple]) {
	height: auto;
	background: transparent;
	color: #666;
}
#reg-sec select.form-control {
	color: #666 !important;
	background: transparent;
}
#reg-sec select.form-control option {
	color: #666 !important;
	background: transparent;
}

@media (min-width: 768px) {
.footer-social {
	padding-bottom: 50px;
}
}
.footer-social ul > li {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
.footer-social ul > li {
	padding-right: 20px;
	padding-left: 20px;
}
}
.footer-copyright {
	padding-top: 0px !important;
}
.footer-btm {
	width: 100%;
	padding: 40px 0;
	background: #000000;
}
.footer-btm .footer-copyright {
	color: #fff;
}
.powered img {
	margin-left: 15px;
}
.spLogo {
	width: 29%;
	padding: 20px 20px;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.09);
	float: left;
	margin-right: 30px;
}
.spLogo:nth-child(3) {
	margin-right: 0px;
}
.btn-reg {
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
}
.btn-reg:hover {
	background: #fff;
	color: #fa8055;
	font-weight: bold;
}

.footer p a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.footer p a:hover {
	text-decoration: underline;
}
.posrel {
	position: relative;
}
.magCont { /*width:396px;*/
	color: #fff;
}
.magCont p {
	margin-bottom: 0;
}
.mag-left {
	width: 127px;
	float: left;
	height: auto;
}
.mag-left img {
	border: 1px solid #fff;
}
.mag-right {
	width: 173px;
	float: right;
}
.mag-txt {
	color: #fff;
	font-size: 30px;
	font-family: "Impact", sans-serif;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	padding: 35px 0 0px;
	margin-top: 57px;
}
.subs {
	background: transparent;
	width: 118px;
	display: block;
	padding: 10px 0;
	color: #fff;
	font-family: "Lato-Regular", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #cadcee;
	margin-left: 27px;
	border-radius: 4px;
}
.subs a {
	color: #fff;
}
.subs:hover {
	background: #cadcee;
	color: #333;
}
.subs a:hover {
	color: #333;
}
.footer h5.ft-head {
	padding-bottom: 10px;
	font-family: "impact", sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}
.footer h4.ft-name {
	font-family: "Lato-Regular", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 7px;
}
.footer h2.ft-number {
	line-height: 23px !important;
	margin-top: 0px;
	padding-top: 4px !important;
	font-family: "Lato-Regular", sans-serif;
}
.footer .ft-top {
	margin-top: 20px;
}
.footer .mrg-top {
	margin-top: 35px !important;
}
.viewBtn2 {
	float: right;
	position: relative;
	margin-top: -60px !important;
	margin-right: 52px;
}
.padzero {
	padding: 0px;
}
.awdRegistration .inpt-txt {
	border: none;
	width: 20%;
	font-weight: bold;
}
.author-main {
	background: #f5f5f3;
	padding: 10px 0;
}
.paperMain {
	background: #ebebe3;
	padding: 10px 0;
}
#flexiselDemo1, #flexiselAssociates {
	display: none;
	list-type-type: none !important;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 99999px;
}
.nbs-flexisel-inner {
	background: rgba(0, 0, 0, 0);
	float: left;
	overflow: hidden;
	width: 100%;
}
.nbs-flexisel-item .exhibitor {
	display: block;
	background: none;
	height: 320px;
	margin: 0 auto;
	width: 156px;
}
.nbs-flexisel-item .exhibitor img {
	display: block;
	height: 69px;
	width: 156px;
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
}
.nbs-flexisel-item .associate {
	display: block;
	background: none;
	margin: 0 auto;
	width: 156px;
}
.nbs-flexisel-item .associate img {
	display: block;
	height: 69px;
	width: 156px;
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.topic-item {
	color: #fff;
	background: #fa8055;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 4px;
	/*display: table;*/
	height: 105px;
}
.topic-item h2 {
	font-size: 20px;
	line-height: 24px;
	/* display: table-cell; */
	text-align: center;
	width: 100%;
	vertical-align: middle;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topic-item h2 a {
	color: #fff;
	text-decoration: none;
}
.topic-item h4 {
	font-size: 14px;
	line-height: 18px;
	/*display: table-cell;*/
	text-align: center;
	width: 100%;
	padding-left: 10px;
	vertical-align: middle;
}
#WorkshopTopicsSchedule {
	margin-top: 50px;
	display: none;
}
.topicscheduletable, .hidetopics {
	display: none;
}
.showmoretopics, .hidetopics {
	color: #f58f20;
	font-weight: bold;
	cursor: pointer;
}
.table.custom-table.table-bordered, .table.custom-table.table-bordered td, .table.custom-table.table-bordered th {
	border: 1px solid #fff;
}
.table.custom-table tr:nth-child(2n+1) {
	background: #d0d8e8;
}
.table.custom-table tr {
	background: #e9edf4;
}
ul.exhSec {
	list-style-type: none;
	margin-top: 60px;
}
ul.exhSec li {
	float: left;
	margin-right: 28px;
}
ul.exhSec li .exhibitor {
	display: block;
	background: none;
	height: 320px;
	margin: 0 auto;
	width: 154px;
}
ul.exhSec li .exhibitor img {
	display: block;
	height: 67px;
	border: 1px solid #dbdcdc;
	width: 154px;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
}
.arrowIcon {
	position: absolute;
	left: 49.3%;
	bottom: 11px;
	z-index: 99999;
}
.MobileIncubation-img {
	display: none;
	width: 100%;
	max-width: 400px;
	text-align: center;
}
.sliderline {
	margin: 40px 0;
}
.mixupcontent {
	clear: both;
	margin-top: 80px; /*margin-bottom:80px;*/
}
.mixheading {
	text-align: left;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 50px;
}
.mixheading span {
	color: #f58220;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 60px;
}
.mixheading.colchg span {
	color: #fa8055;
}
.backcolor {
	background: #f6f6f6;
	padding-top: 80px;
}
.imgblk {
	background: #f6f6f6;
	padding: 0px;
	position: relative;
}
.recteffect {
	width: 350px;
	height: 456px;
	position: absolute;
	top: -20px;
	right: -20px;
	border: 5px solid #f58220;
	z-index: -1;
}
.recteffect.recteffect2 {
	width: 350px;
	height: 380px;
	top: auto;
	right: auro;
	bottom: -20px;
	left: -20px;
	border: 5px solid #fa8055;
}
.recteffect.recteffect3 {
	width: 350px;
	height: 380px;
}
.linehighlightmix {
	width: 200px;
	margin: 20px 0px 30px;
	text-align: left;
	height: 1px;
	background: #333;
	position: relative;
}
.linehighlightmix span {
	width: 100px;
	display: inline-block;
	height: 3px;
	background: #f58220;
	margin-top: -1px;
	position: absolute;
}
.linehighlightmix.colchg span {
	background: #fa8055;
}
ul.mixlist {
	padding: 0px;
}
ul.mixlist li {
	background: url(../img/bullet-icon.png) scroll 0px 3px no-repeat;
	padding-left: 20px;
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 4px;/*padding-right:30px;*/
}
ul.mixlist.iconchg li {
}
.mapbg img {
	width: 100%;
}
.clientbg {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 620px;
	position: relative;
	background-size: cover;
}
.partnerbg {
	padding: 60px 0;
	margin-top: 30px;
}
.subcrblk {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.subcrblk input.form-control {
	padding: 50px;
	font-size: 18px;
	border: 1px solid #dfdfdf;
	color: #999999;
}
.subcrblk input.btn {
	position: absolute;
	width: 125px;
	height: 55px;
	background: #fa8055;
	font-size: 18px;
	color: #fff;
	right: -62px;
	top: 25px;
	text-transform: uppercase;
}
.clientbg .cliebtblk {
	width: 100%;
	height: 310px;
	clear: both;
	overflow: hidden;
}
.clientbg .cliebtblk2 {
	width: 100%;
	height: 310px;
	clear: both;
}
.clientbg .blk1 {
	width: 501px;
	float: left;
	height: 310px;
}
.clientbg .blk2 {
	width: 451px;
	float: left;
	height: 310px;
}
.clientbg .blk3 {
	width: 258px;
	float: left;
	height: 310px;
}
.blktxt {
	color: #fff;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	padding: 0px 50px;
	display: table;
	height: 310px;
}
.blktxt span {
	margin-top: 8px;
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Open Sans';
	color: #ffffff;
}
.blktxt span strong {
	font-family: 'Lato-Black', sans-serif;
	font-weight: 400;
}
.clientbg .blk4 {
	width: 370px;
	float: left;
}
.clientbg .blk4 p {
	display: table-cell;
	vertical-align: middle;
}
.clientbg .blk5 {
	width: 479px;
	height: 310px;
	float: left;
}
.clientbg .blk6 {
	width: 310px;
	float: left;
}
.clientbg .blk6 p {
	display: table-cell;
	vertical-align: middle;
}
.clientbg .blk2 p {
	display: table-cell;
	vertical-align: middle;
}
.abslte {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.abslteRel {
	position: relative;
	top: -70px;
	z-index: 2;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.countbg {
	padding: 0;
	background: url(../img/countbg.png) center no-repeat;
	height: 138px;
	background-size: cover;
	margin: 0 auto;
}
.countblkleft {
	float: left;
	width: 784px;
}
.countblkright {
	float: left;
}
.time-left {
	float: left;
	margin-top: 34px;
}
ul.countdown {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul.countdown li {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 5px 11px 0px 11px;
	margin: 0px 1px;
}
ul.countdown li span {
	font-family: 'Open Sans';
	font-size: 35px;
	color: #f58220;
	line-height: 32px;
}
ul.countdown li p {
	font-family: 'Open Sans';
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
}
ul.countlist {
	text-align: center;
	width: 100%;
	margin: 17px 10px;
	padding: 0px;
}
ul.countlist li {
	display: inline-block;
	width: 21%;
	color: #333;
	vertical-align: top;
}
ul.countlist li.count-box {
	position: relative;
	margin-top: 0px;
	text-align: center;
	padding-top: 56px;
	padding-top: 0px;
}
ul.countlist li.count-box .plus-cont {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #fa8055;
	line-height: 32px;
	margin-top: 20px;
	font-weight: 600;
}
ul.countlist li.count-box p.count-text {
	font-family: 'Open Sans';
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
ul.spk-Listing {
	list-style-type: none;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}
ul.spk-Listing li.spkBox {
	border: 1px solid #dbdcdc;
	background: none;
	margin-right: 40px;
	min-height: 435px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
	/* flex: 0 0 22%; */
	display: inline-block;
	vertical-align: top;
	width: 240px;
}
ul.spk-Listing li.spkBox:last-child {
	margin-right: 0px;
}
ul.spk-Listing li.spkBox .spk-btm {
	padding: 10px;
	text-align: center;
	background: #f7f7f7;
	height: 183px;
}
ul.spk-Listing li.spkBox .spk-btm strong {
	font-family: 'Open Sans';
	font-size: 18px;
	color: #333;
}
ul.spk-Listing li.spkBox .spk-img img {
	width: 100%;
}
.social-display {
	display: none;
}
.social-media {
	display: none;
}
#reg-sec {
	z-index: 99999999;
}
#reg-sec .modal-dialog {
	width: 400px;
}
.BtnSec {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.btn-submit {
	margin: 0 auto;
	float: none;
	background: transparent;
	border: 2px solid #fa8055;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fa8055;
}
.btn-submit:hover {
	background: #fa8055;
	color: #fff;
}
.videoAbout {
	margin-top: 60px;
	border-bottom: none !important;
}
#growthvideo {
	top: 30%;
}
.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.cmSec {
	border-left: 1px dotted #b1b1b1;
	padding-left: 30px;
	padding-bottom: 26px;
}
.cmSec h2 {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
}
.cmSec h2 span {
	display: block;
	font-weight: 900;
}
.cmImage {
	width: 232px;
	height: 266px;
	margin-top: 60px;
}
#cmNote.modal {
	z-index: 9999999999999999;
}
.mfp-container {
	background: #fff;
}
.mainMag {
	margin-left: 150px;
}
.mainSpk .nbs-flexisel-inner {
	width: 99.8% !important;
}
.fulblk {
	height: 464px;
	overflow: hidden;
	margin-bottom: 70px;
	margin-top: 70px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}
.leftblknew {
	float: left;
	padding-top: 180px;
	padding-right: 20px;
}
.leftblknew h2 {
	font-family: 'Open Sans';
	font-size: 40px;
	color: #202020;
	text-align: right;
	text-transform: uppercase;
}
.leftblknew h2 span {
	font-family: 'Open Sans';
	font-size: 40px;
	color: #fa8055;
	display: block;
}
.spkbgblk {
	float: left;
	width: 655px;
}
.rightblknew {
	float: left;
	width: 245px;
	margin-left: -11px;
	padding-top: 173px;
}
.rightblknew .spktxt {
	color: #333;
}
.rightblknew .spktxt strong {
	color: #fa8055;
	font-family: 'Open Sans';
	font-size: 31px;
	line-height: 26px;
	text-transform: uppercase;
}
.rightblknew .spktxt p {
	color: #333333;
	font-size: 18px;
	font-family: 'Open Sans';
	line-height: 22px;
}
.spkbgblkmobile {
	display: none;
}
.bdyHeight.max-h {
	height: 500px;
}

@media only screen and (min-width:410px) and (max-width:479px) {
.aboutMain {
	height: auto !important;
}
.conference-sec {
	height: auto;
	padding-bottom: 82px;
}
.awards-sec {
	height: 1850px !important;
}
}

@media screen and (min-width:320px) and (max-width:479px) {
.bdyHeight.max-h {
	height: auto;
}
.tp-conf {
	display: none;
}
ul.exhSec li .exhibitor {
	height: 420px;
}
.video-sec .video-img {
	height: 167px !important;
}
.inpt-txt2 {
	border: none;
}
.video-sec .video-img {
	height: 207px;
	background-size: cover;
}
.stats-layer1 {
	left: 0px;
}
#reg-sec .modal-dialog {
	width: 300px !important;
	margin: 0 auto;
	float: none !important;
}
.navbar-inverse .navbar-toggler-icon {
	background-image: url(../img/toggle-icon.png) !important;
}
.footer {
	text-align: center;
}
.navbar-brand {
	padding-left: 0px;
}
.navbar-brand img {
	height: auto;
	width: auto;
}
.navbar-inverse .navbar-toggler {
	border: none;
	top: 25px;
}
.navbar-inverse .navbar-toggler-icon {
	color: #fff;
}
.navbar-collapse {
	background: #fa8055;
	margin-top: 17px;
}
.collapse.show {
	display: block !important;
	margin-left: -31px;
	margin-top: 17px;
	padding-left: 20px;
}
.aboutList {
	width: 168px;
	top: 97px;
	left: 0px;
}
.mainList {
	top: 97px !important;
}
.arrowIcon {
	left: 47.3%;
}
.aboutMain {
	height: auto;
	text-align: center;
	padding: 40px 0;
}
ul.exhSec li .exhibitor img {
	width: 214px;
	height: auto;
	margin-bottom: 10px;
}
.speaker-sec {
	padding: 40px 0;
}
.video-tpLines {
	display: none;
}
.video-angle {
	top: 60px;
	right: 0px;
}
.video-bg {
	height: 1000px;
}
.video-bg video {
	display: none !important;
}
.ed-title h2 {
	font-size: 42px;
	line-height: 40px;
}
.video-sec {
	margin-top: 0px;
}
.circle {
	display: none;
}
.aboutMain h2 {
	font-size: 27px;
}
.mainMag {
	margin-left: 0px;
}
#gallery h2 {
	font-size: 26px;
}
.conference-sec {
	height: auto;
	padding-bottom: 5px;
}
.btn-action-conf ul li.view-full {
	padding: 6px 17px;
}
.btn-action-conf {
	width: 100%;
}
.awrd-pics {
	padding-top: 20px;
}
.awrd-pics ul li {
	width: 46%;
	margin-right: 20px;
	float: left;
}
.awards-sec {
	height: 2020px;
}
.awrd-icon {
	display: none;
}
.exhibition-sec {
	position: relative;
}
.tp-edu {
	position: absolute;
	top: -15px;
}
.exbPics {
	margin-top: 79px;
}
.btn-action ul li.nominate-btn {
	margin-left: -5px;
}
.stats-bg {
	height: 724px;
}
.speaker-sec {
	height: auto;
}
.exbBtm img {
	width: 100%;
}
.mid-edu {
	margin-top: 0px;
}
.mrgTpA {
	margin-top: 0px;
}
.awards-cont {
	margin-top: 59px;
}
.spkCircle {
	position: absolute;
	bottom: 0px;
	left: -40px;
}
.spkMid {
	top: 50%;
}
.spkAngle {
	right: -50px;
	bottom: 0px;
	display: none;
}
.spkRight {
	right: 0px;
}
.spkLeft {
	left: 0px;
}
.awrd-pics ul li {
	width: 84%;
	margin: 0 auto 20px;
	float: none;
}
.awrd-layer {
	margin-right: -13px;
}
.mainSpk {
	width: 320px;
}
.ed-title h2 {
	font-size: 24px;
	line-height: 23px;
}
.spkRight {
	top: -40px;
}
.video-btm {
	right: 0px;
}
.stats-lines {
	right: 0px;
}
.stats-bg .count-box {
	margin-top: 37px;
}
.exblayer {
	margin-right: 0px;
}
.galleryLines {
	left: 163px;
}
.day1Main .date {
	font-size: 16px;
}
.day1Main .daySec {
	font-size: 16px;
}
.gallery-icon {
	display: none;
}
.gallery-btm {
	display: none;
}
.galleryHalf {
	display: none;
}
.spkMid {
	right: 0px;
}
.socialSec {
	margin-left: 0px;
}
.socials-nav li {
	width: 20%;
}
.awards-sec {
	height: 1640px;
}
ul.awrd-cat-list li {
	width: 100%;
}
ul.awardsCk li {
	width: 100% !important;
}
.delegateFee {
	width: 100% !important;
}
.earlyBird {
	width: 223px !important;
	margin-bottom: 20px;
}
.opcMain {
	width: 223px !important;
	height: 185px !important;
}
.earlyAmt h3 .inpt-txt {
	width: 37% !important;
}
.mainDelegate {
	width: 100% !important;
	clear: both !important;
	margin: 0 auto !important;
	float: none !important;
}
.earlyMain h3 .inpt-txt {
	width: 37%;
}
.col1 {
	width: 100% !important;
}
.ed-title {
	width: 100%;
	text-align: center;
	padding: 5px;
}
.btn-action-head a {
	margin-top: 9px;
}
.video-bg {
	height: 570px;
}
.ed-title span {
	font-size: 17px;
	line-height: 20px;
}
.ed-title h2 span {
	font-size: 29px !important;
}
.vidLayer {
	display: none;
}
.video-btm {
	display: none;
}
ul.exhSec li .exhibitor {
	width: 320px;
	margin: 0 auto;
}
.cmSec {
	text-align: center;
	padding-top: 30px;
	border-left: 0px !important;
	border-top: 1px dotted #b1b1b1;
	padding-left: 0px !important;
}
.cmImage {
	margin-top: 20px !important;
}
.bg-overlay {
	display: none;
}
.date-venue-main {
	display: block;
	float: none;
	width: 100%;
	border-top: 1px dotted rgba(255,255,255,0.4);
	border-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}
ul.spk-Listing li.spkBox {
	flex: 0 0 82% !important;
	min-height: 412px;
	margin-right: auto;
}
ul.spk-Listing li.spkBox a {
	color: #333;
	text-decoration: none;
}
ul.spk-Listing li.spkBox a .spk-btm strong {
	color: #333;
	text-decoration: none;
}
ul.spk-Listing li.spkBox a .spk-btm p {
	color: #333;
	text-decoration: none;
}
ul.spk-Listing li.spkBox .spk-btm {
	height: 210px !important;
}
#speakers h3.subHead {
	font-size: 40px;
}
#cmNote .modal-dialog {
	max-width: 320px !important;
	top: 30%;
}
#cmNote .modal-dialog img {
	width: 100% !important;
}
.btn-action-buy {
	display: none;
}
#flexiselDemoSpk {
	width: 100% !important;
	height: 605px;
	position: static;
	overflow: hidden;
}
.tpbrk {
	display: none;
}
.header-top {
	height: auto;
}
.tp-overlay {
	height: auto;
}
.countbg {
	width: 100%;
}
.partnerbg {
	display: none;
}
.mapbg {
	display: none;
}
.imgblk img {
	width: 100%;
}
.sliderline img {
	width: 100%;
}
.clientbg {
	display: none;
}
.date-venue {
	width: 310px;
	text-align: center;
	margin: 0 auto;
}
.date-venue img {
	width: 100%;
}
.imgblk {
	width: 100%;
	margin: 0 auto;
}
.centimg img {
	width: 100%;
}
.magCont {
	position: static;
	width: 300px;
	margin: 0 auto;
}
.magCont img {
	width: 100%;
}
ul.expectlist li.textright {
	text-align: center;
}
ul.expectlist li.textleft {
	text-align: center;
}
ul.expectlist li {
	min-height: auto;
}
ul.expectlist {
	padding: 0px;
}
.speakerHead h2, .expect h2, .conf-sec h2 {
	font-size: 30px;
	line-height: 30px;
}
.speakerHead h2 span, .conf-sec h2 span {
	font-size: 40px;
	line-height: 40px;
}
.expect h2 span {
	font-size: 30px;
	line-height: 30px;
}
.mixheading span {
	font-size: 30px;
	line-height: 30px;
}
.mixheading {
	font-size: 30px;
	text-align: center;
}
.backcolor {
	background: #f6f6f6;
	padding: 30px 10px;
}
.recteffect {
	display: none;
}
.linehighlightmix {
	margin: 10px auto;
	text-align: center;
}
.footer h5.ft-head {
	font-size: 22px;
	line-height: 30px;
	padding: 0 10px;
}
.header-top {
	position: static;
}
.expect {
	margin-bottom: 30px;
}
.speaker-sec {
	padding: 30px 0 10px;
}
.conf-sec {
	padding: 30px 0 0;
}
#flexiselDemoSpk li {
	margin-left: 30px;
}
.mag-txt {
	margin-top: -15px;
}
.footer-btm .footer-copyright {
	margin-bottom: 20px;
	text-align: center;
}
.posrel {
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
}
.footer {
	padding: 30px 0px !important;
}
.bdyHeight {
	padding: 30px 0;
	margin-top: 0px;
}
.magCont {
	width: 300px;
}
#partners h3.subHead {
	font-size: 35px;
}
}

@media screen and (min-width:300px) and (max-width:359px) {
#flexiselDemoSpk li {
	margin-left: 40px;
}
}

@media screen and (min-width:480px) and (max-width:576px) {
.header-top {
	height: auto;
}
.tp-overlay {
	height: auto;
}
.btn-action-buy {
	display: none;
}
.aboutList3 {
	width: 58%;
}
.mid-edu {
	margin-top: 30px;
}
.exbBtm img {
	width: 100%;
}
#reg-sec .modal-dialog {
	width: 300px !important;
	margin: 0 auto;
	float: none !important;
}
.mrgTpA {
	margin-top: 0px;
}
.navbar-inverse .navbar-toggler-icon {
	background-image: url(../img/toggle-icon.png) !important;
}
.aboutMain {
	height: auto;
	text-align: center;
}
.circle {
	display: none;
}
.aboutList {
	top: 90px;
	left: 10px;
}
.video-bg {
	height: 1000px;
}
.video-bg video {
	display: none !important;
}
.navbar-inverse .navbar-toggler {
	border: none;
	top: 25px;
}
.navbar-inverse .navbar-toggler-icon {
	color: #fff;
}
.navbar-collapse {
	background: #fa8055;
	margin-top: 17px;
}
.navbar-brand {
	padding-left: 40px;
}
.collapse.show {
	display: block !important;
	margin-left: -31px;
	margin-top: 17px;
	padding-left: 20px;
}
.video-bg {
	height: 570px;
}
.ed-title h2 {
	font-size: 42px;
	line-height: 40px;
}
.awards-cont {
	margin-top: 50px;
}
.ed-title h2 span {
	font-size: 32px;
}
.aboutMain h2 {
	font-size: 27px;
}
.mainMag {
	margin-left: 0px;
}
#gallery h2 {
	font-size: 26px;
}
.conference-sec {
	height: auto;
	padding-bottom: 82px;
}
.btn-action-conf {
	width: 67%;
}
.awrd-pics {
	padding-top: 20px;
}
.awrd-pics ul li {
	width: 46%;
	margin-right: 20px;
	float: left;
}
.awards-sec {
	height: 1890px;
}
.awrd-icon {
	display: none;
}
.exhibition-sec {
	position: relative;
}
.tp-edu {
	position: absolute;
	top: -15px;
	left: 140px;
}
.exbPics {
	margin-top: 79px;
}
.btn-action ul li.nominate-btn {
	margin-left: -5px;
}
.stats-bg {
	height: 724px;
}
.spkCircle {
	position: absolute;
	bottom: 0px;
	left: -40px;
}
.spkMid {
	top: 50%;
}
.spkAngle {
	right: -50px;
	bottom: 0px;
}
.video-angle {
	display: none;
}
.video-tpLines {
	display: none;
}
.spkRight {
	right: 0px;
}
.spkLeft {
	left: 0px;
}
.awrd-pics ul li {
	width: 84%;
	margin: 0 auto 20px;
	float: none;
}
.awrd-layer {
	margin-right: -13px;
}
.mainSpk {
	width: 320px;
}
.ed-title h2 {
	font-size: 37px;
	line-height: 34px;
}
.video-btm {
	right: 0px;
}
.stats-lines {
	right: 0px;
}
.stats-bg .count-box {
	margin-top: 37px;
}
.exblayer {
	margin-right: 0px;
}
.galleryLines {
	left: 163px;
}
.gallery-icon {
	right: 40px;
}
.gallery-btm {
	display: none;
}
ul.awrd-cat-list li {
	width: 100%;
}
ul.awardsCk li {
	width: 100% !important;
}
#exhibitors {
	min-height: 560px;
}
.footer {
	text-align: center;
}
ul.exhSec li .exhibitor {
	margin: 0 auto 23px;
}
.magCont {
	width: 300px;
	margin: 0 auto;
	float: none;
}
.galleryHalf {
	display: none;
}
.footer-btm .footer-copyright {
	text-align: center;
}
.delegateFee {
	width: 100% !important;
}
.earlyBird {
	width: 100% !important;
	margin-bottom: 20px;
}
.opcMain {
	width: 100% !important;
	height: 185px !important;
}
.earlyAmt h3 .inpt-txt {
	width: 23% !important;
}
.mainDelegate {
	width: 100% !important;
	clear: both !important;
	margin: 0 auto !important;
	float: none !important;
}
.col1 {
	width: 100% !important;
}
.earlyMain h3 .inpt-txt {
	width: 25% !important;
}
.ed-title span {
	font-size: 17px;
	line-height: 20px;
}
.vidLayer {
	display: none;
}
.video-btm {
	display: none;
}
.cmSec {
	text-align: center;
	padding-top: 30px;
	border-left: 0px !important;
	border-top: 1px dotted #b1b1b1;
}
.cmImage {
	margin-top: 20px !important;
}
.bg-overlay {
	display: none;
}
.date-venue-main {
	position: absolute;
	top: 18px;
	left: auto;
	width: 42%;
	right: 28px;
}
#cmNote .modal-dialog {
	max-width: 320px !important;
	top: 30%;
}
#cmNote .modal-dialog img {
	width: 100% !important;
}
#flexiselDemoSpk {
	width: 100% !important;
	height: 490px;
	position: static;
	overflow: hidden;
}
.tpbrk {
	display: none;
}
.countbg {
	width: 100%;
}
.partnerbg {
	display: none;
}
.mapbg {
	display: none;
}
.imgblk img {
	width: 100%;
}
.sliderline img {
	width: 100%;
}
.clientbg {
	display: none;
}
.date-venue {
	width: 310px;
	text-align: center;
	margin: 0 auto;
}
.date-venue img {
	width: 100%;
}
.imgblk {
	width: 100%;
	margin: 0 auto;
}
.centimg img {
	width: 100%;
}
.magCont {
	position: static;
	width: 300px;
	margin: 0 auto;
}
.magCont img {
	width: 100%;
}
ul.expectlist li.textright {
	text-align: center;
}
ul.expectlist li.textleft {
	text-align: center;
}
ul.expectlist li {
	min-height: auto;
}
ul.expectlist {
	padding: 0px;
}
.speakerHead h2, .expect h2, .conf-sec h2 {
	font-size: 30px;
	line-height: 30px;
}
.speakerHead h2 span, .conf-sec h2 span {
	font-size: 40px;
	line-height: 40px;
}
.expect h2 span {
	font-size: 30px;
	line-height: 30px;
}
.mixheading span {
	font-size: 30px;
	line-height: 30px;
}
.mixheading {
	font-size: 30px;
	text-align: center;
}
.backcolor {
	background: #f6f6f6;
	padding: 30px 10px;
}
.recteffect {
	display: none;
}
.linehighlightmix {
	margin: 10px auto;
	text-align: center;
}
.footer h5.ft-head {
	font-size: 22px;
	line-height: 30px;
	padding: 0 10px;
}
.header-top {
	position: static;
}
.expect {
	margin-bottom: 30px;
}
.speaker-sec {
	padding: 30px 0 10px;
}
.conf-sec {
	padding: 30px 0 0;
}
#flexiselDemoSpk li {
	margin-left: 30px;
}
.mag-txt {
	margin-top: -15px;
}
.footer-btm .footer-copyright {
	margin-bottom: 20px;
	text-align: center;
}
.posrel {
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
}
.footer {
	padding: 30px 0px !important;
}
.bdyHeight {
	padding: 30px 0;
	margin-top: 0px;
}
#partners h3.subHead {
	font-size: 35px;
}
}

@media screen and (min-width:575px) and (max-width:767px) {
.btn-action-buy {
	display: none;
}
.ed-title h2 span {
	font-size: 43px;
}
.aboutList3 {
	width: 52%;
}
.header-top {
	width: 100% !important;
}
.navbar-inverse .navbar-toggler-icon {
	background-image: url(../img/toggle-icon.png) !important;
}
.footer-btm .footer-copyright {
	text-align: center;
}
ul.exhSec li {
	margin-right: 0px !important;
}
ul.exhSec li .exhibitor {
	margin: 0 auto 20px;
}
.galleryLines {
	display: none;
}
.galleryHalf {
	display: none;
}
.spkMid {
	display: none;
}
.video-bg video {
	display: none !important;
}
.navbar-inverse .navbar-toggler {
	border: none;
	top: 25px;
}
.navbar-inverse .navbar-toggler-icon {
	color: #fff;
}
.navbar-collapse {
	background: #fa8055;
	margin-top: 17px;
}
.circle {
	display: none;
}
.collapse.show {
	display: block !important;
	margin-left: -31px;
	margin-top: 17px;
	padding-left: 20px;
}
.navbar-brand {
	padding-left: 40px;
}
.date-venue-main {
	width: 40%;
}
.gallery-btm {
	display: none;
}
.stats-lines {
	right: -27px;
}
.video-bg {
	height: 670px;
}
.aboutMain {
	height: auto;
	text-align: center;
}
.mainflex img {
	width: 251px !important;
}
.video-angle {
	display: none;
}
.video-tpLines {
	display: none;
}
.video-bg {
	height: 570px;
}
.ed-title h2 {
	font-size: 42px;
	line-height: 40px;
}
.aboutMain h2 {
	font-size: 27px;
}
.mainMag {
	margin-left: 0px;
}
#gallery h2 {
	font-size: 26px;
}
.conference-sec {
	height: auto;
	padding-bottom: 82px;
}
.btn-action-conf {
	width: 67%;
}
.awrd-pics {
	padding-top: 20px;
}
.awrd-pics ul li {
	width: 46%;
	margin-right: 20px;
	float: left;
}
.awards-sec {
	height: 1330px;
}
.mid-edu {
	margin-top: 50px;
}
.awrd-icon {
	display: none;
}
.exhibition-sec {
	position: relative;
}
.tp-edu {
	position: absolute;
	top: 0px;
}
.exbPics {
	margin-top: 79px;
}
.btn-action ul li.nominate-btn {
	margin-left: -5px;
}
.stats-bg {
	height: 600px;
}
.spkCircle {
	position: absolute;
	bottom: 0px;
	left: 20px;
}
.spkAngle {
	bottom: 0px;
}
.spkRight {
	right: 0px;
}
.spkLeft {
	left: 0px;
}
ul.awrd-cat-list li {
	width: 100%;
}
ul.awardsCk li {
	width: 100% !important;
}
.delegateFee {
	width: 100% !important;
}
.earlyBird {
	width: 254px !important;
}
.opcMain {
	width: 254px !important;
}
.earlyAmt h3 .inpt-txt {
	width: 36% !important;
}
.mainDelegate {
	width: 100% !important;
	clear: both !important;
	margin: 0 auto !important;
	float: none !important;
}
.earlyMain h3 .inpt-txt {
	width: 18% !important;
}
.cmSec {
	text-align: center;
	padding-top: 30px;
	border-left: 0px !important;
	border-top: 1px dotted #b1b1b1;
}
.cmImage {
	margin-top: 20px !important;
}
.bg-overlay {
	display: none;
}
.date-venue-main {
	position: absolute;
	top: 20px;
	left: 215px;
}
ul.spk-Listing li.spkBox {
	flex: 0 0 42% !important;
	min-height: 393px;
}
ul.spk-Listing li.spkBox .spk-btm {
	height: 225px !important;
}
#cmNote .modal-dialog {
	max-width: 320px !important;
	top: 30%;
}
#cmNote .modal-dialog img {
	width: 100% !important;
}
#flexiselDemoSpk {
	width: 100% !important;
	height: 490px;
	position: static;
	overflow: hidden;
}
.tpbrk {
	display: none;
}
#flexiselDemoSpk li {
	width: 251px !important;
}
.abslte {
	width: 100%;
}
.countbg {
	width: 100%;
}
.partnerbg {
	display: none;
}
.mapbg {
	display: none;
}
.imgblk img {
	width: 100%;
}
.sliderline img {
	width: 100%;
}
.clientbg {
	display: none;
}
.date-venue {
	width: 310px;
	text-align: center;
	margin: 0 auto;
}
.date-venue img {
	width: 100%;
}
.imgblk {
	width: 100%;
	margin: 0 auto;
}
.centimg img {
	width: 100%;
}
.magCont {
	position: static;
	width: 100%;
	margin: 0 auto;
}
.magCont img {
	width: 100%;
}
ul.expectlist li.textright {
	text-align: center;
}
ul.expectlist li.textleft {
	text-align: center;
}
ul.expectlist li {
	min-height: auto;
}
ul.expectlist {
	padding: 0px;
}
.speakerHead h2, .expect h2, .conf-sec h2 {
	font-size: 30px;
	line-height: 30px;
}
.speakerHead h2 span, .conf-sec h2 span {
	font-size: 40px;
	line-height: 40px;
}
.expect h2 span {
	font-size: 30px;
	line-height: 30px;
}
.mixheading span {
	font-size: 30px;
	line-height: 30px;
}
.mixheading {
	font-size: 30px;
	text-align: center;
}
.backcolor {
	background: #f6f6f6;
	padding: 30px 10px;
}
.recteffect {
	display: none;
}
.linehighlightmix {
	margin: 10px auto;
	text-align: center;
}
.footer h5.ft-head {
	font-size: 22px;
	line-height: 30px;
}
.header-top {
	position: static;
}
.expect {
	margin-bottom: 30px;
}
.speaker-sec {
	padding: 30px 0 10px;
}
.conf-sec {
	padding: 30px 0 0;
}
#flexiselDemoSpk li {
	margin-left: 30px;
}
.mag-txt {
	margin-top: -15px;
}
.footer-btm .footer-copyright {
	margin-bottom: 20px;
	text-align: center;
}
.posrel {
	border-top: 0px solid #dfdfdf;/*padding-top: 20px;*/
}
.footer {
	padding: 30px 0px !important;
}
.mag-left {
	width: 116px;
}
.mag-right {
	width: 173px;
	float: left;
	margin-right: 10px;
}
.bdyHeight {
	padding: 30px 0;
	margin-top: 0px;
}
#partners h3.subHead {
	font-size: 35px;
}
}

@media screen and (min-width:768px) and (max-width:1023px) {
.btn-action-buy {
	display: none;
}
.navbar-inverse .navbar-toggler-icon {
	background-image: url(../img/toggle-icon.png) !important;
}
.date-venue-main {
	position: absolute;
	width: 53%;
	top: 22px;
	left: 274px;
}
ul.exhSec li .exhibitor {
	margin: 0 auto 20px;
}
.circle {
	display: none;
}
.header-top .container.css123 {
	/*width: 760px;*/
	padding: 0px;
}
.container {
	width: 100%;
}
.navbar-inverse .navbar-toggler {
	border: none;
}
.awrd-layer {
	margin-right: -30px;
}
.navbar-collapse {
	background: #fa8055;
}
.collapse.show {
	display: block !important;
	margin-left: -31px;
	padding-left: 20px;
}
.aboutMain {
	height: auto;
}
.awards-sec {
	height: 860px;
}
.mainMag {
	margin-left: 0px;
}
.conference-sec {
	height: auto;
	padding-bottom: 82px;
}
.btn-action-conf {
	width: 48%;
}
.mainSpk {
	margin: 0 auto;
}
.spkLeft {
	left: 50px;
}
.spkRight {
	right: 72px;
}
.video-bg {
	height: 670px;
}
.top-form {
	width: 300px;
	margin-right: 15px;
}
.sliderline {
	height: 1px;
	background: #f58f20;
}
.sliderline img {
	display: none;
}
.headerCont {
	width: calc(100% - 315px);
}
.headerSec {
	top: 120px;
}
.ed-title h2 {
	font-size: 40px;
	line-height: 70px;
}
.socials-nav li {
	margin-left: 5px;
}
.socials-nav li .fa {
	width: 30px;
	height: 30px;
	padding-top: 5px;
}
.delegateFee {
	width: 100% !important;
}
.earlyBird {
	width: 292px !important;
}
.opcMain {
	width: 292px !important;
}
.earlyAmt h3 .inpt-txt {
	width: 31% !important;
}
.mainDelegate {
	width: 100% !important;
	clear: both !important;
	margin: 0 auto !important;
	float: none !important;
}
.earlyMain h3 .inpt-txt {
	width: 14% !important;
}
.cmSec {
	text-align: center;
	padding-top: 30px;
	border-left: 0px !important;
	border-top: 1px dotted #b1b1b1;
}
.cmImage {
	margin-top: 20px !important;
}
ul.spk-Listing li.spkBox {
	flex: 0 0 29% !important;
	min-height: 445px;
}
ul.spk-Listing li.spkBox .spk-btm {
	height: 243px !important;
}
ul.exhSec li {
	margin-right: 7px;
}
#cmNote .modal-dialog {
	max-width: 320px !important;
	top: 30%;
}
#cmNote .modal-dialog img {
	width: 100% !important;
}
#flexiselDemoSpk {
	width: 100% !important;
	height: 580px;
	position: static;
	left: 100px !important;
	overflow: hidden;
	clear: both;
}
.mainMag {
	margin-left: 0px !important;
}
a#logo {
	display: block;
	float: left;
}
.centimg img {
	width: 100%;
}
ul.expectlist {
	padding: 0px;
}
.centimg img {
	width: 100%;
}
ul.expectlist li .leadtxt {
	font-size: 20px;
	line-height: 20px;
}
ul.expectlist li .contblk {
	font-size: 14px;
	line-height: 14px;
}
ul.expectlist li {
	min-height: 190px;
}
.centright {
	float: right;
}
ul.expectlist {
	padding: 0px;
}
.partnerbg img {
	width: 100%;
}
.imgblk img {
	width: 100%;
}
.backcolor {
	background: #f6f6f6;
	padding: 20px 20px;
}
.mixheading {
	font-size: 20px;
}
.mixheading span {
	font-size: 30px;
	line-height: 30px;
}
.linehighlightmix {
	margin: 10px 0px 10px;
}
.clientbg {
	display: none;
}
.clientbg .blk6 {
	width: 200px;
	float: right;
	padding: 0px;
}
.footer h5.ft-head {
	font-size: 25px;
}
.posrel {
	padding: 0px;
}
.magCont {
	position: static;
	width: 100%;
	padding: 0px;
}
.recteffect {
	display: none;
}
.col-md-12.mywidth {
	/*width: 301px;
max-width: 550px;*/
	padding-left: 32px;
	margin-bottom: 30px;
}
#flexiselDemoSpk li {
	width: 225px !important;
	margin-left: 50px;
}
.footer h5.ft-head {
	font-size: 22px;
}
.footer h4.ft-name {
	font-size: 16px;
}
.footer h2.ft-number {
	font-size: 20px;
}
.footer h4.ft-number {
	font-size: 20px;
}
.magCont {
	width: 100%;
}
.magCont p {
	font-size: 14px;
	text-align: left !important;
	margin-bottom: 0;
}
}
.term-condition ol li {
	list-style-type: decimal;
}
.scope-services {
	background: #fa8055;
	padding: 50px 0;
}
span.rounded-edge {
	padding: 10px 35px;
	border-radius: 30px;
	font-size: 16px;
	display: inherit;
	max-width: 750px;
	margin: 0 auto;
	background: #f4646a;
}
ul.expectlist li .leadimg img {
	width: 55px;
}
.scope-services .incubation-plans .img-icon, .scope-services .business-networking-plans .img-icon {
	background: #efefef;
	padding: 20px;
}

@media screen and (min-width:1024px) and (max-width:1199px) {
.header-top {
	height: auto;
}
.tp-overlay {
	height: auto;
}
.date-venue-main h2 {
	font-size: 15px;
}
.navbar-toggleable-md .navbar-nav .nav-link {
	padding-right: 7px;
	padding-left: 7px;
}
.css123 {
	padding-left: 0px;
}
#flexiselDemoSpk {
	width: 100% !important;
	height: 580px;
	position: static;
	overflow: hidden;
}
#flexiselDemoSpk li {
	width: 239px !important;
}
.mainflex img {
	width: 239px !important;
}
.btn-action-buy {
	top: 12px;
}
.socialSec {
	top: 6px;
}
.mainMag {
	margin-left: 0px;
}
.video-sec .video-img {
	height: 337px !important;
}
ul.spk-Listing li.spkBox {
	min-height: 425px;
}
.mainSpk {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.awards-sec {
}
.socialSec { /*width:22%; display:none;*/
}
.conference-sec {
	height: auto;
	background-size: cover;
}
.btn-action-conf {
	width: 35%;
}
.minImage {
	min-height: 219px !important;
}
.agenda-Main ul li .agendaList .agendaSec {
	min-height: 278px;
	display: none;
}
.ed-title h2 {
	font-size: 40px;
	line-height: 50px;
}
.delegateFee {
	width: 50% !important;
	margin-bottom: 30px;
}
.earlyBird {
	width: 201px !important;
}
.opcMain {
	width: 201px !important;
}
.earlyAmt h3 .inpt-txt {
	width: 48% !important;
}
.vip .earlyAmt h3 .inpt-txt {
	width: 48% !important;
}
.mainDelegate {
	width: 50% !important;
	clear: both !important;
	margin: 0 auto !important;
	float: none !important;
}
.vip p {
	margin-bottom: 36px;
}
.mainEarly {
	margin-top: 10px !important;
}
.vip p.mobSec {
	margin-bottom: 0px !important;
}
.mrgBtm {
	margin-bottom: 16px;
}
.spkMid {
	display: none;
}
.aboutMain {
	height: auto;
	text-align: center;
}
ul.spk-Listing li.spkBox .spk-btm {
	height: 233px !important;
}
.cmSec {
	text-align: center;
	padding-top: 30px;
	border-left: 0px !important;
	border-top: 1px dotted #b1b1b1;
}
.cmImage {
	margin-top: 20px !important;
}
#cmNote .modal-dialog {
	max-width: 320px !important;
	top: 30%;
}
#cmNote .modal-dialog img {
	width: 100% !important;
}
.mainMag {
	margin-left: 0px !important;
}
.othersection {
	float: right;
}
.countbg {
	width: 100%;
}
.countblkleft {
	width: 700px;
}
ul.countdown li span {
	font-size: 24px;
}
.time-left {
	margin-right: 10px;
}
.centimg img {
	width: 100%;
}
ul.expectlist li .leadtxt {
	font-size: 20px;
	line-height: 20px;
}
ul.expectlist li .contblk {
	font-size: 14px;
	line-height: 14px;
}
ul.expectlist li {
	min-height: 190px;
}
.centright {
	float: right;
}
ul.expectlist {
	padding: 0px;
}
.partnerbg img {
	width: 100%;
}
.imgblk img {
	width: 100%;
}
.backcolor {
	background: #f6f6f6;
}
.mixheading {
	font-size: 20px;
}
.mixheading span {
	font-size: 30px;
	line-height: 30px;
}
.linehighlightmix {
	margin: 10px 0px 10px;
}
.clientbg .blk3 {
	display: none;
}
.clientbg .blk1 {
	width: 358px;
}
.clientbg .blk4 {
	width: 222px;
	padding: 0px;
}
.clientbg .blk6 {
	width: 200px;
	float: right;
	padding: 0px;
}
.footer h5.ft-head {
	font-size: 22px;
}
.footer h4.ft-name {
	font-size: 16px;
}
.footer h2.ft-number {
	font-size: 20px;
}
.footer h4.ft-number {
	font-size: 20px;
}
.magCont {
	width: 100%;
}
.magCont p {
	font-size: 14px;
	text-align: left !important;
	margin-bottom: 0;
}
.posrel {
	padding: 0px;
}
.mag-right {
	width: 192px;
}
.mag-txt {
	font-size: 22px;
	line-height: 22px;
}
}

@media screen and (min-width:320px) and (max-width:767px) {
.fulblk {
	width: 100%;
	height: auto;
	padding-left: 0px;
}
.leftblknew {
	float: none;
	text-align: center;
	padding: 0px;
	width: auto;
}
.leftblknew h2 {
	text-align: center;
	float: none;
}
.leftblknew h2 span {
	display: inline-block;
}
.leftblknew {
	float: none;
	text-align: center;
}
.spkbgblk {
	text-align: center;
	float: none;
	overflow: hidden;
	display: none;
	width: auto;
}
.spkbgblkmobile {
	display: block;
	text-align: center;
	padding: 10px 20px;
}
.spkbgblkmobile img {
	width: 100%;
}
.rightblknew {
	float: none;
	margin-left: auto;
	padding-top: 0px;
	float: none;
	margin: 20px auto 0;
	text-align: center;
	width: auto;
}
}

@media screen and (min-width:600px) and (max-width:767px) {
.header-top {
	position: relative;
}
.header-top .container {
	width: 100%;
	padding-left: 0px;
}
.date-venue-main h2 {
	padding-top: 10px;
	padding-left: 10px;
}
.aboutMain {
	padding: 20px 0 20px;
}
#flexiselDemoSpk {
	height: 600px;
}
#flexiselDemoSpk li {
	margin-left: 2px;
}
.conference-sec {
	height: auto;
	padding-bottom: 0px;
}
}

@media screen and (min-width:768px) and (max-width:1023px) {
.fulblk {
	width: 100%;
	height: auto;
	padding-left: 0px;
}
.leftblknew {
	float: none;
	text-align: center;
}
.leftblknew h2 {
	text-align: center;
	float: none;
}
.leftblknew h2 span {
	display: inline-block;
}
.leftblknew {
	float: none;
	text-align: center;
}
.spkbgblk {
	text-align: center;
	float: none;
	overflow: hidden;
	display: none;
}
.spkbgblkmobile {
	display: block;
	text-align: center;
}
.rightblknew {
	float: none;
	margin-left: auto;
	padding-top: 0px;
	float: none;
	margin: 20px auto 0;
	text-align: center;
}
.navbar-inverse .navbar-toggler {
	right: 0px;
}
.collapse.show {
	margin-top: 12px;
}
}

@media screen and (min-width:1024px) and (max-width:1199px) {
.fulblk {
	width: 100%;
	padding-left: 0px;
}
.spkbgblk {
	width: 600px;
}
.spkbgblk img {
	width: 100%;
}
.leftblknew h2 {
	font-size: 27px;
	line-height: 30px;
}
.leftblknew h2 span {
	font-size: 26px;
}
.rightblknew {
	width: 201px;
}
.rightblknew .spktxt strong {
	font-size: 23px;
}
.rightblknew {
	padding-top: 146px;
}
}
#myModalClose {
	margin-top: 210px;
	z-index: 9999999;
}
#myModalClose .modal-body {
	padding: 40px;
}
#myModalClose .modal-body h2.regHead {
	text-transform: uppercase;
	text-align: center;
	color: #ed1c22;
	font-size: 30px;
	font-weight: 400;
}
#myModalClose .modal-body p.regTxt {
	text-align: center;
	color: #333;
	font-size: 17px;
	font-weight: 400;
	padding-top: 20px;
}
.register-right-btn {
/*position: absolute;
right: 16px !important;
/*border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
border-right: 0 !important;
border-left: 2px solid #f58220 !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;*/
}
.footer-top-part {
	background: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}
.footer-widgert p {
	font-size: 12px;
}
.footer-widgert-title h6 {
	text-transform: uppercase;
	font-size: 14px;
}
.footer-widgert ul.list-unstyled li a {
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
}
.footer-widgert ul.list-unstyled li a:before {
	content: '';
	width: 16px;
	height: 15px;
	background: url(../img/arrow-footer.png);
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	position: relative;
	margin-top: 5px;
}
.footer-widgert ul li {
	margin-bottom: 5px;
}
.footer-widgert .list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.footer-bottom ul {
	margin-bottom: 0;
	padding: 0;
}
.footer-bottom {
	background: #444;
	padding: 10px 0;
}
.footer-bottom ul li a {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}
.list-line > li {
	margin-bottom: 30px;
}
.list-line ul {
	margin-top: 10px;
}
.list-inline > li {
	display: inline-block;
	/*padding-right: 5px;
	padding-left: 5px;*/
}
img.icon-10 {
	width: 10px;
}
img.icon-20 {
	width: 20px;
}
.footer-widgert ul.quick-contact {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
.footer-widgert ul.quick-contact li img.icon-20 {
	margin-right: 10px;
}
.footer-bottom-part {
	background: #363636;
	text-align: center;
	color: #efefef;
	font-size: 12px;
	padding: 8px 0;
}
#video-view {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.overlay {
	background: rgba(51, 51, 51, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.class-video {
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
}
.class-video iframe {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
.close-video {
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	cursor: pointer;
}
.cross-icon {
	background: #000;
	padding: 5px 10px;
	font-size: 20px;
}
.ss-video-holder a {
	display: block;
	position: relative;
}
.checkbox-container {
	display: block;
	text-align: left;
	position: relative;
	padding-left: 25px !important;
	margin-bottom: 0px;
	font-weight: 400;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-container a {
	color: #727272;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
}
/* Create a custom checkbox */
.checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	background: transparent;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
	border: 1px solid #ffc107;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #ffc107;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	overflow-x: hidden;
	transition: 0.5s;
	text-align: left;
	-webkit-box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
	-moz-box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
	box-shadow: -2px 4px 28px -5px rgba(73,169,194,1);
}
.mob-menu {
	height: 100vh;
	overflow-y: auto;
	width: 280px;
	float: right;
	background: #fff;
}
.sidenav a {
	padding: 10px 15px;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	border-top: 1px solid #9e9b9b;
	display: block;
	transition: 0.3s;
}
.sidenav ul.slimmenu li a {
	color: #000;
	padding-left: 30px;
	border-bottom: 1px solid #aeaeae !important;
	border: none;
	font-size: 12px;
}
.sidenav .closebtn {
	position: absolute;
	top: 8px;
	right: 265px;
	font-size: 30px;
	border: 1px solid #ec2979;
	padding: 3px 6px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ec2979;
	color: #fff;
	z-index: 999999;
	line-height: 22px;
}
/* -----------------------
Footer CSS
--------------------------*/
.rs-footer {
	background-color: #222;
	color: #212121;
}
.rs-footer .footer-title {
	margin-bottom: 40px;
	padding-bottom: 5px;
	color: #212121;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
}
.rs-footer .footer-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 2px;
	width: 50px;
	background-color: #ea3338;
}
.rs-footer .footer-top {
	padding: 57px 0;
	background-color: #efefef;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.rs-footer .footer-top .about-widget img {
	margin-bottom: 32px;
	height: 25px;
}
.rs-footer .footer-top .about-widget ul.footer-address li {
	font-size: 15px;
	margin-bottom: 10px;
}
.rs-footer .footer-top .about-widget ul.footer-address li i {
	margin-right: 10px;
}
.rs-footer .footer-top .about-widget ul.footer-address li a {
	color: #fff;
}
.rs-footer .footer-top .about-widget ul.footer-address li a:hover {
	color: #eee;
}
.rs-footer .footer-top .about-widget ul.footer-address li p {
	display: inline;
}
.rs-footer .footer-top .about-widget ul.footer-address li:last-child {
	margin-bottom: 0;
}
.rs-footer .footer-top .about-widget ul.social-links {
	margin-top: 20px;
}
.rs-footer .footer-top .about-widget ul.social-links li {
	display: inline;
	margin-right: 10px;
}
.rs-footer .footer-top .about-widget ul.social-links li a {
	color: #ffffff;
}
.rs-footer .footer-top .about-widget ul.social-links li a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #3c3c3c;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.rs-footer .footer-top .about-widget ul.social-links li a i:hover {
	background: #236a9e;
	color: #ffffff;
}
.rs-footer .footer-top .about-widget ul.social-links li:last-child {
	margin-right: 0;
}
.rs-footer .footer-top .recent-post-widget .post-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image {
	max-width: 70px;
	margin-right: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image img {
	border-radius: 3px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a {
	color: #ffffff;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a:hover {
	color: #eee;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc span {
	display: block;
	font-size: 12px;
	color: #aaa;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc span i {
	margin-right: 5px;
}
.rs-footer .footer-bottom {
	padding: 20px 0 20px;
	background: #3c3c3c;
}
.rs-footer .footer-bottom .copyright p {
	margin: 5px 0 0;
	font-size: 14px;
}
.rs-footer .footer-bottom .copyright a {
	color: #fff;
}
.rs-footer .footer-bottom .copyright a:hover, .rs-footer .footer-bottom .copyright a:focus {
	color: #afb0b2;
}
.rs-footer .footer-bottom .footer-bottom-menu {
	display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-menu ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	padding: 0;
	list-style: none;
}
.rs-footer .footer-bottom .footer-bottom-menu ul > * {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	padding-left: 10px;
	position: relative;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li:before {
	display: inline-block;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li:nth-child(n+2):before {
	content: ":";
	margin-right: 10px;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li a {
	color: #afb0b2;
}
.rs-footer .footer-bottom .footer-bottom-menu ul li a:hover, .rs-footer .footer-bottom .footer-bottom-menu ul li a:focus {
	color: #fff;
}
.rs-footer .footer-bottom .footer-bottom-share {
	float: right;
}
.rs-footer .footer-bottom .footer-bottom-share ul li {
	display: inline-block;
	position: relative;
	color: #fff;
}
.rs-footer .footer-bottom .footer-bottom-share ul li a {
	color: #ffffff;
	padding: 0 15px;
}
.rs-footer .footer-bottom .footer-bottom-share ul li a:hover {
	color: #fff;
}
.rs-footer .footer-bottom .footer-bottom-share ul li:after {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	top: 9px;
	position: absolute;
}
.rs-footer .footer-bottom .footer-bottom-share ul li:last-child a {
	padding-right: 0;
}
.rs-footer .footer-bottom .footer-bottom-share ul li:last-child:after {
	content: none;
}
.rs-footer .footer-bottom .footer-bottom-share ul li:first-child a {
	padding-left: 0;
}
.rs-footer .footer-bottom .footer-bottom-share ul li.active a {
	color: #236a9e;
}
div#rs-partner {
	padding: 60px 0 63px;
}
div#rs-partner .partner-item img {
	width: inherit;
}
.about-partner {
	position: relative;
	padding-top: 235px;
}
.footer-form {
	background: #fff;
	border-radius: 30px 30px 30px 30px;
	position: relative;
	max-width: 280px;
	outline: unset;
}
.footer-form .form-input {
	border: none;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 0 10px 16px;
	background: #fff;
	color: #666666;
	outline: none;
	width: 100%;
}
.footer-form .form-input ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #666666;
}
.footer-form .form-input ::-moz-placeholder {
/* Firefox 19+ */
color: #666666;
}
.footer-form .form-input :-ms-input-placeholder {
/* IE 10+ */
color: #666666;
}
.footer-form .form-input :-moz-placeholder {
/* Firefox 18- */
color: #666666;
}
.footer-form .form-button {
	position: absolute;
	border-radius: 30px;
	top: 2px;
	right: 3px;
	background: #236a9e;
	color: #ffffff;
	padding: 8px 16px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.footer-form .form-button i {
	padding: 0 13px;
}
.footer-form .form-button:hover {
	background: #222222;
}
.rs-defult-partner .owl-carousel .owl-item img {
	width: auto;
}
.rs-defult-partner .owl-nav {
	display: none !important;
}
.pr-md-50 {
	padding-right: 50px;
}
ul.footer-address li {
	position: relative;
	padding-left: 23px;
	padding-bottom: 6px;
}
ul.footer-address li i {
	position: absolute;
	left: 0;
	top: 5px;
}
ul.footer-address li a {
	color: #212121;
}
ul.footer-address li:hover, ul.footer-address li:hover a {
	color: #236a9e;
}
ul.footer-links li {
	padding-bottom: 8px;
}
ul.footer-links li a {
	color: #212121;
}
ul.footer-links li:hover a {
	color: #236a9e;
}
.rs-footer .copyright {
	color: #fff;
}
ul.footer-links, .rs-footer .footer-top .about-widget ul.social-links, ul.footer-address {
	padding: 0;
}
/*================================== Membership Table style sheet ===========================*/
.business-networking-plans {
	display: none;
}
.pricingTable.red {
	border-bottom: 2px solid #d62035;
}
.pricingTable.blue {
	border-bottom: 2px solid #0b39c4 !important;
}
.pricingTable.green {
	border-bottom: 2px solid #d62035;
}
.pricingTable.purple {
	border-bottom: 2px solid #451a5e;
}
.for-incubation, .for-business-networking {
	padding: 30px 5px;
}
.pricingTable {
	background: #d62035;
	font-family: 'Cabin', sans-serif;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	transition: all 0.3s;
	margin-bottom: 15px;
}
.pricingTable:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.pricingTable .pricingTable-header {
	color: #fff;
	background: linear-gradient(100deg, #F83950, #F7700F);
	padding: 10px 30px 40px;
	margin: 0 0 20px;
	border-radius: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.pricingTable .amount {
	font-size: 35px;
	font-weight: 500;
}
.pricingTable .month {
	font-size: 16px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
}
.pricingTable .icon {
	color: #F83950;
	background-color: #fff;
	font-size: 40px;
	line-height: 80px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3), 0 5px 125px rgba(0,0,0,0.3);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 65px;
}
.pricingTable .pricing-content {
	background-color: #fff;
	padding: 45px 0 30px 0;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
}
.pricingTable .title {
	color: #F83950;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: block;
}
.pricingTable .title:after {
	content: '';
	background-color: #F83950;
	height: 2px;
	width: 40%;
	display: block;
	margin: 10px auto 0;
}
.pricingTable .pricing-content ul {
	color: #202020;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
.pricingTable .pricing-content ul li.small {
	border-bottom: 1px solid #ddd;
}
.pricingTable .pricingTable-signup {
	color: #fff;
	background: #d62035;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 15px;
	margin: 0 auto;
	border-radius: 10px 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover {
	color: #d62035;
	background-color: #fff;
	box-shadow: 0 0 20px #F83950 inset;
}
.pricingTable.blue {
	background-color: #0b39c4;
}
.pricingTable.blue .pricingTable-header {
	background: linear-gradient(100deg, #0B43FA, #49A8FF);
}
.pricingTable.blue .icon {
	color: #0b39c4;
}
.pricingTable.blue .title {
	color: #0b39c4;
}
.pricingTable.blue .title:after {
	background-color: #0b39c4;
}
.pricingTable.blue .pricingTable-signup {
	background-color: #0b39c4;
}
.pricingTable.blue .pricingTable-signup:hover {
	color: #0b39c4;
	background-color: #fff;
	box-shadow: 0 0 20px #0b39c4 inset;
}
.pricingTable.green {
	background-color: #17b568;
}
.pricingTable.green .pricingTable-header {
	background: linear-gradient(100deg, #27CE7F, #5BF095);
}
.pricingTable.green .icon {
	color: #27CE7F;
}
.pricingTable.green .title {
	color: #27CE7F;
}
.pricingTable.green .title:after {
	background-color: #27CE7F;
}
.pricingTable.green .pricingTable-signup {
	background-color: #17b568;
}
.pricingTable.green .pricingTable-signup:hover {
	color: #17b568;
	background-color: #fff;
	box-shadow: 0 0 20px #17b568 inset;
}
.pricingTable.purple {
	background-color: #451a5e;
}
.pricingTable.purple .pricingTable-header {
	background: linear-gradient(100deg, #6b189b, #ad3bdb);
}
.pricingTable.purple .icon {
	color: #6b189b;
}
.pricingTable.purple .title {
	color: #6b189b;
}
.pricingTable.purple .title:after {
	background-color: #6b189b;
}
.pricingTable.purple .pricingTable-signup {
	background-color: #451a5e;
}
.pricingTable.purple .pricingTable-signup:hover {
	color: #451a5e;
	background-color: #fff;
	box-shadow: 0 0 20px #451a5e inset;
}
.pricingTable.green {
	background-color: #17b568;
}
.pricingTable.purple {
	background-color: #451a5e;
}
.pricingTable.purple .pricingTable-header {
	background: linear-gradient(100deg, #6b189b, #ad3bdb);
}
.pricingTable.green .pricingTable-header {
	background: linear-gradient(100deg, #27CE7F, #5BF095);
}
.pricingTable.purple .pricingTable-signup {
	background-color: #451a5e;
}
.pricingTable.purple .pricingTable-signup:hover {
	color: #451a5e;
	background-color: #fff;
	box-shadow: 0 0 20px #451a5e inset;
}
.pricingTable.green .pricingTable-signup {
	background-color: #17b568;
}
.pricingTable.green .pricingTable-signup:hover {
	color: #17b568;
	background-color: #fff;
	box-shadow: 0 0 20px #17b568 inset;
}
.pricingTable .pricing-content ul li span {
	border-bottom: 2px solid #f83c4c;
	padding: 0px 2px;
	color: #bc1c2f;
}
.pricingTable.blue .pricing-content ul li span {
	border-bottom: 2px solid #092fa3;
	padding: 0px 2px;
	color: #0930a5;
}
.pricingTable.green .pricing-content ul li span {
	border-bottom: 2px solid #149958;
	padding: 0px 2px;
	color: #128a50;
}
.pricingTable.purple .pricing-content ul li span {
	border-bottom: 2px solid #721ca1;
	padding: 0px 2px;
	color: #721ca1;
}
.table-responsive {
	overflow-x: unset;
}

@media only screen and (max-width: 991px) {
.rs-footer .footer-bottom {
	text-align: center;
}
.rs-footer .footer-bottom .footer-bottom-share {
	float: none;
}
.comparison table .table-heading.other-td .table-txt h3 {
	font-size: 18px !important;
}
.comparison table a.btn {
	font-size: 14px;
	font-weight: normal !important;
}
.comparison table th.table-heading {
	color: #fff;
	font-size: 14px !important;
}
.pricingTable {
	margin: 0 0 30px;
}
.table-responsive {
	overflow-x: auto;
}
.comparison td {
	white-space: nowrap;
}
}
.comparison table {
	border-spacing: 0px;
}
.comparison table th.table-heading {
	color: #fff;
	font-size: 16px;
}
.comparison table .table-heading.other-th, .comparison table .table-heading.other-td {
	border-top: 0 !important;
	border-radius: 10px 10px 0 0;
}
.comparison table th.table-heading.other-th .table-txt {
	border-color: #236a9e !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.comparison table th.table-heading.other-td .table-txt {
	border-color: #aeaeae !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.comparison table th.table-heading.first-row-th {
	border: 0;
	border-radius: 10px 10px 0 0;
}
.comparison table .table-heading.other-td .table-txt h3 {
	font-size: 22px;
}
.comparison table .last-row-th {
	border: 0;
	border-radius: 0 0 10px 10px;
}
.bg-light-orange {
	background: #fffcf5;
}
.bg-light-green {
	background: #fefff9;
}
.bg-light-red {
	background: #fff9f9;
}
.bg-light-sea-green {
	background: #f3ffff;
}
.bg-dark-orange {
	background: #fecd44;
}
.bg-dark-green {
	background: #bbde03;
}
.bg-dark-red {
	background: #d73971;
}
.bg-dark-sea-green {
	background: #03e7ef;
}
.comparison table .table-heading.other-td .table-txt.last-orange-td {
	border-color: #fecd44 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.comparison table .table-heading.other-td .table-txt.last-green-td {
	border-color: #bbde03 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.comparison table .table-heading.other-td .table-txt.last-red-td {
	border-color: #d73971 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.comparison table .table-heading.other-td .table-txt.last-sea-green-td {
	border-color: #03e7ef !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.comparison table .table-heading.other-td .table-txt.last-orange-td a.btn, .comparison table .table-heading.other-td .table-txt.last-green-td a.btn, .comparison table .table-heading.other-td .table-txt.last-red-td a.btn, .comparison table .table-heading.other-td .table-txt.last-sea-green-td a.btn {
	border-color: #fff !important;
}
.first-th.last-color-td {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
.rs-footer .footer-bottom .footer-bottom-share ul li a {
	padding: 0 5px;
}
.rs-footer .footer-title {
	margin-bottom: 20px;
}
.comparison .qbse, .comparison .qbo, .comparison .tl {
	padding: 5px;
	font-size: 12px;
}
.price-info {
	border-top: 0 !important;
}
}

@media (max-width: 639px) {
.comparison .price-buy {
	padding: 5px 10px;
}
.comparison td, .comparison th {
	padding: 5px;
	font-size: 12px;
}
.comparison .hide-mobile {
	display: none;
}
.comparison .price-now span {
	font-size: 16px;
}
.comparison .price-small {
	font-size: 16px !important;
	top: 0;
	left: 0;
}
.comparison .qbse, .comparison .qbo {
	font-size: 9px;
	padding: 10px 5px;
}
.comparison .price-buy {
	margin-top: 10px;
}
.compare-heading {
	font-size: 13px;
}
}
.pricing-divider {
	border-radius: 5px;
	background: #C64545;
	padding: 15px;
	position: relative;
	display: table;
	width: 100%;
}
.pricing-divider h3 {
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: 18px !important;
	padding: 0 10px 0 0;
}
.icon-membership {
	width: 90px;
	margin: 0 auto;
	height: 90px;
	border-radius: 50%;
	padding: 15px;
	border: 2px solid #ffffff !important;
}
.event-details {
	background: none;
	color: #444;
	border: 4px double;
}
.event-details h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	color: #023361;
	text-transform: uppercase;
}
.iframe-video-event iframe {
	width: 100%;
	height: 300px !important;
}
.iframe-map-event iframe {
	width: 100%;
	height: 300px !important;
}
.frame-box-event {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #000;
}
h4.workshop-title {
	border: 1px solid #444;
	padding: 10px 0;
	background: #FF9800;
}
.frame-box-event img {
	width: 100%;
	height: 300px;
}
.location-map-area{display:none;}
.map-iframe {width:100%; height:450px; margin-bottom:-15px;border:0;}
.show-map{cursor:pointer;}
.video-iframe{width:100%;height:450px;}
.dpr-project-list li {padding-left: 30px;font-size: 18px;margin-bottom: 5px;border-bottom: none;padding-bottom: 0;margin-top: 0;padding-top: 0;position: relative;}
.payment-option {
	width: 160px;
	margin: 0 auto;
}
.payment-option .radio-container {
	display: block;
	position: relative;
	color: #212529;
	padding-left: 40px !important;
	margin-bottom: 10px !important;
	cursor: pointer;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.payment-option .radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.payment-option .radio-checkmark {
	position: absolute;
	top: 32px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #929294;
	border-radius: 50%;
}
.payment-option .radio-container input:checked ~ .radio-checkmark {
	background-color: transparent;
	border: 1px solid #ff6607;
}
.payment-option .radio-container input:checked ~ .radio-checkmark:after, .payment-option .radio-container input:checked ~ .radio-checkmark:before {
	display: block;
}

.payment-option .radio-container .radio-checkmark:after {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff6607;
}
.radio-inline+.radio-inline {
	margin-top: 10px;
}
.radio.radio-inline:first-child {
	padding: 0;
}
.payment-option .radio-container .radio-checkmark:before {
	top: -3px;
	left: 19px;
	color: #ff6607;
}
.payment-option .radio-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

@media (max-width: 768px) {
	.mixupcontent {
		margin-top: 0;
	}
}
@media screen and (max-width:1023px) {
.login-logout-part ul li {
	display: block;
}
.login-logout-part ul li a {
	display: block;
	max-width: 100px;
	margin: 0 auto;
}
.login-logout-part ul li:first-child a {
	margin-bottom:10px;
}
.login-logout-part {
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.abslteRel {
	top: 0;
	box-shadow: none;
}
.counter-section {
	background: #fa8055;
	padding: 30px 0;
}
.countbg {
	background: none;
	height: auto;
	display: flex;
	align-items: center;
}
ul.countlist li {
	width: 24%;
}
ul.countlist li.count-box .plus-cont {
	font-size: 40px;
	color: #fff;
	margin-top: 0;
}
ul.countlist li.count-box p.count-text {
	color: #fff;
}
ul.countlist {
	margin: 15px 0;
}
.countblkright {
	display: none;
}
.countblkleft {
	float: none;
	width: 100%;
}
}

@media screen and (max-width: 767px) {
.login-logout-part ul li {
	display: inline-block;
}
.login-logout-part ul li a {
	display: block;
	max-width: 100px;
	margin: 0 auto;
}
.login-logout-part ul li:first-child a {
	margin-bottom:0px;
}
.login-logout-part {
    margin-top: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 0;
    border-top: 1px solid #ff6607;
}
.logo-pmegp {
    padding: 5px 0 0px;
}
}

@media screen and (max-width: 767px) and (min-width: 575px) {
ul.countlist li {
	width: 49%;
	margin-bottom: 30px;
}
}

@media screen and (max-width: 575px) {
ul.countlist li {
	width: 100%;
	margin-bottom: 30px;
}
.payment-option {
    width: 100%;
    margin: 20px auto 0px;
}
.payment-option h4 br {
    display: none;
}
.payment-option .radio-checkmark {
	top: 15px;
}
}




.confReg h2{ text-align:center; font-size:30px; font-weight:600;}
.confReg h2 span{ display:block; font-size:20px; font-weight:normal;}

.mdv{ position:relative;}
.abr{ position:absolute; width:100%; background-color:rgba(0,0,0,0.7); z-index:9; height:100%;  }
.infose {  margin-top:50%; text-align:center; position:relative; font-size:20px; border:1px solid #fff; text-transform: uppercase;  border-radius:4px; color:#fff; padding:20px; display:inline-block; width:230px;}
ul.buylist { margin:0px; padding:0px; list-style-type:none!important;}
ul.buylist li{ margin:0 0px 20px 25px; padding:0px; float:left; width:560px; height:640px;}
ul.buylist li:nth-child(3){float:none; width:560px; margin:0 auto; clear:both;}
ul.buylist li:nth-child(2n){ float:right;  }
/*ul.buylist li:last-child  { margin:0 auto; float:none; clear:both; }*/
.dibb {  background:#F2F2EC; padding:30px;}
.mdnds {margin:40px 0  0 0;}
.hdhd {text-align:center; font-size:17px;color:#F52226;}

.excct {color: #333333;font-size: 30px;margin-bottom:0px;margin-top:0px; font-weight: 400;  text-align:center; text-transform:uppercase;}
.exccttxt  {color: #666666;font-size: 16px;font-weight: 400;  text-align:center;} 
.linerd{ text-align:center; margin:15px auto 10px; border-top:3px solid #fa8055;  width:110px; }
.exccttxtdat {color: #333333;font-size: 20px;font-weight: 400;  text-align:center; margin:0px 0 0 0;} 
.tctxs {color: #333333;font-size: 22px;font-weight: 400;  margin:20px 0 0 0; padding:15px 0 15px 20px; background:#e6e6df;}
.backcont{ border:1px solid #e6e6df; background:#fff; padding:20px; }
.blk1 { overflow:hidden; margin:0px 0 10px;}
.blk2 { overflow:hidden; margin:25px 0 10px;}
.prleft { float:left; color: #333333;font-size: 20px;} 
.prright { float:right; color: #fa8055;font-size: 20px; } 
.prright span{ text-decoration:line-through; color:#fa8055;}
.tctdkj {color: #333333;font-size: 22px;}


table.format5 { width: 100%; border-collapse: collapse; margin:0px 0 0 0; padding:0px;}
table.format5 th { padding: 6px; border-left: 1px solid #fff; height:20px;background: #333333; color:#fff;
font-size:18px;font-weight:normal;	}
.th1 { width:34%; text-align:left;}
.th2 { width:19%; text-align:center; }
.th3 { width:19%; text-align:center;}
.th4 { width:28%; text-align:center;}
table.format5 tr td:first-child{border-left:none;text-align:left;}
table.format5 tr td:last-child {border-right:none;}
table.format5 td { padding: 10px 5px 0; text-align: center; color:#333333;
font-size:17px;}
table.format5 td.df{font-size:16px; color:#666666; line-height: 17px;} 
table.format5 td.df span{font-size:18px;color:#333;} 


table.formatvff { width: 100%; border-collapse: collapse; margin:0px 0 0 0; padding:0px;}
table.formatvff th { padding:0px 6px; border-left: 1px solid #fff; height:70px; background: #f5f5f0; color:#333;
font-size:18px;font-weight:normal; text-align:center; vertical-align:middle;}
table.formatvff th span { color:#f52226; display:block; text-align:center;}
.thc1 { width:15%; }
.thc2 { width:35%;}
.thc3 { width:35%;}
.thc4 { width:15%;}
.block-seatbook{ background-color: rgba(0, 0, 0, 0); color: #fa8055; border:1px solid #fa8055; display: block; font-size: 20px; font-weight: 400; margin: 20px auto 0; text-align: center; text-transform: uppercase; width: 150px; padding:15px 0; line-height:16px;  transition: all 0.4s ease; cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; } 


.block-seatbook:hover{ color: #fff; border:1px solid #fa8055; background:#fa8055; }
.ddd { width:25px; height:22px; line-height:20px;  padding:0px; background:#fa8055; color:#fff; font-size:20px; text-align:center; margin:0 auto; cursor:pointer;} 
.quntity-input,.prd-input,.delegate-qty,.delegate,.super-qty, .super,.regular-qty, .regular, .vip-qty,.vip,.early-qty,.early,.ons-qty,.ons{ width:50%; color:#fa8055; text-align:center; border:none; background:transparent;}
.tot-input,.delegate-totalqty,.super-totalqty,.regular-totalqty,.vip-totalqty,.early-totalqty,.ons-totalqty{ width:35%; color:#fa8055; text-align:center; border:none; background:transparent;}
.ftot-input,.delegate-total,.super-total ,.regular-total,.vip-total,.early-total,.ons-total{ width:70%; color:#fa8055; text-align:center; background:transparent; border:none;}
/*conference registration starts here*/
.conf-table {
    border: 1px solid #d6d6d6;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 99%;
}
.conf-table th {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #666;
    font-family: "Lato-Regular";
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}
.conf-table th:first-child {
    color: #333;
    font-family: "Lato-Regular";
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    width: 83%;
}
.conf-table th:first-child span {
    font-family: "Lato-Bold";
    font-size: 22px;
    font-weight: 400;
}
.conf-table th:last-child {
    text-align: center;
    width: 17%;
}
.conf-table td {
    border-top: 1px solid #d6d6d6;
    padding: 20px;
}
.conf-table td:first-child {
    text-align: left;
    width: 83%;
}
.conf-table td:first-child input[type="radio"] {
    float: left;
    margin-right: 10px;
}
.conf-table td:first-child h3 {
    color: #03408e;
    display: inline-block;
    font-family: "Lato-Bold";
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}
.conf-table td:first-child p {
    color: #666;
    font-family: "Lato-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.conf-table td:last-child {
    color: #fa8055;
    font-family: "Lato-Bold";
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    width: 17%;
}
.last-level {
    border: 1px solid #d6d6d6;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
	max-width:100%;
}
.last-level td {
    border-top: 1px solid #d6d6d6;
    color: #666;
    font-family: "Lato-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    text-align: left;
    width: 15%;
}
.last-level td h3 {
    color: #333;
    display: block;
    font-family: "Lato-Bold";
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}
.last-level td:first-child {
    width: 70%;
}
.last-level td:nth-child(2n) {
    border-left: 1px solid #d6d6d6;
}
.conf-table td:first-child input[type="radio"] {
    float: left;
    margin-right: 10px;
}
.conf-table td:first-child h3 {
    color: #fa8055;
    display: inline-block;
    font-family: "Lato-Bold";
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
	margin-top:0px;
}
.conf-table td:first-child p {
    color: #666;
    font-family: "Lato-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
ul.book-opt {
    clear: both;
    margin: 20px auto 0;
    padding: 0;
    width: 99%;
	list-style-type:none;
}
ul.book-opt li:first-child {
    color: #333;
    font-family: "Lato-Regular";
    font-size: 18px;
    font-weight: 400;
    vertical-align: top;
    width: 84%;
}
ul.book-opt li {
    float: left;
}
ul.book-opt li:first-child span {
    display: block;
    font-size: 14px;
}

.formbadge-left-sec {
border: 1px solid #eee;
    float: left;
    padding: 30px;
    
}

.creat-badge div.formbadge-sec textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdcdc;
    color: #666;
    float: left;
    
    font-size: 14px;
    height: 70px;
    padding: 8px;
    width: 100%;
	margin: 5px 0;
}
.creat-badge div.formbadge-sec input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdcdc;
    color: #666;
    
    font-size: 14px;
    margin: 5px 0;
    padding: 8px;
    width: 100%;
}
.creat-badge div.formbadge-sec select
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdcdc;
    color: #666;
    
    font-size: 14px;
    margin: 5px 0;
    padding: 8px;
    width: 100%;
}

div.formbadge-sec .mob-inp{width:100%!important;}

.phn-input {
    margin-right: 0px;
    width: 70%!important;
}
div.formbadge-sec .phn-input2 {
    width: 80.5%!important;
}

.formbadge-r-sec {
    border: 1px solid #eee;
    padding: 0;
    margin-left:0px;
}

ul.badg-opt {

    float: right;
    margin: 20px 0 0;
    padding: 0;
    width: 440px;
	list-style-type:none;
	padding:0px;
}
ul.badg-opt li { float:left; }
ul.pay-opt1 {
    clear: both;
    float: right;
    margin: 20px 0 0;
    padding: 0;
    width: 260px;
	list-style-type:none;
}
ul.pay-opt1 li{ float:left; }
.back-btn {
  background: transparent;
    clear: both;
    margin-bottom: 30px!important;
    border: none;
    color: #fa8055;
    padding: 10px 20px;
    border: 1px solid #fa8055;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 117px;
	text-align:center;
	float:left;
}
.back-btn:hover{
background: #fa8055;
color:#fff;
text-decoration:none;

}

.pay-btn {
background: transparent;
    clear: both;
    margin-bottom: 30px!important;
    border: none;
    color: #fa8055;
    padding: 10px 20px;
    border: 1px solid #fa8055;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
	margin-left:20px;
	float:left;
}
.pay-btn:hover{
background: #fa8055;
color:#fff;
text-decoration:none;

}

.down-ticket
{
 background: transparent;
    clear: both;
    margin-bottom: 30px!important;
    border: none;
    color: #fa8055;
    padding: 10px 10px;
    border: 1px solid #fa8055;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
	margin-left:20px;
	float:left;
    text-align: center;
    width: 289px;
}
.down-ticket:hover{
background: #fa8055;
color:#fff;
text-decoration:none;

}
.badge-btn {

 background: transparent;
    clear: both;
    margin-bottom: 30px!important;
    border: none;
    color: #fa8055;
    padding: 10px 10px;
    border: 1px solid #fa8055;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
	margin-left:20px;
	float:left;
    text-align: center;
    width: 289px;
}
.badge-btn:hover{
background: #fa8055;
color:#fff;
text-decoration:none;

}

.formbadge-yellowBg {
    
    background: #fa8055 none repeat scroll 0 0;
    min-height: 120px;
    padding: 20px 0;
    text-align: center;
}

.formbadge-yellowBg img {
    display: block;
    margin: 0 auto;
}
.formbadgeinfo {
    margin: 0 auto;
    padding: 15px;
	height:300px;
    width: 100%;
}
.qr-code img{width:100%;}
.deligateBg {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "Lato-Bold";
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 48%;
}
.qr-code {
    float: right;
    margin-top: 10px;
    width: 25%;
}
.padinnn {
    padding: 70px 0;
}

.add_field_button {background: transparent;
    clear: both;
    margin-bottom: 30px!important;
    border: none;
    color: #fa8055;
    padding: 10px 20px;
    border: 1px solid #fa8055;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
	margin-top:10px;
	}


.Exhibitors .exhibit-border {
    border: 1px solid rgba(0, 0, 0, 0.09);
    display: inline-block;
    margin: 0 10px 20px;
    padding: 5px;
    width: auto;
}

.Exhibitors .exhibit-border img {
    width: 100%;
}

/*footer starts here*/


@media only screen and (min-width: 320px) and (max-width:767px)
{
.abr{ width:100%;}
.last-level { width:100%;}
ul.buylist li { float:none; margin:10px auto; width:100%; height:auto;}
ul.buylist2 li { float:none; margin:10px auto; width:100%!important; height:auto;}
nav.navbar.navbar-fixed.bootsnav ul.nav > li > a{color:#fff!important;}
ul.buylist li:nth-child(2n)  { float:none; margin:0 auto;}
ul.buylist li:nth-child(3){float:none; margin:10px auto; width:100%; height:auto;}
.dibb{padding:15px;}
.quntity-input, .prd-input, .delegate-qty, .delegate, .super-qty, .super, .regular-qty, .regular, .vip-qty, .vip { width:55%;}
table.format5 td { font-size:11px;}
table.format5 tr td:first-child {font-size:10px;}
table.format5 td.df span { font-size:11px;}
table.format5 th { font-size:11px;}
table.formatvff th { font-size:11px;}
.prleft, .prright  { font-size:11px;}
.tctxs,.tctdkj  { font-size:12px;}
.excct { font-size:20px;}
.exccttxtdat { font-size:17px;}
.early{font-size:13px;}
.confReg input[type="text"]{ font-size:10px!important;}
.vip-totalqty{width:10%;}
.delegate-totalqty{width:10%;}
.super-totalqty,.regular-totalqty,.ons-totalqty{width:10%;}
.ph-info{width:30%!important; float:left;}	
.mob-inp{width:70%!important; float:left;margin-top: 4px!important;}
.formbadge-r-sec{margin-top:20px;}	
.deligateBg{width:58%;}
.amountPay{ font-size:20px!important; width:100%!important; margin-bottom:20px;}
ul.badg-opt{width:100%;clear:both; text-align:center; float:none; margin-top: 21px;
    overflow: hidden;}
ul.badg-opt li:first-child{width:40%; margin:20px auto; float:none;}
ul.badg-opt li a{margin-bottom:20px;}

.formbadge-yellowBg img { width:100%; padding:15px; }
ul.badg-opt li { float:none;}
} 
@media only screen and (min-width: 768px) and (max-width:1023px)
{
ul.buylist { width:100%;}
.abr{ width:100%;}
.last-level { width:720px;     margin-left: 20px;}
ul.buylist li { float:none; margin:10px auto; width:80%; height:auto;}
ul.buylist2 li { float:none; margin:10px auto; width:70%; height:auto;}

ul.buylist li:nth-child(2n)  { float:none; margin:0 auto;}

.dibb{padding:15px;}
.quntity-input, .prd-input, .delegate-qty, .delegate, .super-qty, .super, .regular-qty, .regular, .vip-qty, .vip { width:55%;}
table.format5 td { font-size:16px;}
table.format5 tr td:first-child {font-size:10px;}
table.format5 td.df span { font-size:16px;}
table.format5 th { font-size:16px;}
table.formatvff th { font-size:16px;}
.prleft, .prright  { font-size:16px;}
.tctxs,.tctdkj  { font-size:12px;}
.excct { font-size:20px;}
.exccttxtdat { font-size:17px;}
.early{font-size:16px;}
.confReg input[type="text"]{font-size:16px!important;}
.vip-totalqty{width:10%;}
.delegate-totalqty{width:10%;}
.super-totalqty,.regular-totalqty,.ons-totalqty{width:10%;}	
.ph-info{width:30%!important; float:left;}	
.mob-inp{width:70%!important; float:left;margin-top: 4px!important;}
.formbadge-r-sec{margin-top:20px;}	
.amountPay{ font-size:20px!important; width:100%!important; margin-bottom:20px; text-align:center;}
.formbadge-yellowBg img { width:100%; padding:15px; }
}

@media only screen and (min-width:1024px) and (max-width:1199px)
{
.abr{ width:100%;}
.last-level { width:1000px;}
ul.buylist { width:100%; padding:0px; margin:0px;}
ul.buylist li { float:left; margin:10px 10px; width:48%; height:550px; vertical-align:top;}

ul.buylist li:nth-child(2n)  { float:left; margin:0 auto;}

.dibb{padding:15px;}
.quntity-input, .prd-input, .delegate-qty, .delegate, .super-qty, .super, .regular-qty, .regular, .vip-qty, .vip { width:55%;}
table.format5 td { font-size:12px;}
table.format5 tr td:first-child {font-size:10px;}
table.format5 td.df span { font-size:12px;}
table.format5 th { font-size:16px;}
table.formatvff th { font-size:16px;}
.prleft, .prright  { font-size:16px;}
.tctxs,.tctdkj  { font-size:12px;}
.excct { font-size:20px;}
.exccttxtdat { font-size:17px;}
.early{font-size:16px;}
.confReg input[type="text"]{font-size:16px!important;}
.vip-totalqty{width:10%;}
.delegate-totalqty{width:10%;}
.super-totalqty,.regular-totalqty,.ons-totalqty{width:10%;}	
.tabsb{width:50%; float:left; margin-bottom:20px;}	

.formbadge-r-sec{margin-top:20px;}	

}


/*New footer starts here*/

.beneficiary-wrapper footer {
	background: linear-gradient(to right, rgb(20, 30, 48), rgb(36, 59, 85));
	padding-top: 2.5rem;
	box-sizing: border-box;
	margin-top: 2rem;
}

.beneficiary-wrapper footer .footer-Img {
	width: 113px;
}

.beneficiary-wrapper footer .desc {
	color: #d2d1d1;
	font-size: 13px;
	margin-top: 14px;
}

.beneficiary-wrapper footer .link-wrapper {
	margin-top: 2rem;
}

.beneficiary-wrapper footer .link-wrapper h3 {
	margin: 0px;
	color: #c2bfbf;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}

.beneficiary-wrapper footer .link-wrapper ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2rem;
}

.beneficiary-wrapper footer .link-wrapper ul li {
	list-style: none;
}

.beneficiary-wrapper footer .link-wrapper ul li a {
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
}

.beneficiary-wrapper footer .link-wrapper ul li a i {
	color: #fff;
	margin-right: 6px;
}

.beneficiary-wrapper footer .link-wrapper ul li a:hover {
	color: #F4CD00;
	margin-left: 15px;
}

.beneficiary-wrapper footer .cp-right {
	background: rgb(103 103 103 / 32%);
	padding: 10px 0px;
}

.beneficiary-wrapper footer .cp-right p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

@media screen and (max-width:440px) {
	.beneficiary-wrapper footer .link-wrapper {
		margin-top: 5px;
}

.beneficiary-wrapper footer .link-wrapper h3 {
		font-size: 17px;
		margin-bottom: 10px;
}

.beneficiary-wrapper footer .link-wrapper ul li a {
		font-size: 11px;
}

.beneficiary-wrapper footer .link-wrapper ul {
		margin-bottom: -10px;
}

.beneficiary-wrapper footer .social-links h3 {
		font-size: 17px;
}

.beneficiary-wrapper footer .footer-Img {
		margin-top: 2rem;
}

}