/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');*/
/* font-family: 'Inter', sans-serif; */
@import url('elegent-icon.css');
:focus {
  outline: 0 !important;
}
html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	color:#000!important;
}
::placeholder {
  color: #495057;
  opacity: 1; 
}
.orange-bg {
	background-color: #FF7A42;
}

.topband_bg-home {
    background: url(../images/main-bg-new1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
	padding-left: 80px;
	padding-right: 80px;
	background-position: top center;
}
/*
.topband_bg-home:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
    background-color: #000;
	opacity: 1px !important;
	z-index:1;
}
*/
/*  .blue-logo{display:none} */
 .stuck .sticky-top .blue-logo{display:inline-block;}
  .stuck .sticky-top .white-logo{display:none;}
.footer-banner  {
	background-color:#009dba;
    width: 100%;
}

.btn-outline-light {
    color: #000000;
    border-color: #f8f9fa;
    border: 2px solid #D1D1D1;
    padding: 5px 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-outline-light:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #f8f9fa;
}
.btn-success {
    border-radius: 4px;
    padding: 8px 28px;
    background-color: #E92227;
    border-color: #E92227;
    font-weight: 500;
}
.btn-success:hover, .btn-success:focus, .btn-success:active  {
    color: #fff;
    background-color: #0481bf !important;
    border-color: #0481bf !important;
}
.btn-danger{
	color: #fff;
	background-color: #E92227;
	border:#E92227;
}
.bg-danger {
    background-color: #E92227 !important;
}
.bg-primary {
    background-color: #003f5e !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1.5rem!important;
    margin-top: 13px;
    margin-left: 0;
    padding: 0 0 7px 0;
    font-size: 14px;
	color: #000;
	font-weight: 500;
   /*  border-bottom: 3px solid rgba(0, 0, 0, 0.00); */
    text-transform: uppercase;
}


.stuck .navbar-expand-lg .navbar-nav .nav-link {color:#000;}
/* #about p{
	margin-bottom:20px;
	font-size:18px;
	line-height:32px;
}
 */
.text-20{
	font-size:20px !important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
    margin-right: 1rem;
    margin-left: 0;
    color: #000;
    font-weight: 400;
    border-bottom: 0px solid #E92227;
}

.form-section .form-control {
    border-radius: 4px;
    padding: 0px 0 0px 55px;
    font-size: 14px;
    height: 40px;
	font-family: 'Inter', 'Roboto', sans-serif;
}
.registration-form .form-section .form-control {
    border-radius: 0;
    padding: 0px 10px!important;
    font-size: 14px;
    height: 40px;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 11%);
    border: 1px solid #fff;
    font-weight:400;
    color: #000;
    background:#ffffff;
}
.registration-form .form-section h3{color: #fff; font-weight: 600; font-size:30px;}
.form-section .form-group {
    margin-bottom: 10px;
}


/*.form-section .form-control {*/
/*    border-radius: 4px;*/
/*    padding: 0px 0 0px 30px;*/
/*    font-size: 14px;*/
/*    height: 48px;*/
/*    font-family: 'Inter', 'Roboto', sans-serif;*/
/*    border: none;*/
/*    background: transparent;*/
/*    box-shadow: none;*/
/*    border-bottom: 2px dotted;*/
/*}*/
/*.form-section .form-group {*/
/*    margin-bottom: 5px;*/
/*}*/

.btn{
	text-transform: uppercase;
	border-radius:0px;
	padding: 8px 28px;
	font-size: 16px;
	font-weight: 500;
}
.form-control::placeholder {
    opacity: 1!important;
    color: #495057!important;
}
.btn-primary     {
    color: #282828;
    background-color: #8fca26;
    border: #8fca26;
    padding: 10px 25px;
}
.btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active {
            color: #8fca26;
            background-color: #fff !important;
            border-color: #8fca26 !important;
        }

.languages{position: fixed; right: 10px; top: 10px; width:50px;}

.text-primary {
    color: #003f5e !important;
}
/*.login-btn{*/
/*    background: transparent;*/
/*    border:1px solid #4cc2df;*/
/*}*/
.login-btn{

}
.btn-dark {
	color: #fff;
    background-color: #000;
	border: #000;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.form-section .form-icon {
    position: absolute;
    top: 10px;
} 

form h3 {
    font-size:26px;
    font-weight:600;
}
.rounded-20{border-radius:20px;}
.dropdown-menu {
	border-radius: 0;
	font-size: 14px;
	margin-top: 0;
	border: 0;
	padding: 0;
	text-transform: capitalize;
}

.dropdown-menu .dropdown-item {
	padding: .60rem 1rem;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #FF7A42;
}

.logo-shap:after {
	content: "";
	width: 280px;
	height: 93px;
	left: -19px;
	top: 0;
	transform: skew(-20deg);
	background: #fff;
	position: absolute;
	display: none;
}

.navbar-brand {
	z-index: 999!important;
}
.navbar-brand .blue-logo{max-height: 20px;}
/*.medinova-logo{max-height: 35px;}*/
.medipharma-logo{max-height: 30px;}

.navbar-brand {margin-left: 70px;margin-top: 20px;}
.btn-success {
    border-radius: 4px;
    padding: 8px 28px;
    background-color: #E92227;
    font-weight: 500;
}
.from-banner {
	background: transparent linear-gradient(97deg, var(--unnamed-color-009a7e) 0%, #009383 47%, var(--unnamed-color-005baa) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(97deg, #009A7E 0%, #009383 47%, #005BAA 100%) 0% 0% no-repeat padding-box;
opacity: 1;
}

.bg-grey{
	background-color: #f7f7f7;
    border-radius: 12px;
}
.footer {
    background: #000d20;
    padding: 5%;
    position: relative;
    color: #ffffff;
}
.connectText {
    font-size: 16px;
    font-weight: 300;
}
.footer .media img {
    background-color: #ffffff4f;
    padding: 16px 14px;
    border-radius: 10px;
}
.footer .media a {
    color: #ffffff;
    font-size: 16px;
}
.footer-banner .heading p {font-size: 20px; font-weight: 300;color:#fff;}
.footer-banner .heading h3 {font-size: 30px; font-weight: 500;color:#fff;}
.footer-banner .media img {/* background-color: #ffffff4f;border-radius: 10px; */padding: 16px 14px;}

.footer-banner .media .media-body h5{font-size: 16px;text-transform: uppercase;margin-bottom:0px;color:#fff; padding-top: 7px;}
.footer-banner .media .media-body a {font-size: 20px;font-weight:400;color: #fff;}
.Contact-Person{
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    display: inline-block;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    margin: 15px 0;
}
.Contact-Person span{background-color:#eb6228; color:#fff; padding:5px 10px; display:block; border-radius:5px; margin-bottom:10px;}
	
.form-icon {
    position: absolute;
    top: 21px;
    left: 15px;
    z-index: 20;
}
.theme-block {
    position: relative;
    padding:7% 5%;
    background-color: #fff !important;
    /* color: #fff !important; */
    background-size: cover;
    background-image: url(../images/section-bg.png?v2);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /*min-height: 700px;*/
}
.sectionPadding{padding: 80px 0; }
 
 .about-fair .about-fair ul{
	 padding-left: 10px;
 }
 .about-fair ul li {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
	list-style:none;
	
}
.text-22{font-size:22px !important;}
.text-26{font-size:26px !important;}

 .about-fair ul li:before {
   font-family: "FontAwesome";
   content: "\f0a9 ";
   display: inline-block;
   padding-right: 7px;
   vertical-align: middle;
   font-weight: 900;
   color:#E92227;
}
.Subscribe-email form .btn {font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 40px;
	text-transform: uppercase;}

.Subscribe-email form button {
    position: absolute;
    top: 14px;
    right: 30px;
    z-index: 20;
}

.form-hedding {
	color: #000000;
	font-size: 20px;
	margin: 20px 0 30px 0;
}

.form-hedding span {
	background: #000;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
}

.agenda{
	background:#E92227 url("../images/people-bg.png") center bottom no-repeat fixed;
  background-size: cover;
  position: relative;
 opacity: 1;
}

.agenda .agenda-box .time h6{font-size: 15px;font-weight: 700;color: #1A9FEF;margin-bottom: 10px;}

.agenda .agenda-box .time h5{font-size: 18px;color: #E92227; margin-bottom: 0px;}
.agenda .agenda-box .title h6{font-size: 15px;font-weight: 700;color: #1A9FEF;margin-bottom: 10px;}
.agenda .agenda-box .title h5{ font-size: 18px;margin-bottom: 0px;	}
.agenda .agenda-box .Description h6{font-size: 15px;font-weight: 700;color: #1A9FEF;margin-bottom: 10px;}
.agenda .agenda-box .Description h5	{font-size: 16px; margin-bottom: 0px;}
/* .form-control {
	border-radius: 0px;
	padding: 8px;
	font-size: 14px;
	height: 40px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
} */

.btn-submit {
	color: #fff;
	background-color: #ff7a42;
	border-color: #ea6933;
	padding: 7px 22px;
	font-size: 18px;
	border-radius: 0;
}

.footer.footer-bar {
    padding: 5px 0;
    border-top: 1px solid #efefef;
    font-size: 12px;
    margin-top: 30px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    color:#000;
}

.footer.footer-bar a {   
    color: #46367a;
    font-weight: bold;
    
}
.footer.footer-bar p{
    font-size:14px;
}


.footer.footer-bar .payment-cards img {
	height: 25px;
}

.social-icon a .fa {
	font-size: 18px;
	color: #000;
	margin-right: 20px;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color:#000;
}
.stuck .navbar-light .navbar-nav .active>.nav-link,
.stuck .navbar-light .navbar-nav .nav-link.active,
.stuck .navbar-light .navbar-nav .nav-link.show,
.stuck .navbar-light .navbar-nav .show>.nav-link {
	color:#000;
}

/*top nav*/
#topnav {
	position:absolute;
	right: 0;
	left: 0;
	top: 0;
	/* z-index: 1030; */
	z-index:10;
	background-color: transparent;
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	  /*background:#000; */
	 background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	
}

#topnav {text-align:center;}
#topnav .logo {
    /*float: left;*/
    color: #3c4858 !important;
    text-align: left;
    margin-top: 0px;
    position: relative;
    /*left: 40px;*/
    width: 235px;
    display: inline-block;
}
/*#topnav .logo img{max-height:60px;}*/
#topnav .has-submenu.active a {
	color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
	color: #2f55d4;
}

#topnav .has-submenu.active.active .menu-arrow {
	border-color: #2f55d4;
}

#topnav .has-submenu {
	position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2.5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 14px;
}

#topnav .navbar-toggle {
	border: 0;
	position: relative;
	width: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 32px 20px 24px;
	height: 18px;
}

#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #F2CE72;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
	margin-bottom: 0;
}

#topnav .buy-button {
	float: right;
	line-height: 68px;
	padding: 3px 0;
}

#topnav .navbar-toggle.open span {
	position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
	background-color: #2f55d4;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
	background-color: transparent;
}

#topnav .navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav .navigation-menu>li {
	float: left;
	display: block;
	position: relative;
	margin: 0 10px;
}

#topnav .navigation-menu>li>a {
	    display: block;
    color: #fff;
    font-size: 20px;
    background-color: transparent !important;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.5s;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
	color: #24e2e3;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	right: -1px;
	top: 30px;
}

#topnav .menu-extras {
	float: right;
	/* display:none; */
}

#topnav.scroll,
#topnav.scroll-active,
#topnav.dark-menubar {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu>li>a,
#topnav.scroll-active .navigation-menu>li>a,
#topnav.dark-menubar .navigation-menu>li>a {
	color: #3c4858;
}

#topnav.scroll .navigation-menu>li>a:hover,
#topnav.scroll-active .navigation-menu>li>a:hover,
#topnav.dark-menubar .navigation-menu>li>a:hover {
	color: #fff !important;
}

#topnav.scroll .navigation-menu>li.active>a,
#topnav.scroll-active .navigation-menu>li.active>a,
#topnav.dark-menubar .navigation-menu>li.active>a {
	color: #2f55d4 !important;
}

