@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Montserrat", sans-serif;*/

html, body{
	height:100%;
}
body{
	font-family: "Montserrat", sans-serif;
	color:#161616;
	background:#ffffff;
	font-size:15px;
	line-height: 24px;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6{
	/*color: #101010;*/
	color: #3c3c3c;
	font-weight:600;
}
h2{
	font-size:30px;	
	margin-bottom:15px;
}
h3{
	font-size:25px;
	margin-bottom:15px;
}
h4{
	font-size:22px;
	margin-bottom:15px;
}
h5{
	font-size:17px;
	font-weight:600;
}
h6{
	font-size:16px;
	font-weight:600;
}
.uline{
	position:relative;
	padding-bottom:10px;
}
.uline::after{
	content:"";
	position:absolute;
	height:2px;
	background:#cf232a;
	left:0;
	right:0;
	bottom:0;
}
.red{
	color: #cf232a;
}
p{
	color:#161616;
}
a, .btn, span, div, img, .navbar-toggler{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a{
	color:#161616;
	text-decoration: none;
}
.a1{
	font-weight:500;
	color:#ce2027;
}
.a1:hover{
	color:#edd767;
	text-decoration:underline;
}
.btn1, .btn2, .btn3{
	font-size: 18px;
	color: #ffffff;
	background: #ce2027;
	border-radius: 25px;
	padding: 10px 30px;
}
.btn1:hover, .btn3:hover{
	color: #ffffff;
	background: #4b4b4b;
}
.btn2{
	color: #ffffff;
	background: #000000;
}
.btn3{
	border-radius: 3px;
}
.list li{
	list-style:disc;
}
.list1, .list2{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.list1 li,.list2 li{
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
	
}
.list1 li:before,.list2 li:before{
	content: "\f00c";
	font-family:FontAwesome;
	font-size: 14px;
	text-align: center;
	color: #edd767;
	width:24px;
	height: 24px;
	border-radius: 50%;
	background: #3c3c3c;
	display: inline-block;
	position: absolute;
	left:0;
	top:0;
}
.list2 li:before{
	line-height:22px;
	color:#ce2027;
	background:#fff;
	border:2px solid #ce2027;
}
.olist1 > li::marker{
	font-weight:600;
	color:#ce2027;
}
.olist1 h5{
	color:#ce2027;
}
.banner-sec .btn1:hover, .btn2:hover{
	color: #000000;
	background: #edd767;
}
.hdr-sec{
  	width: 100%;
	z-index: 999;
	border-top:5px solid #ce2026;
	position: relative;
}
.hdr-sec:after{
	content: "";
	position: absolute;
	width:100%;
	top:0;
	bottom: 35px;
	background: #242424;
	background: -webkit-linear-gradient(rgba(36, 36, 36, 1) 0%, rgba(83, 83, 83, 1) 100%);
	background: -o-linear-gradient(rgba(36, 36, 36, 1) 0%, rgba(83, 83, 83, 1) 100%);
	background: linear-gradient(rgba(36, 36, 36, 1) 0%, rgba(83, 83, 83, 1) 100%);
}
.home.hdr-sec{
	position: absolute;
  	top: 0;
  	left: 0;
}
.home.hdr-sec:after{
	background:none;
}
.navcustom{
	padding:0;	
	z-index: 99;
}
.hdr{
	display: flex;
	width: 100%;
	flex-direction:column;
}
.hdr-nav{
	display: flex;
	width: 100%;
}
.navcustom .navbar-brand{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -18px;
}
.navcustom .navbar-collapse{
	border-top: 1px solid #3d3d3d;
	padding-top:8px;
}
.log-reg-user-sec{	
	padding: 15px 0;
	text-align: right;
	line-height: 18px;
	min-height:68px;
}
.log-reg-user-sec a{
	color:#ffffff;	
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
}
.log-reg-user-sec a:hover{
	color:#ce2027;
}
.log-reg-user-sec a:last-child{
	padding-right: 0 !important;
}
.log-reg-user-sec .l-bdr{
	border-left: 1px solid #3d3d3d;
}

.log-reg-user-sec .user.dropdown{
	font-size:14px;
	display: inline-block;
}
.log-reg-user-sec .user.dropdown .dropdown-toggle{
	color:#fff;
	padding:0;
}
.log-reg-user-sec .user.dropdown .dropdown-toggle:hover, .log-reg-user-sec .user.dropdown .dropdown-toggle.show{
	color: #e6d379;
}
.log-reg-user-sec .user .user-thumb{
	width:32px;
	height:32px;
	border-radius:50%;
	margin-right:3px;
}
.log-reg-user-sec .user .dropdown-menu{
	padding:0;
	right: 0;
    left: auto;
}
.log-reg-user-sec .user  .dropdown-menu .dropdown-divider{
	margin:0px;
}
.log-reg-user-sec .user  .dropdown-menu{
	border-radius:0;
	background:none;	
}
.log-reg-user-sec .user .dropdown-menu li .dropdown-item{
	background:#fff;
	color:#272727;
	padding:5px 10px;
}
.log-reg-user-sec .user  .dropdown-menu li:first-child .dropdown-item{	
	border-radius:5px 5px 0 0;
}
.log-reg-user-sec .user  .dropdown-menu li:last-child .dropdown-item{
	border-radius:0 0 5px 5px;
}
.log-reg-user-sec .user .dropdown-menu li .dropdown-item:hover{
	background:#ce2026;
	color:#fff;
}




.navcustom .nav-item{
	font-size:16px;
	font-weight: 500;
}
.navcustom .nav-item{
	position:relative;
}

.navcustom .nav-link{
	color: #edd767;
	padding: 10px 20px !important;
}
.navcustom .navbar-nav .nav-item:last-child .nav-link{
	padding-right:0 !important;
}
.navcustom .nav-item:hover:after, .navcustom .nav-item.active:after{
	content:"";
	position:absolute;
	left:15px;
	right:15px;
	bottom:5px;
	height:1px;
	background:#ce2027;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navcustom .navbar-nav .nav-item:last-child:hover:after, .navcustom .navbar-nav .nav-item:last-child.active:after{
	right:-5px;
}
.navcustom .navbar-toggler{
	border:0;
	background: #ce2027;
}
.navcustom .navbar-toggler:hover{
	background: #edd767;
}
/*--Banner Sec--*/
.banner-sec{
	background: #242424;
	background: -webkit-linear-gradient(rgba(36, 36, 36, 1) 0%, rgba(83, 83, 83, 1) 100%);
	background: -o-linear-gradient(rgba(36, 36, 36, 1) 0%, rgba(83, 83, 83, 1) 100%);
	background: linear-gradient(rgba(36, 36, 36, 1) 0%, rgba(83, 83, 83, 1) 100%);
	/*min-height: 750px;*/
	position: relative;
	padding-top: 190px;
	z-index: 99;
	/*display: flex;*/
}
.banner-content {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 99;
}
.banner-sec h1{
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: -50px;
}
.banner-sec h1 span{
	display: block;
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	color: #edd767;
}
.banner-sec p{
	font-size: 20px;
	color:#ffffff;
}
.banner-sec .banner-img {
  z-index: 99;
  position: relative;
  margin-bottom: -70px;
}
.triangle{
      width: 0;
      height: 0;
      border-left: 100vw solid transparent;   /* 50% of the viewport width */
      border-right: 0 solid transparent;  /* 50% of the viewport width */
      border-bottom: 210px solid #fff;       /* Triangle's color */
	  /*align-self: flex-end;*/
	  position: absolute;	  
	  bottom: 0;
	  left: 0;
	  z-index: 1;
    }
.triangle-bdr{
	 width: 0;
     height: 5px;
      border-left: 100vw solid transparent;   /* 50% of the viewport width */
      border-right: 0 solid transparent;  /* 50% of the viewport width */
      border-bottom: 210px solid #ce2027;       /* Triangle's color */
	  /*align-self: flex-end;*/
	  position: absolute;	  
	  bottom: 5px;
	  left: 0;	
}
/*==Upcoming Webinar Sec==*/
.upcoming-webinar-sec{
	background: url('../images/img1.png') no-repeat right bottom;
	min-height: 795px;
	z-index: 98;
	position: relative;
}
.upcoming-webinar-sec .container{
	z-index:9;
	position:relative;
}
.nav-pills1{
	width:100%;
	display:flex;
}
.nav-pills1 .nav-item{
	flex:1;
	text-align:center;
}
.nav-pills1 .nav-link{
	color:#fff;
	background:#000000;
	border-radius:0;
	margin-right:1px;
	position:relative;
	cursor:pointer;
	padding: 8px 5px;
	height:100%;
}
.nav-pills1 .nav-link:hover{
	background:#ce2027;
}
.nav-pills1  .nav-link.active, .nav-pills1 .show > .nav-link{
	background:#ce2027;
}
.nav-pills1 .nav-link.active::after, .nav-pills1 .show > .nav-link::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #ce2027;
	position:absolute;
	bottom:-8px;
	left: 50%;
	margin-left: -10px;
}
.sub-upcoming-webinar .nav-link{
	color:#000000;
	background:#fdf4f4;
	border:1px dashed #c1c1c1;
	margin-right:10px;
	line-height:15px;
	cursor:pointer;
}
.sub-upcoming-webinar .nav-link:hover{
	background:#cecece;
}
.sub-upcoming-webinar .nav-link span{
	font-size:10px;
	display:block;
	text-align:right;
}
.sub-upcoming-webinar  .nav-link.active, .sub-upcoming-webinar .show > .nav-link{
	background:#ce2027;
}
.num-webinar{
	border: 1px dashed rgb(193, 193, 193);
	background:#fff;
	border-radius:4px;
	padding:5px 5px;
	margin-bottom:15px;
}
.webinar-container .title{
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom:20px;
}
.w-cat-date-time{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  margin-bottom: 10px;
}
.w-cat-date-time .w-cat{
	font-size:13px;
	line-height:15px;
	color:#fff;
	background:#cf232a;
	padding:2px 7px;
	margin-right:10px;
}
.w-date, .w-time{
	border-right:1px solid #ce2027;
	padding-right:10px;
	padding-left:20px;
	position:relative;
	margin-right:10px;
}
.w-time{
	border-right:0;
	padding-right:0;
	margin-left:0;
}
.w-date::before, .w-time::before{
  content: "\f073";
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: normal;
  font-weight: 900;
  color: #908b8b;
  position: absolute;
  left: 0;
  top: 0;
}
.w-time::before {
  content: "\f017";
}
.webinar-container .webi-topic .webi-details{
	max-width: 400px;
}
.webinar-container .btn1{
	font-size:15px;
	padding: 8.5px 30px;
}
/*====*/
.sec1{
	padding:80px 0;
}
.inner.hdr-sec + section{
	margin-top:-35px;
}
.sec1 h1{
	font-size: 35px;
	font-weight: 400;
}
.sec1 h1.u-line{
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.sec1 h1.u-line:after{
	content:"";
	width: 160px;
	height: 3px;
	background: #ce2027;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -80px;
}
.sec1 h1.u-line.text-start:after{
	left:0;
	margin-left: 0;
}
.sec1 h1.u-line1{
	position:relative;
	margin-bottom: 35px;
}
.sec1 h1.u-line1:after{
	content:"";
	height: 3px;
	background: #ce2027;
	position: absolute;
	bottom: 9px;
	left: 0;
	right:0;
	margin-left: 0;
	z-index:-1;
}
.sec1 h1.u-line1 span{
	background:#fff;
	padding-right:10px;
}
.sec1 h1.u-line1.text-start:after{
	left:0;
	margin-left: 0;
}
.hdr1{
	text-transform: none !important;
	font-size: 50px !important;
	font-weight: 500 !important;
	color:#cf232a;
}
.hdr2{
	font-size: 40px;
	font-weight: 700;
	color: #3c3c3c;
}
.greybg{
	background: #efefef;
}
.redbg{
	background: #cf232a;
}
.card1, .card2{
	border: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.card1 .card-body, .card2 .card-body{
	padding: 30px;
}
.card1 h5{
	font-size: 22px;
}
.card2{
	border-radius:20px;
}
/*==Webinar Record Sec==*/
.webinar-record-sec{
	background: url('../images/record-bg.jpg') no-repeat center;
	text-align: center;
}
.webinar-record-sec .trans-box{
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 100px 0;	
}
.webinar-record-sec .record{
	text-align: center;
}
.record .value{
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	color: #edd767;
}
.record .title{
	font-size:18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
/*==Testimonials Sec==*/
.testimonial-sec{
	color: #fff;
	background: #ce2027;
}
.testimonial-sec p{
	color:#fff;
}
.testimonial-sec h1{
	color:#fff;
}
.testimonial-sec h1.u-line::after{
	background: #edd767;
}
.testimonial-card{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align:center;
}
.testimonial-card::before{
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: normal;
	font-weight: 900;
	color: #edd767;	
}
.testimonial-card p.testimonial-text{
	font-size: 16px;
	line-height: 28px;
}
.testimonial-card .testimonial-img{
	width: 70px;
	height: 70px;
	border: 4px solid #f16149;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 5px;
}
.testimonial-card .testimonial-name{
	font-size:18px;
	font-weight: 500;
	color:#fff;
	margin-bottom: 0;
}
.testimonial-card .testimonial-role{
	font-size:15px;
	margin-bottom: 0;
}
/*==About us==*/
.img1{
	position: relative;
	width: 40%;
	float:right;
	padding: 20px;
	margin-left: 90px;
}
.img1:before{
	content:"";
	width:95px;
	height: 95px;
	border: 3px solid #ce2027;
	position: absolute;
	top:0;
	right:0;
}
.img1:after{
	content:"";
	width:95px;
	height: 95px;
	border: 3px solid #ce2027;
	position: absolute;
	bottom:0;
	left:0;
}
/*==Speaker==*/
.speaker-card{
	text-align: center;
}
.speaker-card .speaker-img{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	border: 3px solid #ce2027;
	background: #fff;
	padding: 3px;
	margin-bottom: 15px;
}
.speaker-card h5 {
  font-size: 22px;
}
/*==Why should Join Webinar==*/
.service-card{
	padding: 30px 30px 40px 20px;
	margin-bottom:24px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	border: 0;
}
.service-card .icon{
	position:absolute;
	right:20px;
	top:20px;
}
.service-card .service-title{
	font-size: 22px;
	font-weight: 700;
}
.service-card .count-number{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #cf232a;
	position: absolute;
	right: -50px;
	bottom: -50px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 17px 25px;
}
.service-card p{
	margin-bottom: 0;
}
/*==How Join Webinar Sec==*/
.how-join-webinar-sec{
	background: url('../images/how-join-webinar-img.png') no-repeat right bottom;
}
ol.num-list{
	padding-left:18px;
	margin-bottom:0;
}
.step{
	padding:0 20px 30px 80px ;
	position:relative;
}
.step:before{
	content:"";
	height:100%;
	width:1px;
	background:url('../images/dot-line.png') repeat-y top;
	position:absolute;
	left:32px;
}
.step-icon{
	width:65px;
	position:absolute;
	left:0;
	top:0;
}
.step h3{
	font-size:16px;
	font-weight:bold;
	color:#cf232a;
}
.step h3 b{
	font-size:20px;
	color:#0d0d0d;
	font-weight:bold;
	display:block;
}
.join-process-steps{
	background:rgba(255, 255, 255, 0.75)
}
.join-process-steps .step:last-child::before{
	display:none;
}
/*==Footer==*/
.ftr-top{
	padding: 20px 0;
	background: #000000;
}
.ftr-links{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.ftr-links a{
	color: #fff;
	margin-right: 25px;
}
.ftr-links a:hover{
	color:#ce2027;
}
.ftr-links a:last-child{
	margin-right:0;	
}
.ftr-btm{
	font-size:14px;
	/*background: #efefef;*/
	color:#fff;
	background: #ce2027;
	padding: 18px 0;
}
.ftr-links li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.social-links{
	margin-left: auto;
}
.social-links a{
	color:#fff;
	background: #484848;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	display:inline-block;
	margin-left:10px;
}
.social-links a svg{
	height:20px;
}
.social-links a:hover{
	background: #ce2027;
}

/*==Webinars==*/
.search-input-sec{
	background:#fff;
	border:1px solid #d4d4d4;
	border-radius:5px;
	padding:0 15px;
}
.search-sec .inside-wrap{
	padding:12px 10px;
}
.search-sec label.title{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#ce2027;
}
.search-sec .note{
	font-size:13px;
}
.search-container{
	border:1px solid #d4d4d4;
	border-radius:23px;
	display:flex;
	padding:4px;
}
.search-container .form-control{
	border:0;
	border-radius:20px;
}
.search-container .form-control:focus{
	box-shadow: none;
}
.search-container .btn{
	border:1px solid #ce2027;
	border-radius: 50%;
    width: 36px;
    height: 36px;
	padding:5px;
}
.search-container .btn:hover{
	background:#ce2027;
}
.search-container .btn .fa-search{
	font-size:20px;
}
.search-container .btn:hover .fa-search{
	color:#fff;
}
.search-sec .days-list{
	list-style:none;
	padding:0;	
	margin-bottom:5px;
}
.search-sec .days-list .day-wrap{
	width:26px;
	height:26px;
	font-weight:500;
	border-radius:50%;
	border:1px solid #ce2027;
	text-align:center;
	display:block;
	cursor:pointer;
}
.search-sec .days-list .day-wrap.active, .search-sec .days-list .day-wrap:hover{
	background:#ce2027;
	color:#fff;
}
.search-sec .days-list li{
	display:inline-block;
	margin-right:12px;
}
.rgt-bdr{
	position:relative;
}
.rgt-bdr:after{
	content:"";
	position:absolute;
	background:#d4d4d4;
	width:1px;
	height:100%;
	top:0;
	right:0;
}
.categories-sec{
	margin-top:20px;
}
.categories-sec .form-check{
	background:#fff;
	border:1px solid #d4d4d4;
	padding:8px 15px;
	border-radius:5px;
}
.categories-sec .form-check .form-check-input{
	margin-left: 0;
	margin-right: 5px;
	border-color:#b0b0b0;
}
.categories-sec .form-check-input:checked {
  background-color: #ce2027;
  border-color: #ce2027;
}
.categories-sec .form-check-label{
	font-weight:500;
	line-height:20px;
}
.categories-sec .form-check-label .details{
	font-size:12px;
	color:#7b7b7b;
	display:block;
}
.search-sec .srch-btn{
	margin-bottom:-20px;
}
/*==Search Result Sec==*/
.sortby-sec .form-select{
	width:auto;
}
.search-result-sec .no-results{
	display:flex;
	height:100%;
	align-items:center;
}
/*.search-result-sec .webi-topic{
	display:flex;
}*/
.webi-topic{
	display:flex;
}
/*.search-result-sec .webi-topic .webi-img{
	max-width:180px;
	min-width:110px;
	flex-shrink: 0;
}*/
.webi-topic .webi-img{
	max-width:180px;
	min-width:110px;
	flex-shrink: 0;
}
/*.search-result-sec .webi-topic .webi-img img{
	border-radius:5px;
}*/
.webi-topic .webi-img img{
	border-radius:5px;
}
.webi-topic .webi-details{
	padding-left:15px;
}
.search-result-sec .webi-topic .webi-details{
	max-width:270px;
	min-width:204px;
}
.search-result-sec .webi-topic .webi-details .title{
	font-size:17px;
	line-height:18px;
	margin-bottom:0;
	font-weight:600;
}
.search-result-sec .webi-topic .webi-details .cat-name{
	font-size:13px;
	color:#ce2027;
	margin-bottom:0;
}
.search-result-sec .webi-desc{
	font-size:15px;
	line-height:20px;
	margin-bottom:0;
}
.speaker-details{
	display:flex;
}
.speaker-details .speaker-img{
	width:50px;
	flex-shrink: 0;
}
.speaker-details .speaker-img img{
	border-radius:50%;
	border: 1px solid #B5B5B5;
}
.speaker-details .speaker-name{
	padding-left:15px;
	flex:1;
}
.speaker-details .spkr-name{
	font-size:17px;
	line-height:18px;
	font-weight:600;
}
.speaker-details .spkr-des{
	font-size:15px;
	font-weight:400;
}
.sw-table th{
	font-size:20px;
	font-weight:500;
}
.sw-table.table tbody tr{
	background:#fdf4f4;
	border:2px dotted #dddbdb;
}
.sw-table.table tbody tr:nth-child(even){
	background:none;
	border:none;
}
.sw-table.table tbody td{
	padding:15px;
	background:none;
	border-style: none;
}
.sw-table.table tbody tr:nth-child(even) td{
	padding:10px 15px;
}
.sw-table .w-date{
	font-size:17px;
	line-height:18px;
	font-weight:600;
}
.sw-table .w-time{
	font-size: 15px;
    font-weight: 400;
}
.sw-table .btn2{
	font-size:15px;
	padding: 6px 15px;
	background:#444444;
	color:#fff;
	min-width: 110px;
}
.sw-table .btn2:hover{
	background:#ce2027;
}
.sw-table .w-date, .sw-table .w-time{
	border-right:0;
	padding-right:0;
	padding-left:0;
	margin-right:0;
	min-width: 145px;
}
.sw-table .w-date::before, .sw-table .w-time::before{
	display:none;
}
.sw-table .speaker-details{
	min-width: 225px;
}
.pagination1 .page-item{
	margin:0 5px;
}
.pagination1 .page-item .page-link{
	width:40px;
	height:40px;
	border-radius:50%;
	background:#fff;
	border:0;
	font-size: 15px;
	line-height: 28px;
	font-weight:500;
	color: #262626;
}
.pagination1 .page-item.active .page-link, .pagination1 .page-item.active .page-link:hover{
	color:#fff;
	background:#cf232a;
}
.pagination1 .page-item .page-link:hover{
	background:#c6c7c7;
}
.price-wrap{
	display:flex;
	justify-content:flex-end;
}
.price-wrap .title{
	display:flex;
	align-items:end;
	padding-right:10px;
}
.price-wrap .price-box{
	min-width:99px;
	height:96px;
	background:url('../images/price-wallet.png') no-repeat right;
	padding-right: 35px;
	color:#fff;
	font-size:25px;
	line-height:30px;
	font-weight:600;
	align-items: end;
	display: flex;
	justify-content: end;
	padding-bottom: 18px;
}
.price-wrap .price-box .price{
	background:#ce2027;
	display:inline-block;
	padding-left: 10px;
	border-radius: 5px;
}
/*==Webinar Details==*/
.web-details-sec{
	max-width:550px;
}
.web-details-sec .title{
	font-size:40px;
	line-height:40px;
	font-weight:600;
	color:#fff;
}
.web-details-sec .cat-name{
	font-size:14px;
	font-weight:500;
	color:#e3cf71;
}
.web-time-price {
  display: flex;
}
.web-details-sec .web-val-sec{
	width:100px;
	height:100px;
	flex-shrink:0;
	margin-right: 20px;
}
.web-details-sec .web-icon{
	height:35px;
	margin-bottom:5px;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}
.web-details-sec .speaker-details .speaker-img {
  width: 56px;
}
.web-details-sec .speaker-details .speaker-img img {
  border: 4px solid #ec4047;
}
.web-details-sec .speaker-details .speaker-name {
  color:#ffffff;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.webin-img{
	border-radius:6px;
}
.web-time-price{
	display:flex;
}
.web-val-sec{
	padding:10px 5px;
	background:#e2c76d;
	border-radius:5px;
	display:flex;
	flex-direction:column;
	text-align:center;
}
.web-val-sec .fa-calendar, .web-val-sec .fa-clock-o{
	font-size:35px;
	line-height:30px;	
}
.web-val-sec .fa-usd{
	font-size:30px;
	line-height:30px;	
}
.web-val-sec .web-row2{
	line-height:16px;
}
.web-val-sec b{
	font-weight:600;
}
.social-media-icons{
	background:#cf232a;
	padding:15px 20px;
	border-radius:5px;
}
.social-media-icons a{
	color:#fff;
	margin-right:10px;
}
.social-media-icons a:hover{
	color:#e2c76d;
}
.social-media-icons svg{
	height:20px;
}
.webinar-list{
	margin-bottom: 15px;
	border: 2px dotted #dddbdb;
	border-radius: 6px;
	background: #fdf4f4;
	padding:15px 20px;
	display:block;
}
a.webinar-list:hover{
	background: #efefef;
}
.webinar-list .webi-details .title {
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.webinar-list .webi-details .cat-name {
  font-size: 13px;
  color: #ce2027;
  margin-bottom: 3px;
}
.webinar-list .speaker-details {
  display: flex;
}
.webinar-list .speaker-details .speaker-img {
  width: 45px;
  flex-shrink: 0;
}
.webinar-list .speaker-details .speaker-img img {
  border-radius: 50%;
  border: 1px solid #B5B5B5;
}
.webinar-list .speaker-details .speaker-name {
  padding-left: 15px;
  padding-top:5px;
  flex: 1;
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
}
.webinar-list .w-date-time{
	font-size:14px;
	line-height:20px;
	font-weight:500;
	display:flex;
	margin-bottom:10px;
}
/*
.webinar-list .w-date-time .w-date::before, .webinar-list .w-date-time .w-time::before{
	content: "\f073";
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: normal;
	font-weight: 900;
	color: #908b8b;
	position:absolute;
	left:0;
	top:0;
}
.webinar-list .w-date-time .w-time::before{
	content: "\f017";
}*/
.webinar-list .speaker-details .spkr-des {
  font-size: 15px;
  font-weight: 400;
}
.sort-order{
	position:relative;
	display:inline-block;
	margin-left:auto;
	width:12px;
	height: 15px;
	cursor:pointer;
	margin-left: 5px;
}
.sort-order::before{
	content:"\f106";
	font: normal 16px FontAwesome;
	line-height:12px;
	color:#8d8d8d;
	position:absolute;
	bottom:50%;
}
.sort-order::after{
	content:"\f107";
	font: normal 16px FontAwesome;
	line-height:12px;
	color:#8d8d8d;
	position:absolute;
	top:50%;
}
/*==Testimonials==*/
.testimonial-details{
	display:flex;
}
.testimonial-details .testimonial-img{
	width:90px;
	flex-shrink: 0;
}
.testimonial-details .testimonial-img img{
	width:100%;
	border-radius:50%;
	border:4px solid #ce2027;
}
.testimonial-content{
	padding-left:15px;
	flex: 1;
	position:relative;
}
.testimonial-content .testimonial-text::before{
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 28px;
	margin-right:5px;
	line-height: normal;
	font-weight: 900;
	color: #edd767;
}
.testimonial-content .testimonial-name{
	font-size:16px;
	font-weight:600;
	margin-bottom:0px;
}
.testimonial-content .testimonial-role{
	font-size:14px;
	color:#505050;
}
/*==Accordion==*/
.accordion1 .accordion-button{
	background: none;
	border-radius: 4px;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding-right: 35px;
	color:#161616;
}
.accordion1 .accordion-button:not(.collapsed){
	box-shadow:none;
}
.accordion1 .accordion-item{
	border:0;
	margin-bottom: 15px;
	border: 2px dotted #dddbdb;
	border-radius:6px;
	background:#fdf4f4;
}
.accordion1 .accordion-body{
	padding-top: 20px;	
}
.accordion1 .accordion-body a{
	color:#d21b22;
}
.accordion1 .accordion-body a:hover{
	text-decoration:underline;
}
/*==Accordion Plus Minus==*/
.accordion-button::after {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='red' class='bi bi-plus' viewBox='0 0 20 20 '%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;*/
	background: none;
  content: "\f067";
  font: normal 20px/1 FontAwesome;	
  color: #161616;
	position: absolute;
	width: 19px;
	height: 19px;
	top:50%;	
	right:15px;
   	margin-top:-10px;
}
.accordion-button:not(.collapsed)::after {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='red' class='bi bi-dash' viewBox='0 0 20 20'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");*/
	background: none;
	 content: "\f068";
}
.accordion-button::after {
  transition: all 0.5s;
}
/*==Accordion Plus Minus==*/

/*==Contact Us==*/
.address-sec .addr-list{
	display:flex;
	margin-bottom:30px;
}
.addr-list .addr-icon{
	width:70px;
	height:70px;
	border-radius:50%;
	border:1px solid #ce2027;
	justify-content:center;
	align-items:center;
	display:flex;
	flex-shrink: 0;
	margin-right:15px;
	position:relative;
}
.addr-list .addr-icon:before{
	content:"";
	width:28px;
	height:28px;
	background:#ffffff;
	position:absolute;
	right:0;
	bottom:0;
}
.addr-list .addr-icon .fa{
	font-size: 40px;
	color:#ce2027;
	z-index:9;
}
.addr-list .addr-icon .fa-map-marker{
	font-size: 50px;
}
.addr-list .addr-icon .fa-phone{
	font-size: 45px;
}
.addr-list .addr-icon .fa-envelope{
	font-size: 40px;
}
.addr-list .addr-content{
	justify-content:center;
	display:flex;
	flex:1;
	flex-direction:column;
}
.address-sec .addr-list .off-hours{
  background: #ce2027;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  max-width: 340px;
}
.addr-list .addr-content h4{
	font-size:20px;
	font-weight:500;
	margin-bottom:3px;
}
.addr-list .addr-content p{
	color:#505050;
}
.addr-list .addr-content a{
	color:#505050;
	text-decoration:underline;
}
.addr-list .addr-content a:hover{
	color:#ce2027;
}
.form1 .form-control{
	border-radius:2px;
	padding: .5rem .75rem;
	border: 1px solid #ced4da;
}
.form1 .btn1{
	border-radius:3px;
	background-color: #ce2027;
}
.payment-form .form-label {
  margin-bottom: 2px !important;
}
.payment-cards{
	position:absolute;
	text-align:right;
	right:12px;
	top:-2px;
	width:40%;
}
.sub-total-sec{
	border-left:1px dashed #676767;
}
.subtotal-table tfoot tr td{
	font-size:18px;
	font-weight:600;
}
.subtotal-table tr td:last-child{
	text-align:right;
	font-size:18px;
	font-weight:600;
}
/*====*/
.form-sec h1{
	font-weight:500;
	margin-bottom:2px;
}
.return-title{
	font-weight:500;
	line-height:20px;
}
.return-title a{
	color:#ce2027;
	text-decoration:underline;
}
.return-title a:hover{
	color:#a1983f;
}
.form1 .form-label{
	font-weight:500;
	margin-bottom:2px;
}
.form1 .note{
	font-size:13px;
	line-height: 16px;
	color:#3c3f41;
	font-style:italic;
	margin-top:2px;
}
.form-sec .form1 .btn1{
	font-size:16px;
	font-weight:500;
}
.thankYou{
	text-align:center;
}
.thankYou .fa-check-circle{
	font-size:115px;
	color:#58d2a1;
	margin-bottom:15px;
}
.thankYou h1{
	font-size:30px;
	font-weight:600;
	color:#58d2a1;
}
.thankYou .success{
	font-size:18px;
	font-weight:500;
	margin-bottom:30px;
}
.transaction-num{
	margin-bottom:5px;
}
/*==Login Section==*/
.login-sec, .register-sec{
	background:url('../images/login-bg.jpg') no-repeat bottom;
	background-size: cover;
	padding:130px 0
}
.register-sec{
	background:url('../images/register-bg.jpg') no-repeat bottom;
}
.card3{
	background:rgba(0, 0, 0, 0.7);
	border-radius: 20px;
	border:0;
}
.card3 .card-body {
  padding: 30px;
  color:#fff;
}
.card3 h1, .card3 .form1 .note{
	color:#fff;
}
.show_hide_pw .eye-btn{
	border: 1px solid #ced4da;
	background:#fff !important;
	border-radius: 0 3px 3px 0;
}
.show_hide_pw .eye-btn a{
	color:#898989;
}
.card3 .btn1:hover{
	color:#000;
	background:#edd767;
}
.card3 .return-title a:hover{
	color:#edd767;
}
.form1 .form-check-input:checked {
  background-color: #ce2027;
  border-color: #ce2027;
}
/*====*/
.fixed-bodysec{
	min-height: calc(100% - 309px);
	display: flex;
	flex-direction: row;
	padding:70px 0;
}

/*==Dashboard==*/
.wrapper1{
	background:#fff;
	padding:25px;
	height:100%;
	width:100%;
}
.sidebar{
	padding-right:30px;
}
.sidebar-nav{
  margin: 0;
  list-style: none;
  padding: 0;
}
.sidebar-nav li{
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
}
.sidebar-nav li a{
	border: 2px dotted #fff;
    border-radius: 6px;
    background: #fff;
	padding:10px 15px;
	display:block;
}
.sidebar-nav li a:hover, .sidebar-nav li.active a{
	border: 2px dotted #dddbdb;
	background: #fdf4f4;
}
.sidebar-nav .icon{
	width:20px;
	margin-right:8px;
	display:inline-block;
}
.sidebar-nav .icon img{
	width:100%;
}
.db-content .db-hdr{
	border-bottom:1px solid #cfcfcf;
	margin-bottom:30px;
	padding:10px 0;
}
.db-content .db-hdr h1{
	font-size:20px;
	font-weight:500;
	margin-bottom:0;
} 
.prof-info .prof-details{
	max-width:450px;
}
.prof-info .prof-prop{
	max-width: 150px;
	font-weight:500;
}
.prof-info .prof-img{
	border:1px solid #d4d4d4;
	width:120px;
	position:relative;
}

.avatar-upload {
  position: relative;
}
/*.dcard1 .prof-img-col {
  width: 144px;
}*/
.avatar-upload .avatar-edit {
  position: absolute;
  right: -15px;
  z-index: 1;
  bottom: -10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #cc3333;
  border: 1px solid #ffffff;  
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  color: #ffffff;
  background: #606160;
  border-color: #ffffff;
}
.avatar-upload .avatar-edit input + label::after {
  content: "\f093";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-edit input + label:hover::after {
  color: #ffffff;
}
.avatar-upload .avatar-preview {
  width: auto;
  height: 120px;
  position: relative; 
  background: #d6d6d6;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.avatar-upload  .note{
	font-size:13px;
	color:#7b7b7b;
	line-height:16px;
	font-style:italic;
	margin-top:10px;
}
/*==My Webinars==*/
.mw-table.table thead th{
	background:#efefef;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 15px;
}
.mw-table.table tbody tr{
	background:#fff;
	border:0;
	border-bottom: 2px dashed #d0d0d0;
}
.mw-table.table tbody td{
	padding: 10px 15px;
}
.mw-table .webi-topic .webi-details, .mw-table .speaker-details .speaker-name{
  padding-left: 0;
}
.mw-table .webi-topic .webi-details .title, .mw-table .speaker-details .spkr-name, .mw-table .w-date, .mw-table .price{
	font-size: 15px;
	line-height: 16px; 
	color:#000000;
	font-weight: 600;
}
.mw-table .del{
	border:1px solid #cf232a;
	background:#fff;
	width:24px;
	height:24px;
	border-radius:5px;
	display:inline-block;
	padding:2px;
	text-align:center;
	line-height:5px;
	font-size:18px;
	color:#cf232a;
}
.mw-table .del:hover{
	color:#fff;
	background:#cf232a;
}
.range-wrap{
	position:relative;
}
/*.range-wrap::after{
	content: "\f073";
	font: normal 22px/2 FontAwesome;
	color: #666;
	  position: absolute;
	  right: 16px;
	  top: 0;	  
}*/
.date-range .form-control{
	border: 1px solid #d4d4d4;
	border-radius: 23px;
	height: 45.6px;
	color: #5f6265;
}
/*==Media Query==*/
@media screen and (max-width:1399px){	
	.navcustom .nav-link{
		padding: 10px 15px !important;
	}
	.banner-sec h1 {
  		font-size: 50px;
		line-height: 55px;
	}
	.banner-sec h1 span{
		font-size: 45px;
  		line-height: 45px;
	}
	.banner-sec p {
  		font-size: 18px;
	}
}

@media screen and (max-width:1199px){
	.log-reg-user-sec{
		padding: 10px 0 5px 0;
	}
	.navcustom .navbar-collapse{
		padding-top:0;
	}
	 .logo {
		max-width: 350px;
	  }
	  .navcustom .nav-item {
		font-size: 15px;
	  }
	.hdr1{
		font-size: 42px !important;
	}
	.hdr2 {
	  font-size: 28px;
	  font-weight: 700;
	  color: #3c3c3c;
	  line-height: 35px;
	}
	.upcoming-webinar-sec::after{
		content:"";
		left:0;
		right:0;
		top:0;
		bottom:0;
		position:absolute;
		background:rgba(255, 255, 255, 0.8);
		z-index: -1;
	}
	.img1{
		margin-left: 50px;
	}
	.img1::before, .img1::after {
		width: 70px;
		height: 70px;
	}
	.ftr-links{
		display: inline-block;
		text-align: center;
		margin-bottom:20px;
	}
	.webi-topic .webi-img {
		max-width: 160px;
	}
}

@media screen and (max-width:991px){
	.navcustom .navbar-brand {
 	 padding-top: 0;
	}	
	.log-reg-user-sec{
		padding: 5px 0;
		padding-bottom:0;
		border-bottom:0;
	}
	.rgt-nav-sec{
		position:relative;
	}
	.navbar-collapse{
		position: absolute;
		background: #535353;
		border-top:0;
		right: 0;
		width: 160px;
		top: 50px;
	}
	.navcustom .nav-link {
		 padding:7px 15px !important;
	}
	.navcustom .navbar-nav .nav-item:last-child .nav-link {
	  padding-right:15px !important;
	}
	.banner-sec{
		padding-top: 200px;
	}
  .banner-sec h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .banner-sec h1 span {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-sec p {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-sec .banner-img{
		margin-bottom: 0px;
	}
	.triangle{
		border-bottom: 150px solid #ffffff;
	}	
	.triangle-bdr{
		border-bottom: 150px solid #ce2027;
	}
	.card1 h5 {
	  font-size: 18px;
	}
	.webi-topic {
	  flex-direction: column;
	}
	.webi-topic .webi-details {
	  padding-left: 0;
	  padding-top: 10px;
	}
	.sidebar {
	  padding-right: 0;
	}
}

@media screen and (max-width:768px){
	.hdr{
	  flex-direction: column;
	}
	.hdr-nav{
		order:2;
	}
	.hdr .log-reg-user-sec{
		order: 1;
		width:100%;
	}
	.hdr .rgt-nav-sec{
		padding-top: 15px;
	}
	.navcustom .navbar-brand {
		padding-top: 20px;
		margin-right:0;
	  }	
	.hdr-sec::after{
		  bottom: 30px;
	  }
	.logo {
		max-width: 340px;
	 }
	.card1 .card-body {
	  padding: 20px;
	}
	.sec1 {
	  padding: 60px 0;
	}
	.sec1 h1 {
		font-size: 30px;
	}
	.speaker-card{
		margin-bottom:20px;
	}
	.img1 {
		margin-left: 25px;
	  }
	.web-details-sec{
		margin-bottom:30px;
	}
	.sub-total-sec{
		border-left:0;
		border-bottom:1px dashed #676767;
		margin-bottom:30px;
	}
}

@media screen and (max-width: 575px) {
	  .hdr .rgt-nav-sec {
		padding-top: 5px;
	  }
	.hdr-sec::after {
		bottom: 20px;
	  }
	 .logo {
		max-width: 280px;
	  }
	  .log-reg-user-sec{
		  font-size:14px;
	  }
	  .webinar-container .title {
		font-size: 30px;
		line-height: 35px;
	  }
	.webinar-record-sec .record{
		display: inline-block;
		padding: 10px 0;
		border-bottom: 1px solid #ffffff;
	}
	.webinar-record-sec:last-child .record{
		border-bottom: 0;	
	}
	.img1{
		margin-left:0;
		float:none;
		width:100%;
		margin-bottom: 20px;
	}
	.accordion1 .accordion-button{
		font-size: 17px;
		line-height: 20px;
	}
	.nav-pills1 .nav-link{
		   font-size: 12px;
			line-height: 16px;
	}
	.card3 .card-body {
	  padding: 20px;
	}
}
@media screen and (max-width: 460px) {
	.logo {
		max-width: 237px;
	  }
	  .web-details-sec .title {
		  font-size: 30px;
		  line-height: 30px;
	  }
	  .web-details-sec .web-val-sec {
		  width: 82px;
		  height: 82px;
		  margin-right: 15px;
	  }
	  .web-time-price .web-val-sec:last-child{
		  margin-right: 0;
	  }
	  .web-details-sec .web-icon {
		height: 30px;
	  }
	  .web-val-sec .fa-calendar, .web-val-sec .fa-clock-o,  .web-val-sec .fa-usd {
		  font-size: 25px;
		  line-height: 25px;
	  }
	  .web-val-sec .web-row2, .web-val-sec .web-row3{
		   font-size: 12px;
		   line-height: 16px;
	   }
	  .sub-upcoming-webinar .nav-link {
			padding: 5px !important;
			font-size: 14px;
			margin-bottom: 5px;
	   }
}

p:empty {
    display: none;
}
.day-wrap {
        padding: 10px 15px;
        border: 1px solid #ccc;
        cursor: pointer;
        border-radius: 6px;
        user-select: none;
    }
    .day-wrap.active {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
    }
    .event-box {
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 6px;
        margin-bottom: 20px;
        background: #f9f9f9;
    }
    
/*Testimonial Form*/
.nrep-testimonial-form-wrapper {
    max-width: 600px;
    margin: auto;
    padding: 20px;
}
.nrep-testimonial-form-wrapper form {
    display: flex;
    flex-direction: column;
}
.nrep-testimonial-form-wrapper .form-group {
    margin-bottom: 15px;
}
.nrep-testimonial-form-wrapper input, 
.nrep-testimonial-form-wrapper textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.nrep-testimonial-form-wrapper button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}
.captcha-group {
    display: flex;
    flex-direction: column;
}
.captcha-image {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.captcha-image img {
    margin-right: 10px;
    border: 1px solid #ccc;
}
#load-more-btn {
    background-color: #cf232a;
}

.eventin-ticket-form {
    margin-top: 50px;
}

/** ETN Search Section **/
.etn_search_wraper{
  padding-bottom: 10px;
}
.etn-event-search-wrapper{
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding:15px;
  background: #fff;
  display: flex;
  gap: 20px;
  margin-bottom:10px;
}
.etn-event-search-wrapper .input-group{
    border: 1px solid #d4d4d4;
    width:auto;
    border-radius: 20px;
    padding: 3px;
    padding-left: 7px;
}
.etn_event_inline_form .input-group:nth-child(1) {
  flex-grow: 1;
}
.etn_event_inline_form .input-group:nth-child(2) {
  flex-grow: 2;
}
.etn-event-search-wrapper .input-group .input-group-prepend{
   order:2;
}
.etn-event-search-wrapper .input-group .input-group-prepend .input-group-text{
   border: 1px solid #ce2027;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 5px;
  text-align: center;
  display: inline-block;
}
.etn-event-search-wrapper .input-group .form-control{
  border: 0;
  background: none;
  margin-left: 10px;
  padding-left: 10px;
}
.etn-event-search-wrapper .etn_event_select, .etn-event-search-wrapper .form-control{
  flex: 1 1 auto;
  margin-left: 10px;
  padding: .375rem .75rem;
  padding-left: 10px;
  width: auto;
  background: #fff;
  border: 0;
}
.etn-event-search-wrapper .form-control:focus{
box-shadow: none;
}
.etn-event-search-wrapper .search-button-wrapper{
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.search-button-wrapper .etn-btn.etn-btn-primary{
   padding: 5px 20px;
   font-size: 18px !important;
   line-height: 2.25rem;
   border-radius: 25px !important;
   background: #ce2027 !important;
}
.etn-event-search-wrapper .etn-filter-icon{
  color: #ce2027;
  border-left: 1px solid #d4d4d4;
  border-radius: 0;
}
.etn-event-search-wrapper .etn-filter-icon:hover{
  color: #212529;
}
.etn_event_inline_form_bottom{
  display: block;
  padding: 15px;
  border: 1px solid rgb(212, 212, 212);
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.etn_event_inline_form_bottom .etn_event_form_title{
  font-size: 22px !important;
  margin-bottom: 10px;
}
.etn_event_inline_input_label{
  margin-bottom: 8px;
}
.etn_event_inline_form_bottom .etn_event_select {
  border: 1px solid #c7c7c7;
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
}

.etn_search_bottom_area_text{
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:0;
}

.speaker-details .single-speaker{
  display:flex;
}

/** Ticket Section **/
.inner.hdr-sec + section {
  margin-top: -51px;
}
.etn-downloadable-container{
  padding:0;
}
.web-details-sec .web-val-sec{
  width: auto;
  min-width: 100px;
}

.etn-ticket-container.css-gy0wpv{
border: 2px dotted #dddbdb;
  border-radius: 6px;
  background: #fdf4f4;
  padding: 20px;
}
.etn-ticket-header {
  padding-top: 0;
}
.etn-ticket-title {
  color: #cf232a;
}

/** Login Section **/
#wppb-form-style-2-wrapper.wppb-user-login-form {
  display: flex !important;
  width: auto !important;
  max-width: 100%;
}
#wppb-login-wrap{
  max-width: 100% !important;;
}
#wppb-form-style-2-wrapper :not(.mce-ico){
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0 !important;
}
.wppb-form-field label {
  font-size:15px !important;
  color: #fff !important;
  width: auto !important;
}
#wppb-form-style-2-wrapper .wppb-form-field{
  margin-bottom:25px !important;
}
#wppb-form-style-2-wrapper .wppb-form-field.login-remember{
  margin-bottom: 10px !important;
}
.wppb-form-field label {
  color: #fff !important;
  width: auto !important;
  margin-bottom: 5px !important;
}
.wppb-form-field input[type="text"], .wppb-form-field input[type="password"] {
  border-radius: 2px !important;
  padding: .5rem .75rem !important;
  border: 1px solid #ced4da !important;
  height: auto !important;
  font-weight: 400 !important;
  color: #212529 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px;
}
#wppb-form-style-2-wrapper .wppb-form-text-field input:not([type="submit"]):focus{
  border: 1px solid #ced4da !important;
}
#wppb-loginform .login-submit {
  overflow: visible;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#wppb-submit.button-primary {
  background-color: #ce2027;
  border-radius: 3px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
#wppb-submit.button-primary:hover {
  background: #edd767;
  color: #000;
}
.wppb-user-forms input[type="checkbox"], .wppb-user-forms input[type="radio"]{
  padding: 0;
  background: #fff;
  border-radius: .25em !important;
  border: 1px solid #312e2a !important;
}

/** Search Page **/
.etn-event-item .etn-event-thumb img{
  height: auto !important;
}
.search-sec .days-list .day-wrap{
  padding:0;
}
.search-container .btn{
  padding: 5px 8px;
}

/** Post page single.php **/
.single-post {
    padding: 60px 0;
}
.single-post .hdr1 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
}
.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.post-content {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 1rem;
    color: #333;
}
.post-content h2, .post-content h3, .post-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.post-content p {
    margin-bottom: 15px;
}
.post-content ul {
    margin-left: 25px;
    list-style: disc;
}
.post-content a {
    color: #0073aa;
    text-decoration: none;
}
.post-content a:hover {
    text-decoration: underline;
}

/** Study Guide **/
.study-guide-section {
padding: 60px 0;
background: #fafafa;
}

.hdr1 {
font-size: 2rem;
font-weight: 700;

}

.file-item {
background: #fdf4f4;
border: 1px solid #eee;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}

.file-item:hover {
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.file-title a {
font-size: 1.1rem;
color: #007bff;
text-decoration: none;
font-weight: 600;
}

.file-title a:hover {
text-decoration: underline;
}

.file-description {
font-size: 0.95rem;
color: #555;
margin-top: 8px;
}

.card4 {
  padding: 30px 20px 20px 20px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  border: 0;
}
.card4-content .file-title a {
  color: #ce2026;
  text-decoration: underline;
}
.card4-content .file-title a:hover{
                color: #ce2026;
}
.exam-table.table thead th {
  background: #efefef;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;           
}
.exam-table.table tbody tr{
                background:#fdf4f4;
                border-bottom:2px dotted #dddbdb;
}
.exam-table.table tbody tr:nth-child(even){
                background:none;
}
.exam-table .title{
  font-size: 15px;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
}
.exam-table .btn2 {
  font-size: 15px;
  padding: 6px 15px;
  background: #444444;
  color: #fff;
  min-width: 110px;
}
.exam-table .btn2:hover {
  background: #ce2027;
}
.exam-table .date{
                white-space: nowrap;
}

/**Sub menu styles**/

.navcustom .dropdown-menu{
    border-radius: 0 !important;
    left: 15px;
    margin-top: -7px;
    padding: 0;
}
.navcustom .dropdown-menu li{
    border-bottom: 1px solid #ce2027; 
}
.navcustom .dropdown-menu li:last-child{
    border-bottom: 0;
}
.navcustom .dropdown-menu li .dropdown-item{
    padding: 7px 15px;
}
.navcustom .dropdown-menu li .dropdown-item:hover{
    background: #ce2027;
    color: #ffffff;   
}

.forminator-quiz--action-buttons{
    display: none !important;
}

.forminator-pagination-footer {
    color: red !important;
}

.forminator-button-next {
    background-color: #edd767 !important; /* Change to your preferred color */
    color: #fff !important;
    border: none;
}

.forminator-button-next:hover {
    background-color: #ce2027 !important;
}

/* Previous Button Style */
.forminator-button-back {
    background-color: #ce2027 !important;
    color: #fff !important;
    border: none;
}

.forminator-button-prev:hover {
    background-color: #edd767 !important;
}

.navcustom  .dropdown-menu .nav-item:hover::after{
display:none;
}

.forminator-quiz--list .forminator-quiz--title{
font-size: 32px !important;
}