
/**
====================================================================
Font
====================================================================

***/ 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800,700,600%7CMontserrat:400,500,600,700%7CRaleway:100,300,600,700,800');

/**
====================================================================
Global Settings
====================================================================

***/

body {
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.75em;
    color: #0b0c0c;
    font-weight: 400;
    background-color: #fff;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
button, input, optgroup, select, textarea{
    font-size: 15px;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 17px;
}

section {
    position: relative;
}

textarea {
    overflow: hidden;
    resize: none;
}
@media(max-width:767px){
    .hidden-xs{
        display: none;
    }
}
button {
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    min-width: auto;
}
.m-width-100{
    max-width: 100% !important;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mb-10{
    margin-bottom:10px !important;
}
.mb-20{
    margin-bottom:20px !important;
}
.p-0{
    padding:0 !important;
}
.j-content-center{
    justify-content: center;
}
.bg-white{
    background-color:#ffffff !important;
}
.bg-light-gray{
    background-color: #f9f9f9 !important;
}
.bg-dark{
    background-color: #313131;
}
.note-box{
    border-left: 3px solid #458030;
    padding: 10px;
    margin: 30px 0 20px 0;
    background-color: rgba(238,238,238,.4);
}
.note-box p{
    margin-bottom: 0;
}
.page-padding-tb-30{
    padding-top:30px;
    padding-bottom:30px;
}
.bg-silver {
    background-color: #C0C0C0;
}
.bg-gray{
    background-color:#f6f6f6;
}
.bg-gold {
    background-color: #FFD700;
}
.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}
.bg-orange {
    background-color: #f39c12;
}
.bg-red {
    background-color: #d9534f;
}
.bg-eee{
    background-color: #eee;
}
.bg-2A293E{
    background-color: #2A293E;
}
.bg-FF6F61{
    background-color:#FF6F61;
}
.e-height{
    height: 100%;
    max-height: 100%;
}
.padding-tb-20{
    padding-top:20px;
    padding-bottom:20px;
}
.padding-tb-30{
    padding-top:30px;
    padding-bottom:30px;
}
.mb-30{
    margin-bottom:30px !important;
}
.mb-10{
    margin-bottom:10px !important;
}
.p-20{
    padding: 20px;
}
.content-wrapper{
    padding:30px 10px;
}
p, .text {
    font-size: 15px;
    line-height: 1.75em;
    color: #0b0c0c;
    font-weight: 400;
    margin: 0;
}
.sec-title{
    color: #458030;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.sec-sub-title{
    color: #458030;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}
ul li{
    list-style-type: none;
}
.content-wrapper ul, .page-wrapper ul{
    padding: 0 10px;
}
.content-wrapper ul li, .page-wrapper ul li{
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
    color:#0b0c0c;
    margin-bottom: 8px;
}
.page-wrapper{
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 1;
    /*background-color:rgba(64,69,77,.1);*/
    background:#458030 url("../images/bg_over.jpg") no-repeat left top;
    /*background: #d6dcff;*/
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-wrapper{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    /*background: #f1f1f1;*/
}
.top-bar{
    background: #40454d;
    padding: 20px 0;
    display: none;
}
/*=============================================
      Accordion
===============================================*/
.accordion{
    margin:20px 0;
}
.accordion-button:focus{
    border: unset !important;
    box-shadow: unset !important;
}
.accordion-button:not(.collapsed){
    color: #fff !important;
    background-color: #458030 !important;
    box-shadow: inset 0 -1px 0 rgba(69,128,48,.125) !important;
}
/*=============================================
      Breadcrumb
===============================================*/
.breadcrumb-wrapper{
    padding:15px;
    background-color: #40454d;
}
.breadcrumb-wrapper .breadcrumb{
    margin-bottom: 0;
}
.breadcrumb-item a, .breadcrumb-wrapper .breadcrumb-item{
    color:#fbbc05;
}
.breadcrumb-item::before{
    color:#fbbc05 !important;
}
.breadcrumb-item.active{
    color:#ffffff !important;
}
/*=============================================
      List Style
===============================================*/
.numbered-list{
    counter-reset: li;
    list-style: none;
    margin: 20px 0;
}
.numbered-list li {
    font-size: 16px;
    color: #0b0c0c;
    font-weight: 300;
    list-style-type: none;
    margin-bottom: 1em;
    padding: 0.25em 0 0 0.25em;
    position: relative;
    padding-left: 1.5em;
  }
  .numbered-list li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 0;
    background: #458030;
    line-height: 2em;
    height: 2em;
    width: 2em;
    line-height: 24px;
    border: .3em solid #eee;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #FFF;
  }
/*=============================================
      Buttons
===============================================*/

.btn-style-1{
    background-color: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%);
    background-size: 200% auto;
}
.btn-style-1:hover{
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}
.btn-style-2{
    background-color: #338AFF !important;
    color: #ffffff !important;
    border:0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}
.btn-style-2:hover{
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}
.button-section{
    margin: 20px auto;
    text-align: center;
    display: block;
    position: relative;
}
.button-section .vm-btn{
    display: block;
}
.btn-center{
    display: block;
    margin: 0 auto !important;
}
.vm-btn.style1{
    padding:10px;
    color: #458030;
    text-transform: uppercase;
    border: 1px solid #458030;
    font-weight: 600;
    width: fit-content;
}
.vm-btn.style1:hover{
    color:#ffffff;
    background-color: #458030;
}
/*.vm-btn.style1{
    color: #ffffff;
    background: linear-gradient(90deg, yellow, orange, red, violet, purple, blue, yellow);
    padding: 10px;
}*/
/*=============================================
      Header Conference Details Section
===============================================*/
.conference-info{
    position: relative;
    padding: 15px 0;
}
.conf-logo h3{
    color:#ffffff;
    font-size: 24px;
    line-height: 32px;
}
.conf-logo h1{
    color:#ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.header-wrapper .conference-info .row{
    align-items: center;
}
.header-wrapper .conference-info .conf-info li{
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    font-weight: 400;
    line-height: 24px;
}
.header-wrapper .conference-info .conf-info li i{
    color:#ffffff;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 18px;
}
/*=============================================
      Conference Notification
===============================================*/
.conference-notification ul{
    display: flex;
    justify-content: center;
}
.conference-notification ul li{
    margin:0 5px;
}
.conference-notification ul li a{
    text-decoration: none;
    padding:10px;
    background-color: #ffffff;
    font-weight: 600;
    display: block;
}
.conference-notification ul li a.btn-blink{
    color: #e40414;
    border: 1px solid #e40414;
}
.conference-notification ul li a.btn-normal{
    color: #44444c;
    border: 1px solid #44444c;
}
.btn-blink{
    animation: blink 1s linear infinite;
}
.btn-blink:hover{
    animation-play-state: paused;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
    }
/*=============================================
      Menu Bar
===============================================*/
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin:5px 0;
}
.nav-link:focus, .nav-link:hover{
    color:#fbbc05 !important;
}
.navbar-fixed {
    top: 0;
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: #458030 !important;
  }
