/*@font-face {
    font-family:'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;   
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('â˜º'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url('fonts/Roboto-Medium.eot');
	src: local('â˜º'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot');
	src: local('â˜º'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/



body {
  font-family: 'Montserrat', Arial,sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
}
.gap{
	display: block;
	margin: 0 0 20px;
}
.no-margin{
	margin:0px;
}
.margin-1{
	margin: 15px 0 0;
}
.margin-2{
	margin: 20px 0 0;
}
.margin-3{
	margin: 0 0 8px !important;
}
.margin-4{
	margin: 40px 0 20px !important;
}
.margin-5{
	margin: 0px 0 20px !important;
}
.margin-6{
	margin: 0px 0 40px !important;
}
/*-----------------back to top--------------*/
#to-top {
  	position: fixed;
	z-index: 100;
	text-align: center;
	padding: 0px 0 0;
bottom: 75px;
right: 10px;
font-size: 22px;
width: 30px;
height: 30px;
	background: rgba(0,0,0,.7);
	color: #fff;
	border: none;
	cursor: pointer;
	display: none;
	z-index: 99999;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input-group-text
{
	font-size: 13px !important;
}
/*------------topbar and nav bar-----------*/
.navbar-brand{
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand img{
	width:300px;
}
.navbar.fixed{    
    position: fixed;
    width:100%;    
    z-index: 1000;
    top:0px;
    min-height: 70px;       
}

.nav-link, .dropdown_menu a {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #111111 !important;
	text-decoration: none;
}
.nav-link.active{
	font-family: 'Montserrat';
	color:#0078bf !important;
	font-weight: 400;
}
.bg-theme-colored, .btn-dark.btn-theme-colored {
    background-color:#0078bf;
    border: 0px;
    padding: 7px 25px;  
    color: #fff;
}

.header-top.bg-theme-colored {
	padding: 7px 0;  
}

.bg-theme-colored, .btn-dark.btn-theme-colored:hover {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  background: #007995 !important;
  color: #fff;
  padding: 7px 15px 7px 15px;
  font-size: 14px;
  font-weight: 400;
}
.dropdown_menu{
	position: relative;
	padding: 0 10px;
}
.dropdown_menu ul.dropdown-menu{
	top: 30px;
}
.dropdown-menu a{
	padding: .5rem 1rem;	
	font-size: 14px ;
	line-height: 1.4;
	color: #111111;
}
.dropdown_menu:hover > ul.dropdown-menu{
	position: absolute;
  	display:block !important;
}
ul.social-icons{
	margin-bottom:0px;
	padding: 0;
}
ul.social-icons, ul.social-icons li{
	list-style-type: none;
}
.list-inline {
  padding-left: 0;  
  margin-bottom:0px;
}
.social-icons li {
  display: inline-block;
  margin: 0 10px 0 0;
  
}
.social-icons.icon-sm a{
  font-size: 13px;
  height: 30px;
  line-height: 30px;  
  margin-bottom: 0px;
  width: 30px;
}
header .social-icons li > a i {
  font-size: 16px;
  color:#fff;
}
.dropdown-menu {
  font-size: 14px;
  text-align: left;
  list-style: none;
}
/*------login-area----------*/
.login_name {
  font-size: 18px;
  background: #178276;
  padding: 6px 9px 0px 0px;
  border-radius: 25px;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 0px;
}
.login-area{
  position: relative;
}
.login-area ul.dropdown-menu{
  position: absolute;
}

.login-area > a{
  color:#fff !important;
  margin:0 5px;
  text-decoration: none;
}
.login-area > a:hover{
  color:#fff !important;
}
.login-area span.user{
  display: inline-block;
  width:26px;
  height:26px;
  border-radius: 50%;
  padding-top: 2px;
  box-sizing: border-box;
  background:#fff; 
  text-align: center;
}
.login-area i {
  color:#fff;
}
.login-area span.user i{
  color:#0078bf;
}
.login-area:hover > ul.dropdown-menu{
  display:block !important;
}
.login-area ul.dropdown-menu li a:hover{
	background: #0078bf;
	color:#fff;
}
.login-area ul.dropdown-menu li a i
{
  color:#000;
  margin-right:10px;
}

.login-area ul.dropdown-menu li a:hover i{
  color:#fff;
  margin-right:10px;
}
.dropdown-menu > li > a {
  padding: 7px 25px 7px 22px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;  
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.banner {  	
  display: block;
  padding: 200px 0;
  background: url(../../images/banner-new.jpg) rgba(0, 0, 0, 0.5) no-repeat center bottom; 
  background-size: 100% 84%; 
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.banner-text{
	display: block;
	width: 70%;
	margin:0 auto;
	text-align: center;
}
.banner-text h2{
	font-family: 'Montserrat';
	font-size: 50px;
    line-height: 1.2;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;    
    letter-spacing: -.2pt;
    font-weight: 700;    
}
.banner-text h2 span{
	font-family: 'Montserrat';
	font-weight: 500;
	display: block;
	font-size: 28px;
	color: #ffffff;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;
}
.banner-text h4 {
	display: inline-block;
	margin: 20px 0;
	padding:10px 25px;
	background:rgba(234, 94, 32, 0.7);
	font-size: 32px;
	color: #ffffff;
}

.banner-text h5 {
	display: inline-block;
	margin: 0px 0 28px 0;
	font-size: 25px;
	color: #ffffff;
	padding:10px 25px;
	background:rgba(41, 104, 209, 0.7);
}

.banner-text #timer {
	display: table;
	margin:20px;
	border-collapse: separate;
  	border-spacing: 10px;
  	margin: 0 auto;
}
.banner-text #timer span{
	font-family: 'Montserrat';
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,0.6);
	font-size: 34px;
	line-height: 1.2;
	color:#fff;
	padding: 25px;
	width: 130px;
	height:92px;
	font-weight: 700;
}
.all-bread-txt, .all-bread-txt a{
	color:#fff;
	text-decoration: none;
}
.all-bread-txt a:hover{
	color:#ea5f21;
	text-decoration: none;
}
.conference-sec1{
	margin: 50px 0 43px 0;
}
.conference-sec1 .sub-title, .speaker-sec .sub-title,
.location-area .sub-title, .sponsor-area .sub-title, 
.gallery-area .sub-title, .gallery-content .sub-title,
.form-area .sub-title{
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #ea5f21;
	margin: 0 0 10px;
	letter-spacing: 1px;
}
.conference-sec1 h2,.speaker-sec h2, .location-area h2,
.sponsor-area h2, .gallery-area h2, .form-area h2,
.sponsor-sec1 h2, .sponsor-sec2 h2, .national-faculty-sec1 h2,
.terms-sec h2, .award-area h2, .best-epapers h2, .e-poster h2 {
	font-family: 'Montserrat';
	font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    color: #0078bf;
}
.conference-sec1 h2 span{
	display: block;
	font-size: 30px;
	
}
.btn1, .submit-btn{
	font-family: 'Montserrat';
	font-weight: 400;
	display: inline-block;	
    padding: 14px 30px;
    margin-top:10px;
    font-size: 13px;
	color: #111;
/*	text-transform: uppercase;*/
    background-color: #ffffff;
    border:1px solid #ea5f21;
    border-radius: 50px; 
    text-decoration:none; 
    transition: all .5s ease; 
    font-weight: bold; 
}
.btn1:hover, .submit-btn:hover{
	background-color:#ea5f21;
	border:1px solid #ea5f21;
	color: #fff;
	text-decoration:none; 
	transition: all .5s ease;  
}
.registration-sec .form-group label span{
	color:#ff0000;
}
.registration-sec .submit-btn{
	padding: 14px 30px;
    font-size: 16px;
    margin: 0 auto;
    background-color:#ea5f21;
	border:1px solid #ea5f21;
	color: #fff;
	transition: all .5s ease;
}
.registration-sec .submit-btn:hover{
	background-color: #ffffff;
    border:1px solid #ea5f21;
    color: #111;
    transition: all .5s ease;	
}