#topnav.defaultscroll.dark-menubar .logo {
	line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
	line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
	line-height: 62px;
}

#topnav.nav-sticky {
	background: #000d20;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        position: fixed;
    top: 0;
    width:100%;
       
            padding: 10px 0 !important;
                z-index: 999;
}
#topnav.nav-sticky .logo {
    
    width: 170px;
}     
#topnav .logo .white-logo{
    display:block;
    background: #fff;
    border-radius: 10px;
}
#topnav .logo .color-logo {
    display: none;
}

#topnav.nav-sticky .logo .white-logo{
    display:none !important;
}

#topnav.nav-sticky .logo .color-logo {
    display: block !IMPORTANT;
    padding: 0;
    background: #fff;
    border-radius: 10px;
}

#topnav.nav-sticky .navigation-menu > li > a {
  color: #fff;
}

.agenda-block{background: #f7f7f7;}

 .tabs > ul {
	 position: relative;
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 border-bottom: 1px solid #ccc;
	 border-radius:0 0 18px 18px;
	 font-size: 0;
	 display:flex;
	 justify-content: space-between;
}
/* .tabs > ul .indicator {*/
/*	 display: block;*/
/*	 position: absolute;*/
/*	 bottom: 0;*/
/*	 left: 0;*/
/*	 height: 3px;*/
/*	 width: 20%;*/
/*	 background: #1e88e5;*/
/*	 transform: translateZ(0) translateX(0);*/
/*	 transition: all 0.3s ease;*/
/*}*/
 .tabs > ul li {
	 display: inline-block;
	 font-size: 14px;
	     -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
	 margin-right:5px;
}
.tabs > ul li:last-child{margin-right:0px;}
 .tabs > ul li a {
	 display: block;
	 position: relative;
	 overflow: hidden;
	 padding: 17px;
	 text-decoration: none;
	 text-align: center;
	 font-weight: bold;
	     color: #fff;
    transition: all 0.3s ease 0.4s;
    background: #ff8e39;
        border-radius: 18px 18px 0 18px;
}
 .tabs > ul li a:before {
	 content: '';
	 display: block;
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 top: 0;
	 background: #1e88e5;
	 transform: translateZ(0) translateY(100%);
	 transition: all 0.3s ease 0.3s;
	 z-index: -1;
}
 .tabs > ul li a[aria-selected] {
	 color: white;
	 background: #7ba74b;
}
 .tabs > ul li a[aria-selected]:before {
	 transform: translateZ(0) translateY(0);
}
 .tabs > section[aria-hidden="true"] {
	 display: none;
}
.tabs section{
   /* border: 1px solid  #dbdbdb;
    padding: 15px;*/
    border-radius: 10px;
        margin-top: 20px;
}
.heading-new h2 {
  color: #333;
  font-size: 40px;
  text-align: center;
  margin: 0 30px;
  text-transform: uppercase;
  /*background:#fff;*/
}
.heading-new span {
  display: inline-block;
  position: absolute;
  background: #fe0064;
  height: 3px;
  left: 50%;
}
.heading-new span.top {
  width: 70px;
  top: 20px;
}
.heading-new span.bottom {
  width: 120px;
  top: 35px;
}
.heading-new span.left {
    transform: translateX(-180px);
}
.heading-new span.bottom.left {
  transform: translateX(-230px);
}
.heading-new span.right {
    transform: translateX(105px);
}
 @media screen and (min-width: 993px) and (max-width: 1366px) {
.modal-lg {
    max-width: 670px!important;
}
 }
@media (min-width: 992px) {
	#topnav .navigation-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	#topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
		top: 20px;
		margin-left: 12px;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
		border-color: transparent #ffffff #ffffff transparent;
	}
	#topnav .navigation-menu>li .submenu>li .submenu {
		left: 105%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 62px;
	}
	#topnav .navigation-menu>li:hover>.menu-arrow {
		border-color: #2f55d4;
	}
	/*#topnav .navigation-menu>li:hover,*/
	/*#topnav .navigation-menu>li.active>a {*/
	/*	color: #2f55d4 !important;*/
	/*}*/
	#topnav .navigation-menu>li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		padding: 15px 0;
		list-style: none;
		min-width: 180px;
		visibility: hidden;
		opacity: 0;
		margin-top: 10px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		border-radius: 10px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu>li .submenu:before {
		content: "";
		position: absolute;
		top: 2px;
		margin-left: 45px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 7px solid #495057;
		border-color: transparent transparent #ffffff #ffffff;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu>li .submenu li {
		position: relative;
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		padding: 10px 20px;
		clear: both;
		white-space: nowrap;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu>li .submenu li a:hover {
		color: #2f55d4;
	}
	#topnav .navigation-menu>li .submenu li ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	#topnav .navigation-menu>li .submenu.megamenu {
		white-space: nowrap;
		width: auto;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li {
		overflow: hidden;
		width: 180px;
		display: inline-block;
		vertical-align: top;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li .submenu {
		left: 100%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu>li.last-elements .submenu {
		left: auto;
		right: 0;
	}
	#topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 10px;
	}
	#topnav .navbar-toggle {
		display: none;
	}
	/*#topnav #navigation {*/
	/*	display: block !important;*/
	/*}*/
	#topnav.scroll {
		top: 0;
	}
	#topnav.scroll .navigation-menu>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#topnav.scroll-active .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}


@media (max-width: 768px) {
	#topnav .navigation-menu .has-submenu .menu-arrow {
		right: 16px;
		top: 16px;
	}
	.main-banner {
	 
	  background-position:41% center !important;
	}
	.h3, h3 {
      font-size: 1.25rem;
    }
    
}

@media (min-width: 768px) {
	#topnav .navigation-menu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	#topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-toggle {
		display: block;
	}
}

@media (max-width: 475px) {
	#topnav .buy-button {
		display: block;
		width: 100%
	}
	#topnav .buy-button a.btn {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.btn-outline-light {
		color: #000!important;
	}
	/* #topnav .navbar-toggle .lines {
		margin-right: 0 !important;
	} */
	
	.footer.footer-bar {
        position: relative;
    }
}
/*end of topnav*/


.about_text p{font-size:20px; line-height:30px; font-weight:400;}

.main-tittle{font-size:35px; color: #000 !important; position: relative; padding-bottom: 5px; font-family: 'Inter', 'Roboto', sans-serif;}

/*.main-tittle::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  display: block;*/
/*  width: 60px;*/
/*  height: 5px;*/
/*  background: #e8450b;*/
/*  bottom: 0;*/
/*  left: calc(50% - 25px);*/
/*}*/

.copy-txt{font-size: 16px;
    color: #666;
    font-family: 'Inter', 'Roboto', sans-serif;
    font-weight: normal;line-height:24px;}
.carousel-caption {
	position: unset;
}

.carousel-caption h2 {
	font-size: 67px;
	font-weight: 700;
}

.carousel-caption h3 {
	font-size: 63px;
	font-weight: 400;
}

.carousel-caption .event-date {
	font-size: 24px;
	font-weight: 400;
	background-color: #454545;
	display: inline-block;
	padding: 7px 35px;
	border-radius: 30px;
}

.carousel-indicators {
	left: unset;
}

.carousel-caption h4 {
	font-size: 41px;
	font-weight: 400;
	color: #FF7A42;
	text-transform: uppercase;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: unset;
	border-bottom: unset;
	opacity: .5;
	transition: opacity .6s ease;
}

.my-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.px-80 {
	padding: 80px;
}

/* .after-border h5:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid;
	width: 30px;
	left: 0;
	bottom: -6px;
} */

.after-border-center h5:after {
	content: "";
	position: absolute;
	border-bottom: 3px solid;
	width: 30px;
	left: 48%;
	bottom: -8px;
}

.heading h2 {
	font-size: 36px;
 
	font-weight: 600;
	color:#144b61;
}

.heading h5 {
    font-size: 18px;
 
    font-weight: 400;
    color: #E92227;
}

.hp {padding: 12px 208px;}

.pge-win-text h4 {
    font-size: 20px;
    color: #005BAA;
    font-weight: 600;
    position: relative;
    display: block;
}
.pge-win-text p{
	font-size: 11px;
    float: right;
    color: #616366;
	}
.box-txt{
    font-size: 12px!important;
    line-height: 14px!important;
    color: #005baa!important;
    font-weight: 500!important;
	font-family: 'Inter', 'Roboto', sans-serif;
}
.box-img img{width:95%;}

.add-box{
	padding: 10px;
}

.about .heading {
	font-size: 23px;
	}
.event-date {
    /*background-color:#2f3d50;*/
    background:rgb(47 61 80 / 75%);
    border-radius: 5px;
    padding: 10px 13px;
}
.event-date h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
.event-date p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}
/*.register_form h3 {*/
/*    font-weight: 600 !important;*/
/*    color: #cd3020 !important;*/
/*    font-size: 24px;*/
/*    margin-bottom: 20px;*/
/*}*/
.banner-section{
    width:100%;
    height:100vh; 
    margin-top: 0%;
    background:#6a8862 url(../images/banner-bg.png?v1);
    background-position:top left;
    background-repeat: no-repeat;
    background-size: cover;
        
    }
    
    
    
#color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
}
.bg-video{
    position:absolute;
    
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    /*z-index:1;*/
}

