@import "https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,400;0,500;1,400&display=swap";
@font-face {
  font-family: quantum-rise-bold;
  src: url(../fonts/QuantumRise-Bold.woff2) format("woff2"),
    url(../fonts/QuantumRise-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: quantum-rise-semibold;
  src: url(../fonts/QuantumRise-Semibold.woff2) format("woff2"),
    url(../fonts/QuantumRise-Semibold.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: quantum-rise-medium;
  src: url(../fonts/QuantumRise-Medium.woff2) format("woff2"),
    url(../fonts/QuantumRise-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: quantum-rise-regular;
  src: url(../fonts/QuantumRise-Regular.woff2) format("woff2"),
    url(../fonts/QuantumRise-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

:focus {
  outline: 0 !important;
}
html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	/*font-family: 'Roboto','Montserrat', sans-serif;*/
	font-size: 16px;
	color:#000!important;
	line-height: 1.4;
    font-family: georama, sans-serif;
	overflow-x: hidden !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: quantum-rise-medium, sans-serif;
}


.close-event{position:fixed;left:0;right:0;top:0;bottom:0;z-index: 999999;display:flex;align-items:center;justify-content:center;background: rgba(0, 0, 0, 0.7);}
.close-event-content{position: relative;z-index: 9999;}
.orange-bg {
	background-color: #FF7A42;
}
.logo{    /*max-height: 60px;*/}

.topband_bg-home {
    background: url(../images/Landingpage_BG.JPG) no-repeat;
    background-size: cover;
    width: 100%;
	padding-left: 80px;
	padding-right: 80px;
	background-position: top center;
		/*height:auto;
	min-height:800px;*/
}


.partners_bg {
    background: url(../images/partner-bg.jpg) no-repeat bottom fixed;
    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;
}
*/
 
.footer-banner {background:#1d5c99;}

.btn-outline-light {
    color: #fff;
	background-color:#009ee3;
    border-color: #009ee3;
    border: 2px solid #009ee3;
    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: #009ee3;  border: #009ee3;}
.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: 16px;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.00);
    text-transform: uppercase;
    font-weight: 400;
    font-family: georama, sans-serif;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
    border-bottom: 3px solid #E31737;
}


.stuck .sticky-top .nav-item .nav-link:hover,
.stuck .sticky-top .nav-item .nav-link:focus{
    border-bottom: 3px solid #000;
}

#about p{
	margin-bottom:10px;
	font-size:18px;
	line-height:29px;
}
.automation-block 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: #fff;
    font-weight: 400;
       border-bottom: 3px solid #1cb24b;}

.form-section .form-control {
    border-radius: 0px;
    /*padding: 0px 0 0px 55px;*/
    padding: 0px 15px 0px 15px;
    font-size: 14px;
    height: 48px;
	font-family: 'Roboto', sans-serif;
}
.form-section .form-group {
    margin-bottom: 15px;
}

.btn {
    text-transform: uppercase;
    border-radius:0px;
    padding: 8px 35px;
    font-size: 16px;
    font-weight: 500;
    background: #E31737;
    color: #fff!important;
    border: 2px solid #E31737;
}
.btn:hover, .btn:focus {
    background: #E31737;
    color: #fff!important;
}
.btn-primary {
	color: #fff;
       background-color: #E31737;
	border: 2px solid #E31737;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #E31737 !important;
    border-color: #E31737 !important;
}

.text-primary {
    color: #003f5e !important;
}

.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;
    display:none;
} 

form h3 {
    font-size: 32px;
    font-weight: 700;
}
.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;
}

.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-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;padding: 16px 14px;border-radius: 10px;}

.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: 14px;font-weight:400;color: #fff;}
.Contact-Person{
    background-color: rgb(255, 255, 255);
    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:#008dd2; color:#fff; padding:5px 10px; display:block; border-radius:5px; margin-bottom:10px;}
	
.form-icon {
    position: absolute;
    top: 21px;
    left: 15px;
    z-index: 20;
}

.sectionPadding{padding: 0 0; }
.cust-tbl tr td{position:relative;padding-left:20px;}
 .dashalign{position:absolute;left:9px;}
 .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;
}

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

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

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

.agenda-box .time h5{font-size: 18px;color: #000; margin-bottom: 0px;}
.agenda-box .title h6{font-size: 18px;font-weight: 700;color: #000; }
.agenda-box .title h5{ font-size: 18px;margin-bottom: 0px;	}
.agenda-box .Description h6{font-size: 18px;font-weight: 700;color: #000;}
.agenda-box .Description h5	{font-size: 18px; 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: 15px 0;*/
    font-size: 12px;
    margin-top: 30px;
    padding: 20px 40px;
    background-color: #E31737 !IMPORTANT;
    color: #fff;
}

.footer.footer-bar a {color:#fff;}


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

.social-icon a .fa {
	font-size: 18px;
	color: #fff;
	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:#fff;
}
/*.navbar-brand .logo {*/
	    /*background-color: white; border-bottom-left-radius: 25px; border-top-right-radius: 25px;padding:2px;*/
    
/*}*/


/*.navbar-brand .logo {*/
    /*width: 80%;*/
/* width: 150px;*/
/*}*/

.carousel-caption {
	position: unset;
	text-align:unset;
}

.carousel-caption h2 {
    font-size: 30px;
    font-weight: 700;
	 /*text-shadow: 4px 6px 2px #0000008f;*/
}
.carousel-caption h1 {
    font-size: 44px;
    padding-top: 0px;
    /*line-height: 70px;*/
    padding-bottom: 15px;
}
.carousel-caption h3 {
    font-size: 20px;
    font-weight: 400;
    color: #E31737;
    font-family: georama, sans-serif;
    padding-top: 10px;
}
.btn-login {
    margin-top: 22px;
}

.login-angel-invest {
    /*padding: 10px 25px;*/
    background: #ff000000;
    margin: 0 5px;
    border-radius:0px;
    border: 2px solid #E31737;
    color: #fff;
}

a.login-angel-invest:hover {
    color: #fff;
    background: #E31737;
}

a.login-angel-invest.register {
    font-size: 16px;
    padding: 10px 35px;
    background: #E31737;
}

.carousel-caption h4 .theme{background-color: white;
    padding: 1px 15px;
    border-radius: 5px;
    border-bottom: 5px solid #ffbc42;}


.carousel-caption .event-date {
font-size: 30px;
    font-weight: 400;
    background-color: #005cb7;
    display: inline-block;
    padding: 7px 35px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin-top: 15px;
}

.carousel-indicators {
	left: unset;
}

.carousel-caption h4 {
    font-size: 40px;
    font-weight: 400;
    color: #215e88;
    margin-top: 8px;
 
}

.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 #009ee3;
	width: 30px;
	left: 49%;
	bottom: -8px;
}

.heading h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
}

.heading h5 {
    font-size: 36px;
    /*text-transform: uppercase;*/
    font-weight:300;
    color: #000000;
}

.blue-text {color: #215e8a!important;}

.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: 'Roboto Slab', serif;
}
.box-img img{width:95%;}

.add-box{
	padding: 10px;
}

.about .heading {
	font-size: 23px;
	}

.map-bg {
    background: url(../images/map.png) no-repeat top left;
    background-size: auto;
    content: "";
    height: 450px;
    position: absolute;
    left: 300px;
    right: 0;
    top: 20px;
}
 
.about-bg{
    background: url(../images/aboutBg.jpg) no-repeat;
    background-size: cover;
    
} 


.about-bg1 {
	background:#000000 url(../images/aboutBg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
    background-attachment: fixed;
	width: 100%;
 /*background-attachment: fixed;*/
   padding:10% 4%;
}
.about-bg1 .main-title{color:#fff;}
.about-bg1 .about-text p{color:#fff;}
.about-bg1 .about-text p b{color:#E31737;}

.speakersBg{
    padding:6% 4%;
    background: #000000;
    position: relative;
    overflow: hidden
}

.speakersBg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-wave.svg) top right no-repeat;
    background-size: auto;
  background-size: 80% auto;
  z-index: 0;
  opacity: 0.1;
}




 

.banner-text h5 {
    background: rgb(0 158 227);
    padding: 8px 13px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
	    margin-bottom: 4px;}
.banner-text p{font-size:30px; color:#fff; line-height:36px;}
.banner-text p span{font-weight:600;}
	
	
.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 {
        line-height: 48px;
    font-size: 48px;
    color: #005aab;
    font-weight: 700;
    padding-bottom: 12px;
    padding-top: 12px;
}
#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.banner-text h4 span{display:block;}
.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: #009ee3;
}
.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: 14px;
}

.nav-pills{    
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.bs-example .card-header button i {
    position: absolute;
    right: 23px;
    border-radius: 7px;
    border: 1px solid #DCDCDC;
    padding: 9px 13px;
    top: 39px;
    color: #818181;
	z-index: 1111;
}
.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: 0;
    border-radius: 15px;}
	
.bs-example	.card-header:first-child {
    border-radius: 14px;
}

.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: 16px;
    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: #E3173700;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 0%);
    -webkit-transition: all 0.3s;   
}
 
.sticky-top {
    transition: 0.5s;
	position: fixed;
	 
}

.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);
	display:none;
}

