/* this is css...  */
a{ text-decoration: none !important; }
.theme-default-header{
    margin:0; padding:0;
    background-color: #08906B;
    background-image: url('../img/backshade-frame.png');
    background-repeat: repeat-x;
    background-position: top;
}

.partial-box{
    background: rgba(0, 0, 0, 0.1);  
    color: #fff; 
    border-radius:4px; 
    border: 1px dashed rgba(255, 255, 255, 0.8);
}
.partial-box .title{ font-size:1.4rem; margin-bottom: 10px; }
.partial-box p{ 
    margin:5px;
}
.partial-box p span{ 
    background-color: white; color: #08906B;
    padding: 0 5px; border-radius: 2px;
    font-weight:bold; 
}
.event-timer{ /*  */ }
.event-timer div{
    color: #222;
    background-color:#fff;
    width:23%; float:left; 
    margin: 1%; 
    padding:1%; 
    text-align:center; 
    border-radius: 3px;                    
}
.event-timer div b{ color: #08906B;  }

.event-title{
    font-size:1.1rem !important;
    font-weight:bold;
    color: #fff;
    line-height: 1.9rem;
}
.event-heading-title{
    /* font-size:1.9rem;
    line-height: 1.5rem;
    color: #fff; */
}

.event-menu{
    border-top:0.5px solid rgba(255, 255, 255, 0.6);
}
.event-menu li{
    margin:0; padding:0;
}
.event-menu li a{
    color: #fff !important;
    font-weight: bold;
    margin-right: 10px;
}
.event-menu li a:hover{
    opacity: 0.8;
}

/* section banner style  */
.event-section-banner{
    /* min-height: 34.063rem; */
    /* background-image: url('../img/banner.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red; 
}

.ev-reg-btn{
    font-size: 2rem; margin-top:150px !important; background: #08906B; color:white; 
}

.ev-reg-btn:hover{
    font-size: 2rem; margin-top:150px !important; background: #08906B; color:white; 
    opacity: 0.8;
}

/* why-join-sbpedia  */
/* .why-join-sbpedia{
    /* text-center;  */
/* } */

.why-join-sbpedia h2{
    font-size: 48px; font-weight: bold;
}
.why-join-sbpedia p{ font-size: 16px; }
.why-join-sbpedia .text-item{ font-size: 14px; }
.why-join-sbpedia .text-item p:first-child{ font-size: 14px; margin:0; padding: 0 10px; font-weight: bold;  }
.why-join-sbpedia .text-item p:last-child{ font-size: 14px; margin:0; padding:0; margin-bottom:8px;  }

.why-join-sbpedia .text-item:nth-child(1) p:first-child{ background-color: #E6FBFE; }
.why-join-sbpedia .text-item:nth-child(2) p:first-child{ background-color: #E4EBFD; }
.why-join-sbpedia .text-item:nth-child(3) p:first-child{ background-color: #EDDDFA; }

.about-sbday{
    background-color: #FFF7F5;
}

/* .about-sbday .text-item{} */
.about-sbday .text-item p:first-child{
    padding: 5px 10px;
    background: linear-gradient(to right, #800e39 0%, #08906B 100%);
    color: #fff; 
    font-weight: bold;
}
.about-sbday .text-item p:nth-child(2){
    font-size: 3rem; 
    font-weight: bold;
    color: #22283B;
}
.about-sbday .text-item p:nth-child(3){
    font-size: 1.5rem; 
    color: #08906B;
}
.about-sbday .text-item p:nth-child(4){
    font-size: 1rem; 
    color: #4F4F4F;
}
.about-sbday .btn {
    background-color: #136A82;
    color: #fff;
}
.about-sbday .btn:hover {
    opacity: 0.8;
}

/* event-schedule-menu */
.event-schedule-menu{}
.event-schedule-menu .nav-item{
    margin:10px;     
}

.event-schedule-menu .nav-item a{
    background-color: #fff !important;
    color: #4F4F4F; 
    border: 1px solid #4F4F4F;
}

.event-schedule-menu .active a{
    border: 1px solid gray; 
    background-color: #136A82 !important;
    color:white; 
}

.event-schedule-menu .arrow-shape{
    font-size: 3rem; 
    margin-top: -22px !important; 
    color: #136A82;
    position: relative;
}
.event-schedule-menu .nav-item .arrow-shape{
    font-size: 3rem; 
    margin-top: -22px !important; 
    color: #136A82;
    position: relative;
}

/* .schedule-grid-item{} */
.schedule-grid-item h4{
    font-weight:bold; 
}
.schedule-grid-item p{}

/* c2a */
.c2a{
    background-color: #136A82;
    background-image: url('../img/c2abg.png');
    background-repeat: repeat-x;
    background-position: top;

    color:white; 
}

.view-details-btn{
    background: #136A82;
    color: #fff; 
}

.view-details-btn:hover{
    opacity: 0.8; 
    background: #136A82;
    color: #fff; 
}


/* footer style  */
.footer .footer-area {
    background: #F8FBFF;
    background-image: url('../img/footer-bg.png');
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 50px 0;
  }
  .footer .footer-area .dark-theme-logo {
    display: none;
  }
  .footer .footer-area .light-theme-logo {
    display: block;
  }
  .footer .footer-area h4 {
    color: #333;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
  }
  .footer .footer-area .social-link {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .footer .footer-area .social-link li {
    list-style: none;
    margin: 10px 5px;
  }
  .footer .footer-area .social-link li a {
    background-color: #37D1A8;
    color: #005B43;
    font-size: 0.938rem;
    border-radius: 50%;
  }
  .footer .footer-area .social-link li a:hover {
    background-color: #005B43;
    color: #37D1A8;
  }
  .footer .footer-area .social-link li a.facebook {
    padding: 10px 1rem;
  }
  .footer .footer-area .social-link li a.twitter {
    padding: 10px 12px;
  }
  .footer .footer-area .social-link li a.google {
    padding: 10px 10px;
  }
  .footer .footer-area .social-link li a.linkedin {
    padding: 10px 15px;
  }
  .footer .footer-area p {
    font-size: 1.25rem;
    color: #333333;
  }
  .footer .footer-area .footer-link {
    margin: 0;
    padding: 0;
  }
  .footer .footer-area .footer-link li {
    list-style: none;
    margin: 5px 0;
  }
  .footer .footer-area .footer-link li a {
    color: #333333;
    padding: 5px 0;
    font-size: 0.938rem;
  }
  .footer .footer-area .footer-link li a:hover {
    text-decoration: underline;
  }
  .footer .footer-bottom {
    min-height: 45px;
    position: relative;
    color: #fff;
    width: 100%;
    padding: 10px 0 15px 0;
  }
  .footer .footer-bottom img {
    max-height: 18px;
    margin-top: 15px;
  }
  .footer .footer-bottom p {
    color: #4F4F4F;
    margin: 15px 0 0 0;
    padding: 0 15px 0 0;
    font-size: 0.938rem;
  }
  .footer .footer-bottom ul {
    margin: 15px 0 0 0;
    padding: 0;
  }
  .footer .footer-bottom ul li {
    list-style: none;
    padding: 0 15px;
  }
  .footer .footer-bottom ul li a {
    color: #4F4F4F;
    font-size: 0.938rem;
  }
  .footer .footer-bottom ul li a:hover {
    text-decoration: underline;
  }
  .footer .footer-bottom .footer-language {
    margin: 15px 0 0 0;
  }
  .footer .footer-bottom .footer-language select {
    border: 1px solid #D9D9D9;
    color: #49ADA1;
    font-weight: bold;
  }