.main-bg{
        /*background: url(../images/bg/synMainBgv1.1.png);*/
        background: url(../images/bg/banner-agystenda-bg-min.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
}

a.partner-btn {
    padding: 8px 30px;
       background: #1c3c91;
       /*background-image: linear-gradient(to right, #000000 0%, #333333 100%);*/
       /*background-image: linear-gradient(to right, #ff0064 0%, #00e6be 100%);*/
       margin-top: 0px;
    display: block;
    width: auto;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-right: 20px;
    position:relative;
    z-index:99;
        font-weight: 700;
    margin-bottom: 5px !important;
}
a.partner-btn:hover {
    background: #102a6f;
    /*background-image: linear-gradient(to right, #000000 0%, #000000 100%);*/
        
        /*background-image: linear-gradient(to right, #00e6be 0%, #ff0064 100%);*/
}


a.add-btn {
    padding: 8px 20px;
       background: #ffffff;
       background-image: linear-gradient(to right, #ffffff 0%, #AEAEAE80 100%);
       margin-top: 0px;
    display: block;
    width: auto;
    font-size: 16px;
    color: #000000;
    border-radius: 50px;
    text-align: center;
    margin-right: 20px;
    position:relative;
    z-index:99;
        font-weight: 700;
    margin-bottom: 5px !important;
}
a.add-btn:hover {
    background: #ffffff;
    /*background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);*/
}


.banner-text-img{
        position: relative;
    width: 100%
        animation-duration: 8s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 8s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: zoom-fade; 
    -moz-animation-duration: 8s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: zoom-fade; 
    -ms-animation-duration: 8s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: zoom-fade; 
    -o-animation-duration: 8s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; 
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}




section.register-now-page {
    background-color: #ff0064;
    padding: 60px 0;
    position: relative;
        background: url(../images/pattern-sygenta.png) top center no-repeat;
}

.carousel-pro {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.carousel-pro img {
  border-radius: 15px;
}

.register-form {
  padding:15px 30px;
  background: rgba(10, 10, 10, 0.8);
  border-radius: 20px;
  position: relative;
/*z-index: 99;*/
    margin-right: 10%;
    border: 2px solid #ffffff8c;
}
.register-form h3{
    color:#fff;
}
.register-form h2{
    color:#FFDE62;
}
form h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.register-form .form-group {
  margin-bottom: 10px;
}

.register-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #111111;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 42px;
}

.banner-text-content {
    padding: 0% 7%;
    position: relative;
    z-index: 9;
    /*margin-top: -15%;*/
    
    /* background: rgb(80,230,0);*/
    /*background: -moz-linear-gradient(169deg, rgba(80,230,0,0.7) 0%, rgba(80,230,0,0.7) 100%);*/
    /*background: -webkit-linear-gradient(169deg, rgba(80,230,0,0.7) 0%, rgba(80,230,0,0.7) 100%);*/
    /*background: linear-gradient(169deg, rgba(80,230,0,0.7) 0%, rgba(80,230,0,0.7) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50e600",endColorstr="#50e600",GradientType=1); */
    /*padding:40px;*/
    border-radius: 20px;
    display: inline-block;
}

.banner-text h1 {
font-size: 70px;
    font-weight: 600;
    color: #1c4185;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-family: 'Oswald', sans-serif;
    /*text-shadow: 1px 2px 0px rgba(0,0,0,0.6);*/
    margin-bottom:0px;
}
.banner-text h1 span {
    color: #EF6537;
    font-size: 55px;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 21px 0px 59px rgb(0 0 0 / 30%);
    font-weight: 600;
        color: #ffff;
}
.banner-text h2 {
    font-size:40px;
    font-weight:500;
    color: #009a3a;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom:20px;
}
.banner-text p {
    font-size: 30px;
    line-height: 30px;
    font-family: poppins;
     font-family: 'Oswald', sans-serif;
    color: #222;
    padding-top: 5px;
    
    /*text-shadow: 1px 2px 0px rgba(0,0,0,0.6);*/
}



/*.banner-text h1 {*/
/*    display: block;*/
/*    font-size: 70px;*/
/*    color: #fff;*/
/*    font-weight: 400;*/
/*    line-height: 80px;*/
/*    text-shadow: 1px 1px 1px rgb(251 200 59);*/
/*}*/

/*.banner-text h2{*/
/*    display:block ;*/
/*    font-size: 22px;*/
/*    color: #000;*/
/*	font-weight:300;*/
/*	line-height:26px;*/
/*	text-shadow: 1px 1px 1px rgb(0, 0, 0);*/
/*}*/

/*.banner-text h5{*/
/*	background: #949595; */
/*    padding: 10px 20px;*/
/*    border-top-left-radius: 15px;*/
/*    border-bottom-right-radius: 15px;*/
/*    display: inline-block;*/
/*    font-size: 26px;*/
/*    color: #fff;*/
/*	font-weight:300;*/
/*}*/
/*.banner-text p {*/
/*    font-size: 27px;*/
/*    color: #fff;*/
/*    line-height: 30px;*/
/*}*/
/*.banner-text p span{font-weight: 400;*/
/*    padding: 8px 90px;*/
/*    border: 2px solid;*/
/*    border-radius: 40px;}*/
	
	
.topband_bg-home .media h5{font-size: 16px;color: #302f2e;font-weight: 600; margin-bottom:5px;}
	
.topband_bg-home .media a{font-size: 20px; font-weight: 600; color: #302f2e;}

.banner-text h4 {
    font-size: 48px;
    color: #E92227;
    font-weight: 700;
}
.banner-text h4 span{display:block;}

.dark-bg {
  background: #0b0c22;
}

.animation-btn {
    margin-top: 35px;
}

.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button1 {
/*background: linear-gradient(-30deg, #56c0d2 50%, #fbc83bc9 50%);*/
background: linear-gradient(-30deg, #fbc83bc9 50%, #56c0d2 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-size: 23px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.animated-button1:hover {
    color:#fff;
}
.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ff0064));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #ff0064);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ff0064));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ff0064);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}



.registration-form form {
    padding: 20px 25px;
    position: relative;
    z-index: 111;
    box-shadow: inset 0px 0px 10px #00000070;
     /*background: rgba(50, 138, 126, 0.3);*/
     background: #00000070;
    border-radius: 15px;
     
    margin-top: 0px;
}


.about-logo img {
	margin-top: 180px;
}

.nav-pills .nav-link {    margin-right: 10px;
    border-radius: 0;
    background-color: #fff;}
	
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #FF7A42;
}
.nav-pills .nav-link.active .day{
    color: #fff!important;
    background-color: #FF7A42;
}
.nav-pills .nav-link.active .date{
    color: #fff!important;
    background-color: #FF7A42;
}

.nav-center {text-align: center;}
 
.nav-link .day {
	color:#000;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	
}
.nav-link .date {
	font-size:16px;
	text-transform:uppercase;
	color:#3E65AC;
	margin-bottom:0px;
}

.nav-item .nav-link {
    display: block;
    padding: 15px 1rem;
}

.nav-pills{    
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
 
.bs-example .card-header .btn {
   padding:0px;
   text-align:left;
}

.bs-example .card-header button i {
    position: absolute;
    right: 16px;
    border-radius: 7px;
    border: 1px solid #DCDCDC;
    padding: 9px 13px;
    top: 14px;
    color: #818181;
	z-index: 111;
}
.bs-example .card-hearder .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.bs-example .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.bs-example .card{background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
	
.bs-example	.card-header:first-child {
    border-radius: 14px;
}
.bs-example	.card-body {
  padding-top: 15px;
  background-color: #f4f4f4;
  border-top: 1px solid #ccc;
}

/* List Style One */

.bs-example	.list-style-one{
	position:relative;
}

.bs-example	.list-style-one li{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 15px;
}

.bs-example	.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	content: "\52";
	font-family: 'ElegantIcons';
	color: #ff8e39;
}

.taccordion-h h6{font-size:11px;color:#3E65AC;text-transform:uppercase;font-weight: 600;margin-bottom:3px;}
.taccordion-h h5{font-size:16px;color:#000;font-weight:600;}
.taccordion-h p{font-size:14px;color:#000;font-weight:500;}
.book-slot {
    color: #fff;
    background-color: #3E65AC;
    border-color: #2a5094;
    padding: 9px 19px!important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.book-slot:hover{
	    color: #fff;
    background-color: #ff7c42;
    border-color: #f56f34;
}

/*------new--------*/


.category ul {list-style: none;}
.category ul li{Color:#818181;padding-top: 0px;}

.category ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #FF7A42;}
	
.card-body{padding-top: 0px;}

.schedule-text-img {
    background: url(../images/schedule.png) no-repeat top center;
    background-size: initial;
    content: "";
    position: absolute;
    left: 0;
    height: 125px;
    right: 0;
    bottom: -1px;
}
.about-fair p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}
 
 
.pb-150{padding-bottom: 150px;}
/*Mobile View*/

.Participating-companies .col-md-3 {border: 1px solid #DCDCDC;background-color: #fff;}
.Participating-companies .col-md-3 img{ padding: 20px 0;text-align:center;}

.view-all-btn{
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 28px;
    background-color: #000;
    text-transform: uppercase;
}

.bbm-f h1{
	    font-weight: 700;
		font-size:45px;
}
.register-now-btn{font-size: 28px;padding: 8px 70px; border-radius: 40px;}

.register-now-btn:hover {
    color: #ffffff;
    background-color: #fb6d32;
    border-color: #f7f7f7;
}

 .stuck .sticky-top {
    background-color: #000 !important;
    position: fixed;
    width: 100%;
	z-index:9999;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s
}
.sticky-top {
    transition: 0.5s;
	position: fixed;
	background:#000;
}

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 39px;
    right: 32px;
    width: 43px;
    height: 43px;
    line-height: 58px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top .fa{font-size: 30px;
    line-height: 36px;}
	
a:hover {
     text-decoration: unset;
}	

.carousel.slide {
	margin-top:140px;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:   #fff!important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #fff!important;
}

#triangle-topright:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 2600px solid #005BAA;
    border-left: 634px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/* .btn-dark { */
    /* color: #fff; */
    /* background-color: #E92227; */
        /* border-color: #E92227; */
/* } */
.pt-120 {
	padding-top:120px;
}

.px-110 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}


.countdown {
    /*padding: 21px 10px;*/
    /*background-color: #E92227;*/
    /*border-radius: 12px;*/
    justify-content:center;
    gap:10px;
}


.Countdown-Begins {	text-align:center; }
.Countdown-Begins h6 {
    font-size: 26px;
    display: block;
    padding: 6px 17px;
    color: #fff;
   	font-weight:300; 
   	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.common-space{padding:10% 5%;}

/*.common-space-small{padding:5% 5%;}*/

#section1{
    background-image: url(../images/bg/section1_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat; 
	background-color:#10122D;
	background-attachment: fixed;
	color:#fff;
	position: relative;
    min-height: 100%;
}

#section1 .section1-text h1{font-size:40px; font-weight:800; line-height:46px; text-shadow: 1px 1px 0px #000000;}
#section1 .section1-text h2{font-size:30px; font-weight:300; text-shadow: 1px 1px 0px #000000;}
#section1 .side-image{top: -50px; position: absolute;}

#section2{
    background-image: url(../images/bg/section2_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
	background-color:#050c18;
	background-attachment: fixed;
	color:#fff;
	min-height: 100%;
}
#section2.common-space{padding:5% 5%;}
#section2 .section2-text h1{font-size:40px; font-weight:800; line-height:46px; text-shadow: 1px 1px 0px #000000;}
#section2 .section2-text h2{font-size:30px; font-weight:300; text-shadow: 1px 1px 0px #000000;}
#section2 .section2-text h3{font-size:28px; font-weight:300; text-shadow: 1px 1px 0px #000000;}

#section2 .section2-text font{font-size:36px; font-weight: 600; text-shadow: 1px 1px 0px #000000;}


#section4{
    background-image: url(../images/bg/section4_bgv1.8.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; 
	background-color:#060b21;
	background-attachment: fixed;
	color:#fff;
	text-shadow: 1px 1px 0px #000000;
}
.blockchanin-bg{
    padding: 0.1% 5%;
    min-height: 100%;
}
#section4 .section4-text h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  text-shadow: 1px 1px 0px #000000;
}

#section4 .section4-text h3{font-size:28px; font-weight:300; text-shadow: 1px 1px 0px #000000;}

#section4 .section4-text font{font-size:36px; font-weight: 600;}

#section4 .section4-text p{font-size:18px;}



#section3{
    background-image: url(../images/bg/section3_bgv1.11.jpg?v1);
	background-position: bottom left;
	background-repeat: no-repeat; 
	background-color:#002049;
	background-attachment: inherit;
	color:#fff;
	text-shadow: 1px 1px 0px #000000;
}
#section3.common-space{padding:6% 5%;}

#section3 .section3-text p{font-size:20px;}

#section3 .enquiry_details p{font-size:24px; color:#D8D8D8;}

#section3 .section3-text h1{font-size:50px; font-weight:400; line-height:56px;}
#section3 .section3-text h2{font-size:30px; font-weight:700;}
#section3 .section3-text h3{font-size: 30px;
    font-weight: 400;
    font-family: 'Inter', 'Roboto','Montserrat', sans-serif;
    line-height: 34px;}


#section7{
	background-image: url(../images/bg/section_7bg.jpg?v1);
	background-position: top left;
	background-repeat: no-repeat; 
	background-color:#131313;
	background-attachment: inherit;
	color:#fff;
	text-shadow: 1px 1px 0px #000000;
}
#section7.common-space{padding:6% 5%;}

#section7 .section-text h1{font-size:40px; font-weight:800; line-height:46px;}
#section7 .section-text h2{font-size:30px; font-weight:300;}
#section7 .section-text h3{font-size:28px; font-weight:300;}


.section-head .section-title {
  position: relative;
  z-index: 2;
  font-size:36px;
  left: 63px;
  font-weight:300;
  text-shadow: 1px 1px 0px #000000;
}


.section-head .section-title span, .section-head .section-title::before {
  position: absolute;
  top: 40%;
  left: -63px;
  width: 100%;
  content: attr(data-content);
  font-size: 110px;
  height: 120px;
  margin-top:-55px;
  line-height: 1;
  z-index: 1;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  text-shadow:none;
}
.section-head .title-sec-2 span, .section-head .title-sec-2::before{
  position: absolute;
  top: 40%;
  left: 0!important;
  width: 100%;
  content: attr(data-content);
  font-size: 110px;
  height: 120px;
  margin-top:-55px;
  line-height: 1;
  z-index: 1;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  text-shadow:none;
}

.title-sec-2{
    left: -10px!important;
}
.title-sec-2::before {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    content: attr(data-content);
    font-size: 110px;
    height: 120px;
    margin-top: -55px;
    line-height: 1;
    z-index: 1;
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

.myList p {
    font-size:20px;
    /* line-height: 40px; */
    position: relative;
    font-weight: 400;
    /*text-align: justify;*/
    padding-left:20px;
    letter-spacing: -0.5px;
}
.myList p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 14px;
    width: 14px;
    border-radius: 90px;
    left:0px;
    top: 7px;
        background-color: #d1050d10;
    border: 3px solid #fff;
}

.myList p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 14px;
    width: 14px;
    border-radius: 90px;
    left:0px;
    top: 7px;
        background-color: #fff10;
    border: 3px solid #F86D11;
}




@media (max-width: 576px) {
    .bs-example .card-header .btn{padding-right: 40px;}
	form h3 {
		font-size: 24px;
		font-weight: 700;
	}
	
	#navigation{z-index: 9;}
	.banner-text-content{display:block; margin-bottom: 15px;padding:0;}
	
.banner-text h1 {
    font-size: 34px;
    line-height:40px;
    margin-top: 0px;
    letter-spacing: -1px;
}
    
    .banner-text h2{
        font-size: 22px;
    	line-height:22px;
    	margin-bottom:0px;
    }
	
	.about-fair ul li {
    font-size: 18px;}
	.about-fair ul {
    padding-left: 20px;
}
	.about-fair ul li:before {
    
    position: absolute;
    left: 12px;
}
	
	.steps{text-align: center;}
	.steps h5 { padding: 0px 0px 0px 0px !important; margin-top: 0px!important; font-size: 24px !important; line-height: 36px; text-align: center;}
	.steps p { padding: 1px 0 0 0px!important; text-align: center;}
	
	.footer-banner {
    width: 100%;
    height: auto;
}
	
	.footer-banner .media .media-body .email-font {
    font-size: 16px !important;
}
	
	 .pt-120 {
    padding-top: 105px;
}

.bg-danger {
    background-color: #E92227 !important;
}
 
	.Subscribe-email form button {
    position: unset;}
	.bg-grey .heading p {
    font-size: 16px;
    font-weight: 300;
}
	.pge-win-text p{
		float:unset;
	}
	/*.form-section {*/
	/*	padding-top:10px;*/
	/*	padding-bottom:30px;*/
	/*}*/
	.bg-blue {
	background-color:#005BAA;
}
	#triangle-topright{
		display:none;
	}
	.map-bg{
		display:none;
	}
	.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}
	 
	.b-sm-b {border-bottom:0px!important;}
	.Participating-companies .col-md-3 img {
    padding: 5px;
}
	.Participating-companies{
		padding:20px;
	}
	.schedule-text-img {
    background-size: contain;
    left: 20px;
    height: 125px;
    right: 20px;
    bottom: -89px;
}

.px-110 {
    padding-top:90px;
    padding-bottom:30px;
}
	.bs-example .card-header button i{
		top:15px;
	}
	.Subscribe-email h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
 .footer-banner .media {
	 margin-bottom:20px;
 }
 .Contact-Person {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 11px 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 25px;
}
	.book-slot {width:100%;}
	.px-80 {
		padding: 50px 0px;
	}
	.hp {
		padding: 0px;
		font-size: 16px!important;
		line-height: 26px!important;
	}
	.heading h2 {
		font-size: 20px;
	}
	.heading p .hp {}
	.about-logo img {
		margin-top: 90px;
		padding-bottom: 100px;
		width: 50%;
	}
	.map-bg {
		background: url(../images/map.png) no-repeat top;
		background-size: contain;
		content: "";
		height: 450px;
		position: absolute;
		left: 0;
		right: 0;
		top: unset;
		bottom: -190px;
	}
	.heading h4 {
		    font-size: 34px;
	}
	/* .topband_bg-home .media a { */
    /* font-size: 15px;} */
	.heading p {
    font-size: 16px;
    line-height: 23px;
}
	.bg-grey .media {
		margin-bottom:20px;
	}
	.bg-grey .heading h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
	}
	.carousel-indicators {
		left: 0;
		bottom: -44px;
	}
	.carousel-caption h4 {
		font-size: 19px;
		font-weight: 500;
		color: #FF7A42;
		text-transform: uppercase;
	}
	.carousel-caption h3 {
		font-size: 29px;
		font-weight: 400;
	}
	.carousel-caption h2 {
		font-size: 31px;
		font-weight: 700;
	}
	.topband_bg-home {
		 background: url(../images/main-bg-new-mobile.jpg) no-repeat;
		background-size: cover;
		background-position:center;
		padding-left: 0;
		padding-right: 0;
	}
	.form-hedding span {
		font-size: 18px;
	}
	.from-banner h1 {
		font-size: 28px;
	}
	.navbar-nav {
		margin-top: 14px;
		border-top: 2px solid rgb(0, 0, 0, 0.5);
		    padding-top: 12px;
	}
	.navbar-toggler {
		border: 1px solid white;
		background-color: white;
	}
	.navbar-brand img {
		width:240px;
	}
	
	.navbar-brand {margin-left: 0px;margin-top: 0px;}
	
	.logo-shap:after {
		content: "";
		width: 200px;
		height: 72px;
		left: -19px;
		top: 0;
		transform: skew(-20deg);
		background: #fff;
		position: absolute;
	}
	
	#section1, #section2, #section4{background-attachment: inherit !important; position: relative;}
}



/* Shared */

.loginBtn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0 0 7px 0;
	padding: 0 15px 0px 40px;
	border: none;
	text-align: left;
	line-height: 40px;
	white-space: nowrap;
	border-radius: 5px;
	font-size: 13px;
	color: #000000;
	/* width: 100%; */
	border: none;
}