.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:    #000!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:   #000!important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000!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: 85px;
}
.Countdown-Begins {	text-align:left;}
.Countdown-Begins h6 {
    font-size: 23px;
  /*background: rgb(227 48 54);*/

    display: inline-block;
    /*padding: 6px 17px;*/
    margin-left: 15px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: -10px;
}



.countdown {
    padding: 21px 10px;
  /*background: rgb(227 48 54);*/
    border-radius: 12px;}

.Contact-Person a {
	    font-size: 16px;
}
@media (min-width: 577px) and (max-width: 993px) {
    	.navbar-toggler {
		border: 1px solid white;
		background-color: white;
	}
	.navbar-collapse {
    background-color: #fff;
    padding: 10px 0 0;
}
.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!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000!important;
}
}
@media (max-width: 576px) {
    .wa-box {
        height:230px!important;
    }
	.bank-details-heading {
		margin-top:60px;
	}
	.banner-text {
		    text-align: center;
	}
	
	.prasan-firodia-img img {
		width:100%!important;
	}
	.key-content{
		    margin-top: 25px;
    text-align: center;
	}
	.about-bg {
    background: unset!important;
    background-size: auto;
}
	.lr-p{
		padding-left: 0!important;
    padding-right: 0!important;
	}
	.virtual-conference-bg {
    position: relative!important;
    right: 0;
    width: 100%!important;
    bottom: 0;
	}
	
	.main-banner {
		/* height: 110vh; */
		height: auto;
	}
	.sectionPadding {
    padding: 30px 0;
}
    .fs-14{font-size:14px;}
	.pt-100 {
    padding-top: 70px;
}
	.topband_bg-home{    padding-left: 0px;
    padding-right: 0px;}
	form h3 {
		font-size: 28px;
		font-weight: 700;
	}
	
	.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:30px;
		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:30px;
	}
	.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: 16px;
	}
	/* .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 h1 {
          font-size: 24px;
          padding-top: 0px;
          line-height: 36px;
          padding-bottom: 15px;
        }
	.carousel-caption h4 {
		font-size: 24px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		    text-shadow: 4px 6px 2px #0000008f;
		
	}
	/*.carousel-caption h3 {*/
	/*	font-size: 29px;*/
	/*	font-weight: 400;*/
	/*}*/
	
	.carousel-caption h4 .theme {
	   background-color: unset;
	   border-radius: 0;
    border-bottom: 0;}
    .carousel-caption .event-date {
            font-size: 22px;
    }
	
	
	.carousel-caption {
    margin-top: 40%!important;
}
	.carousel-caption h2 {
		font-size: 45px;
		font-weight: 700;
	}
	.topband_bg-home {
		/* background: url(../images/mobile-main-image.jpg) no-repeat;
		background-position:center;
		background-size:auto;
		padding-left: 0;
		padding-right: 0;*/
	}
	.form-hedding span {
		font-size: 18px;
	}
	.from-banner h1 {
		font-size: 28px;
	}
	.navbar-nav {
		margin-top: 0px;
		border-top: 0px solid rgb(0, 0, 0, 0.5);
		    padding-top: 0px;
	}
	.navbar-toggler {
		border: 1px solid white;
		background-color: white;
	}
	.navbar-brand img {
		width:240px;
	}
	.logo-shap:after {
		content: "";
		width: 200px;
		height: 72px;
		left: -19px;
		top: 0;
		transform: skew(-20deg);
		background: #fff;
		position: absolute;
	}
	
	/*.logo-shap .navbar-brand {max-width:27%;}*/
	.cust-tabs .nav-link{font-size:16px !important;padding:10px;}
	.btn-box {  padding: 10px !important;font-size: 16px !important; line-height: 20px !important;}
	.header-right-logo{ max-width: 100%;}
}



/* 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;
  }
  










  #venue-bg {
    background: #008dd2 url(../images/venue-bg.jpg) right bottom no-repeat;
    /* background-size: cover; */
    position: relative;
  }
 
  .section-padding {
    padding: 150px 0 150px 0;
}

#venue-bg .venue-container {
    margin: 0 10%;
}

.section-header {
  margin-bottom: 20px;
}

 

/* #committees {background: url(../images/blueBg.jpg);} */

/* 
#contact{background: url(https://virtual.refpet.com/vrefpet/landing-page/images/footer-bg.png);} */
.imgS1 {-moz-border-radius: 30px; -webkit-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; margin-bottom: 3rem;}











  
  /*dropdown-top-arrow*/
@media (max-width: 576px) {
    .bg-half-170 { min-height: 85vh!important;}
    
    
	.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;}
}


/*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%;
  }
}
#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);
  }
}
#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: #025aab;
  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:#008dd2 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:#025aab;
}

/*--------------------------------
Stall Section 
--------------------------------*/
#stall-bg {
  background: url("../images/stall-bg.jpg") left top no-repeat;
  /*background-size: cover;*/
  position: relative;
}
#stall-bgNew {    background: rgb(255 255 255);}
#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/why-exhibit-bg.jpg") bottom center no-repeat fixed; */
  background-size: cover;
  position: relative;
}

#agenda .section-header{margin-bottom:40px;}
#agenda p{font-size: 17px; line-height: 24px; 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) {
    
    .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!important;}