.menu-bar{
    background: rgba(64,69,77,.05);
    box-shadow: rgba(0,0,0,.14902) 0 2px 5px;
}
.navbar-nav .nav-link {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
  }
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.dropdown-menu.style1{
    padding: 0;
    border-bottom: 3px solid #458030;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    animation: growDown 500ms ease-in-out forwards;
    transform-origin: top center;
}
.dropdown-menu.style1 .dropdown-item{
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
    line-height: 1.8rem;
}
.dropdown-menu.style1 .dropdown-item:hover{
    background-color: #f5f5f5;
}
@media(min-width:992px){
    .navbar-expand-lg .navbar-collapse{
        justify-content: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 12px 10px 11px  !important;
    }
    .navbar-expand-lg .navbar-right{
        margin-left: 20px;
    }
}
/*@media(min-width:992px){
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    .navbar .dropdown .dropdown-toggle:hover .nav-item .dropdown-menu{
        visibility: visible !important;
        opacity: 1 !important;
    }
}*/
/*=============================================
      Carousel Style
===============================================*/
.default-nav .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.default-nav .owl-next, .default-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 0;
    height: 30px;
    width: 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    border-radius: 0px;
    text-align: center;
    background-color: #4e9435;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.default-nav .owl-next {
    left: auto;
    right: 0px;
}
.default-dots .owl-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.default-dots .owl-dot.active {
    background-color: #4e9435;
}
.heading {color:#FFF;
font-size: 32px;
    font-weight: bold;}