.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 0;
	width: 34px;
	height: 100%;
}

.ride-line {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.ride-line-empty {
	height: 1px
}

.ride-line span {
	background-color: #000;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	line-height: 24px;
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
}

.ride-line:before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #000;
}

.loginBtn:focus {
	outline: none;
}

.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */

/*.loginBtn--facebook {
	background-color: #4C69BA;
	text-shadow: 0 -1px 0 #354C8C;
}*/
.loginBtn--facebook {
	background-color: #fff;
	/* text-shadow: 0 -1px 0 #000; */
}

.loginBtn--facebook:before {
	/* border-right: #364e92 1px solid; */
	background: url('../images/facebook-icon.png') 6px 6px no-repeat;
}

/*.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
}*/
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #fff;
}


/* Google */

.loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #fff;
	color:#000;
}

.loginBtn--google:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../images/google-icon.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
	background: #fff;
}


/* Linkedin */

.loginBtn--linkedin {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #2567b3;
}

.loginBtn--linkedin:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../images/linkdin-icon.png') 6px 6px no-repeat;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
	background: #19559a;
}





#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: relative;
  left: 0;
  bottom:0px;
  right: 0;
  text-align: center;
  padding: 10px 0;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom:0px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #E92227;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

.video-box {
    width: 55%;
    max-width: 55%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

.topband_bg-conference {
    background: url(../images/conference-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
	padding-top: 30px;
    padding-bottom: 140px;
	text-align: center;
}

.user {
	display: inline-flex;
	padding: 8px 10px;
	border: 1px solid #EF821F;
	background-color: #EF821F;
	margin-top: 0px;
	color: #000;
	border-radius: 10px;
}

.user img {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.user .user_name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    padding: 3px 0 0px 10px;
    width:70%;
	text-align:left;

}
.user .user_name p {
	display: block;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff ;
	margin:0;
	padding:0;
}

.user-wrap {
	position:relative;
	z-index: 1;
	float: left;
	width:15%;
}
.user-wrap button{ cursor:pointer;}

.user-wrap .dropdown-menu {
	border:1px solid #efefef;
	min-width:100%;
	border-bottom: 3px solid #eb0600;
	border-radius: 0;
	padding: 0;
	margin-top:0px;
}

.user-wrap .dropdown-menu > li > a {
	padding: 10px 15px;
	border-bottom: 1px solid #f9f9f9;
	position: relative;
	display:block;
    clear: both;
	font-size:12px;
    font-weight:300;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}


.user-wrap .dropdown-menu > li > a:hover {
	background-color: #fbfbfb;
}
.user-wrap .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  margin:0px 0 0 0;
  top: 45%;
  position: absolute;
  right: 15px;
}

/*dropdown-top-arrow*/
.user-wrap .dropdown-menu:before, .dropdown-menu:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  
.user-wrap .dropdown-menu:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    left:10px;
  }
  
.user-wrap .dropdown-menu:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    left:11px;
  }
  
.user-wrap .dropdown-menu .dropdown-menu:before, .user-wrap .dropdown-menu .dropdown-menu:after { 
    display:none;
  }
  
  /*dropdown-top-arrow*/
@media (max-width: 576px) {
	.user-wrap {
		position: absolute;
		z-index: 1;
		float: left;
		width: auto;
		right:75px;
		top: 23px;}
	.user .user_name{display: none;}
	.user-wrap .dropdown-toggle::after {display: none;}
	.user{padding: 4px; border:none; background: none;}
	
	.video-box{width: 100%; max-width: 100%; padding: 0;}
	.topband_bg-conference{padding: 0;}
	.banner-section{  height:auto;padding-bottom:0px; }
   .register-form{margin-bottom: 20px;margin-right:0;}
.languages {
   width:100%;
   top:90px!important;
}
.languages img{
   margin-left:20px;
}
.thaiflag{
    margin-top: 0!important;
    height: 27px;
}
.indoflag{
  margin-left:0!important;
}
}


/*ChatBoxCssStart*/

#frame {
  width:100%;
  min-width: 360px;
  max-width: 360px;
  
  min-height: 300px;
  max-height: 400px;
  background: #fff;
  height: 100vh;
  position:fixed;
  right:30px;
  bottom:0;
  display:none;
  z-index:9999999;
  border:1px solid #E6EAEA;
}

.popup-box-on {
    display: block !important;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
	right:0px;
  }
}
@media screen and (max-width: 767px) {
  #frame {
    width: 100%;
	right:2%;
  }
/*  .bg-video {*/
/*    height: 1180px;*/
/*}*/
.mobile-space{padding-top: 100px;}
#section1, #section2 {
    min-height: auto;
    /*margin-top: 30px;*/
}
.banner-text p {
    font-size: 22px;
    /*color: #fff;*/
    line-height: 27px;
    margin-bottom:0px;
}
.section1-text{
    margin-top: 250px;
}
}
#frame .content {
  float: right;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 0px);
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 0px);
  }
  /*#section1, #section2, #section4{background-attachment: inherit; position: relative;}*/
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 100px);
  max-height: calc(100% - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
  width:100%;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 290px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 280px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border: 1px solid #E6EAEA;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 50px);
  padding: 12px 32px 12px 8px;
  font-size: 0.8em;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

.askQuestion{position: fixed; right: 0 !important; z-index: 9999999; top:20% !important;}
.live-section{ text-align: center; color:#fff; font-weight:600; margin-bottom: 10px; text-transform: uppercase;}
.live-section .sessionDate{background-color: #FF0004; padding: 5px 10px; font-size: 14px; border-radius:5px;}

.live-section h5{font-size: 18px; font-weight: 500; padding-top: 10px !important;}

.attendees{position: fixed; z-index: 999; top: 15.5%; right: 10px;}

@media screen and (max-width: 735px) {
	.askQuestion{position: fixed; right: 0 !important; z-index: 99999; bottom:20% !important; top: auto!important;}
	.live-section{ margin-bottom:0; margin-top:0px; background-color: #000; padding: 10px 0; font-size: 14px;}
	.live-section .sessionDate{background-color: #FF0004; padding: 2px 10px; font-size: 14px; border-radius:5px;}
	.live-section h5{font-size: 14px; font-weight:600; padding-top: 0px !important;}
	.attendees{bottom:30% !important; top: auto!important;}
}


.section-padding {
    padding: 150px 0 150px 0;
}
/* Sections Header
--------------------------------*/
.section-header{ margin-bottom: 20px;}
.section-header h3 {
  font-size: 40px;
  color: #E92227;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0;
}

.section-header p {
  text-align: left;
  padding-bottom: 0px;
    margin: 0;
  color: #333;
}
/*--------------------------------
The Venue Section 
--------------------------------*/
#venue-bg {
  background:#23cca2 url("../images/venue-bg.jpg") right bottom no-repeat;
  /*background-size: cover;*/
  position: relative;
}

#venue-bg p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0;
}
#venue-bg .section-header h3{color:#fff;}
#venue-bg .section-header p{color:#fff;}
#venue-bg .venue-container { margin: 0 10%;}
#venue-bg ul{margin: 0; padding: 0; position: relative; list-style: none;}
#venue-bg ul li{margin: 0 0 10px; 0; padding: 5px 15px; list-style: none; line-height: 30px; display: table; position: relative; background-color: #fff; font-size: 20px; font-weight: 300;}
#venue-bg ul li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 10px;
    background-color: #fff;
    border: 5px solid #23cca2;
}

/*The Venue Section*/



#attendee-bg {
  background:#fff url("../images/attendee-bg.png") center bottom no-repeat fixed;
  background-size: cover;
}

#attendee-bg p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0;
}
#attendee-bg .section-header h3{color:#000;}
#attendee-bg .section-header p{color:#000;}
#attendee-bg .venue-container { margin: 0 10%;}
#attendee-bg ul{margin: 0; padding: 0; position: relative; list-style: none;}
#attendee-bg ul li{margin: 0 0 10px; 0; padding: 5px 15px; list-style: none; line-height:24px; display: table; position: relative; background-color: #23cca2; font-size: 15px; font-weight:400; color:#fff;}
#attendee-bg ul li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 7px;
    background-color: #fff;
    border: 5px solid #23cca2;
}