.col-odd p, .col-even p{
	font-family:'Montserrat';
	margin-bottom: 0;
	color:#333;
	font-weight: 400;
}

.conference-sec2 {
	padding-bottom: 45px;
}
.conference-sec2 .table2{
	display: table;
	width:100%;
	border: 1px solid #e0e0e0;
	border-collapse: collapse; 
}
.conference-sec2 .table-row2{
	display: table-row;
}
.conference-sec2 .table-cell2{
	display: table-cell;
	vertical-align: middle;	
}
.conference-sec2 .col-odd{
	background:#f5f5f5;
	border-top: 1px solid #e0e0e0; 
	padding:10px 20px 10px; 
}
.conference-sec2 .col-even{
	background:#fff;
	border-top: 1px solid #e0e0e0; 
	padding:10px 20px 10px; 
}
.conference-sec2 .table-cell2.col-bg1,
.conference-sec2 .table-cell2.col-bg2{
	background: #0078bf;
	font-size: 17px;
	color:#fff;
	line-height: 1.4;
	text-align: center;
	padding:30px 20px; 
}
.conference-sec2 .table-cell2.col-bg2{
	background: #ea5f21;
}
.conference-sec2 .col-bg1 span,
.conference-sec2 .col-bg2 span{
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
}
.conference-sec2 .time-img-area img{
	width: 80px;
	border-radius:50%;
}
.conference-sec2 .time img{
	width:20px;
	margin-right: 10px;
}
.col-bg1 p, .col-bg2 p{
	font-family: 'Montserrat';
	margin-bottom: 0;
	color:#fff;
	font-weight: 400;
}
.speaker-sec{
	background: #e7e7e7;
	padding: 60px 0;
	margin: 0px 0 0px;
}
.speaker-sec h3{
	font-family: 'Montserrat';
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	color: #ea5f21;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.speaker-box, .committee-box{
	display: block;
	background: #fff;
	text-align: center;
	padding:20px 20px;
	border-bottom:2px solid #ea5f21; 
}
.speaker-box h4, .committee-box p{
	text-align: center;
}
.speaker-box h4, .committee-box h4{
	font-size: 18px;
	font-weight:bold;
	color:#ea5f21;
}
.speaker-box img, .committee-box img{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.speaker-sec h2,.speaker-sec .sub-title,.location-area h2, 
.location-area .sub-title, .sponsor-area h2, 
.sponsor-area .sub-title, .sponsor-sec2 h2,
.national-faculty-sec1 h2, .registration-sec h2,
.terms-sec h2{
	text-align: center;
}
.conference-sec1.conf-sec h2, 
.conference-sec1.conf-sec .sub-title,
.conference-sec1 h2, 
.conference-sec1 .sub-title {
	text-align: left;
}
.speaker-sec h2, .location-area h2, .sponsor-sec2 h2{
 	margin: 0 0 30px;
}
.location-area{
	margin: 6px 0 60px;
background: #e7e7e7;
padding: 45px 0;
}

.location-two {
	background-image: url(../../images/kolkata-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 55px;
	background-attachment: fixed;
}

.location-acco-two {
	background-image: url(../../images/acco-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 55px;
	background-attachment: fixed;
}

.location-bg {
	background-color: rgba(0, 120, 191, 0.3);
	padding: 30px 20px 20px 20px;
	min-height: 332px;
	margin-top: 25px;
}

.location-two h2, .location-acco-two h2 {
	margin-top: 12px;
}

.location-bg h5 {
	margin-bottom: 15px;
  margin-top: 20px;
}

.location-acco-bg {
	background-color: rgba(0, 120, 191, 0.3);
	padding: 30px 20px 20px 20px;
	min-height: 243px;
	margin-top: 25px;
}

p.guest-house {
	margin: 25px 0 0 0;
}

.location-acco-bg h5 {
	margin-bottom: 15px;
  margin-top: 20px;
}

.location-box{
	text-align: center;
}
.location-box img{
	width:120px;
	margin:0 auto 20px; 
}
.location-box h5{
	font-size: 18px;
	font-weight:bold;
	color:#ea5f21;
}
.location-box p{
	margin-bottom: 5px;
}
.location-box p span{
	display: block;
}
.location-box p a{
	color:#555;
	text-decoration: none;
}
.sponsor-area{
	padding:40px 0 0;
}
.sponsor-area h2{
	margin:0 0 60px;
	color:#fff;
}
.sponsor-slider{
	display: block;
	background:#ea5f21;
	padding:30px 0 60px;
	margin: 20px 0 0;
}
.sponsor-area img{
	width:100%;
	max-width: 240px;
}
.ad-area img{
	width: 100%;
	margin: 25px 0 0px;
}
/*----------------- sponsor slider css start-----------------*/
.sponsor-area .item {
  text-align: center;
  height: auto;
}
#slider1 .owl-nav, #slider2 .owl-nav{position: absolute; top:0; width: 100%;}
#slider1.owl-theme .owl-nav [class*=owl-].
#slider2.owl-theme .owl-nav [class*=owl-],
#slider4.owl-theme .owl-nav [class*=owl-]{
  	font-family: 'OpenSans-Regular';
    color: #303030 !important;
    font-size: 65px !important;
}
#slider1.owl-carousel .owl-nav button.owl-prev,
#slider2.owl-carousel .owl-nav button.owl-prev,
#slider4.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	left:-48px;
	top: 15px;
}
#slider1.owl-carousel .owl-nav button.owl-next,
#slider2.owl-carousel .owl-nav button.owl-next,
#slider4.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	right:-48px;
	top: 15px;
}
#slider1.owl-carousel .owl-nav button.owl-prev,
#slider1.owl-carousel .owl-nav button.owl-next,
#slider4.owl-carousel .owl-nav button.owl-prev,
#slider4.owl-carousel .owl-nav button.owl-next{
	top: 120px !important;
}

