.border-box {
    border: 12px solid #cccccc;
    overflow: hidden
}

.about-carousel.border-box {
    margin-bottom: 0;
}

.border-box {
    margin-bottom: 50px;
}

.vc_row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.vc_col {
    display: flex;
}

.vc_column-inner {
    display: block;
    width: 100%;
}

.about-section h2,
.popular-event h2 {
    margin-bottom: 5px;
}

.gray-bg {
    background: #f7f7f7;
}

.recent-tab {
    margin: 40px auto;
    text-align: center;
}

.recent-tab ul.nav-pills {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: inline-block;
}

.nav.nav-pills {
    border: medium none;
}

.nav-pills {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-pills>li {
    position: relative;
    display: block;
    padding: 0 0;
}

.recent-tab .nav-pills>li {
    float: left;
}

.nav-pills>li {
    margin-bottom: -1px;
}

.recent-tab .nav.nav-pills li a {
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
}

.recent-tab .nav.nav-pills li a.active {
    color: #000;
    border-radius: 30px;
    font-weight: bold;
    padding: 10px 20px;
}

.recent-tab .nav.nav-pills li a.active::after {
    border-style: solid;
    border-width: 12px;
    bottom: -23px;
    content: "";
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 12px;
}

.recent-tab .nav.nav-pills li a.active::after {
    border-color: #fa2837 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.event_inner {
    margin-bottom: 30px;
}

.event_inner {
    box-shadow: #ddd 0 0 8px 5px;
}

.event_inner {
    margin-bottom: 30px;
}

.event_inner {
    box-shadow: #ddd 0 0 8px 5px;
}

.listing-thumb img {
    width: 100%;
    height: 240px;
    display: block;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.event-status {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    color: #fff;
    background: #de302f;
    padding: 7px 20px;
    border-radius: 25px;
    font-weight: 500;
}

.event-price {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    color: #FFFFFF;
    padding: 7px 20px;
    border-radius: 25px;
    font-weight: 500;
    background: #de302f;
}

.event_icon {
    position: absolute;
    list-style: none;
    top: 200px;
    right: 20px;
}

.event_icon li {
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 5px;
    text-align: center;
}

.event_icon li a .fa {
    padding: 7px;
    color: #de302f;
}

.event_body__BfZIC {
    border: 1px solid #e7e7ed;
    margin-bottom: 1px;
}

.event_body__BfZIC {
    padding: 25px 20px 38px;
}

.event_calendar__2x4Hv {
    padding: 10px 0;
    text-align: center;
    float: left;
    margin-right: 18px;
}

.color-primary {
    color: #de302f !important;
}

.event_month__S8D_o {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: normal;
}

.event_date__2Z7TH {
    display: block;
    font-size: 24px;
    color: #485273;
    line-height: normal;
}

.event_content__2fB-4 {
    overflow: hidden;
}

.event_title__3C2PA {
    font-size: 20px;
    margin: 0;
    margin-bottom: 3px;
}

.event_title__3C2PA {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}

.event_title__3C2PA a {
    color: inherit;
}

.event_meta__CFFPg {
    font-size: 13px;
    color: #9ea6ba;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.event_content__2fB-4 ul li {
    width: 100%;
    display: inline-block;
    margin: 0;
    float: left;
    font-size: 13px;
    color: #9ea6ba;
    line-height: 1.78;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event_meta__CFFPg span {
    margin-right: 20px;
    margin-bottom: 5px;
    color: #777777;
}

.event_meta__CFFPg .fa {
    margin-right: 8px;
    color: #de302f;
}

.event_icon .dp_social_share li {
    width: auto;
    height: auto;
    float: left;
    border: none;
    border-radius: unset;
    background: none;
}

.dp_social_share {
    min-width: 9rem;
}

.dp_social_share>li>a {
    font-size: 12px;
    padding: 5px 0px !important
}

ul.dp_social_share li {
    padding: 5px 10px;
}

.popular-event {
    padding: 90px 0;
}


/*=====================
	5. About Conference
============================*/

.about-section {
    position: relative;
        padding: 0;
}

.about-content p {
    margin-bottom: 40px;
}

.carousel {
    position: relative;
    overflow: hidden
}

.carousel-inner .carousel-item img {
    width: 100%
}

.carousel-control {
    box-shadow: none;
    background: transparent
}

.left.carousel-control-prev,
.right.carousel-control-next {
    background: #de302f none repeat scroll 0 0;
    bottom: 0;
    font-size: 40px;
    height: 45px;
    line-height: 22.5px;
    opacity: 1;
    padding: 0 !important;
    position: absolute;
    text-shadow: none;
    top: inherit;
    width: 58px;
}

.left.carousel-control-prev {
    right: 65px !important;
    left: auto
}

.right.carousel-control-next {
    right: 0px !important;
}


/*==============
	14. Footer
=======================*/
.secondary-bg,
.secondary-bg p,
.secondary-bg h1,
.secondary-bg h2,
.secondary-bg h3,
.secondary-bg h4,
.secondary-bg h5,
.secondary-bg h6,
.primary-bg,
.primary-bg p,
.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.primary-bg h4,
.primary-bg h5,
.primary-bg h6,
.white_text,
.white_text p,
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text p {
    color: #fff;
}

.footer-news .social_links {
    margin: 40px 0;
    padding: 0px;
}

.social_links li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.social_links li a {
    display: block;
    color: #fff;
    margin: 0 18px 0 0;
    font-size: 20px;
}

.footer-social-tab {
    margin-bottom: 80px;
    margin-top: 145px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.footer-social-tab ul {
    margin: 0;
    padding: 0;
}

.footer-social-tab ul li {
    display: inline-block;
    list-style: outside none none;
    vertical-align: middle;
}

.footer-social-tab a {
    border: 1px solid hsl(0, 1%, 35%);
    border-radius: 50%;
    color: hsl(0, 0%, 100%);
    display: block;
    font-size: 35px;
    height: 80px;
    line-height: 80px;
    margin: 0 22px;
    width: 80px;
}

.footer-social-tab a:hover {
    border: 1px solid hsl(0, 73%, 53%);
    color: hsl(0, 73%, 53%);
}

.footer-logo-text p {
    font-size: 306px;
    font-weight: 700;
    line-height: 170px;
    color: hsl(0, 0%, 21%);
}

.copyright {
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.copyright p {
    color: hsl(0, 0%, 100%);
    font-size: 16px;
}

.footer-td {
    background: #111111;
    padding: 60px 0;
}

.footer-sd {
    background: #000;
    padding: 20px 0;
}

.logo {
    text-align: center;
}

.copyright-text {
    text-align: right;
}

.footer-news .social-title {
    padding: 0;
}

/*================
	15. Back to top
=========================*/

.back-top {
    bottom: 20px;
    position: fixed;
    right: 30px;
    z-index: 1;
}

.back-top a {
    background: hsl(0, 0%, 0%) none repeat scroll 0 0;
    border-radius: 0;
    color: hsl(0, 0%, 100%);
    display: block;
    font-size: 31px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    vertical-align: top;
    width: 52px;
}

#back-top a:hover {
    opacity: 0.57;
}

/*================
	About us section
=========================*/
@media (min-width:768px) and (max-width:991px) {
    #about .about-carousel {
        margin-top: 0px;
    }

    .about-carousel {
        margin-top: 71px;
    }
}

@media (max-width:767px) {
    .about-carousel.border-box {
        margin-bottom: 0;
    }
}

#captcha {
    width: 50%;
    height: 0%;
    font-size: 30px;
    letter-spacing: 3px;
}
.captchaBg{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.captcha-input{
    height: 40px;
    width: 50%;
}
.captcha-button{
    display: flex;
}
#captchaCheck,#refreshButton  {
    padding: 7px 30px;
    font-size: 18px;
    background-color: black;
    color: white;
    cursor: pointer;
    border: 2px solid white;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}

.contact-button{
    margin: 20px 0;
    width: 100%;
    padding: 20px 0;
    font-size: 35px;
    background-color: black;
    color: white;
    cursor: pointer;
    border: none;
}

/* 8.4. Agent Profile */
.user-nav li,
.user-nav ul{
  margin: 0;
}
.user-nav li a{
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: .3s;
  z-index: 1;
  border: 0;
  box-shadow: 0 2px 9px 0px rgba(34,12,43, 0.1);
  margin-bottom: 30px;
  color: #101737;
  font-family: "Poppins", sans-serif;
}
.user-nav li a i{
  margin-right: 10px;
  font-weight: 400;
  font-size: 24px;
}
.user-nav li a:hover{
  background-color: #f7f9fc;
}
.user-nav li a.active{
  background-color: #de302f;
  color: #fff;
}
.user-nav li a.logout{
  background-color: #ffbfc9;
  color: #ff4764;
}
.user-nav li a.logout:hover{
  background-color: #ff4764;
  color: #fff;
}
.acr-empty-section{
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.acr-empty-section i{
  font-size: 34px;
  line-height: 1;
}
.acr-empty-section h3{
  margin-top: 20px;
}
.acr-empty-section p{
  max-width: 450px;
  margin: 0 auto 20px;
}
.acr-welcome-message{
  margin-bottom: 30px;
}
.acr-welcome-message p{
  max-width: 600px;
}

/* Event detail page */
#banner {
	background-image:url(../img/event.webp);
}
.banner-section {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	overflow:hidden;
}
.banner-content h1 {
	font-size:90px;
	color:#fff;
}
.banner-fixed {
	display:table-cell;
	height:100vh;
	width:1%;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1
}
.banner-fixed{
	height:70vh !important;
}
.banner-tagline p {
	font-size:24px;
	color:#fff;
	line-height:auto !important;
	margin-top:20px;
}
.banner-content .content {
    text-align: center;
    border: 1px solid #FFF;
    padding: 0.5em;
    width: 50%;
    position: relative;
    margin: 1.5% auto;
}
.banner-content {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 170px 0;
}
.banner-area{
    height:550px !important;
}
.banner-content .content .banner-tagline {
    margin: 0 auto;
    border: 1px solid #FFF;
    width: 100%;
    padding: 1em;
}
.banner-content .content .banner-tagline h1 {
    font-size: 4em;
    margin: 0;
}
.gt-information {
    list-style: none;
    padding: 0px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-top-width: 1px;
    border-style: solid none none;
    border-color: #de302f;
    color: #fff;
    margin: 1em 0 0 0;
}
.gt-information > li {
    padding: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0px 15px;
}
.gt-information > li i {
    font-size: 20px;
    margin-right: 10px;
    color: #de302f;
}
/*================
	4. Countdown
========================*/

.countdown-tab {
	position:relative
}
.counter-sec {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:0px 15px;
	z-index:1
}
.half-width {
	width:50%;
	float:left;
}
.coming-timer {
	margin:0 auto;
	background:#161616;
	padding:22px 0px;
}
.countdown-counter {
	margin:0 auto;
	padding:22px 0px;
	background:rgba(34,34,34,0.65);
}
.countdown-amount:after {
	content:"";
	height:100%;
	width:1px;
	background:#444445;
	position:absolute;
	top:0px;
	right:-21px;
}
.countdown-amount:last-child:after {
	margin:0px;
	width:0px;
}
.countdown-amount:last-child {
	margin:0px;
}
.countdown-period {
	display:block;
	font-size:17px;
	line-height:1;
	text-align:center;
	font-weight:300;
	margin-top:3px;
	text-transform:capitalize;
}
.countdown-amount {
	color:#fff;
	font-size:50px;
	font-weight:700;
	display:inline-block;
	list-style:outside none none;
	margin:0 42px 0px auto;
	padding:15px 0px;
	text-align:center;
	width:auto;
	position:relative;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
}
.countdown-btn .btn::after {
    content: "";
    font-family: fontawesome;
    font-size: 19px;
    margin-left: 20px;
    position: relative;
      top: -5px;
  }

.event_detail {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
    margin: 50px 0 30px;
    background: #fff;
    padding: 0;
}
.content-box-module {
    width: 100%;
    display: block;
}
.content-box-module .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.content-box-module .nav-pills > li {
    position: relative;
    display: inline-flex;
    flex: 1;
	z-index:5;
}
.content-box-module .nav-pills > li > a, .content-box-module .nav-pills > li > a:visited {
    color: #4a4a4a;
    padding: 20px 23.2px;
    display: block;
    /* border-right: 1px solid #eee; */
    position: relative;
    /* border-bottom: 1px solid #EAEAEA; */
    width: 100%;
    font-weight: 600;
}
.content-box-module .nav-pills > li > a.active:after {
    background: #de302f;
    height: 3px;
}
.content-box-module .nav-pills > li > a:after, .content-box-module .nav-pills > li > a:visited:after {
    height: 0;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.content-box-module-detail ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
}
.nav-pills {
    border-bottom: none !important;
}
.nav-pills {
    border: none !important;
}

.content-box-module-detail ul li.active {
    color: #de302f;

}
.content-box-module-detail ul li {
    width: 20%;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
.nav-pills .active {
    color: #de302f;
    /* -webkit-text-fill-color: #de302f; */
}
.nav-pills li {
    color: #000;
    -webkit-text-fill-color: #000;
}
.content-box-module-detail ul li a {
    color: #505050;
    padding: 20px 15px;
    display: block;
    border-bottom: transparent solid 3px;
}
.content-box-module-detail {
    margin: 0 auto 0;
    max-width: 1140px;
    background: #ffefef;
    position: relative;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.content-box_body p{
    font-size: 14px;
}
.content-box_body {
    padding: 15px 20px;
	margin : 35px 0 10px 0;
}
.about-image img{
	margin-bottom:30px;
}

/* sidebar */
.event_detail_sidebar {
    margin: 50px 0;
    background: #fff;
    padding: 0;
}
.listing-sidebar {
    padding: 25px;
    border-radius: 6px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.sidebar_wrap:last-child {
    border: 0px;
    margin-bottom: 0px;
}
.listing-sidebar .sidebar_wrap {
    /* border-bottom: 1px solid #eeeeee; */
    margin: 0 -30px 0px;
    padding: 0 30px 0px;
}
.listing_action_btn {
    overflow: hidden;
}
.listing-sidebar ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}
.listing_action_btn li {
    border: 1px solid #eeeeee;
    float: left;
    font-size: 13px;
    height: 120px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    margin-right: 9px;
	margin-bottom: 10px;
}
.listing_action_btn li a {
    color: #555;
    display: block;
    padding: 20px 8px;
    cursor: pointer;
}
.listing_action_btn a:hover, .listing_action_btn a:focus, .listing_action_btn a:active {
    background-color: #de302f !important;
    color: #fff;
    border-color: #fff;
}
.listing_action_btn .fa {
    display: block;
    font-size: 53px;
    margin: 0;
    opacity: 0.5;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.listing_action_btn a:before {
    background: #de302f;
}
.listing_action_btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #de302f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.listing_action_btn .event_schedule li {
    height: 140px;
}
.event_schedule li .gt-content{
	padding: 5px 0;
}
.event_schedule li .gt-title{
	padding: 5px 0 0;
    margin-top: 5px;

}
.sidebar-heading {
    background: #e9e9e9;
    padding: 25px;
    margin: -25px -25px 20px;
}
.sidebar-heading h5 {
    margin: 2px auto;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
}
.sidebar-heading h5 .fa{
	padding-right: 10px;
}
.content-box-module {
    width: 100%;
    display: block;
}
.content-box-module .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.gt-content-detail-box > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gt-content-detail-box > ul > li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.gt-content-detail-box > ul > li > .gt-icon {
    font-size: 10px;
    padding: 15px;
    width: 60px;
    color: #de302f;
    height: 60px;
    border: none;
}
.gt-content-detail-box > ul > li > .gt-content {
    width: 100%;
    line-height: 20px;
}
.gt-content-detail-box > ul > li > .gt-content > .gt-title {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}
.gt-title {
    margin-top: 15px;
}
.gt-content-detail-box > ul > li > .gt-content > .gt-inner {
    font-size: 12px;
    color: #de302f;
}
.gt-icon{
    border: 2px solid #de302f;
    border-radius: 50%;
    height: 125px;
    width: 125px;
    margin: 0 auto;
    position: relative;
}
.gt-icon .fa{
    font-size: 2.65em;
    color: #de302f;
    position: relative;
    top: 32%;
}
.event_schedule .gt-icon{
	border: none;
    height: auto;

}
.listing_action_btn .gt-icon .fa{
	color: #de302f;
	opacity: 1;
}
.event_status::after {
    position: absolute;
    top: 807px;
    border: 0;
    font-size: 32px;
    left: 55px;
    content: "\f058";
    font-family: fontawesome;
    color: #de302f;
}
.listing_action_btn .batn span {
    display: block !important;
}
.listing_action_btn .batn{
	border:none;
}
.event_icon a .sl-counts{
	display:none;
}



/*======================
	Schedule-Styles
=============================*/
.schedule_event {
    background: #de302f;
    margin: 40px 0;
    padding: 15px;
}
.schedule_event .schedule_info2 .conf-user-info {
    width: 450px;
}
.schedule_event .conf-user-info h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
}
.schedule_event .conf-user-info h5 {
    color: #fff;
}
.schedule_event .schedule_info2 .conference-time-list{
	width:93%;
}
.schedule_event .conf-close {
    background: #000 none repeat scroll 0 0;
}
.schedule_event .schedule_info2 .nav.nav-pills > li > a{
	color: #000;
}
.schedule_event .schedule_style2 .nav.nav-pills > li a.active{
	background: #de302f;
	color: #fff;
}
.schedule_event .schedule_style2 .nav.nav-pills > li a.active::after {
    border-color: #de2f2f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -24px;
    width: 12px;
}

.schedule_info2 .nav.nav-pills {
	border:0px;
	text-align:center;
}
.schedule_info2 .nav.nav-pills {
	text-align:center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.schedule_info2 .nav-pills>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li>a {
    position: relative;
    display: block;
    color: #fff;
}
.dropdown:hover .dropdown-menu{
	display:block;
}
ul.dropdown-menu li{
	font-size: 18px;
    padding: 10px 0px;
}
ul.dropdown-menu li a{
	color: #fff;
}
ul.dropdown-menu li a:hover{
	color: #de302f;
}
.schedule_info2 .nav.nav-pills li {
	float:none;
	display:inline-block;
}
.schedule_info2 .nav.nav-pills > li > a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-right: 8px;
  padding: 20px 40px;
  text-align: center;
  text-transform: capitalize;
}
.schedule_info2 .nav.nav-pills > li > a.active{
    background: #de302f;
	color: #fff;
}
.schedule_info2 .nav.nav-pills > li > a span {
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight:400;
}
.schedule_info2 .conf-user-time {
  background: #222222 none repeat scroll 0 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  height: 120px;
  margin-left: -80px;
  margin-right: 10px;
  padding: 35px 30px;
  position: relative;
  text-align: center;
  width: 120px;
  z-index: 1;
}
.schedule_info2 .conf-user-time span.time {
  font-size: 26px;
  line-height:30px;
}
.schedule_info2 .time-schedule {
  font-size: 17px;
  text-align: center;
}
.schedule_info2 .conference-time-list {
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: table;
  margin: 0 auto 14px 40px;
  overflow: visible;
  padding: 17px 20px;
  position: relative;
  width: 100%;
}
.schedule_info2 .conf-user-info {
  width: 650px;
}
.schedule_style2 .nav.nav-pills > li a.active,
.schedule_style2 .nav.nav-pills > li:hover a,
.schedule_style2 .nav.nav-pills > li a:hover,
.schedule_style2 .nav.nav-pills > li a:focus {
  background:#de302f;
  color:#fff;
}
.schedule_style2 .nav.nav-pills > li a.active span,
.schedule_style2 .nav.nav-pills > li:hover a span,
.schedule_style2 .nav.nav-pills > li a:hover span,
.schedule_style2 .nav.nav-pills > li a:focus span {
	color:#fff;
}
.schedule_style2 .nav.nav-pills > li a.active::after {
  border-color: #de2f2f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 12px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 12px;
}



.schedule_style3 .conf-user-info {
  width: 700px;
}
.schedule_style3 .nav.nav-pills {
	border:0px;
}
.schedule_style3 .time, .schedule_style3 .time-schedule {
  color: #ffffff;
  display: inline;
  font-weight: 300;
}
.schedule_style3 .conference-time-list {
  border-bottom:0px;
  border-top:0px;
  border-right:0px;
  border-left:rgba(255, 255, 255, 0.1) solid 1px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  position:relative;
  overflow:visible;
  display:table;
  width:100%;
}
.schedule_style3 .conference-time-list::after {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -4px;
  position: absolute;
  top: 48%;
  width: 8px;
  z-index: 1;
}
.schedule_style3 .conf-user-img {
  border-radius: 50%;
  height: 60px;
  margin: 36px 20px;
  overflow:hidden;
  padding: 0;
  width: 60px;
}
.schedule_style3 .nav.nav-pills > li > a {
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  margin-right: 8px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.schedule_style3 .nav.nav-pills > li > a.active{
	background: #de302f;
}
.schedule_style3 .nav.nav-pills > li > a span {
	font-size:16px;
	text-transform:capitalize;
	font-weight:400;
}
.schedule_style3 .nav.nav-pills > li.active a,
.schedule_style3 .nav.nav-pills > li:hover a,
.schedule_style3 .nav.nav-pills > li a:hover,
.schedule_style3 .nav.nav-pills > li a:focus {
	background:#de302f;
}
.schedule_style3 ul.nav.nav-pills {
	text-align:center;
}
.schedule_style3 ul.nav.nav-pills li {
  display: inline-block;
  float: none;
  margin: 0 auto 30px;
  position:relative;
}
.schedule_style3 .nav.nav-pills > li.active::after {
  border-color: #de2f2f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 12px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -22px;
  width: 12px;
}

.conference-time-list {
	border-top:3px solid #393939;
	overflow:hidden;
	position:relative;
}
.conference-time-list:nth-last-child(1) {
	border-bottom:3px solid #393939;
}
.conf-user-time {
	color:#ffffff;
	float:left;
	padding:15px;
	text-align:center;
	width:135px;
	font-weight:300;
}
.conf-user-time span.time {
	display:block;
	font-size:44px;
	line-height:60px;
}
.time-schedule {
	display:block;
	font-size:20px;
	text-align:right;
}
.conf-user-img {
	float:left;
	padding:29px 20px;
	width:100px;
}
.conf-user-info {
    float: left;
    padding: 34px 10px;
    width: 495px;
    text-align: left;
}
.conf-user-info h5 {
	color:#de302f;
	margin-bottom:10px;
}
.conf-user-info h6 {
  color: hsl(0, 0%, 56%);
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
}
.conf-user-content {
	overflow:hidden;
	padding-top:25px;
}
.conf-user-content p {
	color:#ffffff;
	font-size:16px;
}
.conf-close {
	background:#de302f none repeat scroll 0 0;
	border-radius:50%;
	color:#ffffff !important;
	display:inline-block;
	font-size:31px;
	height:52px;
	line-height:52px;
	position:absolute;
	right:23px;
	text-align:center;
	top:45px;
	width:52px;
	cursor:pointer;
}
.conf-close:hover {
	color:#fff;
}
.conf-close.menu-down {
	transform:rotate(89deg);
}
.schedule-data{
	margin: 0 auto;
}
.nav-pills {
    border-bottom: none;
	display:block;
}

/* tickets */
/*===============
	9. Pricing
======================*/

.regi-price-table {
	margin-bottom:29px;
	overflow:hidden;
}
.pricing_wrap:nth-child(3n) {
  clear: left;
}
.table-price-box {
	display:table-cell;
	padding:44px 21px;
	vertical-align:top;
	width:250px;
	text-align:center;
}
.table-price-detail {
	display:table-cell;
	padding:30px 21px;
	vertical-align:top;
	width:281px;
}
.table-price-box h5 {
	color:#ffffff;
	margin-bottom:25px;
}
.regi-price-box {
	border-top:1px solid #4e4e4e;
	overflow:hidden;
	padding-top:25px;
}
.regi-price-box p {
	color:#de302f;
	font-size:54px;
	line-height:50px;
}
.table-price-detail ul {
	padding-left:24px;
	margin:0px;
}
.table-price-detail li {
  color: hsl(0, 0%, 13%);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  list-style: outside none none;
  margin: 24px 0;
}
.table-price-detail li .fa {
	margin-right:8px;
}
.regi-price-btn-box {
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}
#header.transparent {
    position: absolute;
    top: 0;
    left: .0;
    right: 0;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
#header {
    border-bottom: rgba(255, 255, 255, 0.1);
    left: 0;
    right: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    z-index: 22;
}
#header.sticky, .fadeHeaderInDown {
    -webkit-animation-name: fadeHeaderInDown;
    -moz-animation-name: fadeHeaderInDown;
    -o-animation-name: fadeHeaderInDown;
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.event_tickets {
	padding: 30px 20px 20px;
}
.event_tickets .table-price-box {
    display: block;
	width: 100%;
}
.event_tickets .secondary-bg{
	background: #de302f;
	color: #fff;
}
.event_tickets .regi-price-box {
    border-top: 1px solid #fff;
}
.event_tickets .regi-price-box p{
	color: #fff !important;
}
.event_tickets .border-box {
    border: 12px solid #e69b9b;
    overflow: hidden;
}
/*======================
	Pricing-Table
=============================*/
.registration-price-2 .pricing_wrap:nth-child(3n) {
    clear: none;
  }
  .registration-price-2 .table-price-box, .registration-price-2 .table-price-detail {
    display: block;
    padding: 20px;
    width: auto;
    text-align:center
  }
  .registration-price-2 .table-price-detail ul {
      text-align:left;
      margin:0 auto 60px;
  }
  .registration-price-2 .regi-price-box {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 24px;
  }
  .registration-price-2 .table-price-box h5 {
    margin-top: 10px;
  }
  .registration-price-3 .table-price-detail ul li {
      float:left;
      width:50%;
      margin: 12px 0;
  }
  .registration-price-3 .table-price-detail {
    width: 570px;
  }
  .table_btn {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 300px;
  }

/* photos */
.event_contact {
    padding: 30px 20px 20px;
}

.gallery_style3 a {
    display: block;
    background: #000;
    margin: 0 auto 30px;
    position: relative;
}
.event_contact .gallery_style2 img, .event_contact .gallery_style3 img {
    height: 200px;
}
.gallery_style2 a img, .gallery_style3 a img {
    max-width: 100%;
    opacity: 1;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}

/*======================
	Venue-Styles
=============================*/

.venue_style2 .contact-info-details {
	margin:0 auto 60px;
}
.venue_style2 .direction-icon {
  border: 12px solid #eeeeee;
  border-radius: 50%;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 15px;
  width: 120px;
}
.venue_style2 .direction-icon i {
  font-size: 50px;
}

.venue_style2 .g-map-m .gmap {
  height: 480px;
  width: 100%;
}

.venue_style3 {
	padding-bottom:0px !important;
	position:relative;
}
.venue_style3 .contact-info-box {
	position:absolute;
	bottom:100px;
	left:10%;
	z-index:1;
	background:#fff;
	width:450px;
}
.venue_style3 .contact-info-box {
  padding: 30px;
  text-align: center;
}
.venue_style3 .contact-info-details .fa {
  font-size: 50px;
}
.venue_style3 .contact-info-details > h5 {
  font-size: 22px;
  line-height: 30px;
}
.dropdown-menu{
	min-width: 12rem;
    padding: 0;
	margin:0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.map-directions a {
    border: solid 1px #de302f;
	padding: 5px 10px !important;
	display: inline-block;
	background:  #fff;
	font-size: 12px !important;
}
.map-directions {
    position: absolute;
    top: 655px !important;
    right: 25px !important;
    z-index: 9;
}
/* button */
.btn {
	background:#de302f;
	border:medium none;
	border-radius:0;
	color:#fff;
	font-size:22px;
	font-weight:600;
	line-height:1;
	margin:auto;
	padding:20px 50px;
	text-transform:capitalize;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.btn.btn-lg {
	font-size:44px !important;
	font-weight:600 !important;
	padding:50px 108px;
}
.btn-lg-boder-w {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:5px solid #ffffff;
	font-size:36px !important;
	font-weight:600 !important;
	line-height:60px;
	padding:15px 60px;
}
.btn:hover, .btn:focus {
	background-color:#de302f;
	color:#ffffff;
	outline:none;
}
.btn-lg-boder-w:hover {
	border:5px solid #de302f;
}
.btn-lg-boder-r {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:5px solid #de302f;
	font-size:36px !important;
	font-weight:600 !important;
	line-height:60px;
	padding:15px 60px;
	color:#222222;
}
.btn.btn-lg:hover {
	background:#c51514
}
.btn.btn-danger {
	background:rgba(222, 48, 47, 1) !important;
}
.btn.btn-lg:after {
	font-size:44px;
}
.btn-link, .btn-link:hover {
	color:#de302f;
}

/* <a> Tag */
a{
    color: #de302f;
    fill: #de302f;
}
.profile-btn{
    background-color: #de302f;
}
.profile-btn:hover{
    border: 2px solid #de302f;
    color: #de302f;
}


.certificates-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.certificate {
    border: 2px solid #c6b069;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
}

.certificate img {
    max-width: 100%;
    height: auto;
    display: block;
}

.certificate-info {
    padding: 10px;
    background-color: #c6b069;
}

.certificate-info h3 {
    color: whitesmoke;
    font-size: 18px;
    margin-top: 0;
}

.certificate-info p {
    color: wheat;
    font-size: 14px;
}

@media (max-width: 768px) {
    .certificates-container {
        flex-direction: column;
        align-items: center;
    }
}

.event-sponsors{
    background-color: #de302f;
    margin: 10px 0;
    padding: 25px 15px ;
    border: 5px solid white;
}

/* My Events */

.event-featured {
    width: 30px;
    height: 40px;
    background: #FB0;
    position: absolute;
    right: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    box-shadow: inset 0 3px 10px #FF8500;
    -moz-box-shadow: inset 0 3px 10px #FF8500;
    -webkit-box-shadow: inset 0 3px 10px #FF8500;
    margin-bottom: -40px;
    margin-top: -0;
    z-index: 10;
    top: 0;
}
.event-donation {
    width: 30px;
    height: 40px;
    background: #FB0;
    position: absolute;
    right: 70px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    box-shadow: inset 0 3px 10px #FF8500;
    -moz-box-shadow: inset 0 3px 10px #FF8500;
    -webkit-box-shadow: inset 0 3px 10px #FF8500;
    margin-bottom: -40px;
    margin-top: -0;
    z-index: 10;
    top: 0;
}
.my-event-list{
    display: flex;
    gap:1.5rem;
    background-color: black;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0px;
}
 .my-event-text{
    padding: 15px 0 15px 0;
    color: white;
}
.my-event-body{
    max-width: 450px;
}
.my-event-title,.my-event-link{
    padding: 25px 0 15px 0;
    color: #de302f;
}
.my-event-link a:hover{
    color: white;
}

/* chairman */
.chairman-row{
    margin: 60px 0;
}
.chairman-content{
    margin: 0px;
}

/* event-register */
.event-register-title{
    color:#de302f;
}

@media only screen and (max-width: 479px){
    .my-event-list{
        display: flex;
        flex-wrap: wrap;
    }
    .my-event-list{
        padding: auto;
    }
    .my-event-title,.my-event-link, .my-event-text{
        padding-left: 15px;
    }
}

/* executive-chairman */
.single-testimonial{
    margin-bottom: 10px;
    padding:20px 25px;
}
.executive-image{
    display: inline-block;
    position: relative;
    max-width: 110px;
    max-height: 110px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
    padding: 0px;
}
.executive-image img {
    width: auto;
    height: 100%;
}

.callto-action-wrap{
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),  url(../img/life-member.jpeg) center;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),  url(../img/life-member.jpeg) center;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/life-member.jpeg) center;
    background-size: cover;
}

/* Gallery */
.top-category-widget-area .single-cat-widget .overlay-bg{
    background: rgba(0,0,0,0.6);

}
.top-category-widget-area .single-cat-widget img {
    height: 230px ;
    object-fit: cover;
    border-radius: 2px;
}


.contactImage img{
    width: 100%;
    height: 756px;
    object-fit: cover;
}
.donateImage img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* custom css */

.chairman-content {
    padding: 0px;
}

.brand-wrap img {
    height: 200px;
}

.justify-text {
    text-align: justify;
}