.listStyle {
	 padding-left: 10px;
 }
 .listStyle li {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
	list-style:none;
	
}
 .listStyle li:before {
   font-family: "FontAwesome";
   content: "\f0a9 ";
   display: inline-block;
   padding-right: 7px;
   vertical-align: middle;
   font-weight: 900;
   color:#E92227;
}

/*--------------------------------
Stall Section 
--------------------------------*/
#stall-bg {
  background: url("../images/stall-bg.jpg") left top no-repeat;
  /*background-size: cover;*/
  position: relative;
}
#stall-bg .stall-container { margin: 0 10%;}
#stall-bg .stall-container p{ font-size:16px; padding: 0; margin: 0; line-height:22px;}

#stall-bg .section-header h3{color:#eb6228;}

/*Stall Section */


#exhibitor-bg {
	background:#eb6228 url("../images/exhibitor-profile-bg.jpg") center bottom no-repeat fixed;
  background-size: cover;
  position: relative;
  color:#fff;
}

#exhibitor-bg .heading h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
#exhibitor-bg .heading h2 { color: #000;}

#exhibitor-bg p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0;
}
#exhibitor-bg .section-header h3{color:#000;}
#exhibitor-bg .section-header p{color:#000;}
#exhibitor-bg .venue-container { margin: 0 10%;}
#exhibitor-bg ul{margin: 0; padding: 0; position: relative; list-style: none;}
#exhibitor-bg ul li{margin: 0 0 10px; 0; padding: 5px 15px; list-style: none; line-height:24px; display: table; position: relative; background-color: #fff; font-size: 15px; font-weight:400; color:#000;}
#exhibitor-bg ul li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 7px;
    background-color: #fff;
    border: 5px solid #eb6228;
}

/* Why Exhibit Section
--------------------------------*/
.bg-gray{ background-color: rgba(232, 232, 232, 0.9);}
.bg-green{ background-color: rgba(76, 187, 23, 0.2);}
.bg-light-blue{ background-color:  rgba(130, 183, 255, 0.3);}

#why-exhibit {
  background: url("../images/why-exhibit-bg.jpg") bottom center no-repeat fixed;
  background-size: cover;
  position: relative;
}

#why-exhibit .section-header{margin-bottom:40px;}
#why-exhibit p{font-size: 17px; line-height: 24px;   color: #000; font-weight:400;}

#why-exhibit .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
#why-exhibit .list p{position:relative; font-size: 18px; font-weight: 300;}
#why-exhibit .list p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top:12px;
    background-color: #82b7ff;
    border: 5px solid #fff;
}

/*Why Exhibit Section*/

/* #agenda {
  background: url("../images/main-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}
 */
#agenda .section-header{margin-bottom:40px;}
#agenda p{font-size: 17px; line-height: 24px;   color: #000; font-weight:400;}

/*Why attend Section*/

#why-attend {
  background: url("../images/why-attend-bg.jpg") center bottom no-repeat fixed;
  background-size: cover;
  position: relative;
}

#why-attend .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
#why-attend .list p{position:relative;}
/* #why-attend .list p:before { */
    /* position: absolute; */
    /* content: ''; */
    /* z-index: 1; */
    /* height: 18px; */
    /* width: 18px; */
    /* border-radius: 90px; */
    /* left: -8px; */
    /* top:12px; */
    /* background-color: #fff; */
    /* border: 5px solid #23cca2; */
/* } */

#why-attend .media{margin-bottom:20px;}
#why-attend .media p{font-size:17px;}



/*Why attend Section*/

@media screen and (max-width: 767px) {
  /* .bg-mobile{background:#fff; border-bottom: 1px solid #efefef;} */
  .banner-text h5{font-size: 17px; font-weight: 400;}
  .section-padding {padding: 100px 0 100px 0;}
  #why-attend .media {margin-bottom: 20px; background: #fff; border: 1px solid #efefef; border-radius: 10px; padding: 10px; box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;}
}

.alreadyRegistered{font-size:14px; font-weight:500; line-height:16px; color:#fff; padding-top: 0px;}
.alreadyRegistered a{color:#fff;}
.alreadyRegistered span{ border-bottom:3px solid #fff; padding-bottom:3px;}

#submitBtn {
    display: block;
    /*width: 200px;*/
    margin: 0 auto;
    background: #cceb30;
    color: #282828;
    /*background-image: linear-gradient(to right, #ff0064 0%, #00e6be 100%);*/
    
    border-radius: 50px;
    padding: 10px 30px;
        text-align: center;
}
#submitBtn:hover,
#submitBtn:focus,
#submitBtn:active {
            color: #fff;
            background-color: #cceb30 !important;
            border-color: #8fca26 !important;
             /*background-image: linear-gradient(to right, #00e6be 0%, #ff0064 100%);*/
        }



#already-reg-modal-body form:before {
	background:none;
}

#already-reg-modal-body form:after {
	background:none;
}

.steps h5 {
	font-size: 30px;
	padding: 0px 0px 0px 86px;
	margin-top: -34px;
	line-height: 36px;
}

.steps p {
	font-size: 18px;
	padding: 1px 0 0 90px;
	color: #707070;
}

@media (min-width:768px) and (max-width:990px) { 
	.footer-banner .media .media-body a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
	}
	
	.bg-mobile {
    background: #fff;
    border-bottom: 1px solid #efefef;
	}
	#section1, #section2, #section4{background-attachment: inherit; position: relative; min-height:auto;}
	#section4{background-position: top;}
}

@media (min-width:990px) and (max-width:1024px) { 
	#section1, #section2, #section4{background-attachment: inherit; position: relative; min-height:60%;}
	#section1{background-attachment: inherit; position: relative; min-height:75%;}
	#section2{background-attachment: inherit; position: relative; min-height:75%;}
	#section4{background-position: top center;}
}


.modal-content{border-radius: 20px;}
.modal-header{ color: #ed1651;}
.modal-header .close {
    font-weight: 100;
    font-size:40px;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    border-radius:0;
    line-height: 25px;
	margin: 0;
}

.modal-open {
    overflow: hidden !important;
}


.cust-modal .close {
    color: #ed1651;
    font-size: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
	font-weight: 300;
	line-height: 20px;
}
.common-h {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  position:relative;
}
.counter{
	position:absolute;right:0;color:#979797;font-weight:normal;font-size:14px;    top: 50%;
    margin-top: -13px;
}
.common-h::before {
  background: #46bdf4;
  border-radius: 9px;
  width: 40px;
  height: 4px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.otp-block input {
  border: 2px solid #355aa5;
  border-radius: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #355aa5;
}
.otp-border {
  background: #d1d1d1;
  width: 20px;
  height: 7px;
  margin: 0 5px 0 10px;
  border-radius: 9px;
}
.resent-txt {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.resend-btn {
  background: #ed1651;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
}
.resend-btn:hover {
  opacity: 0.7;
}

.change-number {
  color: #212529;
  text-decoration: underline;
}
.change-no-block input {
  border: 2px solid #355aa5;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #355aa5;
  margin: 0;
}

.text-muted {
    color: #8492a6 !important;
}

.newForm {
    padding: 0px;
    position: relative;
    z-index: 111;
}

.checkNote{
font-size: 13px;
color: #fff;
line-height: 16px;
cursor:pointer;
}


/* my-tab */
.myTab .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

.myTab .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

.myTab .nav-tabs a {
  border: none;
  border-radius:0px;
  font-weight: 500;
  background-color: #fff;
  color: #043f5d;
  padding: 8px 30px;
  margin-bottom: 4px;
  border-radius:8px;
  margin-right:10px;
}
.myTab .nav-tabs a:last-child{margin-right:0px !important;}
.myTab .nav-tabs a span {
	display:block;
	font-size:12px;
}

.myTab .nav-tabs a.active {
  background-color: #61a5da;
  color: #fff;
}

.myTab .sub-heading {
  text-align: center;
  font-size: 18px;
  font-weight:700;
  font-family: 'Inter', 'Roboto', sans-serif;
  margin: 0 auto 30px auto;
}

.myTab.tab-pane {
  transition: ease-in-out .2s;
}

.myTab .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

.myTab.schedule-item:hover {
  background-color: #fff;
}

.myTab.schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

.myTab .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.myTab .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

.myTab .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.myTab.schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

.myTab.schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
.myTab h5{margin:0; padding:0; font-family: 'Inter', 'Roboto', sans-serif; font-size:18px;}
.rounded-10{border-radius:10px !important;}
/* my-tab */

.box-1 {
    border-bottom: 1px solid #61a5da;
}

.box-2 {
    border: 5px solid #e8450b;
}

.box-3 {
    border: 5px solid #cf1217;
}
.box .timebox{ color:#dad9d9; font-size:18px;}
.box h4{ font-size:18px; text-transform:uppercase;}
.box ul li{ list-style:inside;}
@media (max-width:767px) { 
	.myTab .nav-tabs a {
	  padding: 5px 10px;
	}
}

.mainText{position:relative;     width: 75%;
    padding-left: 300px;
    max-width: 600px;}
.mainText h1 {
    color: #E92227;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
	
}
.mainText h1 span {
	color: #fff;
	background: #000;
    padding: 10px 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
	display: inline-block;
	margin-bottom:15px;
}
.mainText .date {
    color: #fff;
    font-weight:700;
    font-size: 32px;
    background-color: rgba(65, 67, 151, 0.9);
    padding: 0 10px;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
	border:2px solid #fff;
}
.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e8450b 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #e8450b;
  -webkit-transform: scale(20);
  transform: scale(20);
}

.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


.video-play {
  background-color: #61a5da;
  padding: 11px 41px 13px 18px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
  border:0px solid #000;
  
}
.video-play h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #fff;
}
.footer-btn{background:#fff!important;color:#144b61 !important;padding:10px 30px;border-radius:10px;display:inline-block}
.footer-btn:hover{text-decoration:none;background:#fefefe!important;color:#144b61!important;}
.left-seperater{position:relative}
.text-blue{color:#144b61!important}
.text-gray{color:#dad9d9 !important;}
.inovation-img{text-align:center;}
.inovation-img img{width:60px;}
.inovation-txt{text-align:center;margin-bottom:30px;}
.left-seperater:after{position:absolute;top:0;bottom:0;width:2px;background:#545454;content:'';left:0;}
.rigister-box{display:flex;padding:10px;justify-content:center;flex-direction:column;color:#fff;border:1px solid #4a85b2;text-align:center;    height: 84px;    margin-bottom: 30px;}
.header-btn{padding:8px 15px;color:#144b61;border-radius:10px;background:#fff;border:1px solid #fff;}
.stuck .header-btn, .stuck .header-btn:hover{color:#144b61;border:1px solid #144b61;text-decoration:none;}
.header-btn:hover{text-decoration:none;background:#fefefe;color:#144b61;}
.banner-bg2{padding-left:80px;padding-right:80px; background-image: url(../images/banner-left.jpg), url(../images/banner-right.jpg);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;}
  
@media screen and (max-width: 767px) {
  .banner-bg2{padding-left: 20px; padding-right: 20px; background-image:none;}
  
}











/*--------New-Css (Sandeep Gupta)------------*/

@media (max-width: 576px){
    #section1, #section2{min-height:auto;}
   #section1 .section1-text h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    margin-top: 35px;
}

.heading-new span.top {
    width: 60px;
    top: 20px;
}
.heading-new span.bottom {
    width: 70px;
    top: 35px;
}
.heading-new span.bottom.left {
    transform: translateX(-180px);
}
    .tabs > ul li a {
    padding: 15px;
}
    #section1 .section1-text h2 {
          font-size: 22px;
          font-weight: 300;
          padding-bottom:30px;
        }
        
    #section1 .side-image {
      top: -0px;
      position: relative;
    }
    
    #section7 .section-text h1 {
      font-size: 24px;
      font-weight: 800;
      line-height: 34px;
    }
       
    #section4{
        /*background-image: url(../images/bg/section4_bg.jpg);*/
    	background-position: center;
    } 
    .common-space {
          padding: 20% 5%;
    }
    
    #section2.common-space{padding: 20% 5%; min-height:auto;}
    
#section2 .section2-text h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    text-align: left;
}
    #section2 .section2-text h3 {
    font-size: 22px;
    font-weight: 300;
        text-align: left;
}
    #section3 .section3-text h1 {
      font-size: 28px;
      font-weight: 800;
      line-height: 36px;
    }
    #section3 .section3-text h2 {
    font-size: 28px;
    font-weight: 700;
    text-align:center;
}
#section3 .section3-text h3 {
    font-size: 22px;
      text-align:left;
      line-height: 25px;
}
#section7 h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
      /*text-align:left;*/
}

#section2{
    /*background-image: url(../images/bg/men-bgv1.1.jpg);*/
	background-position: top right;
	background-repeat: no-repeat; 
	background-color:#050c18;
	background-attachment: fixed;
	color:#fff;
	min-height: 100%;
}
#section4{
    background-image: url(../images/bg/ai-bg.png);
    	background-position: bottom center;
}
    #section4 .section4-text h1 {
      font-size: 28px;
      font-weight: 800;
      line-height: 36px;
    }
    
    
    