.navbar-expand-lg .navbar-nav .nav-link {color: #000!important;}
.navbar-collapse {    background-color: #fff; padding: 10px;}

  .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:15px; font-weight:500; line-height:15px; color:#fff; padding-top: 5px;}
.alreadyRegistered a{color:#fff;}
.alreadyRegistered span{ border-bottom:3px solid #fff; padding-bottom:3px;}



#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) { 
.main-banner{height:auto;}
	.footer-banner .media .media-body a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
	}
	
	.bg-mobile {
    /*background: #fff;*/
    /*border-bottom: 1px solid #efefef;*/
	}
}

.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: 55px;
	margin: 0;
}

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


.cust-modal .close {
    color: #ffffff;
    font-size: 44px;
    position: absolute;
    right: -15px;
    top: -15px;
    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: #E31737;
  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: 600;
  background-color: #ccc;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 4px;
}
.myTab .nav-tabs a span {
	display:block;
	font-size:12px;
}

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

.myTab .sub-heading {
  text-align: center;
  font-size: 18px;
  font-weight:700;
  font-family: "Open Sans", 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: "Open Sans", sans-serif; font-size:18px;}
.rounded-10{border-radius:10px !important;}
/* my-tab */

.box-1 {
    border: 5px solid #353a96;
}

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

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

.mainText{position:relative; width:75%;}
.mainText h1 {
    color: #E92227;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
	text-shadow: 1px 1px 1px #000;
}
.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 h1 small{
    color: #E92227;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
	
}
.mainText .date {
    color: #fff;
    font-weight:400;
    font-size: 18px;
    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; */
	line-height:20px;
}
.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: #fff;
  padding: 11px 41px 13px 18px;
  border-radius: 60px;
  margin-top: 20px;
  display: inline-block;
  border:2px solid #000;
}
.video-play h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #000;
}
 .about-btn{
	    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #e8450b;
    background: #e8450b;
}
 .about-btn:hover{color:#fff;}
 
.reg-form {    border-radius: 30px; background: #009bdf70;}
 .cust-tabs{border-bottom:1px solid #028dd2;}
 .cust-tabs .nav-link{font-size:14px;margin-right:12px;font-weight:bold;line-height: 18px;background:transparent;    border: none;    border-radius: 0px;color: #fff;text-transform: uppercase;}
 .cust-tabs .nav-link.active{background:#008dd2;color:#fff;}
 .rouned-btn{border: 2px solid #707070;width: 36px;height: 36px;background:#fff;position:relative;border-radius:40px;margin-right:20px;}
 .btn-box{border:1px solid #707070;background:#fff;cursor:pointer;padding:15px;transition:all 0.5s ease-in-out;margin-bottom:15px;font-size:20px;font-weight:500; line-height:22px;    text-transform: uppercase;}
 .btn-box:hover{background:#008dd2;color:#fff;}
 .rouned-btn:after{position:absolute;background:#fff;width:24px;height:24px;border-radius:30px;content:' ';    top: 50%;transition:all 0.5s ease-in-out;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;}
 .btn-box:hover .rouned-btn:after{background:#008dd2;}
 .form-txt-head{font-size:28px;padding:16px 0;color:#fff;}
 
 /* video-banner */

	.main-banner {
	  position: relative;
	  background-color: #000c26;
	 /*  background: url('../images/main_poster.jpg') top center no-repeat; */
	  background-size:cover;
	  /* height:90vh; */
	 max-height: 100vh;
    height: auto;
	  width: 100%;
	 
	}

	.main-banner video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: 100%;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	   
	}

	.main-banner .container {
	  position: relative;
	  z-index: 2;
	}

	.main-banner .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background-color: black;
	  opacity: 0.5;
	  z-index: 1;
	}
/* video-banner */
 .blue-box {color: #fff;padding:15px;text-align:center;padding-top: 0px;}
 .blue-box h2 {font-size: 50px;font-weight: 600;}
.blue-box p {font-size: 23px;line-height: 28px;margin-top: 8px;}
.blue-bg {background-color: #0534b9;}

.el-box {
    background-color: #fff;
    padding: 25px;
    box-shadow: 10px 10px 40px 0 rgb(87 152 222 / 16%)!important;
    border-radius: 10px;
    margin-bottom: 20px;
}

.why-visit-h4 {
    background-color: #303495;
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
}

.el-box p { line-height: 23px;padding-top:20px;}

.el-box h4 {    color: #303495;}


@media (min-width: 1780px) and (max-width: 2250px) {
	.main-banner video {
		    min-height: 85%;
	}
}

@media (min-width: 1441px) and (max-width: 1680px) {
 .navbar-brand  img {
     width:70%;
 }
 
 .navbar-brand .logo {
   
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 6px;
}
.carousel-caption {
            margin-top: 4%!important;
    }

}
@media (min-width: 1368px) and (max-width: 1440px) {
 .navbar-brand  img {
     width:70%;
 }
 
    .carousel-caption {
            margin-top: 4%!important;
    }
 .navbar-brand .logo {
   
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 6px;
}
} 


@media (min-width: 1281px) and (max-width: 1367px) { 
    .carousel-caption {
            margin-top: 0%!important;
    }
 
 .navbar-brand  img {
     width:70%;
 }
 
 .navbar-brand .logo {
   
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 6px;
}

.pt-100 {
    padding-top: 55px;
}

.form-section .form-icon {
    top: 5px;
}

.input-group-text {
	   height: 40px!important;
}
.form-section .form-control {
	    height: 40px;
}

.sectionPadding {
    padding: 60px 0;
}
}


/* .table td, .table th {
	width:50%;
}
 */
 
 .table-bordered td {
	 text-align:center;
 }
.about-us ul li {
    margin-left: 10px;
    list-style-type: disc;
}
 /*
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
    background: rgb(219,235,194);
    background: linear-gradient( 
270deg, rgb(219 235 194 / 39%) 0%, rgb(193 215 236 / 39%) 100%);
}
*/
 
.virtual-conference-bg {
	position: absolute;
    right: 0;
    width: 30%;
    bottom: 0;
}

/*#about {padding: 60px 0;}*/
/*#blast {padding: 0px 0 0px 0;}*/
/*#glance {padding: 80px 0 80px 0;}*/
/*#partners {padding: 80px 0 80px 0;}*/
/*#speaker {padding: 60px 0 60px 0;}*/
/*#committees {padding: 60px 0 60px 0;}*/
/*#contact {padding: 60px 0 60px 0;}*/
/*#programme {padding: 60px 0 60px 0;}*/
/*#sponsorship {padding: 60px 0 60px 0;}*/

.wa-box{
    
    padding: 20px;
    border-radius: 10px;
    color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	    height: 210px;
}

.agenda-box {
	    border-radius: 0!important;
	background: rgb(219,235,194);
    background: linear-gradient(
90deg, rgba(219,235,194,1) 0%, rgba(193,215,236,1) 100%);
}

.wa-box img {
    padding: 5px;
    border-radius: 5px;
    width: 30%;
}

.wa-box h3 {
    font-size:40px;
}

.wa-box p {
    font-size:18px;
        line-height: 21px;
}

.stuck .sticky-top .nav-item .nav-link {
	color:#000;
}

.stuck .sticky-top .navbar-brand img {
 width: 150px;
}


.bg-video {position: absolute; width: 100%;}

video {
    object-fit: cover;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.bg-half-170 {
    min-height: 100vh;
    height: auto;
}

.lr-p {padding-left: 80px;padding-right: 80px;}

.technical-papers {
	background: rgb(219,235,194);
	background: linear-gradient(270deg, rgba(219,235,194,1) 0%, rgba(193,215,236,1) 100%);
    padding: 10px;margin-bottom: 5px;
	}
	
.committee-heading {
	background: rgb(138,187,63);
    background: linear-gradient( 270deg, rgba(138,187,63,1) 0%, rgba(79,121,197,1) 100%);
    padding: 10px;
	margin-bottom:10px;}	

.committee-heading h5 {font-weight: 600;color: #fff;}
.committee-member-box {background: rgb(219,235,194);
    background: linear-gradient( 
90deg, rgba(219,235,194,1) 0%, rgba(193,215,236,1) 100%);
    padding: 10px;margin-bottom: 5px;}
.committee-member-box p {
	font-size: 14px;
    color: #1c70b6;
    font-weight: 500;
}	
	
	.key-contacts {
    background-color: #fff;
    border-radius: 19px;
    padding: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	border-bottom: 5px solid #8abb41;
}

.price-box {
	background: rgb(219,235,194);
    background: linear-gradient( 
90deg, rgba(219,235,194,1) 0%, rgba(193,215,236,1) 100%);
border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	    box-shadow: rgb(133 182 73 / 17%) 0px 8px 24px;
}

.price-box-heading {
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  /*   background: rgb(138,187,63);
    background: linear-gradient( 
90deg, rgba(138,187,63,1) 0%, rgba(79,121,197,1) 100%); */
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.price-box-content {
	padding:25px;
	    text-align: center;
}
.price-box-content h5 {
	    font-size: 16px;
}
.price-box-content .border-bottom {border-bottom: 1px solid #83b54d!important;}

.price-bg-blue {     background-color: #009ee3;}
.price-bg-purple {    background-color: #b94281;}
.price-bg-yellow { background-color: #b99c42;}
.bg-yellow-dark { background-color: #e0e550;}
.bg-orange-light { background-color: #f0d784;}

.Sponsorship {
	margin-top:100px;
}

.Sponsorship .Sponsorship-box{ background: rgb(219,235,194);
    background: linear-gradient( 
270deg, rgba(219,235,194,1) 0%, rgba(193,215,236,1) 100%);
    padding: 15px;}
	
.Sponsorship .Sponsorship-heading span{
	font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ff6e6b;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;}	
	
	
.bank-details {
    padding: 10px;
    background-color: #fff;
    font-size: 18px;
    border: 4px solid #83b54d;
    font-weight: 500;
}
.bank-details-heading span{
	font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ffac6b;
    padding: 8px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popup-youtube {
        /*position: absolute;
        left: 48%;*/
        /*top: 47%;*/
}

.nav-pills .nav-item {
    margin-bottom:7px;
}


.dark-blue {background-color:#1d5c99;}
.light-blue {background-color:#70c6f2;}
.orange-blue {background-color:#f18f3b;}
.red-blue {background-color:#da251c;}
.pink-blue {background-color:#e837a7;}
.speakers-section .name {
    margin-top:10px;
}
.speakers-section a{
   color: #1d5e8a;
    font-size: 18px;
}
.speakers-section {
background-color: #fff;
box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; border-radius:2px;border: 1px solid #d5d5d5;}

.page-preview .thumb {
    border: 1px solid #ebebeb;
}

.isotope-nav ul li.active {
 background: rgb(255 255 255);
    color: #1e71b8;
}

.isotope-nav ul li {
    color:#fff;
}

.page-preview{
        margin-bottom: 20px;
}

.diamond-bg {background-color:#db83c5;}
.gold-bg {background-color:#e3c93d;}
.silver-bg {background-color:#bfbdbd;}
.bronze-bg {background-color:#dc9484;}
.award-bg {background-color:#ada36a;}
.green-bg {background-color:#8eeca3;}
.game-bg {background-color:#70ddf4;}
.traveli-bg {background-color:#738ef4;}
.blue-bg{    background-color: #1f94cc;}


.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    width: 1170px;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
       border: 1px solid #e3e3e3;
}
.price-table tr:not(:last-child) {
       border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.price-table tr td {
        border-left: 1px solid rgb(255 255 255 / 67%);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}

 

.price-table tr.price-table-head td {
    font-size: 18px;
      font-weight: 500;
    color:#000;
        line-height: 23px;
    text-align: center;
    text-transform: uppercase;
        white-space: nowrap;
}



.price-table tr.price-table-head td span {
    font-size: 24px;
    display: block;
        font-weight: 600;
}
.price-table tr.price-table-head {
     background-color: #1e94cc;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
 
 
}
.price-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
   
   
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
 
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}


.table-bordered td, .table-bordered th {
     white-space: nowrap;
}
    
    
    
.about-right-img {
    position: absolute;
    right: 0;
    width: 25%;
    top: 0;
} 


.glance-left-img {
    position: absolute;
    left: 0;
    width: 25%;
    bottom: 0;
} 

.carousel-caption {
    margin-top:10%;
}

.event-name h4{
    color: white;
    display: inline-block;
    background-color: #1d5c99;
    padding: 1px 10px;
}
	


@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);	
	
/* Included color classes.. 
	.red 
	.blue 
	.yellow
	.green
	.orange
	.navy 
*/

figure.snip1205 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1205 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1205 i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
 
  line-height: 60px;
  background: unset;

  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}



figure {
    margin: 0;
}

figure.snip1205.green {
background-color: #1d5c99;
}
figure.snip1205.green i {
  color: #fff;
}


figure.snip1205:hover img,
figure.snip1205.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1205:hover i,
figure.snip1205.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
	
	
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #009ee3;
}

.nav-item .nav-link h5 {
    font-size: 18px;
    text-align: center;
    font-family: sans-serif;
}

.nav-pills .nav-link {
    margin-right: 10px;
    border-radius: 0px;
    background-color: #c9c9c9;
    color: #000;
}

.tab-content .tab-text {
    padding: 30px;
    background-color: #fff;
   
    margin-bottom: 30px;
    
}

.box { border: 4px solid #009ee3;}
.box1 { border: 4px solid #f38f34;}

.box h4 {
    color: #161b2f!important;
    font-weight: 500;
    font-size: 18px!important;
    text-transform: unset!important;
    font-weight: 500!important;
}

.box .timebox {
    color: #000116!important;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 5px;
}	



.filter { 
  text-align: center; 
	margin: 2em auto;
}

.filter a {
  text-align: center;
  padding: .7em 1em;
  background: crimson;
  color: white;
  text-decoration: none;
}

.filter a.current { background: orangered; }



.boxGroup {
  text-align:center;
}


  /* New-Listing-Box */

.block-main {  background-color: #efefef;  padding: 10px 10px;}

.block-wrapper {  border: 1px solid #dee2e6;  background-color: #ffffff;  border-radius: 12px;  width: 100%;  display: flex;  align-items: top;  min-height: 140px;  margin-bottom:20px;}

/* .block-wrapper a { */  /* color: #000; *//* } */

.left-block {  padding: 10px;  position: relative;  min-width: 110px;  max-width: 110px;}

.right-block {  padding: 10px;  width: 100%;  margin-left: auto;  border-radius: 0 12px 12px 0;  align-self: stretch;  background: rgba(242, 242, 242, 1);  background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -o-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -ms-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1); }
.right-block .status {  position: absolute;  text-align: right;  width:auto;  top: -10px;  right:10px; bottom:auto !important;}
.left-block .wishlist {  background: rgba(255, 255, 255, 0.7);  border: 1px solid #ccc;  width: 26px;  height: 26px;  padding: 2px 0 0 0;  color: #000;  border-radius: 5px;  position: absolute;  right: -13px;  top: 7px;  font-size: 16px;  text-align: center;  z-index: 9;}
.logo-block {  border-bottom: 1px solid #9e9e9e;  padding: 0 0 10px 0;  min-height: 70px;}
.logo-block img {  max-height: 70px; }
.speaker-name {  color: #2b2929;  font-size: 18px;  margin: 0;  padding: 0 0 0 0;}

.speaker-img {border-radius: 90%; border: 1px solid #ccc; padding: 5px;}}
.subject {  color: #ff0000;}

.subject-tittle {  color: #000000;  font-size:16px;}
.speaker-add {  color: #666666;  font-size: 13px;  font-style: normal;  margin-bottom:5px; min-height:44px; line-height:16px;}
.speaker-details {  color: #000000;  font-size: 14px; font-weight: 400; margin-bottom:5px; line-height: 18px;}
.speaker-details span{font-weight: normal; display: block; color:#7f7f7f;}
/*.speaker-details {  display: flex;  align-items: center;  justify-content: center;  flex-direction: column;  height: 100%;}*/
.detail-head {  color: #ff6600;  font-size: 14px;  font-weight: 500;}
.detail-txt {  color: #7f7f7f;  font-size: 12px;  font-weight: 400;}
/* New-Listing-Box */

.joinNow{display:block; color:#000;}
.zoom-icon{width:18px;margin-right:5px;}
.status {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -10px;
}
.status .online {
  background-color: #fff !important;
  color: #06ba41;
  border-radius: 20px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #06ba41;
  position: relative;
}
.status .online::before {
  background-color: #06ba41;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
}
.status .offline {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #ccc;
  position: relative;
}
.status .offline::before {
  background-color: #ccc;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
}

.btn-sm {
  font-size: 0.675rem;
  padding: 5px 15px;
}

/*moda-Css*/
    .modal-title {
      font-size: 26px;
      font-weight: 400;
    }
    .modal-header .close{line-height:30px;}

/*moda-Css*/
 
.know-more-btn {
   padding: 3px 12px;
    font-size: 13px!important;
    color: #fff!important;
    text-transform: capitalize;
    background-color: #0b497b!important;
    border-color: #0b497b!important;
}

.view-all {
        margin-top: -122px;
}




/**angel-investing**/

/***navbar***/

header.header-bg {
    position: sticky;
    margin: 0 auto;
    width: 100%;
    /* overflow: hidden; */
    z-index: 1;
    z-index: 999;
    background: #000000;
}

.navbar_sticky {
    background-color: #E31737 !IMPORTANT;
    top: 0;
    position: fixed !IMPORTANT;
}
.navbar_sticky a.login-angel-invest.register {
  
  background: #000000;
  border: 2px solid #000000;
}

/*header .container {*/
/*    max-width: 1200px;*/
/*    background: #074775;*/
/*    border-radius: 15px;*/
/*}*/

nav.navbar.navbar-expand-lg {
    padding: 5px 40px;
}

ul.navbar-nav {
    margin-left: 25px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    text-decoration: none;
    /* padding: 10px 25px; */
    display: inline-block;
    width: auto;
    font-family: 'basic-sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.002em;
    padding: 5px;
    text-transform: uppercase;
}

.navbar-expand-lg .nav-item.nav-dropdown {
    position: relative;
}

.navbar-nav li.nav-item ul {
    display: none;
    position: absolute;
    top: 45px;
    padding: 15px 0px;
    border-radius: 0;
    background-color: #00669a;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*/
    width: 230px;
    /* border-top: 4px #ff9600 solid;*/
}

.navbar-nav li.nav-item ul:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 150, 0, 0);
    /* border-bottom-color: #ff9600; */
    border-width: 10px;
}

.navbar-nav li.nav-item:hover ul {
    display: block;
}

.navbar-nav li.nav-item ul li {
    padding: 8px 0;
}

.navbar-nav li.nav-item ul li:hover {
    background: #f58634;
}

.navbar-nav li.nav-item ul li a {
    font-size: 15px;
    color: #fff;
    padding: 2px 10px;
        display: block;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 9%);
    width: 240px;
}

li.nav-link.dropdown a {
    color: #000;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu li {
    padding: 10px 0;
}


ul.navbar-nav li.dropdown:hover ul.dropdown-menu li a {
    font-size: 16px;
    padding: 5px 0;
}

.buy-tickets a {
    color: #0c0034;
    background: #fbe50c;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #fbe50c;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-family: 'basic-sans', sans-serif;
    font-size: 14px;
}

li.nav-item.buy-tickets {
    margin-top: 9px;
}

.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;
    /* border-bottom: 3px solid #DB0106;*/
}


.rounded-20 {
    border-radius: 20px;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 14px;
    margin-top: 0;
    border: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #22008d;
}

.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;
    /*display: none !IMPORTANT;*/
}









#header {
    height: auto;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 997;
    transition: 0.5s;
    position: fixed;
    padding: 0 15px;
    background: white;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    right: 0;
    padding: 10px;
}

#header.header-scrolled,
#header.header-fixed {
    background: rgba(0, 0, 0, 0.98);
    height: 75px;
    padding: 15px 0;
    transition: all 0.5s;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #e8450b;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 80px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

#header.header-scrolled #logo img {
    padding: 0;
    margin: 2px 0;
    max-height: 45px;
    transition: all 0.5s;
    padding: 4px;
}

.nav-item {
    position: relative;
    padding: 5px 12px;
}



/*
li.nav-item.nav-dropdown .nav-link:before{
    display: none;
}
*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
    margin-top: 1%;
}

/* Nav Meu Styling */

.nav-menu a {
    /* color: #fff; */
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    width: auto;
    font-family: 'basic-sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-right: 20px;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #000;
}

.nav-menu > li {
    margin-left: 8px;
}


.nav-menu li.buy-tickets a {
    color: #fff;
    background: #e8450b;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #e8450b;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}



.nav-menu li.buy-tickets a:hover {
    background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 0px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover > a {
    background: #fbe50c;
    color: #0c0034;
    width: 100%;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #e8450b;
}

#mobile-nav ul li ul {
    background-color: #e8450b;
}

#mobile-nav ul li li {
    padding-left: 0px;
}

#mobile-nav ul li li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 22px 5px 15px;
}

#mobile-nav ul li li a:hover {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #e8450b;
}

#mobile-nav ul .menu-item-active {
    color: #e8450b;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

.register-btn {
    background: #6c4494;
    border-radius: 50px;
    padding: 11px 30px !IMPORTANT;
}

.navbar-nav .nav-link i {
    font-size: 20px;
}




/* Mobile Nav body classes */






.gan-logo img {
    width: 90%;
}

.list-logo-img ul li img {
    width: 70%;
    border-radius: 5px;
}
.list-logo-img ul {
    display: flex;
    margin-top: 25px;
    justify-content: center;
}
.list-logo-img img {
    width: 100%;
    border-radius: 5px;
}
section.about-us {
    width: 100%;
    padding: 80px 0px;
    height: auto;
}


.gan-heading h2 {
    font-size: 45px;
    padding-bottom: 10px;
    font-weight: 700;
}
.gan-heading h4 {
    font-size: 18px;
    font-family: georama, sans-serif;
    line-height: 25px;
    font-weight: 400;
}

.angel-investing-content {
    width: 100%;
    padding-top: 10px;
}

.angel-investing-content p {
    font-size: 18px;
    font-family: georama, sans-serif;
    line-height: 25px;
    font-weight: 400;
}

.gan-heading-angel {
    padding: 0 60px 40px;
}

.gan-heading-angel h2 {
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
        text-align: center;
}

.gan-heading-angel h2 span {
    color: #E31737;
}
.footer-content h2 {
  font-size: 40px;
    
}

.gan-heading-angel h4 {
    font-size: 18px;
    font-family: georama, sans-serif;
    line-height: 25px;
    font-weight: 400;
}

.gan-heading {
    width: 100%;
    padding: 40px 80px;
    background-color: #fff;
    box-shadow: 0px 0px 12.61px 0.39px rgb(0 0 0 / 14%);
}
.gan-heading p {
    font-size: 18px;
    font-family: georama, sans-serif;
    line-height: 25px;
    /*padding-top: 20px;*/
    padding-top: 5px;
    font-weight: 400;
}
.agel-investing-content ul {
    padding-top: 5px;
    padding-left: 35px;
    position: relative;
    margin: 15px 0;
}
.agel-investing-content ul li {
    padding: 10px 0px;
    font-size: 18px;
    font-family: georama, sans-serif;
    line-height: 25px;
    position: relative;
    list-style: none;
}

.agel-investing-content ul:before {
    /* background-color: #000; */
    /* content: ''; */
    /* margin-left: -1px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 2em; */
    /* width: 2px; */
    /* height: 100%; */
    content: '';
    width: 1px;
    height: 290px;
    background-color: #E31737;
    display: inline-block;
    position: absolute;
    margin: 0px 0 0 0px;
        left: 15px;
}

.agel-investing-content ul li:after {
    /* content: ""; */
    /* -moz-transition: -moz-transform 0.2s ease-in; */
    /* -o-transition: -o-transform 0.2s ease-in; */
    /* -webkit-transition: -webkit-transform 0.2s ease-in; */
    /* transition: transform 0.2s ease-in; */
    /* -moz-transform: rotate(45deg); */
    /* -ms-transform: rotate(45deg); */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    /* background-color: #ffffff; */
    /* display: block; */
    /* margin: 0.5em 0.5em 0.5em -0.5em; */
    /* position: absolute; */
    /* top: 5px; */
    /* left: -13px; */
    /* width: 1em; */
    /* height: 1em; */
    /* border-radius: 50px; */
    /* border: 3px solid #E31737; */
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    border-radius: 10px;
   margin: 5px 0 0 -37px;
    left: 0;
    border: 2px solid #E31737;
}
.agel-investing-content h5 {
    font-size: 18px;
    font-family: georama, sans-serif;
    line-height: 25px;
    font-weight: 600;
    padding-top: 0px;
}
.angel-heading-images {
    /*width: 600px;*/
    position: absolute;
    left: -70%;
}
.angel-heading-images img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.agel-investing-content {
    padding-left: 25px;
}

.speakers-angel-investing {
    width: 100%;
    padding: 80px 60px;
    position: relative;
    height: auto;
    padding-bottom: 100px;
}
.speakers-angel-investing:before {
    content: "";
    /* clip-path: polygon(0 2%, 100% 0, 100% 75%, 0% 100%); */
    background: #000000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);*/
}
.speakers-angel-investing .gan-heading-angel h2 {
    color: #fff;
}

.owl-dots {
    display: none;
}

.gan-heading-angel.speakers {
    padding: 0 0 60px;
    /*padding: 0 0 20px;*/
}


.loyalty_solution_box {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.loyalty_solution_box h4 {
    color: #fff;
    text-align: center;
    padding: 30px 20px 0;
    z-index: 11;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

.loyalty_solution_box h5 {
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    color: #fff;
    font-family: georama, sans-serif;
}

.loyalty_solution_box h5 span {
    font-size: 18px;
    color: #E31737;
}

.loyalty_solution_box img {
    transform: scale(1);
    transition: all .5s ease-in-out;
    margin-top: 100px;
    z-index: 10
}

.loyalty_solution_box:hover {
    cursor: pointer
}

.loyalty_solution_box.active img {
    transform: scale(1.5)
}

.loyalty_solution_box.active h4 {
    color: #FFF
}

.loyalty_solution_overlay_box {
    height: 593px;
    width: 100%;
    margin-top: -593px;
    background: transparent;
    transition: all .5s ease-in-out
}

/*.loyalty_solution_box.active .loyalty_solution_overlay_box {*/
/*    background: linear-gradient(to top right, rgba(0, 107, 192, 1), rgba(69, 0, 119, 0.9));*/
        /*background: linear-gradient(to top right, rgba(0, 107, 192, 1), rgb(81 60 0));*/
/*    opacity: 1;*/
/*    z-index: 1;*/
/*    position: relative;*/
/*    height: 593px*/
/*}*/



.loyalty_solution_box:hover .loyalty_solution_overlay_box {
    background: linear-gradient(to top right, rgb(227, 23, 55), rgba(170, 21, 44, 0.85));
        /*background: linear-gradient(to top right, rgba(0, 107, 192, 1), rgb(81 60 0));*/
    opacity: 1;
    z-index: 1;
    position: relative;
    height: 593px;
}


.loyalty_solution_box {
    position: relative;
}

.loyalty_solution_box.active h4 {
    z-index: 0;
    opacity: 0;
}

.loyalty_solution_box.active .loyalty_solution_content_box {
    display: block;
}

.loyalty_solution_box:hover {
    cursor: default;
}
.loyalty_solution_content_box {
display: none;
    text-align: left;
    position: absolute;
    /* margin-top: -498px; */
    width: 100%;
    z-index: 11;
    padding: 10px;
    top: 135px;
    padding-top: 30px;
}

.loyalty_solution_content_box h3 {
    color: #FFF;
    font-family: georama, sans-serif;
    font-size: 22px;
}
.loyalty_solution_content_box h5 {
    color: #FFF;
    font-family: georama, sans-serif;
    text-align: left;
    font-size: 20px;
    padding-bottom: 15px;
}


.loyalty_solution_content_box p {
    color: #FFF;
}

a.btn.read-more {
    font-family: georama, sans-serif;
    padding: 10px 0 !important;
    font-size: 16px !IMPORTANT;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    background: #E31737;
    margin-top: 10px;
}
.loyalty_solution_box h6 {
    color: #E31737;
    text-align: center;
    padding: 5px 20px 0;
    z-index: 999;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    z-index: 1;
    font-family: georama, sans-serif;
}



.modal-headers {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #E31737;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../landing-page/form-2/images/gan-images/wave-modalbanner.1.png);
    background-repeat: no-repeat;
}
.modal-headers img {
    margin: 0 auto;
    display: block;
    width: 200px;
    border-radius: 0;
    height: 200px;
    background-attachment: fixed;
    border-radius: 50%;
}
.modal-content.heades button.close {
    position: absolute;
    top: 0;
    right: 0px;
    color: #000; font-size: 25px;
    z-index: 9;
    background: white;
    width: 30px;
    height: 30px;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-content.heades button.close span {
    font-size: 25px;
    color: #fff;
}
button.close span {
    right: 0;
    position: absolute;
    width: 40px;
    background: #000000;
    height: 35px;
    opacity: 100%;
    color: #fff;
    border-radius: 0px 0 0 5px;
    line-height: 33px;
    top: 0;
}

.modal-headers h3 {
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    color: #E31737;
    font-weight: 700;
}

.modal-headers h4 {
    text-align: center;
    font-size: 20px;
    color: #E31737;
    padding: 5px 0 10px;
    font-weight: 600;
}
.modal-headers p {
    color: #fff;
    text-align: center;
}
.modal-contents {
    padding: 25px;
    border-radius: 0;
    background: white;
}

.modal-contents p {
    font-size: 16px;
    font-family: poppins;
    line-height: 28px;
    /*text-align: justify;*/
}
.modal-contents p a {
    color: #000;
}
.modal-dialog.modal-xl {
    margin-top: 100px !IMPORTANT;
}


/*.speaker-angel-slider .owl-carousel .owl-item {*/
/*    cursor: url(../../../landing-page/form-2/images/gan-images/arrow-angel.png), auto;*/
/*}*/
/*.speaker-angel-slider .owl-carousel .owl-item .item .loyalty_solution_box {*/
/*    cursor: url(../../../landing-page/form-2/images/gan-images/arrow-angel.png), auto;*/
/*}*/




.about-bg1 {
	background:#000000 url(../images/aboutBg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
    background-attachment: fixed;
	width: 100%;
 /*background-attachment: fixed;*/
   padding:10% 4%;
}
.about-bg1 .main-title{color:#fff;}
.about-bg1 .about-text p{color:#fff;}
.about-bg1 .about-text p b{color:#E31737;}



section.agedna-angel-investing {
    width: 100%;
    padding:10% 4%;
    background:#000000 url(../images/agenda-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
    background-attachment: fixed;
	width: 100%;
    height: auto;
    position: relative;
    color:#fff;
}
/*section.agedna-angel-investing:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: #ffffffdb;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.gan-heading-angel.speakers p {
    font-size: 18px;
    font-family: georama, sans-serif;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e600 #dee2e600 #fff0;
    border: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    border: 0;
}

.speaker-agedna {
    padding: 25px 0;
    display: block;
}
.speaker-agenda h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: georama, sans-serif;
}
.speaker-agenda h3 {
    font-size: 22px;
}

.speaker-agenda ul {
    display: flex;
    margin-top: 15px;
}
.speaker-agenda ul li {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 20px;
}
.speaker-agenda ul li span {
    font-family: quantum-rise-medium, sans-serif;
    color: #444444;
    font-size: 20px;
    padding: 0;
}
.speaker-agenda ul li img {
    width: 150px;
    border-radius: 5px;
}

.speaker-agedna {
    padding: 25px 0;
    display: block;
    border-bottom: 1px solid #d4d4d4;
}
.speaker-agenda span {
    color: #929292;
    font-size: 16px;
    padding-top: 5px;
    display: block;
}
.speaker-agenda h3 span {
    color: #444444;
    font-size: 20px;
    padding-top: 5px;
    display: block;
}

.tabs-agedna .nav-item .nav-link {
    display: block;
    padding: 18px;
    font-weight: 600;
    color: #E31737;
    padding: 0;
    margin-bottom: 25px;
    font-size: 22px;
    font-family: quantum-rise-medium, sans-serif;
    border: 0;
    background: #ff000000;
}
.tabs-agedna .nav-tabs .nav-item {
    margin-bottom: 0;
    padding-right: 25px;
    border: 0;
}
.speaker-agenda.update {
    padding: 10px 0;
    background: #E3173724;
    margin: 10px 0;
}
.speaker-agenda.update h3 {
    color: #E31737;
    font-size: 16px;
    font-family: georama, sans-serif;
    font-weight: 700;
}
a.nav-link.active {
    border-bottom: 2px solid #E31737 !IMPORTANT;
}
/*section.agedna-angel-investing .gan-heading-angel.speakers {*/
/*    padding: 0 0 40px;*/
/*}*/
.gan-heading-angel p{color:#E31737;}
.text-red{color:#E31737;}
.gold-sponsors {
    width: 100%;
    padding: 80px 60px;
    background-image: url(../../../landing-page/form-2/images/gan-images/banner-bootom1.png);
    background-repeat: no-repeat;
    height: auto;
    background-attachment: fixed;
    position: relative;
    /* background: #c8a13c; */
}
.speaker-angel-slider {
    width: 100%;
}
.speaker-angel-slider .col-lg-3 {
    width: calc(100%/5);
    max-width: 20%;
}

.sponsors-angel-investing {
    width: 100%;
    padding: 80px 60px;
    height: auto;
}

.angel-investing-logo {
    padding: 25px 5px;
    border: 1px solid #E3173737;
    margin: 0 15px;
}
.angel-investing-logo img {
    width: 80% !IMPORTANT;
    margin: 0 auto;
    display: block;
}
.angel-investing-logo.spon img {
    width: 80% !IMPORTANT;
}
.sponsors-angel-investing .owl-stage-outer {
    padding-bottom: 50px;
}
.sponsors-angel-investing button.owl-next span {
    position: absolute;
    right: 0;
    top: -120px;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    /*background: rgb(0 102 154);*/
    /*box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);*/
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    margin: 0 auto;
        background-image: url(../../../landing-page/form-2/images/gan-images/right-arrow.png);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ff000000;
     transform: rotate(360deg); 
}

.sponsors-angel-investing button.owl-prev span {
    position: absolute;
    right: 60px;
    top: -120px;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    /* background: rgb(0 102 154); */
    /* box-shadow: 0px 2px 2px rgb(0 0 0 / 15%); */
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    display: block !IMPORTANT;
    margin: 0 auto;
    background-image: url(../../../landing-page/form-2/images/gan-images/right-arrow.png);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ff000000;
    /* transform: rotate(360deg); */
}
.gm-style .place-card-large {
    display: none !important;
}

.footer-contact {
    padding: 6% 0 0 0;
    background: #000000;
}
.footer-content {
    width: 100%;
    text-align: center;
}
.footer-content h2 {
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.footer-content p {
    color: #fff;
    padding-bottom: 5px;
}
.footer-content ul {
    display: flex;
    justify-content: center;
}
.footer-content ul li {
    padding: 0px 10px;
}
.footer-content ul li a {
    color: #fff;
}
.footer-content ul li i {
    color: #fff;
    padding-right: 5px;
    font-size: 18px;
    top: 2px;
    position: relative;
}

section.angel-investing-map {
    width: 100%;
    padding: 80px 60px;
    /*background-image: url(../../../landing-page/form-2/images/gan-images/footer-banner1.png);*/
    /*background-repeat: no-repeat;*/
    height: auto;
    /*background-attachment: fixed;*/
    position: relative;
    background: #000000;
}

section.angel-investing-map:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
     /*background: #c8a13c;*/
    content: "";
}


.angel-investing-card {
    /* justify-content: center; */
    display: flex;
    margin-bottom: 25px;
}
.angel-card {
    background: #fff;
    padding: 15px 20px;
    margin: 0 15px;
    border-radius: 0;
    border: 1px solid #ffff;
    width: 400px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 25px;
}
.angel-card p {
    font-size: 14px;
    color: #000;
    display: flex;
}
.angel-card p i {
    padding-right: 8px;
    font-size: 16px;
    padding-top: 2px;
}
.angel-card h4 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #E31737;
}

.speaker-angel-slider .owl-nav {
    display: none;
}

ul.footer-logo {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    /* float: right; */
}
ul.footer-logo li img {
    max-width: 200px;
}


.angel-invest-about {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 60px !important;
    z-index: 1;
    /*margin-bottom: 100px;*/
}

        .angel-invest-about__shape1 {
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0.05;
            z-index: -1;
        }

       .angel-invest-about__img {
    position: relative;
    display: flex;
    /*padding-left: 100px;*/
    justify-content: center;
    margin: 0 auto;
}

.gan-heading-angel.second {
    margin-bottom: 70px;
}

        .angel-invest-about__img1 {
            position: relative;
            display: block;
            /*border-bottom-right-radius: 60px;*/
            overflow: hidden;
        }

        .angel-invest-about__img1 img {
            /*width: auto;*/
            width: 100%;
        }

        .angel-invest-about__img2 {
            position: absolute;
            left: 0;
            bottom: -100px;
            border-bottom-right-radius: 60px;
            overflow: hidden;
        }

        .angel-invest-about__img2 img {
            width: 100%;
        }

        .angel-invest-about__experience-box {
            position: absolute;
               top: -55px;
            left: 0px;
            display: flex;
            align-items: center;
            /*background: #ff5e15;*/
            background: #E31737;
            padding: 42px 50px 37px;
            border-radius: 10px;
            border-bottom-left-radius: 0px;
            z-index: 2;
        }
      section.about-us  .carousel-inner {
    position: relative;
    width: 100%;
     overflow: unset; 
}

        .angel-invest-about__experience-box::before {
            position: absolute;
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px;
            border: 2px dashed rgba(255, 255, 255, 1.0);
            border-radius: 10px;
            border-bottom-left-radius: 0px;
            content: "";
        }

        .angel-invest-about__experience-box .count-box {
            position: relative;
            display: block;
        }

        .angel-invest-about__experience-box .count-box h2 {
            color: #ffffff;
            font-size: 60px;
            line-height: 0.8em;
            font-weight: 600;
            letter-spacing: -0.02em;
        }

        .angel-invest-about__experience-box .count-box h2 .angel.angel-auto-theme,
        .angel-invest-about__experience-box .count-box h2 .angel.angel-theme-default {
            font-family: var(--thm-font);
            line-height: 0.8em;
            letter-spacing: -0.02em;
        }

        .angel-invest-about__experience-box .title-box {
            position: relative;
            display: block;
            margin-left: 23px;
            margin-top: -3px;
        }

        .angel-invest-about__experience-box .title-box h3 {
            color: #ffffff;
            font-size: 20px;
            line-height: 24px;
            font-weight: 500;
            letter-spacing: -0.02em;
            text-transform: capitalize;
        }

        .angel-invest-about__content {
            position: relative;
            display: block;
            margin-right: -185px;
            margin-left: 70px;
        }

        .angel-invest-about__content .sec-title {
            padding-bottom: 37px;
        }
        
        #button{
  border: 5px solid #FFAB33;
  width: 200px;
  text-align: center;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
  margin: auto;
  background: #FF5733;
}

#button:hover{
  background: #DFF30B;
}

#message{
  font-size: 26px;
  /*margin-bottom: 30px;*/
  text-align: left;
}

.hide{
  visibility: hidden;
}

.reveal{
  visibility: visible;
}


.panel,
    .flip {
        margin: 0px;
        padding: 0px;
    }
    
.panel {
        width: 100%;
        /*display: none;*/
    }

.gan-heading-angel.speakers.mobile {
    display: none;
}




@media (min-width: 1140px) and (max-width: 1280px) {
    .btn {padding: 6px 16px!important;font-size:12px!important; }
    .logo {max-height: 90px;}
    .carousel-caption {margin-top: 0!important;}
    
 
}



@media (min-width: 1281px) and (max-width: 1366px) {
   .btn {padding: 6px 16px!important;font-size:12px!important; }
    .logo {max-height: 90px;}
    .carousel-caption {margin-top: 0!important;}
}

@media (min-width: 1367px) and (max-width: 1400px) {
 .carousel-caption {
    margin-top: 15%!important;
}
}



@media (max-width: 1440px){
.angel-invest-about__experience-box {
    padding: 32px 25px 32px;
    top: -55px;
    left: -55px;
}
.angel-invest-about {
    margin-bottom: auto;
}
/*.carousel-caption h1 {*/
/*    font-size: 70px;*/
/*}*/
.angel-invest-about__img2 {
    bottom: -150px;
}
}

@media (max-width: 1366px){
 .carousel-caption {
    margin-top: 5%!important;
}
/*.carousel-caption h1 {*/
/*    font-size: 70px;*/
/*    font-weight: 700;*/
/*    padding-top: 0px;*/
/*    line-height: 65px;*/
/*    padding-bottom: 15px;*/
/*}*/
.loyalty_solution_box.active .loyalty_solution_overlay_box {
    /*height: 100vh;*/
}
.loyalty_solution_box h4 {
    padding: 30px 20px 0;
}
.loyalty_solution_content_box.BERTHOLD h3 {
    padding: 0 !IMPORTANT;
}
.loyalty_solution_content_box p {
    color: #FFF;
    font-size: 15px;
}
.loyalty_solution_content_box h3 {
    color: #FFF;
    font-family: georama, sans-serif;
    font-size: 20px;
}
a.btn.read-more {
    padding: 10px 0 !important;
    font-size: 16px !IMPORTANT;
}
.gan-logo img {
    width: 80%;
}
/*.carousel-caption h1 {*/
/*    font-size: 60px;*/
/*}*/
}




@media (max-width: 1280px){
.loyalty_solution_box.active .loyalty_solution_overlay_box {
    height: 593px;
}
.loyalty_solution_content_box {
    top: 100px;
}
.speakers-angel-investing {
    width: 100%;
    padding: 80px 20px;
}
/*.navbar-brand .logo {*/
    /* width: 80%; */
/*    width: 100px;*/
/*}*/
.stuck .sticky-top .navbar-brand img {
    /*width: 100px;*/
}
.carousel-caption {
    margin-top: 8%!important;
}
.gan-heading-angel h4 br {
    display: none;
}
}


@media (max-width: 1152px){
.loyalty_solution_content_box h5 {
    font-size: 16px;
    padding-bottom: 15px;
}
.loyalty_solution_content_box h3 {
    font-size: 16px;
}
.loyalty_solution_box h4 {
    font-size: 20px;
    padding: 40px 10px 0;
}
.loyalty_solution_box h5 {
    font-size: 15px;
}
.loyalty_solution_box h6 {
    font-size: 14px;
}
.angel-invest-about__img {
    /*margin-bottom: 150px;*/
    margin-bottom: 20px;
}
.angel-invest-about__img1 img {
    width: auto;
}

.angel-invest-about__img {
    justify-content: unset;
}
.angel-invest-about__experience-box {
    left: 0;
}
.speaker-angel-slider .col-lg-3 {
    width: calc(100%/2);
    max-width: 100%;
    flex: 0 0 30%;
}
.agel-investing-content {
    padding-top: 25px;
}
}


@media (max-width: 1024px){
.loyalty_solution_content_box {
    top: 40px;
}
}



@media (max-width: 991px){
.angel-heading-images {
    position: relative;
    left: 0;
    margin-bottom: 25px;
}
.loyalty_solution_content_box {
    top: 135px;
}
.loyalty_solution_content_box h3 {
    font-size: 20px;
    display: none;
}
.loyalty_solution_box h5 {
    text-align: center;
    font-size: 18px;
    position: relative;
}
.loyalty_solution_box.active h4 {
    z-index: 0;
    opacity: 100%;
}
.loyalty_solution_content_box h5 {
    text-align: left;
    display: none;
}
.loyalty_solution_box h4 {
    font-size: 25px;
    padding: 10px 10px 0;
}
.loyalty_solution_box:hover .loyalty_solution_overlay_box {
    z-index: -1;
    position: relative;
}
.loyalty_solution_content_box p {
    color: #FFF;
    font-size: 18px;
}
.loyalty_solution_content_box.BERTHOLD h3 {
    padding: 10px 0 0 !IMPORTANT;
}
nav.navbar.navbar-expand-lg {
    padding: 5px 0px;
}
section.about-us .row {
    padding: 0;
    margin: 0;
}
.navbar-nav {
    margin-top: 0;
    /* border-top: 2px solid rgb(0, 0, 0, 0.5); */
    padding-top: 0;
    padding: 1px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1.5rem!important;
    margin-top: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000!important;
    font-weight: 600;
}
a.login-angel-invest.register {
    font-size: 16px;
    padding: 10px 35px;
    background: #E31737;
    font-weight: 600;
}
.nav-item {
    position: relative;
    padding: 10px 12px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-right: 10px;
}

.loyalty_solution_content_box {
     display: block; 
    text-align: left;
    position: relative;
    /* margin-top: -498px; */
    width: 100%;
    z-index: 999;
    padding: 10px;
    top: 0px !important;
    padding-bottom: 50px;
}
.loyalty_solution_content_box p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
}
/*.loyalty_solution_content_box p {*/
/*    display: none;*/
/*}*/
.loyalty_solution_box {
    padding-top: 40px;
}
a.btn.read-more {
    padding: 10px 0 !important;
    font-size: 16px !IMPORTANT;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    background: #E31737;
    margin-top: 10px;
}
.loyalty_solution_box.active .loyalty_solution_overlay_box {
    z-index: -1;
    position: relative;
    height: 593px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.modal-dialog.modal-xl {
    margin-top: 20px !IMPORTANT;
}
li.nav-item.register {
    display: none;
}
a.login-angel-invest.register-btn {
    display: block !IMPORTANT;
    background: #E31737;
}

.speaker-angel-slider .owl-nav {
    display: block;
}
.loyalty_solution_box img {
    margin-top: 0;
}
.speaker-angel-slider .owl-carousel button.owl-prev span {
    position: absolute;
    right: 60px;
    top: -40px;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    display: block !IMPORTANT;
    margin: 0 auto;
    background-image: url(../../../landing-page/form-2/images/gan-images/right-arrow.png);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ff000000;
    filter: brightness(0) invert(1);
        left: 0px;
}

.speaker-angel-slider .owl-carousel button.owl-next span {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    margin: 0 auto;
    background-image: url(../../../landing-page/form-2/images/gan-images/right-arrow.png);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ff000000;
    transform: rotate(360deg);
    filter: brightness(0) invert(1);
    left: 60px;
}

.angel-card {
    width: 100%;
}

.tabs-agedna .nav-item .nav-link {
    margin-bottom: 0;
    font-size: 22px;
    border-radius: 0;
    text-align: center;
    justify-content: center;
    display: flex !IMPORTANT;
    border: 1px solid #E31737;
    padding: 5px 25px !IMPORTANT;
}

a.nav-link.active {
    border-bottom: 2px solid #E31737 !IMPORTANT;
    display: block !important;
    text-align: center;
    justify-content: center;
    display: flex !IMPORTANT;
    border: 1px solid #c9a33f !IMPORTANT;
    padding: 5px 25px !IMPORTANT;
    background: #c9a33f !IMPORTANT;
    color: #fff !IMPORTANT;
}
.tabs-agedna ul.nav.nav-tabs {
    display: block;
}
.speaker-agenda h3 {
    font-size: 22px;
    padding-top: 10px;
}
.gan-heading-angel h2 br {
    display: none;
}
.gan-heading-angel h2 {
    font-size: 40px;
}
.angel-card {
    position: relative;
}
.angel-card {
    padding: 20px 20px;
    margin: 0 0px 15px;
    border-radius: 10px;
}

.sponsors-angel-investing button.owl-prev span {
    position: absolute;
    right: 60px;
    top: -60px;
    left: 0;
}
.sponsors-angel-investing button.owl-next span {
    position: absolute;
    right: 0;
    top: -60px;;
    left: 60px;
}
.nav-item {
    position: relative;
    padding: 5px 12px;
}
.angel-invest-about {
    padding: 80px 0px !important;
}
.gan-heading-angel.second {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
.speaker-angel-slider.desktop {
    display: none;
}
.speaker-angel-slider .owl-speaker {
    display: block !IMPORTANT;
}
.loyalty_solution_box.active img {
    transform: scale(1);
}
.gan-heading-angel.speakers.heaidng {
    display: none;
}
.gan-heading-angel.speakers.mobile {
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
}
.angel-investing-logo {
    margin: 0 2px;
}
}




@media (max-width: 767px){
/*.carousel-caption h1 {*/
/*    font-size: 43px;*/
/*    font-weight: 700;*/
/*    padding-top: 0px;*/
/*    line-height: 44px;*/
/*    padding-bottom: 15px;*/
/*}*/
/*.carousel-caption h3 {*/
/*    font-size: 25px;*/
/*    font-weight: 400;*/
/*}*/
.gan-heading-angel {
    padding: 0 20px 40px;
}
.gan-heading-angel h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.footer-content h2 {
  font-size: 28px;
    
}

.gan-heading-angel.speakers.p {
    padding: 0 0 30px;
}
.gan-heading {
    width: 100%;
    padding: 40px 20px;
}
.loyalty_solution_box img {
    margin: 0;
}
section.agedna-angel-investing {
    width: 100%;
    padding: 80px 20px;
}
.sponsors-angel-investing {
    width: 100%;
    padding: 80px 20px;
    height: auto;
}
.sponsors-angel-investing button.owl-prev span {
    position: absolute;
    right: 60px;
    top: -44px;
}
.sponsors-angel-investing button.owl-next span {
    position: absolute;
    right: 0;
    top: -44px;
}
section.angel-investing-map {
    padding: 80px 20px;
    width: 100%;
    height: auto;
}
.angel-investing-card {
    justify-content: center;
    display: block;
    margin-bottom: 50px;
}

section.about-us .row {
    padding: 0;
    margin: 0;
}
.agel-investing-content {
    padding-left: 0;
        padding-top: 0px;
}
.agel-investing-content ul:before {
    left: 15px;
    top: 0;
    height: 100%;
}
.agel-investing-content ul li:after {
    top: 12px;
}
.main-bg {
    padding-bottom: 60px !IMPORTANT;
}

.speaker-angel-slider .owl-nav {
    display: block;
}
ul.footer-logo li {
    margin: 0 auto;
    display: flex;
    width: 50%;
    justify-content: center;
    margin-bottom: 10px;
}
ul.footer-logo li img {
    max-width: 100px;
    text-align: center;
}
ul.footer-logo {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    /* float: right; */
}


.angel-invest-about__img {
    justify-content: unset;
    display: block;
}

.angel-invest-about__img {
    padding-left: 0px;
    margin-bottom: 30px;
}
.angel-invest-about__experience-box {
    position: relative;
}
.angel-invest-about__img2 {
    position: relative;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 60px;
    overflow: hidden;
    margin-top: 10px;
}
.angel-invest-about__img1 img {
    width: 100%;
}
.angel-invest-about {
    padding: 80px 0px !important;
}
.angel-invest-about__experience-box {
    margin-bottom: 20px;
    padding: 32px 25px 32px;
    top: 0;
    left: 0px;
}
.footer-content ul {
    display: block;
    justify-content: center;
}
.footer-content ul li {
    padding: 5px 10px;
}
.gan-heading-angel.second {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.speaker-agenda ul {
    display: block;
    margin-top: 15px;
}
.speaker-agenda ul li {
    margin: 10px 10px;
}
}

@media (max-width: 420px){
.gan-logo img {
    width: 100%;
}
.angel-investing-logo img {
    width: 100% !IMPORTANT;
    margin: 0 auto;
}

.tabs-agedna .nav-item .nav-link {
    margin-bottom: 0;
    font-size: 22px;
}
.navbar-brand .logo {
    /* width: 80%; */
    width: 100px;
}

.loyalty_solution_box {
    padding-top: 10px;
}
.angel-investing-logo {
    margin-top: 20px;
}
.carousel-caption {
  margin-top: 20% !important;
}
}

 @media screen and (max-width: 990px) and (orientation: landscape) {
.angel-investing-logo {
    padding: 25px;
    border: 1px solid #E3173737;
    margin-top: 40px;
}
.sponsors-angel-investing button.owl-next span {
    position: absolute;
    right: 0;
    top: -30px;
}
.sponsors-angel-investing button.owl-prev span {
    position: absolute;
    right: 60px;
    top: -30px;
    left: 0;
}
.carousel-caption {
    margin-top: 0%!important;
    padding-bottom: 60px;
}
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .carousel-caption h1 {font-size: 35px}
  .carousel-caption h3 {
      font-size: 15px;
      }
}


@media (min-width: 1441px) and (max-width: 1600px) {
 
}

.registration-form form {
    padding: 20px 25px;
    position: relative;
    z-index: 111;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 11%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    margin-top: -5px;
}