#slider1.owl-carousel .owl-nav button.owl-prev span,
#slider2.owl-carousel .owl-nav button.owl-prev span,
#slider4.owl-carousel .owl-nav button.owl-prev span {
	background: url(../images/prev-arrow.png) 0 0 no-repeat;
	font-size: 0px;
	display: block;
	width: 20px;
	height: 39px;	
}
#slider1.owl-carousel .owl-nav button.owl-next span,
#slider2.owl-carousel .owl-nav button.owl-next span,
#slider4.owl-carousel .owl-nav button.owl-next span {
	background: url(../images/next-arrow.png) 0 0 no-repeat;
	font-size: 0px;
	display: block;
	width: 20px;
	height: 39px;	
}
#slider1.owl-carousel .owl-nav button.owl-prev span,
#slider4.owl-carousel .owl-nav button.owl-prev span{
	background: url(../images/prev-arrow2.png) 0 0 no-repeat;
}
#slider1.owl-carousel .owl-nav button.owl-next span,
#slider4.owl-carousel .owl-nav button.owl-next span{
	background: url(../images/next-arrow2.png) 0 0 no-repeat;
}
#slider1.owl-theme .owl-nav [class*=owl-]:hover, #slider1.owl-theme .owl-nav [class*=owl-]:focus,
#slider2.owl-theme .owl-nav [class*=owl-]:hover, #slider2.owl-theme .owl-nav [class*=owl-]:focus,
#slider4.owl-theme .owl-nav [class*=owl-]:hover, #slider4.owl-theme .owl-nav [class*=owl-]:focus
{
    background: transparent;
    outline: 0px !important;
}
#slider1.owl-carousel .owl-nav .button:focus,
#slider2.owl-carousel .owl-nav .button:focus,
#slider4.owl-carousel .owl-nav .button:focus{
  	outline: 0px !important;
}
/*----------------- sponsor slider css end-----------------*/
.gallery-area, .committee-sec, .imp-days-sec1,
.sponsor-sec1, .national-faculty-sec1, .what-to-see-sec1,
.what-to-see-sec2,.faq-sec, .venue-sec, .how-to-reach-sec1,
.registration-sec, .terms-sec{
	margin: 60px 0;
}
.gallery-box img{
	width:100%;
	height: 100%;	
}
.gallery-box p{
	margin: 10px 0 30px;
	text-align: center;
	color: #333;
}
.gallery-content {
	display: block;
	padding: 18% 0 0;
}
.gallery-content h4,.register-area h4 {
	font-size: 42px;
	font-weight: 500;
	color: #0078bf;
	font-family: 'Montserrat';
	line-height: 1.2;
}
.register-area{
	display: block;
	padding:50px 0;
	margin: 0px 0 0;
	background: url(../../images/register-bg.jpg) no-repeat center center;
	text-align: center;
}
.register-area p, .national-faculty-sec1 p{
	display: block;
	width:70%;
	margin: 20px auto;
}
.register-area h4, .register-area p{
	text-align: center;
	color:#fff;
}
.register-area h4 span{
	display: block;
	margin: 5px 0 0; 
	font-size: 20px;
	font-weight: 400;
}
.btn2 {
	font-family: 'Montserrat';
	display: inline-block;
	padding: 16px 30px;
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ea5f21;
	border: 2px solid #ea5f21;
	border-radius: 50px;
	text-decoration: none;
	transition: all .5s ease;
	font-weight: 400;
}
.btn2:hover {
	background-color: #fff;
	border: 2px solid #ea5f21;
	color: #333;
	text-decoration: none;
	transition: all .5s ease;
}
/*--------------------inside page banners------------*/
.banner-about-us, .banner-bursary, .banner-abstract, .banner-imp-days, .banner-contact, .banner-venue,
.banner-committee, .banner-sponsors, 
.banner-international-faculty, .banner-national-faculty,
.banner-what-to-see, .banner-faq, .banner-privacy, 
.banner-refunds,.banner-terms, .banner-services-offered{
	position: relative;	
	display: block;
	height:330px;	
}
.banner-bursary{
	background: url(../../images/inner_page_banner/bursary.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;
}

.banner-abstract {
	background: url(../../images/inner_page_banner/abstract.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;
}

.banner-about-us{
	background: url(../../images/inner_page_banner/about_us.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;
}

.banner-services-offered{
	background: url(../../images/inner_page_banner/banner-sevices-offered.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;
}
.banner-terms{
	background: url(../../images/inner_page_banner/banner-terms.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;
}
.banner-refunds{
	background: url(../../images/inner_page_banner/banner-refunds.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;
}
.banner-privacy{
	background: url(../../images/inner_page_banner/banner-privacy.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;
}
.banner-imp-days{
	background: url(../../images/inner_page_banner/banner-important-days.jpg) no-repeat center 0; 
	background-size: cover;
}
.banner-contact{
	background: url(../../images/inner_page_banner/banner-contact-us.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;	
}
.registration-new{
	background: url(../../images/Robotics-Banner.png) rgba(0, 0, 0, 0.5) no-repeat center 0; 
  	background-size: cover;  
  	background-blend-mode: multiply;	
}
.registration-new .inner-banner-text{
    padding: 18% 0  2% 0;
    text-align: left;
}
.banner-venue{
	background: url(../../images/inner_page_banner/banner-venue.jpg) rgba(0, 0, 0, 0.3) no-repeat center 0; 
	background-size: cover;
	background-blend-mode: multiply;	
}
.banner-committee {
	background: url(../../images/inner_page_banner/banner-committee.jpg) no-repeat center 0; 
	background-size: cover;
}
.banner-sponsors {
	background: url(../../images/inner_page_banner/banner-sponsors.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
	background-size: cover;
	background-blend-mode: multiply;
}
.banner-international-faculty{
	background: url(../../images/inner_page_banner/banner-international-faculty.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
	background-size: cover;
	background-blend-mode: multiply;
}
.banner-national-faculty{
	background: url(../../images/inner_page_banner/banner-national-faculty.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
	background-size: cover;
	background-blend-mode: multiply;
}
.banner-what-to-see{
	background: url(../../images/inner_page_banner/banner-what-to-see.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
	background-size: cover;
	background-blend-mode: multiply;
}
.banner-how-to-reach{
	background: url(../../images/inner_page_banner/banner-how-to-reach.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
	background-size: cover;
	background-blend-mode: multiply;
}
.banner-faq{
	background: url(../../images/inner_page_banner/banner-faq.jpg) rgba(0, 0, 0, 0.6) no-repeat center 0; 
	background-size: cover;
	background-blend-mode: multiply;
}
.inner-banner-text{
	padding: 10% 0;
	text-align: center;
}
.inner-banner-text h2{
	display: block;
	font-family: 'Montserrat';
	font-size: 32px;
	font-weight: 700;
    line-height: 1.2;
    padding: 0px;
    margin-bottom: 0;
    color: rgba(255,255,255,.8);    
    letter-spacing: -.2pt;    
} 
.conference-sec1.conf-sec h2{
	position: relative;
	top:-10px;
}
.conference-sec1.conf-sec h2 span{
	font-size: 20px;
}
.photo-area{
	/*width:250px;*/
	width:100%;
}
.photo-area img{
	width:100%;
	max-width:103px;
	padding: 2px;
	border:1px solid #ccc;
	margin-right: 5px;
}
.photo-area .small-text{
	margin: 5px 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	/*font-weight:bold;*/
}
.photo-area .small-text span{
	display: block;
	font-size:11px;
	color:#555;
	font-weight:normal;
}

@media (min-width: 1200px) {
	.photo-area {
		width: 70%;
	}
}
/*-----------organizing-committee page--------------*/

.committee-sec h4{
	text-align: center;
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #0078bf;
	margin: 40px 0 40px;
}
.committee-box{
	-webkit-box-shadow: 0 0 2px 2px #e5e5e5;
	-moz-box-shadow: 0 0 2px 2px #e5e5e5;
	box-shadow: 0 0 2px 2px #e5e5e5;
	margin: 0 0 20px;
}
.col-cntr{
	justify-content: center;
}
.committee-box img{
	max-width: 210px;
}
.committee-box  h6{
	font-family: 'Montserrat';
	font-size: 17px;
	color:#ea5f21;
	font-weight: 400;
}
.committee-box p{
	color:#333;
}
/*------------------contact & venue page---------*/
.address-area, .form-box{
	padding: 20px;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	border-bottom: 2px solid #ea5f21;
}
.address-area.bg-1{
	background: #0078bf;
	border-bottom: 0px;
}
.address-area.bg-1 h2{
	text-align: left;	
	font-family: 'Montserrat';
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	margin-bottom: 14px;
}
.address-area h4, .what-see-box h4{
	text-align: left;	
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;	
	margin: 0px 0 0px;
}
.address-area h4 span{
	font-family: 'Montserrat';
	display:block;
	color:#333;
	font-size: 18px;	
	margin:10px 0 20px;
	line-height: 1.4;
	font-size: 400;
}
.address-area h6{
	font-family: 'Montserrat';	
	font-size:17px;
	color:#333;
	font-weight:400;
	padding-bottom: 0px;
	margin-bottom:8px;	
}
.address-area.bg-1 h6, 
.address-area.bg-1 p, 
.address-area.bg-1 p a{
	color:#fff !important;
}
.address-area .gap{
	margin:10px 0 0;
}
.address-area .table1{ display:table;
	width:100%;
}

.address-area .table1-row{ display:table-row;
}
.address-area .table1-col{ 
	display:table-cell;
	vertical-align:top !important;
	
}
.address-area .table1-col img{
	max-width: 17px;
	max-height:17px;
}
.address-area .table1-col p a{
	text-decoration: none;
	color: #555;
	
}
.address-area .table1-col.icon{
	width:25px;
}
.address-area img.map{
	width:100% !important;
	margin-bottom: 20px;
}

.venue-map-area iframe{
	padding:5px;
	border:1px solid #ccc !important;
}
.form-area label{
	color:#333;
}
.form-area input[type="text"], .form-area input[type="email"],
.form-area input[type="password"], .form-area input[type="file"],
.form-area select{
	display: block;
	width:100%;
	color:#555;
	padding:5px 5px 5px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	height:35px;
}
.form-area input[type="checkbox"]{
	margin-right: 5px;
}
.checkbox-area a{
	color:#0377bf;
	text-decoration: none;
}
.checkbox-area a:hover{	
	text-decoration: none;
}
.form-area .contact-no input[type="text"]{
	width:auto;
}
.form-area textarea{
	display: block;
	width:100%;
	color:#555;
	padding:10px;
	font-size: 14px;
	height:100px;
	border: 1px solid #ccc;
}
.form-area .contact-txt-area textarea{
	height:175px;
}
.map-area iframe{
	margin: 0 0 -6px;
}
.venue-sec .address-area h4{
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #0078bf;
	margin: 00px 0 20px;
}
.distance-box p{
	margin-bottom: 5px;
}
/*------------------important days page---------*/

.imp-days-sec1 .table3{
	display: table;
	width:100%;
	border: 1px solid #e0e0e0;
	border-collapse: collapse; 
}
.imp-days-sec1 .table-row3{
	display: table-row;
}

.imp-days-sec1 .table-cell3{
	background: #f5f5f5;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px 10px;	
}
.imp-days-sec1 .table-row3:hover .table-cell3{
	background: #fff;
}
.imp-days-sec1 .table-cell3:first-child{
	width:150px;
}
.imp-days-sec1 .table-cell3 h6{
	font-family: 'Montserrat';
	font-size: 18px;
	color:#333;
	font-weight: 500;
}
.table-cell3 img{
	width:138px;
	height:138px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
/*----------tab area css---------*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  /*width:25%;*/
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  text-align: left;
}

.tab button.tablinks-one {
	width:23%;
}

.tab button.tablinks-two {
	width:31%;
}

@media (max-width: 991px) {
	.tab button {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.tab button.tablinks-one,
	.tab button.tablinks-two {
		width: 100%;
	}
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #0078bf;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 30px 0;
  border: 0px;
  border-top: none;
  transition:all .5s ease; 
}
.tablinks span{
	font-family: 'Montserrat';
	display: block;
	color:#333;
	font-size: 12px;
	font-weight: 400;
}
.tab .tablinks.active span{
	color:#fff;
	}
.tablinks{
	font-family: 'Montserrat';
	color:#0078bf;
	font-size: 16px;
	font-weight: 500;
}
.tablinks.active{
	color:#fff;
}
/*------------------sponsors-industry page---------*/
.sponsor-sec1 img{
	width:100%;
}
.sponsor-sec1 a{
	color:#555;
	text-decoration: none;	
}
p.big-text{
	font-family: 'Montserrat';
	font-size:16px;
	color:#333;
	margin: 0 0 5px;
	padding:0px;
	font-weight: 400;
}
.sponsor-sec2{
	display: block;
	background: #f9f9f9;
	padding:60px 0;
}
.sponsorship-box{
	display: flex;
	background: #ea5f21;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	height:120px;
}
/*-----------national faculty page-------*/
.national-faculty-sec1 .speaker-box{
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	margin: 0 0 30px;
}	
.national-faculty-sec1 p{
	text-align: center;
	margin: 0px auto 40px;
}
.what-see-box{
	margin: 0 0 40px;
}
.what-see-box img{
	width:100%;	
	margin: 0 0 10px;
}
.what-see-box p{
	margin: 0 0 10px;
	line-height: 1.6;
}
.what-see-box h4{
	font-family: 'Montserrat';
	margin: 10px 0;
	color:#ea5f21;
	font-weight: 400;
}
.btn-area1{
	text-align: center;
	margin: 20px 0 0;
}
.btn-area1 .btn1{ 
	background-color: #ea5f21;
	border: 1px solid #ea5f21;
	color: #fff;
}
.btn-area1 .btn1:hover{ 
	background-color: #fff;
	border: 1px solid #ea5f21;
	color: #ea5f21;
}
/*-----------faq page-------*/
.faq-sec .card{
	margin: 0 0 10px;
}
.faq-sec .card-header{
	padding:0px;
}
.faq-sec .card-header a{
	display: block;
	font-family: 'Montserrat';
    color: #0078bf;
    font-size: 16px;
	width:100%;
	padding: .75rem 1.25rem;
	box-sizing: border-box;
	font-weight: 500;
}
.faq-sec a.card-link{
	position: relative;
}
.faq-sec a.card-link:after{
	position: absolute;
	right:10px;
	top:15px;
	display: block;
	width:16px;
	height:16px;
	content: '';
	background: url(../../images/minus.png) no-repeat 0 0;
	transition: all .5s ease;
}
.faq-sec a.card-link.collapsed:after{
	position: absolute;
	right:10px;
	top:15px;
	display: block;
	width:16px;
	height:16px;
	content: '';
	background: url(../../images/plus.png) no-repeat 0 0;
	transition: all .5s ease;
}
/*---------------what to see-----------*/
.what-see-box .content{
	display: inline;
}
.what-see-box a.show_hide{
	color:#ea5f21;
}
.what-to-see-sec2 h3{
	text-align: center;
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	color: #0078bf;
	margin: 40px 0 40px;
	font-weight: 500;
}

/*---------------how-to-reach-----------*/
.how-to-reach-sec1  h4 {
  text-align: left;
  font-family: 'Montserrat';
  color:#ea5f21;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

/*---------------registration page-----------*/
.regis-total-box{
	border: 1px solid #eee;
	padding:20px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
}
/*---------------Terms and Conditions page-----------*/
.terms-sec .tab button {  
  	width:50%;
}
.terms-sec h3{
	color:#ea5f21;
	font-size: 20px;
	font-weight: bold;
}
.terms-sec h5.heading2{
	color:#333;
	font-size: 15px;
	font-weight: bold;
}
.table-area2 .table2{
	display: table;
	width:100%;
	border:1px solid #ccc;
	border-collapse: collapse;
}
.table-area2 .table-row2{
	display: table-row;	
}
.table-area2 .table-cell2{
	display: table-cell;
	border:1px solid #ccc;
	border-collapse: collapse;
	padding:10px;
	width:14%;
	box-sizing: border-box;
	text-align: center;
}

.table-area2 .table-cell2.table-cell4 {
	display: table-cell;
	border:1px solid #ccc;
	border-collapse: collapse;
	padding:10px;
	width:10%;
	box-sizing: border-box;
	text-align: center;
}

.table-area2 .table-cell2:first-child{
	/*width:16%;*/
}
.table-area2 .table-cell2.table-cell4:first-child{
	width:15%;
}
.table-area2 .table-cell2.table-cell4:last-child{
	width:25%;
}
.table-area2 .table-cell2.heading{
	background: #ea5f21;
	color:#fff;
	font-weight: bold;
} 
.table-area2 .table-cell2.heading-col{
	background: #4a4a4a;
	color:#fff;
	font-weight: bold;
}
.table-area2 ul{
	margin:40px 0 0;
	padding: 0 0 0 20px;
}

.table-area2 ul.reg-charges {
	margin: 25px 0 0;
}

.terms-sec ul li{
	margin: 0 0 10px;
}
.note-area{
	display: block;
	background:#ea5f21;
	padding:20px;
}
.note-area h3{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}
.note-area p{
	color:#fff;	
}

footer{
	font-family:'Montserrat';
	display:block;
	background:#0078bf;
	padding:44px 0 20px;
	margin:0px 0 0;
	font-size:14px;
	line-height: 1.4;
	font-weight: 400;
}
footer h6{
	font-family: 'Montserrat';
	font-size:15px;
	color:#fff;
	text-transform: uppercase;
	margin-bottom:10px;
	font-weight: 400;
}
footer ul, footer ul li{
	list-style:none;
	line-height:1.2;
	padding: 0px;	
}
footer ul li a, footer p, footer p a{
	display:block;	
	color:#fff;
	margin-bottom:6px;
	line-height:1.6;
	font-weight: 300;	
	text-decoration: none;
}
footer a:hover{
	color:#fff;
	text-decoration: none;
}
footer p i{
	margin-right:5px;
}
footer p a{
	display: inline-block;
}
footer .social-icons li a{
	font-size: 18px !important;
	width: 19px !important;	
}
footer p.bold-txt{
	font-family: 'Montserrat';
}
footer .last-col img{
	margin-bottom: 0px;
}
.footer-bottom{
	display: block;	
	background: #005587;
	text-align: center;
	padding:8px 0 2px;
}
.footer-bottom p{
	padding:8px 0 0;
	color:rgba(255,255,255,.8);
	font-size:13px;
}
.footer-bottom a{
	color:rgba(255,255,255,.8);
	font-size:13px;
	text-decoration: none;
}
.footer-bottom-links span{
	padding: 0 10px;
}

.align_justify
{
	text-align: justify;
}

.align_right
{
	text-align: right;
}

.modal-dialog 
{
	max-width: 450px !important;
}

a:hover 
{
	text-decoration: none !important;
}

.input-group-text
{
	height: 35px;
}

.conf_location
{
	font-weight: 600;
	margin-bottom: 5px !important;
}

.cap_bhalla_desg
{
	/*margin-right: 20% !important;*/
}

.cap_bhalla_img
{
	margin-right: 17% !important;
}

.table-cell3:first-child {
  width: 3% !important;
}

.razorpay-payment-button
{
	background: #ea5f21;
	border: 0;
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	float: right;
}

.acc_not_found
{
	font-size: 24px;
color: #f00;
font-weight: bold;
}

.reg_cancel
{
	padding: 5px 10px !important;
font-size: 14px !important;
margin: 0px 5px 20px !important;
background-color: #ea5f21 !important;
border: 1px solid #ea5f21 !important;
color: #fff !important;
border-radius: 5px !important;
float: right !important;
}

.pop_heading
{
text-align: center;
font-size: 16px;
font-weight: 600;
color: #1a85c6;
}

.reg_btm
{
padding: 10px 20px !important;
font-size: 14px !important;
background-color: #ea5f21 !important;
border: 1px solid #ea5f21 !important;
color: #fff !important;
border-radius: 5px !important;
}

.heading
{
	font-size: 16px !important;
	text-align: left !important;
	margin-bottom: 10px !important;
	color: #0078bf;
	/*font-family: 'Roboto-Medium';*/
	line-height: 1.2;
	font-weight: 400;
/*	text-align: center !important;*/
}

.acc_per_add
{
	border: 1px solid #dddddd;
padding: 10px 12px;
border-radius: 10px;
}


.db_box_txt
{
	text-align: center;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 600;
}

.db_txt_box
{
	background: #ea5d1f;
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	min-height: 55px;
}

.db_box
{
	border: 1px solid #0078bf;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.db_box_img
{
	width: 100%;
border-radius: 50%;
}

.price_nb
{
font-size: 14px;
color: #f00;
display: block;
margin-top: 5px;
}

.speaker-box p{
	font-family: 'Montserrat';
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
	color: #f36120;
}

.textright{
	text-align: right;
}

.textright p{
   line-height: .45;
}

#timer span{
	background-color: transparent;
	color: #ffffff;
	padding: 10px 10px;
	margin: 0 10px;
	font-size: 4em;
	border: 2px solid #fff;
}


@media(max-width: 576px){
	.banner-about-us, .banner-bursary, .banner-abstract, .banner-imp-days, .banner-contact, .banner-venue,
.banner-committee, .banner-sponsors, 
.banner-international-faculty, .banner-national-faculty,
.banner-what-to-see, .banner-faq, .banner-privacy, 
.banner-refunds,.banner-terms, .banner-services-offered{
	position: relative;	
	display: block;
	height:150px !important;
}
	/*.nav-link, .dropdown_menu{
		padding: .5rem 0rem;
	}*/

	.conference-sec1.conf-sec h2 span{
		font-size: 17px;
	}

	.dropdown_menu{
	position: relative;
	padding: 0;
}

	.s-icons{
		text-align: center;
	}

	.conference-sec1 h2, .speaker-sec h2, .location-area h2, .award-area h2, .e-poster h2, .best-epapers h2, .sponsor-area h2, .gallery-area h2, .form-area h2, .sponsor-sec1 h2, .sponsor-sec2 h2, .national-faculty-sec1 h2, .terms-sec h2{
		font-size: 24px;
	}

	.tab button{
		text-align: left;
		font-size: 14px;
	}

	.margin-6 {
       margin: 0px 0 20px !important;
}

.gallery-area, .committee-sec, .imp-days-sec1, .sponsor-sec1, .national-faculty-sec1, .what-to-see-sec1, .what-to-see-sec2, .faq-sec, .venue-sec, .how-to-reach-sec1, .registration-sec, .terms-sec {
	margin: 20px 0; 
}

.committee-sec h4{
	font-size: 18px;
	margin: 10px 0 20px;
}

.speaker-box, .committee-box{
	padding: 5px 5px;
}

.speaker-box p{
	font-size: 25px !important;
}

.national-faculty-sec1 p {
  text-align: center;
  margin: 20px auto 20px;
}

.register-area p, .national-faculty-sec1 p{
	width: 95%;
}

.textright{
	text-align: left;
	margin-top: 1em !important;
}

#timer space{
		margin: 0 12px !important;

	}

	.gallery-content h4, .register-area h4{
		font-size: 24px;
	}

	.register-area h4 span{
		font-size: 16px;
	}

	.gallery-content{
		padding: 0 0 0;
		text-align: center;
	}

	.location-area{
		margin: 0 0 30px;
	}

	.gallery-content h4{
		
	}
	.btn1{
		margin-bottom: 15px;
	}

	.speaker-sec{
		padding: 20px 0;
	}

	.banner{
		padding: 40px 0;
	}

	.banner-text{
		width: 95%;
	}

	.banner-text h4{
		font-size: 23px;
	}

	.banner-text h5{
		font-size: 20px;
	}

	.banner-text h2{
		font-size: 40px;
	}

	.banner-text h2 span{
		font-size: 19px;
	}

	.conference-sec2 .table-cell2{
		display: block;
	}

	#timer span{
	color: #ffffff;
	padding: 10px 10px;
	margin: 0 2px;
	font-size: 1.4em;
	border: 1px solid #fff;
}

.conference-sec2 .table-cell2.col-bg1, .conference-sec2 .table-cell2.col-bg2{
	padding: 10px 10px;
}

.cap_bhalla_desg{
	margin-right: 0;
}

.navbar-toggler{
	padding: .15rem .35rem;
}

.navbar-light .navbar-nav .nav-link {
	padding-top: 10px !important;
}




}

.abstract-bold-text
{
	box-shadow: 0px 0px 6px 0px #00000024;
	padding: 25px 25px;
	background: #fff;
	border-radius: 9px; 
}

.abstract-bold-text h3
{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	font-family: 'Montserrat';
	font-weight: 400;
}

.abstract-bold
{
	margin-bottom: 60px; 
	background: #f0f0f0; 
	padding: 50px 0; 
}

.form-download a
{
	background: #0078bf;
	color: #ffffff;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
}

.form-download span
{
	display: block;
	margin-bottom: 20px; 
	font-size: 20px; 
	font-weight: bold;
}

@media(max-width: 991px)
{
	.form-download a
	{
		display: block;
	}
}

.speaker-active .owl-carousel.owl-drag .owl-item, 
.clients-logo .owl-carousel.owl-drag .owl-item {
	border: 1px solid #e7e7e7
}
.clients-logo{margin-top:40px; margin-bottom:30px}

.clients-logo .owl-nav{text-align: center;
    margin-top: 10px}

.clients-logo .owl-nav button {

 border: 1px solid #e7e7e7!important;
    padding: 6px!important;
    margin-right: 10px;

}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px !important;
    }
}

/* 6. Services */
.services-bg {
	background-image: url(../img/bg/services_bg.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 115px;
	padding-bottom: 65px;
}
.services-thumb img {
	width: 100%;
	transition: .4s linear;
	transform: rotate(0deg) scale(1);
}
.services-content > span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 0.8px;
	color: #0078BF;
	margin-top:20px;
}
.services-content h4 {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
	color: #222;
}
.services-content h4 a:hover {
	color: #e7005c;
}
.services-content p {
	margin-bottom: 30px;
}
.services-box:hover .services-thumb img {
	transform: rotate(-3deg) scale(1.1);
}

.fix {
	overflow: hidden;
}

.award-area {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 32px;
}

.award-area h2, .best-epapers h2, .e-poster h2 {
	margin-bottom: 28px;
}

.speaker-active {
    padding-left: 300px;
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .speaker-active {
        padding-left: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1499px) {
    .speaker-active {
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .speaker-active {
        padding-left: 0;
    }
}

/* 8. Speakers */
.speaker-box-one {
	position: relative;
	overflow: hidden;
}
.speaker-overlay {
	position: absolute;
	left: 25px;
	bottom: 65px;
	right: 25px;
	z-index: 9;
	transform: translateY(-30px);
	transition: .4s linear;
	opacity: 0;
}
.speaker-box-one::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #100839;
	opacity: 0;
	transition: .4s linear;
}
.speaker-overlay > span {
	font-size: 14px;
	color: #e7005c;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.speaker-overlay h4 {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}

.speaker-box-one:hover::before {
	opacity: .83;
}
.speaker-box-one:hover .speaker-overlay {
	transform: translateY(0px);
	opacity: 1;
}

.speakers-shape-bg {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	opacity: .37;
	z-index: -1;
}

.best-epapers {
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 50px;
}

.picframe {
    position: relative;
    overflow: hidden;
}

.profile_pic {
	background-size: cover;
}

.picframe.s2:hover {
    transform: scale(1.05);
}

.filter {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: -moz-linear-gradient(45deg, rgba(136, 73, 227, 0.5) 0%, rgba(73, 145, 227, 0.5) 100%);
    background: -webkit-linear-gradient(45deg, rgba(136, 73, 227, 0.5) 0%, rgba(73, 145, 227, 0.5) 100%);
    background: linear-gradient(45deg, rgba(136, 73, 227, 0.5) 0%, rgba(73, 145, 227, 0.5) 100%);
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808849e3', endColorstr='#804991e3',GradientType=1 );
}

.picframe.s2 img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 1s ease;
}

.picframe.s2:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
    transform: scale(1.1);
}

.picframe.s2 .filter {
    opacity: 1;
    transition: 1s ease;
}

.picframe.s2:hover .filter {
    opacity: 0;
}

.e-poster {
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 32px;
}

.profile_pic h3 {
	font-size: 23px;
  color: #222;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}

.profile_pic p {
	display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.8px;
    color: #0078BF;
    margin-top: 0px;
}

.doc-img img {
    width: 80px;
    border-radius: 50%;
    border: 2px solid #0078bf;
}

a.book-seat {
	background: #ea5f21;
  color: #fff;
  padding: 6px 12px;
  font-weight: 600;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
	a.book-seat {
		font-size: 12px;
	}
}

.seat-bg {
	background: #D2F0FF;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  /* Mobile responsiveness */
  @media screen and (max-width: 600px) {
    /* Reduce padding for cells on small screens */
    th, td {
      padding: 6px;
    }
    
    /* Reduce font size for headers on small screens */
    th {
      font-size: 14px;
    }
    
    /* Reduce font size for data cells on small screens */
    td {
      font-size: 14px;
    }
   
    .table_wrapper {
    overflow-x: scroll !important;
    }
  }

@media(min-width: 1280px) {
	.navbar {
		padding: .5rem 1rem .1rem 1rem;
	}
}

.txn td
{
	padding: 10px 10px !important;
  vertical-align: middle !important;
  font-size: 14px;
}

.txn td p
{
	margin-bottom: 0px;
}

#loader
  {
    display: none;
  }

  .loader-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1); /* Black background with opacity */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* From Uiverse.io by abrahamcalsin */ 
.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: .9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.fs-h-13
{
	font-size: 13px;
	font-weight: 600;
}

.fs-b-13
{
	font-size: 13px;
}