.nav-pills {
    justify-content: center;
}

.nav-pills .nav-item .nav-link {
    text-align: center;
    padding: 12px 11px;
    width: 94%;}

.nav-item .nav-link h5 {font-size:16px!important;}
.tab-content .tab-text h4 {font-size: 20px!important;}
.tab-content .tab-text { padding: 20px!important;}

.oap-logo-box h6 {margin-bottom: 5px!important;}
.oap-logo-box img {    margin-bottom: 25px;}
.organiser-and-partners .heading h4 { font-size: 28px!important;margin-bottom:20px;}
.innovation-hub-text h3 {
    font-size: 30px!important;
    font-weight: 700;
    line-height: 31px!important;
    margin-top: 30px!important;
    color: #fff;
	margin-bottom: 30px;
    text-align: center;
}
.innovation-hub-text .btn {margin-bottom: 27px;    margin-top: 10px;}
.right-border h5:after {display:none}.contact-box	{border-bottom: 1px solid #000; margin-bottom: 20px; padding-bottom: 10px;}
.browse-innovations h5 {font-size: 22px!important;    text-align: center; margin-top: 27px;}
.about-the-event .heading h4 {
    font-size: 27px!important;
    font-weight: 700;
    line-height: 30px!important;
}
.pb-150 {padding-bottom:0px!important;}

.intoformatoin {text-align: center;margin-top: 30px;}
.intoformatoin h5{font-size: 26px!important;}
.nav-pills li { margin-bottom: 15px;}
.tab-content .tab-text {margin-bottom: 10px!important;}
}


.intoformatoin h5{font-size: 38px;font-weight: 800;}
.tab-content .tab-text {padding: 30px;background-color: #efefef;border-radius: 10px;margin-bottom: 30px;}
.tab-content .tab-text h4{ color: #008ab0;font-weight: 700;font-size: 25px;}

.heading-img img{ border-right: 5px solid #ea7e23;border-radius: 4px;}

.about-the-event .heading-img h5 {
    font-size: 22px;
    color: #000000;
    position: relative;
    display: block;
    font-weight: 700;
    margin-left: 20px;
}

.about-the-event p {font-size:16px;color: #000;line-height: 20px;}
.about-the-event .heading h4 {font-size: 44px;font-weight: 700;line-height: 46px;}

.map-bg {background: url(../images/map.png) no-repeat top left;background-size: auto;
    content: "";height: 450px;position: absolute;left: 0;right: 100px;top: 0px;}
	
.browse-innovations h5 { font-size: 43px;font-weight: 800; color: #ea7e23;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #fff;background-color: #008ab0;}

.map-bg-2{ background: url(../images/map-2.png) no-repeat center left;background-size: cover;;
    content: "";background-position: center;height: 770px;position: absolute;left: 6px;right: 0;
    top: 0px;}

.organiser-and-partners	.heading h4{font-size: 40px;font-weight: 800;color: #008ab0;}
.oap-logo-box h6 {    font-size: 18px;    margin-bottom: 25px;font-weight: 600;}
.nav-item .nav-link h5 {font-size: 18px;text-align:center;}
.nav-item .nav-link {display: block;  padding: 13px 2rem;}
.nav-pills .nav-link {margin-right: 10px;border-radius: 0;background-color: #efefef; color: #000;}
.innovation-hub-text h3	{font-size: 50px;font-weight: 700;line-height: 53px;margin-top: 56px;color: #fff;}
.innovation-hub-text .btn {padding: 13px 16px;font-size: 24px;border-radius: 0;margin-top: 40px;}
.footer-bar p {font-size:16px;}
.right-border{position:relative}
.right-border h5:after {content: "";position: absolute;width: 2px;height: 75px;top: 84px;left: -24px;    background-color: black;}
.border-bottom-black {border-bottom:2px solid #000;padding-bottom:20px}
.contact-box  h5 {font-size:16px;margin-top:20px}
.why-visit img{margin-bottom:20px}
.d-lg-flex .flex-fill img {width:120%}
.form-section form { background-color: #ea7e23; padding: 16px;}
.contact-box a {color:#000;}
.intoformatoin h4 {font-size: 33px;
    background-color: #ea7e24;
    display: inline-block;
   padding: 6px 8px; text-transform:uppercase;
    border-radius: 5px;
    color: #fff;
	font-weight: 600;}
	
.intoformatoin h4 span {display: block;font-weight: 300;}




@media (max-width: 991px) {
	#topnav {
		/* background-color: #ffffff; */
		/* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
		/* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
		/* min-height: 74px; */
	}
	#topnav .container {
		width: auto;
	}
	#topnav .navigation-menu {
		float: none;
		max-height: 400px;
	}
	#topnav .navigation-menu>li {
		float: unset!important;
	}
	#topnav .navigation-menu>li .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0;
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		position: relative;
		padding: 7px 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu>li .submenu.open {
		display: block;
	}
	#topnav .navigation-menu>li .submenu .submenu {
		display: none;
		list-style: none;
	}
	#topnav .navigation-menu>li .submenu .submenu.open {
		display: block;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul {
		list-style: none;
		padding-left: 0;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
		display: block;
		position: relative;
		padding: 10px 15px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
		color: #8492a6;
	}
	#topnav .navigation-menu>li>a {
		color: #3c4858;
		padding: 10px 20px;
	}
	#topnav .navigation-menu>li>a:after {
		position: absolute;
		right: 15px;
	}
	#topnav .navigation-menu>li>a:hover,
	#topnav .navigation-menu>li .submenu li a:hover,
	#topnav .navigation-menu>li.has-submenu.open>a {
		color: #2f55d4;
	}
	#topnav .menu-extras .menu-item {
		border-color: #8492a6;
	}
	#topnav .navbar-header {
		float: left;
	}
	#topnav .has-submenu .submenu .submenu-arrow {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 12px;
	}
	#topnav .has-submenu.active a {
		color: #2f55d4;
	}
	/*#topnav .logo{ width:100%; text-align:center;}*/
	
	#navigation {
		position: absolute;
		top: 74px;
		left: 0;
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: #ffffff;
	}
	#navigation.open {
		display: block;
		overflow-y: auto;
	}
	
	.h3, h3 {
      font-size: 1.25rem;
        text-align:left;
    }
}

@media (max-width: 576px){
	.navbar-collapse {background-color: rgb(255, 255, 255);padding: 5px;}
	.navbar-collapse .header-btn, .navbar-collapse .header-btn:hover {
		color: #144b61;
		border: 1px solid #144b61;
		text-decoration: none;
	}
	/*	#topnav .logo img{*/
	/*    width:100%!important;*/
	    
	/*}*/

}



@media (min-width: 1367px) and (max-width: 1440px) {
/*    .banner-text h1 {*/
/*    font-size: 37px;*/
/*    line-height: 40px;*/
/*}*/
#section1 .section1-text h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 41px;
}
 .registration-form form {
    margin-top: 50px;
}
}

@media (min-width: 1281px) and (max-width: 1366px) {
 #section4 .section4-text h1 {
    font-size: 31px;
    line-height: 38px;
}
#section3 .section3-text h2 {
    font-size: 28px;
    font-weight: 700;
}
#section1 .section1-text h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;
}
/*.banner-text h1 {*/
/*    font-size: 30px;*/
/*    line-height: 33px;*/
/*    margin-top:90px;*/
/*}*/
.banner-text h1 {
    margin-top:50px;
    font-size: 52px;
    line-height: 40px;
}
.registration-form form {
    margin-top: 140px;
}
}
@media (min-width: 1196px) and (max-width: 1280px) {
 #section4 .section4-text h1 {
    font-size: 28px;
    line-height: 35px;
}
#section3 .section3-text h2 {
    font-size: 24px;
    font-weight: 700;
}
#section1 .section1-text h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
}
.banner-text h1 {
    margin-top:50px;
    font-size: 52px;
    line-height: 40px;
}
.registration-form form {
    margin-top: 140px;
}
}
@media (min-width: 993px) and (max-width: 1195px) {
 #section4 .section4-text h1 {
    font-size: 28px;
    line-height: 35px;
}
#section3 .section3-text h2 {
    font-size: 24px;
    font-weight: 700;
}
.banner-text h1 {
    margin-top:50px;
    font-size: 52px;
    line-height: 40px;
}
#section1 .section1-text h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
#section4 {
    background-position: bottom left;
    min-height: 86%;
}
.registration-form form {
    margin-top: 100px;
}
}

/*@media (min-width: 0px) and (max-width: 376px) {*/
/*.banner-text h1 {*/
/*    font-size: 34px!important;*/
/*    line-height: 39px;*/
/*    margin-top: 40px;*/
/*    letter-spacing: -2px;*/
/*}*/
/*.banner-text p span {*/
/*    padding: 8px 60px;*/
/*}*/
/*}*/
@media (min-width: 0px) and (max-width: 330px) {
	  #section1 .section1-text h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
#section2 .section2-text h1 {
   font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
#section4 .section4-text h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
#section3 .section3-text h2 {
   font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
#section7 h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
.languages img {
    margin-left: 8px;
}
}
/*@media (min-width: 0px) and (max-width: 376px) {*/
/*	  .banner-text h1 {*/
/*    margin-top:0px;*/
/*}*/

