: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;
}
.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: 14px;
    color: #000;
    font-weight: 500;
    border-bottom: 3px solid rgba(0, 0, 0, 0.00);
    text-transform: uppercase;
}
/*.carousel-caption img{*/
/*	    max-width:75%!important;*/
/*	}*/
#about p{
	margin-bottom:20px;
	font-size:16px;
	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: #000;
    font-weight: 400;
       border-bottom: 3px solid #1cb24b;}

.form-section .form-control {
    border-radius: 4px;
    padding: 0px 0 0px 55px;
    font-size: 14px;
    height: 48px;
	font-family: 'Roboto', sans-serif;
	color:#000;
}
.form-section .form-group {
    margin-bottom: 10px;
}

.btn {
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 500;
    background: #f68b21;
    color: #fff!important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e17a14;
    border-color: #e17a14;
}
/*.btn:hover, .btn:focus {*/
/*    background: #0e3570;*/
/*    color: #fff!important;*/
/*}*/
.btn-primary {
	color: #fff;
       background-color: #0e3570;
	border: #0e3570;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #8d8425!important;
    border-color: #8d8425!important;
    box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #0e3570 !important;
    border-color: #0e3570 !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;
} 

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;
	border-top: 1px solid #efefef;
	font-size: 12px;
	margin-top: 30px;
}

.footer.footer-bar a {color:#008dd2;}


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

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

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

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

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color:#000;
}
.navbar-brand .logo {
	    /*background-color: white; border-bottom-left-radius: 25px; border-top-right-radius: 25px;padding:2px;*/
    
}


.carousel-caption {
	position: unset;
}

.carousel-caption h2 {
	font-size: 70px;
	font-weight: 700;
	 text-shadow: 4px 6px 2px #0000008f;
}


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

.carousel-caption h3 {
	font-size: 53px;
	font-weight: 600;
	    text-shadow: 4px 6px 2px #0000008f;
}

.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/about-bg.png) no-repeat;
    background-size: cover;
    
} 
 

.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.4;
}
.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: rgba(255,255,255,.9)!important;
    position: fixed;
    width: 100%;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
    -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;
	}
		.carousel-caption img{
	    max-width:90%!important;
	}
	.navbar-collapse {
    background-color: #fff;
    padding: 10px;
}
.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;
	}
	.carousel-caption img{
	    max-width:100%!important;
	}
	.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 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: 0%!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: 14px;
		border-top: 2px solid rgb(0, 0, 0, 0.5);
		    padding-top: 12px;
	}
	.navbar-toggler {
		border: 1px solid white;
		background-color: white;
	}
	.navbar-brand img {
		width:165px;
	}
	.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:57%;}
	.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: 60%;}
}



/* 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: 70vh!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;   color: #000; font-weight:400;}

/*Why attend Section*/

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

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

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



/*Why attend Section*/

@media screen and (max-width: 767px) {
    
    .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: #0e3570;
    font-size: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
	font-weight: 300;
	line-height: 20px;
}
.common-h {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  position:relative;
}
.counter{
	position:absolute;right:0;color:#979797;font-weight:normal;font-size:14px;    top: 50%;
    margin-top: -13px;
}
.common-h::before {
  background: #0e3570;
  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: 6%!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:80%;
    padding-bottom: 5px;
}


.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: 3%;*/
/*    margin-bottom: 4%;*/

/*}*/

.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;
}


@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: -160px!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: 993px) and (max-width: 1680px) {
  .stuck .sticky-top {
 height: 70px;

	     
}
}


@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: #20409a;
    border-radius: 15px;
    margin-top: -5px;
}