.default-dots .owl-dot {
    position: relative;
    height: 15px;
    width: 15px;
    background-color: transparent;
    margin: 0 4px;
    border: 2px solid #4e9435;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*=============================================
      Home Banner Section
===============================================*/
.banner-slider .owl-nav{
    position: absolute;
    top: 2%;
    right:5%;
    z-index: 999;
    display: flex;
    width: auto;
}
.banner-slider .owl-nav .owl-prev, .banner-slider .owl-nav .owl-next{
    width:20px;
    height: 20px;
    line-height: 20px;
    background-color: #65ac4c;
    margin: 5px;
    text-align: center;
    position: unset !important;
}
.banner-slider .owl-nav .owl-next{
    left: unset !important;
    right: unset !important;
}
.banner-slider .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover{
    background-color: #ffffff;
}
.banner-slider .owl-nav .owl-prev span, .banner-slider .owl-nav .owl-next span{
    color:#ffffff;
    font-size: 16px;
    line-height: 20px;
}
.banner-slider .owl-nav .owl-prev:hover span, .owl-carousel .owl-nav .owl-next:hover span{
    color:#65ac4c;

}
.banner-section .btn-section{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding:20px;
}
.banner-section .btn-section .btn-group{
    display: block;
    width: 100%;
}

.banner-section .btn-section .btn-group a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:15px 10px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 0px #aabfc6;
    text-align: center;
    background-color: #40454d;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}
.banner-section .btn-section .btn-group a i{
    position:absolute;
    right: 10px;
}
.banner-section .btn-section .btn-group a:hover{
    background-color: #e40414;
}
.banner-section .btn-section .btn-group a.reg{
	background-color: #fe8c00;
}
.banner-section .btn-section .btn-group a.abs {
	background-color: #265395;
}
.banner-section .btn-section .btn-group a.abs:hover {
background-color: rgba(0,0,0,.87)
}
.banner-section .btn-section .btn-group a.reg:hover {
background-color: #458030;
}
/*=============================================
      Session Marquee Card
===============================================*/
.about-section .about-text{
    max-height: 400px;
    overflow-y: auto;
}
.session-list, .session-list .card{
    height: 100%;
}
.session-list .card-body{
    position: relative;
    overflow: hidden;
    max-height: 300px;
}
.session-track-list {
    padding-left: 0;
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.session-track-list:hover {
    animation-play-state: paused;
}
.session-track-list .list-item:nth-child(2n+1){
    background-color: #f1f1f1;
}
.session-track-list .list-item:nth-child(2n) {
    border: 1px solid #f1f1f1;
}
.session-track-list .list-item a {
    padding: 8px 10px;
    color: #0c3e61;
    font-size: 13px;
    border: 1px solid #f1f1f1;
    /*box-shadow: 0 5px 7px -1px rgba(34, 29, 29, 0.23);*/
    margin-bottom: 0px;
    display: block;
    width: 100%;
    transition: 500ms linear;
  }
  .session-track-list .list-item a i{
      margin-right: 5px;
  }
  .session-track-list .list-item a:hover {
    background-color: #458030;
    color: #fff;
    border-color: #458030;
  }
/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}
/*=============================================
      Image Gallery
===============================================*/
.gallery-items .item{
    margin-bottom: 20px;
}
.gallery-items .item a{
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #458030;
}
.gallery-items .item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*=============================================
      Team Members style 1
===============================================*/
.speaker-section .team-block .inner{
    min-height: 450px;
}
.comittee-member-section .team-block{
    min-height: 390px;
}
.team-block.style1{
    position: relative;
}
.team-block.style1 .inner{
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top: 20px;;
    background-color: #fbfbfb;
    text-align: center;
	min-height: 260px;
}
.team-info h4 a{color: #0044a9;}
.team-block.style1 .team-img img{
    width: 100%;
    max-width: 100%;
	height:150px;
}
.team-block.style1 .team-info{
    padding:10px;
}
.team-block.style1 .team-info h4{
    font-size: 14px;
    line-height: 22px;
	font-weight: 600;
}
.team-block.style1 .team-info h6{
	    font-size: 14px;
}
.team-block.style1 .team-info p{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
/*=============================================
      Team Members style 2
===============================================*/

.team-block.style2{
    position: relative;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 10px 30px 0px rgba(0, 46, 40, 0.1);
    margin-top: 20px;
    height: 100%;
}
.team-block.style2 .inner{
    padding: 0px;
    text-align: center;
}

.team-block.style2 .team-img img{
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0%;
}
.team-block.style2 .team-info{
    margin-top: 0px;
    padding:10px;
}
.team-block.style2 .team-info h4{
    font-size: 18px;
    line-height: 28px;
}
.team-block.style2 .team-info p{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
/*=============================================
      Media Partner And Sponsers
===============================================*/
.media-block figure{
    text-align: center;
    margin-top: 20px;
}
.media-block img{
    width: 100%;
    max-width: 150px;
}
.media-block.style-2 figure{
    border: 1px #ccc solid;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*=============================================
      Schedule tabs
===============================================*/
.schedule-box .tabs .nav .nav-item{
    margin-right: 20px;
    margin-bottom: 10px;
}
.schedule-box .tabs .nav .nav-item:last-child{
    margin-right: 0;
}
.schedule-box .nav-pills .nav-link{
    position: relative;
    border-radius: 0 !important;
    text-align: center;
    background-color: #4e9435;
    color: #ffffff;
}
.schedule-box .nav-pills .nav-link p{
    color: #ffffff;
    margin-bottom: 0;
}
.conf-schedule-details-section .schedule-box .nav-pills .nav-link.active{
    background-color: #40454d;
    color:#4e9435;
}
.schedule-box .nav-pills .nav-link.active{
    background-color: #ffffff;
    color:#4e9435;
}
.schedule-box .nav-pills .nav-link.active::before{
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 1;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #4e9435;
    transform: translateX(-50%);
}
.schedule-box .nav-pills .nav-link.active p{
    color: #4e9435;
}
.schedule-section .tab-content{
    padding: 20px 10px;
}
.schedule-section .tab-content .schedule-item{
    background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.schedule-section .tab-content .schedule-item p{
    margin-bottom: 0;
}
.schedule-section .tab-content .schedule-item .schedule-name{
    color: #4e9435;
}
.twitter-feed-block {
    background-color: #fdfdfd;
    border: 1px solid #d9d9d9;
    padding: 30px 20px;
}
.tfollow-btn-block {
    display: block;
    margin-bottom: 20px;
}
.tfollow-btn {
    border-radius: 9999px;
    padding: 5px 12px 5px 12px;
    background-color: #1d9bf0;
    color: #fff;
    font-weight: 500;
}
/*=============================================
      Testimonial 
===============================================*/
.testimonial-carousel .owl-stage{
    display: flex;
    flex-wrap: wrap;
}
.testimonial-block{
    position: relative;
    margin:0 5px;
    height: 100%;
}
.testimonial-block .inner-block{
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    height: 100%;
}
.testimonial-block .testimonial-image{
    margin-bottom: 15px;
}
.testimonial-block .testimonial-image img{
    display: block;
    margin: 0 auto;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
}
.testimonial-block .testimonial-user-details h4{
    font-size: 20px;
}
.testimonial-block .testimonial-user-details{
    margin-top: 10px;
}
.testimonial-block .testimonial-content p, .testimonial-user-details p{
    margin-bottom: 0;
    font-size: 14px;
}
/*=============================================
      Footer
===============================================*/
footer{
    position: relative;
}
footer .footer-top .container{
    background-color: #212529;
    padding:20px;
    border: 2px solid #212529;
}
.footer-widget .widget-title{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}
.mail-list li a:hover{color:#fbbc05 !important;}
.footer-widget .org-logo{
    margin-top:15px;
}
.footer-widget .org-name{
    margin-top: 15px;
}
.footer-widget .org-info .org-name, .footer-widget .org-info .org-address{
    color: #ffffff;
    font-size: 14px;
}
.footer-widget .org-info .org-name{
    font-weight: 600;
}
.footer-widget .contact-list{
    padding-left: 0;
    margin-bottom: 0;
}
.footer-widget .contact-list li{
    display: flex;
    color:#fff;
    margin-bottom: 15px;
    font-size: 14px;
}
.footer-widget .contact-list li i{
    margin-right: 10px;
    font-size: 16px;
}
.footer-widget .contact-list li .fa-phone{
    transform: rotate(100deg);
}
.footer-top .conf-widget .conf-title{
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.footer-top .conf-widget .social-title{
    color: #ffffff;
    text-align: center;
    margin: 15px 0;
}
.footer-top .conf-widget .social-icons{
    padding-left: 0;
    display: flex;
    justify-content: center;
}
.footer-top .conf-widget .social-icons a{
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin:4px;
    border-radius: 50%;
    border: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px;
    background: #fff !important;
    color: #458030 !important;
}
.footer-top .conf-widget .social-icons li i:hover{
    animation:toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
    49% {
     -webkit-transform:translateY(-100%)
    }
    50% {
     opacity:0;
     -webkit-transform:translateY(100%)
    }
    51% {
     opacity:1
    }
   }
   @-moz-keyframes toTopFromBottom {
    49% {
     -moz-transform:translateY(-100%)
    }
    50% {
     opacity:0;
     -moz-transform:translateY(100%)
    }
    51% {
     opacity:1
    }
   }
   @keyframes toTopFromBottom {
    49% {
     transform:translateY(-100%)
    }
    50% {
     opacity:0;
     transform:translateY(100%)
    }
    51% {
     opacity:1
    }
   }
   
footer .footer-bottom{
    position: relative;
    display: block;
    width: 100%;
}
.footer-bottom .container{
    padding:10px 0;
    border-top: 0.5px solid #dbdbdb;
}
.footer-bottom .copyright-text{
    margin-bottom: 0;
}
footer .nav-section{
    display: inline-block;
}
footer .footer-nav{
    padding:0;
    margin: 0;
}
footer .footer-nav li{
    float: left;
    margin: 6px;
    text-align: left;
}
footer .footer-nav li a{
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
}
footer .footer-nav li a:hover{
    color:#fbbc05;
}
.footer-nav li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
    font-weight: 900;
}
footer .footer-top .mail-section{
    position: relative;
    display: block;
}
.footer-widget .mail-section ul{
    padding-left: 0;
}
.footer-widget .mail-section ul li{
    margin-bottom: 10px;
}
.footer-widget .mail-section ul li .title {
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}
.footer-widget .mail-section ul li a{
    color:#fff;
    font-size: 14px;
}
/*=============================================
    Upcoming Events
===============================================*/
.upcoming-events-wrapper{
    margin-top: 30px;
}
.event-box{
    position: relative;
    padding: .75rem 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
    /*text-shadow: 2px 1px #00040a;*/
    transition: 0.5s;
    cursor: pointer;
    text-align: left;
}
.event-box a{
    color:#0ad406;
}
.event-box:hover{
    background-color: rgba(7, 149, 66, 0.35);
    transition: 0.5s;
}
.event-box::before{
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 20px;
}
.event-box img{
    margin-left: 10px;
}
.event-box .start-icon{
    margin-right: 5px;
    min-width: 20px;
    text-align: center;
}
.faa-flash{
    -webkit-animation:flash 2s ease infinite;
    animation:flash 2s ease infinite;
}
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
     opacity:1
    }
    25%,
    75% {
     opacity:0
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
     opacity:1
    }
    25%,
    75% {
     opacity:0
    }
}
   
/*=============================================
      Subscribe Form
===============================================*/
.subscribe-wrapper{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.subscribe-wrapper .title-group{
    background-color: #fcfcfc;
    color: #458030;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px dotted #333;
}
.subscribe-wrapper .title-group p{
    margin-bottom: 5px;
}
.subscribe-wrapper .title-group h4{
    margin-bottom: 0px;
}
/*=============================================
   Form Fields
===============================================*/
form .input-group{
    margin-bottom: 8px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 5px 0;
}
form .input-box{
    margin-right: 12px;
    position: relative;
    flex: 1 1 auto;
    max-width: 316px;
}
form .input-box:last-child{
    margin-right: 0;
}
form .field{
    padding: 14px 10px 14px 50px;
    width: 100%;
    background-color: #fcfcfc;
    border: 1px solid #00000033;
    outline: none;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 3px;
    color: #333;
}
/*form .field:focus{
    -webkit-box-shadow:0 0 2px 1px #7ed32180;
    -moz-box-shadow:0 0 2px 1px #7ed32180;
    box-shadow: 0 0 2px 1px #7ed32180;
    border: 1px solid #7ed321;
}*/
form .input-box .icon{
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    color: #333;
    background-color: #f1f1f1;
    border-radius: 2px 0 0 2px;
    transition: 0.3s;
    font-size: 20px;
    pointer-events: none;
    border: 1px solid #00000033;
    border-right: none;
    max-height: 50px;
}
/*form .field:focus + .icon{
    background-color: #7ed321;
    color: #fff;
    border-right: 1px solid #7ed321;
    border: none;
    transition: 1s;
})/
/*.input-box select{
    display: inline-block;
    width: 50%;
    padding: 12px;
    background-color: #fcfcfc;
    float: left;
    text-align: center;
    font-size: 16px;
    outline: none;
    border: 1px solid #c0bfbf;
    cursor: pointer;
    transition: all 0.2s ease;
  }*/
  form .input-box .field-box{
      position: relative;
  }  
form .input-box select{
      cursor: pointer;
}
form .field-label{
    margin-bottom: 8px;
}
form .field-label sup{
    color:red;
}  
/*form .input-box select:focus{
    background-color: #7ed321;
    color: #fff;
    text-align: center;
}*/
form .button-group button{
    width: unset !important;
    margin:10px;

}
form button.btn-style2{
    background: transparent;
    color: #458030;
    border: 1px solid #458030;
}
form button.btn-style2:hover{
     color: #ffffff;
}
form button{
    width: 100%;
    border: none;
    background: #458030;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.35s ease;
}
form button:hover{
    cursor: pointer;
    background: #5eb105;
}
.benefits{
    position: relative;
    padding: 20px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}
.benefit-lists{
    margin-top: 20px;
    padding-left: 0;
}
.benefit-lists.scroll{
    max-height: 600px;
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #458030 #e4e4e4;
    scrollbar-width: thin;
}
.benefit-lists .list-item {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.benefit-lists .list-item strong{
    color: #458030;
}
.benefit-lists .list-item p {
    color: #081245;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 20px;
    display: block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.benefit-lists .list-item p::before {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #458030;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
} 
/*=====================================================
  Sample Template Download
 =======================================================*/
 .template-wrapper{
     margin-bottom: 20px;
 }
 .mbg-btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 240px;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    background: #ffffff;
    border: 2px solid #FF3300;
    margin: 10px;
    transition: .5s;
}

.mbg-btn-slide2 {
    border: 2px solid #FF3300;
}

.mbg-btn-slide2:hover {
    background-color: #458030;
    border: 2px solid #458030;
}
.mbg-btn-slide2:hover span.circle2 {
    left: 100%;
    margin-left: -45px;
    background-color: #ffffff;
    color: #458030;
}

.mbg-btn-slide2:hover span.circle2 {
    color: #458030;
}
.mbg-btn-slide2:hover span.title2 {
    left: 40px;
    opacity: 0;
}
.mbg-btn-slide2:hover span.title-hover2 {
    opacity: 1;
    left: 40px;
}

.mbg-btn-slide2 span.circle2 {
    display: block;
    background-color: #458030;
    color: #fff;
    position: absolute;
    float: left;
    margin: 5px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
    text-align: center;
}

.mbg-btn-slide2 span.circle2 {
    background-color: #FF3300;
}
.mbg-btn-slide2 span.title2, .mbg-btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #FF3300;
    transition: .5s;
}

.mbg-btn-slide2 span.title2, .bsd-btn-slide2 span.title-hover2 {
    color: #FF3300;
    left: 80px;
}

.mbg-btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}
.mbg-btn-slide2 span.title-hover2 {
    color: #fff;
}
.session_track {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.session_track .list-item {
    padding: 10px 25px;
    font-weight: 600;
    cursor: pointer;
    background-color: #fafbfc;
    border-bottom: 1px solid #e9edf1;
    transition: all .5s ease-in;
}
.session_track .list-item:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 16px;
    text-align: center;
    min-width: 25px;
    color: #458030;
}
.session_track .list-item:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    background: 0 0;
    transition: width .5s ease, background-color .5s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 100;
}
.session_track .list-item:hover {
    background-color: #458030;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    border-bottom: 1px solid transparent;
	color:#FFF;
    z-index: 100;
}
/*=============================================
      Contact Us Page
===============================================*/
.contact-form-section form .input-group:last-child .input-box{
    max-width: 100%;
}
.contact-form-section form .input-box{
    max-width: 50%;
}
.contact-us-section .contact-box{
    display: block;
    margin-bottom: 20px;
    border: 1px #CCC solid;
}
.contact-us-section .contact-box .contact-heading {
    border-bottom: solid 3px #f7f7f7;
    padding: 7px 15px;
    background-color: #458030;
}
.contact-us-section .contact-box .contact-heading h5{
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.contact-us-section .contact-box .contact-text {
    background: #fff;
    margin-bottom: 2px;
    padding: 7px 15px;
}
.contact-us-section .contact-box .contact-text a{
    text-align: center;
    display: block;
}
.contact-us-section .contact-map-section{
    margin-top: 20px;
}
/*=====================================================
  Registration Page
 =======================================================*/
 .section-title-box{
     display: block;
     width: 100%;
     position: relative;
     margin-bottom: 30px;
 }
 .section-title-box .inner-box{
    background-color: #fcfcfc;
    color: #458030;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    border: 1px dotted #333;
    width: 100%;
    display: block;
    margin:20px auto;
 }
 .section-title-box .inner-box .title{
     margin-bottom: 0;
     font-size: 17px;
     font-weight: 500;
     text-transform: uppercase;
 } 
 .form-group{
     margin-bottom: 15px;
 }
 .form-group .form-field{
     display: flex;
     position: relative;
 }
 .form-group .form-field input, .form-group .form-field select, .form-group .form-field textarea{
    padding: 10px 10px 10px 50px;
    width: 100%;
    background-color: #fcfcfc;
    border: 1px solid #00000033;
    outline: none;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 3px;
    color: #333;
 }
 .form-group .form-field select{
     cursor: pointer;
 }
.form-group .form-field .f-icon{
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    color: #333;
    background-color: #f1f1f1;
    border-radius: 2px 0 0 2px;
    transition: 0.3s;
    font-size: 20px;
    pointer-events: none;
    border: 1px solid #00000033;
    border-right-color: rgba(0, 0, 0, 0.2);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: none;
    max-height: 71px;
}
.registration-wrapper .currency-wrapper{
    position:relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.registration-wrapper .currency-wrapper input[type="radio"] {
    display: none;
}
.currency-wrapper input[type="radio"]:checked + label {
    border-color: #458030;
  }
.currency-wrapper .option {
    background: #fcfcfc;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    cursor: pointer;
    padding: 0 5px;
    border: 1px dotted #333;
    transition: all 0.3s ease;
    max-width: 80px;
    min-height: 40px;
}
.currency-wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}
.currency-wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #458030;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}
.currency-wrapper input[type="radio"]:checked + label .dot::before {
    opacity: 1;
    transform: scale(1);
}
.accom-box{
    background-color: #fcfcfc;
    padding: 10px;
    text-align: center;
    border: 1px dotted #333;
    margin-bottom: 20px;
}
.checkin-checkout-block{
    position: relative;
    top:100%;
    display: none;
    transition:all .3s ease-out;
}
.regi-summary .summary-section{
    padding: 0 30px;
}
.regi-summary .summary-section .summary-block, .regi-summary .summary-section .grand-total-block{
    margin-top:15px;
}
.regi-summary .summary-section .label{
    font-size: 15px;
}
.regi-summary .summary-section .value{
    font-size: 15px;
    text-align: right;
    font-weight: 300;
}
.summary-section .total-box{
    background-color: #f1f1f1;
    padding: 10px 0;
}
.summary-section .total-box p{
    margin-bottom: 0;
}
.regi-summary .summary-section .grand-total-block p{
    font-size: 17px;
    font-weight: 600;
}
.registration-info-section .registration-info-wrapper ul li{
    font-size: 15px;
}
.registration-info-section .registration-info-wrapper ul li::before{
    content: "\f105";
    margin-right: 10px;
    color: #458030;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/*.registration-info-section .registration-info-wrapper ul li span{
    margin-right: 10px;
    margin-top: 5px;
}*/
/*====================
Captcha
======================*/
.captcha-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.captcha-section .captcha-input input{
    max-width: 180px;
}
.captcha-section .captcha{
    display: flex;
    align-items: center;
}
.captcha-section .captcha .captcha-img{
    font-size: 26px;
    margin: 10px;
    background: -webkit-linear-gradient(45deg, #09009f, #7ed321 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.captcha-section .captcha .captcha-refresh{
    cursor: pointer;
}
.captcha .captcha-refresh i{
    color:#09009f;
    font-size: 22px;
}
.registration-wrapper .terms-msg{
    margin-top: 20px;
}
.register-button-section .button-group{
    justify-content: center;
}
/* Paricipation Type And Pricing Style */
.pricing-block{
    padding: 0 10px;
}
.pricing-block .header-block{
    margin-top: 30px;
}
.pricing-block .header-block .row{
    align-content: center;
}
.pricing-block .header-block .title-col{
    padding:10px;
    text-align: center;
}
.pricing-block .header-block .title-col h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}
.pricing-block .header-block .title-col p{
    margin-bottom: 0;
    color: #000000;
}
.pricing-block .header-block .participation-type-col h4{
    margin:15px 0;
} 
.success1 {
    background-color: #458030 !important;
    border-color: #458030 !important;
    color: #fff ;
}
.pricing-block input[type="radio"] {
    display: none;
}
.pricing-block .option {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 40px;
  }
  .pricing-block .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
  }
  .pricing-block .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #458030;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .pricing-block input[type="radio"]:checked + label .dot::before {
    opacity: 1;
    transform: scale(1);
  }
  .pricing-block .body-block .row{
      align-content: center;
  }
  .pricing-block span.price{
      text-align: center;
      display: block;
      width: 100%;
      min-height: 40px;
      padding:9px 0;
  }
  .pricing-block .reg-type-col{
      background-color: #e7e8e8 !important;
  }
  .pricing-block .body-block .col-lg-3.active{
      background-color: #ffffff !important;
      border-bottom: 1px #e2f4fa solid !important;
  }
  .pricing-block .body-block .col-lg-3{
      background-color:#fcfcfc;
  }
 /*=============================================
 Venue Page
 ==============================================*/
 .inside-page-wrapper .venue-address{
     margin-top:20px;
 }
 .inside-page-wrapper .accomdation .room-amenities li{
    list-style-type:disc;
 }
 .inside-page-wrapper .venue-info .venuegallery-carousel{
     margin-bottom: 30px;
 }
 /*=================================================
   Sidebar
 ===================================================*/
 .left-sidebar{
     display: block;
     padding: 10px;
     background-color: #f6f6f6;
 }
 .left-sidebar::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 1px;
    background: #dbdbdb;
    z-index: 1;
 } 
 .p-relative{
     position: relative;
 }
 .left-sidebar .left-menu ul > li{
     margin-bottom: 15px;
 }
 .left-sidebar .left-menu ul > li a{
     font-size: 15px;
     line-height: 25px;
     font-weight: 300;
     color: #000;
 }
 .left-sidebar .left-menu ul > li ul{
     margin-top: 10px;
 } 
 .left-sidebar .left-menu ul{
     padding-left: 20px;
 }
 .abstract-session-section .session-track-list{
     animation:none !important;
     top:0 !important;
     columns: 2;
 }
/**
====================================================================
Sponsor & Exhibitor Page
====================================================================
***/ 
.exhibitor-section ul, .sponsor-section ul{
     margin: 10px 0;
}
.exhibitor-section ul li, .sponsor-section ul li{
    display: flex;
    align-items: center;    
}
.exhibitor-section ul li span, .sponsor-section ul li span{
    margin-right: 10px;
    color:#458030;
}
.sp-packege-card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px !important;
    margin-top: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.sp-packege-card .card-body{
    padding: 10px;
}
.sp-packege-card .price{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.sp-packege-card .sponsor-title{
    font-size: 16px;
    text-transform: uppercase;
}
.border-info{
    border-left:5px solid #0dcaf0 !important;
}
.border-danger {
    border-left: 5px solid #fd3550 !important;
}
.border-success {
    border-left: 5px solid #15ca20 !important;
}
.border-warning {
    border-left: 5px solid #ffc107 !important;
}
.border-silver{
    border-left: 5px solid #C0C0C0 !important;
}
.border-c-green{
    border-left: 5px solid #2ed8b6 !important;
}
.text-c-green{
    color: #2ed8b6;
}
.text-silver{
    color: #bcc6cc;
}
.sp-packege-card .widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}
.bg-gradient-c-green{
    background: #2ed8b6;
    background: -webkit-linear-gradient( 45deg , #2ed8b6,#59e0c5);
    background:linear-gradient(45deg,#2ed8b6,#59e0c5);
}
.bg-gradient-silver{
    background: #C0C0C0;
    background: -webkit-linear-gradient( 45deg , #C0C0C0, #bcc6cc);
    background: linear-gradient( 45deg , #C0C0C0, #bcc6cc);
}
.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient( 45deg , #17ead9, #6078ea) !important;
    background: linear-gradient( 45deg , #17ead9, #6078ea) !important;
}
.bg-gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient( 45deg , #f54ea2, #ff7676) !important;
    background: linear-gradient( 45deg , #f54ea2, #ff7676) !important;
}
.bg-gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient( 45deg , #00b09b, #96c93d) !important;
    background: linear-gradient( 45deg , #00b09b, #96c93d) !important;
}
.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient( 45deg , #ffdf40, #ff8359) !important;
    background: linear-gradient( 45deg , #ffdf40, #ff8359) !important;
}
.ms-auto {
    margin-left: auto !important;
}
.text-white {
    color: #fff !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
/**
====================================================================
Exhibition Floor Plan Section
====================================================================
***/
.floor-plan-instruction {
    max-width: 750px;
    margin: 20px auto;
}
.instruction-items{
    display: flex;
}
.instruction-items .item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.instruction-items .item span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.instruction-items .s-box.green {
    background-color: #00A300;
}
.instruction-items .s-box.red {
    background-color: #FF0000;
}
.instruction-items .item p {
    color: #081245;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.floor-plan-box {
    border: 4px solid #096b72;
    margin: 30px auto;
    padding: 20px;
    max-width: 750px;
    overflow-x: auto;
}
.floor-plan-box .inner-top-box, .floor-plan-box .inner-bottom-box, .inner-middle-box {
    display: flex;
}
.inner-top-left-box, .inner-top-right-box, .inner-bottom-left-box, .inner-bottom-right-box, .inner-middle-left-box, .inner-middle-right-box {
    width: 10%;
}
.inner-top-center-box, .inner-bottom-center-box {
    display: flex;
}
.inner-top-center-box, .inner-middle-center-box, .inner-bottom-center-box {
    width: 80%;
}
.floor-plan-box .seat-box .seat.not-fill {
    background-color: #00A300;
}
.floor-plan-box .seat-box .seat.fill {
    background-color: #FF0000;
}
.floor-plan-box .seat-box .seat {
    padding: 5px;
    margin: 5px;
    text-align: center;
    position: relative;
}
.floor-plan-box .inner-top-box .seat, .floor-plan-box .inner-bottom-box .seat {
    flex-grow: 1;
    width: calc(100% / 8);
}
.floor-plan-box .seat-box .seat a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floor-plan-box .seat .seat-no {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.inner-middle-center-box.poster-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.inner-middle-center-box.poster-box .poster-block {
    width: 50%;
}
.poster-block.fill .inner {
    background-color: #FF0000;
}
.poster-block.not-fill .inner {
    background-color: #00A300;
}
.poster-block .inner {
    position: relative;
    padding: 20px;
    text-align: center;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.poster-block .inner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.poster-block .inner p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*=============================================
      Past Events
===============================================*/
.event-block{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.event-block .event-date{
    display: block;
    margin-bottom: 10px;
}
.event-block .event-date h4{
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background: #458030;
    width: fit-content;
    padding: 10px;
    margin-bottom: 0;
}
.event-block .event-title h2{
    font-size: 24px;
    color: #40454d;
    line-height: 34px;
}
.event-block .event-desc p{
    margin-bottom: 10px;
}
.event-block .event-bottom{
    display: flex;
    margin:10px 0;
    justify-content: center;
    align-items: center;
}
.event-block .event-bottom .block{
    max-width: 150px;
    margin:10px;
}
.event-block .event-bottom .image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.event-block .event-bottom .link{
    padding:5px;
    background: #458030;
}
.event-block .event-bottom .link a{
    display: block;
    color:#fff;
    text-align: center;
}
 /**
====================================================================
Speaker Details Page
====================================================================
***/
.speaker-details-section .speaker-profile-pic{
    margin-bottom: 20px;
}
.speaker-details-section .speaker-details{
    margin-top: 20px;
}
.speaker-details-section .speaker-details .speaker-title{
    line-height: 28px;
    color: #458030;
}
.speaker-details-section .speaker-details .speaker-title a{
    color:#458030;
}
 /**
====================================================================
Conference Item
====================================================================
***/
.conference-box{
    margin-bottom: 20px;
}
.conference-box .row{
    margin-left: 0;
    margin-right: 0;
}
.conference-box .conf-date{
    background-color: #dbdbdb;
    padding:10px;
    text-align: center;
    position: relative;
}
.conference-box .conf-date .inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: fit-content;
}
.conference-box .conf-date h4{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #458030;
    font-weight: 600;
    border-bottom: 2px dotted #fff;
}
.conference-box .conf-date h4:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.conference-box .conf-info{
    padding:10px;
    border:1px dashed #dbdbdb;
}
.conference-box .conf-info .conf-name{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}
.conference-box .conf-info .conf-venue{
    margin-bottom: 5px;
    font-weight: 300;
}
.conference-box .conf-info .conf-venue i{
    color: #458030;
    margin-right: 5px;
}
.conference-box .conf-info .btn-more{
    border:1px dotted #458030;
    padding: 5px;
    color:#458030;
}
.conference-box .conf-info .btn-more:hover{
    background-color: #458030;
    color: #fff;
}
 /**
====================================================================
Schedule Lisitng
====================================================================
***/
.schedule-lisitng{
    margin-bottom: 20px;
}
.schedule-lisitng p{
    line-height: 25px;
} 
.schedule-lisitng .speker-info{
    background-color: #dbdbdb;
    text-align: center;
    padding: 10px;
}
.schedule-lisitng .speker-info .speaker-img{
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.schedule-lisitng .speker-info .speaker-name{
    font-size: 18px;
}
.schedule-lisitng .schedule-info{
    border: 1px dashed #dbdbdb;
    padding:10px;
}
.schedule-lisitng .schedule-info .schedule-time{
    margin-bottom: 7px;
    color: #458030;
}
.schedule-lisitng .schedule-info .schedule-title{
    font-size: 19px;
    line-height: 28px;
}
.schedule-lisitng .schedule-info .schedule-title a{
    color: #458030;
}
.schedule-lisitng .schedule-info .schedule-description p{
    margin-bottom: 0;
}
 /**
====================================================================
Animation
====================================================================
***/ 
@-moz-keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  @-webkit-keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  @-o-keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  @keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
#conferenceTabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #FFF !important;
    background-color: #4463a4 !important;
    font-weight: 500;  
  }
  
#conferenceTabs  .content-wrapper ul li, .page-wrapper ul li {
	    font-weight: 500;  
}
.hybrid {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    color: #40454d;
}
.bell {
    background: # !important;
    color: #ef5028 !important;
    animation: blink 1s linear infinite;
}