/*#section1 {*/
/*    min-height: auto;*/
/*    margin-top: 210px;*/
/*}*/
}
@media (min-width: 0px) and (max-width: 330px) {
#section1 {
    min-height: auto;
    margin-top: 210px;
}
.heading-new span.bottom {
    width: 50px;
    top: 35px;
}
.heading-new span.top {
    width: 54px;
    top: 20px;
}
.banner-text h1 {
    font-size: 25px!important;
    margin-top: 80px;
}
.banner-text p span {
    padding: 8px 40px;
}
.banner-text p {
    font-size: 12px;
}
.footer.footer-bar {
    /*position: unset;*/
    padding:0;
    padding-bottom:5px;
}
.logo-com{
    margin-top:5px!important;
}
}
@media (min-width: 0px) and (max-width: 992px) {
	 	#section2 .section2-text h1 {
    text-align: left;
}
	.modal-head-wrapper{
	    padding: 10px 1rem 10px 1rem;
	}
	#AgendaModal .modal-header .close {
    font-size: 30px;
    line-height: 15px;
}
.languages {
    right: 0px;
    top: 70px;
}
    #section2 .section2-text h3 {
        text-align: left;
}
    #section3 .section3-text h2 {
    text-align:center;
    }
    .section-sca-text h2{
        font-size:14px;
    }
    .tabs > ul li {
    display: inline-block;
    font-size: 14px;
    width: 50%;
}
}
@media (min-width: 0px) and (max-width: 992px) and (orientation: landscape){
.bg-video {
 height: 750px;;
}
.banner-text h1 {
    font-size: 32px;
    line-height: 39px;
    padding-top: 190px;
}
.banner-section {
    width: 100%;
    height: auto;
    margin-top: -10%;
}
.footer.footer-bar {
    position: unset;
}
#section1 {
    margin-top: 314px;
    background-attachment: fixed;
}
.registration-form form {
    margin-top: 161px;
}

}
@media (min-width: 0px) and (max-width: 736px) and (orientation: landscape){
.registration-form form {
    margin-top: 0;
}
.section1-text{
    margin-top: 240px;
}
}
@media (min-width: 1441px) and (max-width: 1600px) {
    .registration-form form{margin-left: 10%; margin-right: 10%;}
}


@media (min-width: 1661px) and (max-width: 2250px) {
	.registration-form form{margin-left: 10%; margin-right: 10%;}
}

@media (max-width: 991px){
    #topnav .logo {
        text-align: left;
        left:0px;
    }
    .main-bg{padding-top:200px;}

}
 @media (max-width: 576px){
    .main-bg{padding-top:100px;} 
    #topnav .logo {
      text-align: left;
      left: 0;
      top: 0px;
    }
    #topnav .logo .white-logo {
      display: block;
      width: 70% !important;
    }
 }
 
 /***

====================================================================
			Why Choose Us
====================================================================

***/

.about-sessions {
    position: relative;
    /*padding: 100px 0 50px;*/
    padding:5%;
}

.about-sessions:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-image: url(../images/shanti-bg2.jpg);
    content: "";
    /*opacity: .10;*/
}


/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position: relative;
	font-size: 19px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 20px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	content: "\52";
	font-family: 'ElegantIcons';
	color: #ff8e39;
}
.sec-title{
	position:relative;
	margin-bottom:70px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1em;
	color: #ff8a01;
	font-weight: 500;
	background: rgb(247,0,104);
	background: -moz-linear-gradient(to left, rgb(139, 160, 97) 0%,rgb(0, 13, 32) 25%,rgb(151, 178, 91) 75%,rgb(0, 13, 32) 100%);
	background: -webkit-linear-gradient(to left, rgb(139, 160, 97) 0%,rgb(0, 13, 32) 25%,rgb(151, 178, 91) 75%,rgb(0, 13, 32) 100%);
	background: linear-gradient(to left, rgb(139, 160, 97) 0%,rgb(0, 13, 32) 25%,rgb(151, 178, 91) 75%,rgb(0, 13, 32) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9db565', endColorstr='#000d20',GradientType=1 );
	
	background: linear-gradient(to left, rgb(139, 160, 97) 0%,rgb(0, 13, 32) 25%,rgb(151, 178, 91) 75%,rgb(0, 13, 32) 100%);
	
	color: transparent;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px;
}

.sec-title h2{
	position:relative;
	display: inline-block;
	font-size:34px;
	line-height:1.2em;
	color:#000000;
	font-weight:700;
}

.sec-title .text{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #888888;
	margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
	color: #ffffff;
	-webkit-text-fill-color:inherit;
}

.aqua .sec-title h2{
	font-size:50px;
	line-height:1.2em;
	color:#ffffff;
}
.aqua .list-style-one li{
	color:#ffffff;
}
.aqua .list-style-one li:before{color:#000;}





.why-choose-us{
	position: relative;
	background-color: #ffffff;
	/*padding: 120px 0 70px;*/
	padding:5%;
}

.why-choose-us .image-column{
	position: relative;
	margin-bottom: 50px
}

.why-choose-us .image-column .image-box{
	position: relative;
}

.why-choose-us .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.why-choose-us .image-column .image-box img{
	display: block;
	width: 100%;
}

.why-choose-us .content-column{
	position: relative;
	margin-bottom: 50px;
}

.why-choose-us .content-column .inner-column{
	position: relative;
	padding-top: 20px;
}

.why-choose-us .content-column .sec-title{
	position: relative;
	margin-bottom: 30px;
}

.why-choose-us .content-column .list-style-one{
	margin-bottom: 30px;
}
.why-choose-us .image-column{
	position: relative;
	margin-bottom: 50px;
}

.why-choose-us .image-column .image-box{
	position: relative;
	padding-right: 80px;
}

.why-choose-us .image-column .image-box img{
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 15px solid #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.why-choose-us .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.why-choose-us .image-column .image:before{
    position: absolute;
    right: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    background-image: url(../images/shape-2.png?v2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: dizzling 10s infinite;
    -moz-animation: dizzling 10s infinite;
    -ms-animation: dizzling 10s infinite;
    -o-animation: dizzling 10s infinite;
    animation: dizzling 10s infinite;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

@keyframes dizzling{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	50%{
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
}

.icon-shape-1{
	width: 484px;
	height: 225px;
	background-image: url(../images/shape-1.png);
}

.icon-shape-2{
	width: 325px;
	height: 280px;
	background-image: url(../images/shape-2.png);
}

.icon-line-1{
	width: 128px;
	height: 128px;
	background-image: url(../images/icon-line-1.png);
}

.icon-dots{
	width: 72px;
	height: 60px;
	background-image: url(../images/icon-dots.png);
}

.icon-dots-3{
	width: 204px;
	height: 114px;
	background-image: url(../images/icon-dots-3.png);
}

.icon-circle-1{
	width: 500px;
	height: 500px;
	background-image: url(../images/icon-circle-1.png);
	background-size: 100%;
}

.icon-circle-blue{
	width: 300px;
	height: 300px;
	background-image: url(../images/circle-blue.png);
}

.why-choose-us .icon-circle-blue{
	right: -150px;
	bottom: -150px;
	opacity: .70;
	-webkit-animation: fa-spin 30s infinite;
	-moz-animation: fa-spin 30s infinite;
	-ms-animation: fa-spin 30s infinite;
	-o-animation: fa-spin 30s infinite;
	animation: fa-spin 30s infinite;
}

.why-choose-us .icon-dots{
	left: 50%;
	top: 30%;
}

.why-choose-us .icon-circle-1{
	left: -200px;
	top: -200px;
	opacity: .05;
}

/***

====================================================================
		Pricing Section Two
====================================================================

***/

.pricing-section-two{
	position: relative;
	padding: 120px 0 70px;
	overflow: hidden;
}

.pricing-section-two.alternate{
	position: relative;
	background-color: #fafafa;
}


.pricing-section-two .outer-box{
	position: relative;
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.pricing-block-two{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.pricing-block-two .inner-box{
	position: relative;
	background-color: #ffffff;
	padding: 30px 30px 25px;
	/*max-width: 300px;*/
	margin: 0 auto;
	border: 1px solid #dddddd;
	box-shadow: 0 20px 40px rgba(0,0,0,0.07);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-block-two .inner-box:hover{
	box-shadow: 0 0 0px rgba(0,0,0,0.07);
}

.pricing-block-two .inner-box:hover .theme-btn{
	border-radius:0px;
}

.pricing-block-two .title{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #212639;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.pricing-block-two .title .icon{
	font-size: 22px;
	margin-right: 5px;
	display: inline-block;
}

.pricing-block-two .price-box{
	position: relative;
	margin-left: -30px;
}

.pricing-block-two .price{
	position: relative;
	display: inline-block;
	font-size: 38px;
	line-height: .9em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 20px 30px;
	padding-right: 30px;
	border-radius: 0 50px 50px 0;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
   
    background-size: 600% 100%;
    
    
     background: rgb(239,125,0);
    background: -moz-linear-gradient(90deg, rgba(239,125,0,1) 0%, rgba(0,158,190,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(239,125,0,1) 0%, rgba(0,158,190,1) 100%);
    background: linear-gradient(90deg, rgba(239,125,0,1) 0%, rgba(0,158,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7d00",endColorstr="#009ebe",GradientType=1); 
}

.pricing-block-two .inner-box:hover .price{
	padding-right:80px;
}

.pricing-block-two .features{
	position: relative;
	max-width: 300px;
	margin: 0 auto 20px;
}

.pricing-block-two .features li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	padding: 5px 0;
	padding-left: 30px;
	border-bottom: 1px dashed #b9b9b9;
}

.pricing-block-two .features li:before{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
	line-height: 30px;
	content: "\52";
	font-family: 'ElegantIcons';
	color: #2bd40f;
}

.pricing-block-two .features li.false:before{
	color: #e1137b;
	content: "\51";
}

.pricing-block-two .features li a{
	color: #848484;
}

.pricing-block-two .features li:last-child{
	border-bottom: 0;
}

.pricing-block-two .btn-box{
	position: relative;
	text-align: center;
}

.pricing-block-two .btn-box a{
	position: relative;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	padding: 8px 30px;
	border-radius: 30px;
}

.pricing-section-two .icon-line-1{
	right: 0%;
	top: 15%;
}

.pricing-section-two .icon-dots{
	right: 0%;
	bottom: 15%;
}

.pricing-section-two .icon-circle-1{
	left: -400px;
	bottom: -200px;
	opacity: .30;
}

.icon-shape-5{
	width: 540px;
	height: 330px;
	background-image: url(../images/icons/shape-5.png?v3);
	background-size: 100%;
}
.aqua {
    background-color: #fbaf01 !important;
    color: #000 !important;
    background-size: cover;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}

/***

====================================================================
	Speakers Section Three
====================================================================

***/

.speakers-section-three{
	position: relative;
	padding:5%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	/*background:#fafafa;*/
}

.speaker-block-three{
	position: relative;
	margin-bottom: 50px;
}

.speaker-block-three .inner-box{
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
    padding-bottom: 30px;
    max-width: 300px;
    margin: 0 auto;
	overflow:hidden;
	box-shadow: 0 20px 30px rgba(0,0,0,0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	border: 1px solid #ddd;
}

.speaker-block-three .inner-box:hover{
	box-shadow: 0 0px 5px rgba(0,0,0,0.10);
}

.speaker-block-three .image-box{
	position: relative;
	display: block;
	text-align: center;
	padding: 50px 0;
}

.speaker-block-three .image-box:before{
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
    background-image: url(../images/icons/shape-5.png?v4);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    content: "";
}

.speaker-block-three .image-box .image{
	position: relative;
	display: inline-block;
	height: 150px;
	width: 150px;
	overflow: hidden;
	border: 4px solid #372b61;
	box-shadow: 0 0 20px rgba(0,0,0,0.30);
	border-radius: 50%;
	z-index: 9;
	margin-bottom: 0;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image{
	border-radius:0px;
}

.speaker-block-three .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.speaker-block-three .info-box{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	padding-right: 10px;
	background-color:#46367a;
}

.speaker-block-three .info-box:before{
	position: absolute;
	left: 0;
	right: -30px;
	background-color: #46367a;
	content:"";
	top: 0;
	height: 100%;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	border-radius: 0 14px 14px 0;
}

.speaker-block-three .info-box .name{
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
}

.speaker-block-three .info-box .name a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.speaker-block-three .info-box .name a:hover{
	color: #ffffff;
}

.speaker-block-three .info-box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
}

.speaker-block-three .social-box{
    position: absolute;
    top: 90px;
	transform:translateX(-50px);
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.speaker-block-three .social-box .social-links li{
	margin-bottom:4px;
}

.speaker-block-three .inner-box:hover .social-box{
	transform:translateX(10px);
}

.speaker-block-two .social-links li{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.speaker-block-three .social-links li a i{
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	line-height: 30px;
	background-color: #ffffff;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i{
	color: #ffffff;
}

/***

====================================================================
	Speker Detail
====================================================================

***/

.speaker-detail{
	position: relative;
	padding: 120px 0 70px;
}

.speaker-detail .image-column{
	position: relative;
	margin-bottom: 50px;
}

.speaker-detail .image-column .image-box{
	position: relative;
	padding-right: 20px;
}

.speaker-detail .image-column .image{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border: 10px solid #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.speaker-detail .image-column .image img{
	display: block;
	width: 100%;
}

.speaker-detail .info-column{
	position: relative;
}

.speaker-detail .info-column .inner-column{
	position: relative;
}

.speaker-detail .info-column h1{
	position: relative;
	font-size: 50px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 20px;
}

.speaker-detail .info-column h3{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 20px;
	color: #101130;
}

.speaker-detail .info-column h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 20px;
	color: #222222;
}

.speaker-detail .info-column h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 10px;
	color: rgba(68,16,102,1);
}

.speaker-detail .info-column .text-box{
	position: relative;
}

.speaker-detail .info-column p{
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	color: #888888;
	margin-bottom: 30px;
}

.speaker-detail .speaker-session-info{
	position: relative;
	margin-bottom: 30px;
}

.speaker-detail .speaker-session-info p{
	margin-bottom: 0;
	color: rgb(247,0,104);
}


.speaker-detail .bottom-box{
	position: relative;
	padding-left: 80px;
	min-height: 50px;
	margin-bottom: 30px;
}
/*=========================================================
			Social icon Colored
=========================================================*/

.social-icon-colored .fa-adn{color:#504e54;}
.social-icon-colored .fa-apple{color:#aeb5c5;}
.social-icon-colored .fa-android{color:#A5C63B;}
.social-icon-colored .fa-bitbucket,.social-icon-colored .fa-bitbucket-square{color:#003366;}
.social-icon-colored .fa-bitcoin,.social-icon-colored .fa-btc{color:#F7931A;}
.social-icon-colored .fa-css3{color:#1572B7;}
.social-icon-colored .fa-dribbble{color:#F46899;}
.social-icon-colored .fa-dropbox{color:#018BD3;}
.social-icon-colored .fa-facebook,.social-icon-colored .fa-facebook-f, .social-icon-colored .fa-facebook-square{color:#3C599F;}
.social-icon-colored .fa-flickr{color:#FF0084;}
.social-icon-colored .fa-foursquare{color:#0086BE;}
.social-icon-colored .fa-github,.social-icon-colored .fa-github-alt,.social-icon-colored .fa-github-square{color:#070709;}
.social-icon-colored .fa-google-plus,.social-icon-colored .fa-google-plus-g,.social-icon-colored .fa-google-plus-square{color:#CF3D2E;}
.social-icon-colored .fa-html5{color:#E54D26;}
.social-icon-colored .fa-instagram{color:#A1755C;}
.social-icon-colored .fa-linkedin,.social-icon-colored .fa-linkedin-in,.social-icon-colored .fa-linkedin-square{color:#0085AE;}
.social-icon-colored .fa-linux{color:#FBC002;color:#333;}
.social-icon-colored .fa-maxcdn{color:#F6AE1C;}
.social-icon-colored .fa-pagelines{color:#241E20;color:#3984EA;}
.social-icon-colored .fa-pinterest,.social-icon-colored .fa-pinterest-square{color:#CC2127;}
.social-icon-colored .fa-renren{color:#025DAC;}
.social-icon-colored .fa-skype{color:#01AEF2;}
.social-icon-colored .fa-stack-exchange{color:#245590;}
.social-icon-colored .fa-stack-overflow{color:#FF7300;}
.social-icon-colored .fa-trello{color:#265A7F;}
.social-icon-colored .fa-tumblr,.social-icon-colored .fa-tumblr-square{color:#314E6C;}
.social-icon-colored .fa-twitter,.social-icon-colored .fa-twitter-square{color:#32CCFE;}
.social-icon-colored .fa-vimeo-square{color:#229ACC;}
.social-icon-colored .fa-vk{color:#375474;}
.social-icon-colored .fa-weibo{color:#D72B2B;}
.social-icon-colored .fa-windows{color:#12B6F3;}
.social-icon-colored .fa-xing,.social-icon-colored .fa-xing-square{color:#00555C;}
.social-icon-colored .fa-youtube,.social-icon-colored .fa-youtube-play,.social-icon-colored .fa-youtube-square{color:#C52F30;}
/*Social icon Colored*/
.social-icon-colored li a:hover .fa-adn{background-color:#504e54;}
.social-icon-colored li a:hover .fa-apple{background-color:#aeb5c5;}
.social-icon-colored li a:hover .fa-android{background-color:#A5C63B;}
.social-icon-colored li a:hover .fa-bitbucket,.social-icon-colored li a:hover .fa-bitbucket-square{background-color:#003366;}
.social-icon-colored li a:hover .fa-bitcoin,.social-icon-colored li a:hover .fa-btc{background-color:#F7931A;}
.social-icon-colored li a:hover .fa-css3{background-color:#1572B7;}
.social-icon-colored li a:hover .fa-dribbble{background-color:#F46899;}
.social-icon-colored li a:hover .fa-dropbox{background-color:#018BD3;}
.social-icon-colored li a:hover .fa-facebook,.social-icon-colored li a:hover .fa-facebook-f, .social-icon-colored li a:hover .fa-facebook-square{background-color:#3C599F;}
.social-icon-colored li a:hover .fa-flickr{background-color:#FF0084;}
.social-icon-colored li a:hover .fa-foursquare{background-color:#0086BE;}
.social-icon-colored li a:hover .fa-github,.social-icon-colored li a:hover .fa-github-alt,.social-icon-colored li a:hover .fa-github-square{background-color:#070709;}
.social-icon-colored li a:hover .fa-google-plus,.social-icon-colored li a:hover .fa-google-plus-g,.social-icon-colored li a:hover .fa-google-plus-square{background-color:#CF3D2E;}
.social-icon-colored li a:hover .fa-html5{background-color:#E54D26;}
.social-icon-colored li a:hover .fa-instagram{background-color:#A1755C;}
.social-icon-colored li a:hover .fa-linkedin,.social-icon-colored li a:hover .fa-linkedin-in,.social-icon-colored li a:hover .fa-linkedin-square{background-color:#0085AE;}
.social-icon-colored li a:hover .fa-linux{background-color:#FBC002;color:#333;}
.social-icon-colored li a:hover .fa-maxcdn{background-color:#F6AE1C;}
.social-icon-colored li a:hover .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icon-colored li a:hover .fa-pinterest,.social-icon-colored li a:hover .fa-pinterest-square{background-color:#CC2127;}
.social-icon-colored li a:hover .fa-renren{background-color:#025DAC;}
.social-icon-colored li a:hover .fa-skype{background-color:#01AEF2;}
.social-icon-colored li a:hover .fa-stack-exchange{background-color:#245590;}
.social-icon-colored li a:hover .fa-stack-overflow{background-color:#FF7300;}
.social-icon-colored li a:hover .fa-trello{background-color:#265A7F;}
.social-icon-colored li a:hover .fa-tumblr,.social-icon-colored li a:hover .fa-tumblr-square{background-color:#314E6C;}
.social-icon-colored li a:hover .fa-twitter,.social-icon-colored li a:hover .fa-twitter-square{background-color:#32CCFE;}
.social-icon-colored li a:hover .fa-vimeo-square{background-color:#229ACC;}
.social-icon-colored li a:hover .fa-vk{background-color:#375474;}
.social-icon-colored li a:hover .fa-weibo{background-color:#D72B2B;}
.social-icon-colored li a:hover .fa-windows{background-color:#12B6F3;}
.social-icon-colored li a:hover .fa-xing,.social-icon-colored li a:hover .fa-xing-square{background-color:#00555C;}
.social-icon-colored li a:hover .fa-youtube,.social-icon-colored li a:hover .fa-youtube-play,.social-icon-colored li a:hover .fa-youtube-square{background-color:#C52F30;}
.social-icon-colored li a:hover .fab{
	color: #ffffff;
}

/***

====================================================================
		Clients Section
====================================================================

***/

.clients-section{
	position: relative;
	padding: 120px 0 90px;
	background: #f5f5f5;
}

.clients-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icon-dots-2.png);
	content: "";
	opacity: .02;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: scale(-1);
	-o-transform: scale(-1);
	transform: scale(-1);
}


.clients-section .sponsors-outer{
	position:relative;
	margin-bottom: 50px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	display:none;
}

.clients-section .sponsors-outer .client-block{
	position: relative;
	margin-bottom: 30px;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin-bottom: 0;
	border: 1px solid #dddddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	background-color: #ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 500ms ease;
}

.clients-section .sponsors-outer .image-box:hover{
	box-shadow: none;
}


.clients-section .sponsors-outer .image-box img{
	max-width:50%;
	width:auto;
	display:inline-block;
	opacity: 1;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box:hover img{
	opacity: .70;
}

.clients-section .sponsors-outer h3{
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	background-color: #ec167f;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 700;
	margin-bottom: 20px;
	border-radius: 10px;
}

.clients-section .sponsors-outer:nth-child(3) h3{
	background-color: #1d95d2;
}

.clients-section .sponsors-outer:nth-child(2) h3{
	background-color: #40cbb4;
}


.clients-section .icon-dots-3{
	left: -60px;
    top: 230px;
}

.clients-section .icon-circle-blue{
	left: -370px;
    top: 500px;
    opacity: .50;
	-webkit-animation: fa-spin 30s infinite alternate;
	-moz-animation: fa-spin 30s infinite alternate;
	-ms-animation: fa-spin 30s infinite alternate;
	-o-animation: fa-spin 30s infinite alternate;
	animation: fa-spin 30s infinite alternate;
}
.anim-icons{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anim-icons.full-width{
	max-width: 100%;
}


.anim-icons .icon{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}



/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.team-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 505px;
  background-color: var(--notech-extra);
  z-index: -1;
  background-image: url(../images/shapes/team-bg-1-1.png);
  background-size: cover;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  /*background-color: var(--notech-black);*/
}

.team-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #ccc;
}

.team-one__single:hover .team-one__img img {
  /*mix-blend-mode: luminosity;*/
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team-one__social {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.team-one__social li+li {
  margin-top: 10px;
}

.team-one__social li a {
  position: relative;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #aea8b9;
  font-size: 15px;
  background-color: #100d17;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  z-index: 1;
}

.team-one__social li a:hover {
  color: var(--notech-white);
  background-color: transparent;
}

.team-one__social li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--notech-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-one__social li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-one__content-box {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.team-one__content {
  position: relative;
  display: block;
  padding: 32px 0 33px;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #ccc;
}

.team-one-shape {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.team-one-shape img {
  width: auto;
}

.team-one__single:hover .team-one-shape {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.team-one__name {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}

.team-one__name a {
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--notech-base);
}

.team-one__single:hover .team-one__name {
  color: var(--notech-base);
}

.team-one__title {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
    
    .why-choose-us .image-column .image-box{
    	position: relative;
    	padding-right: 20px;
    	padding-left: 20px;
    }
}