/*==== Style ====*/

body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.title {
    padding-bottom: 45px;
}
.title h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.title h2 span {
    color: #6bb232;
}
.title p{
    font-size: 18px;
    color: #778497;
    margin-bottom: 0;
    text-transform: uppercase;
}
.title p span{
    color: #0368b0;
}
.btn-primary {
    background: transparent;
    border: 2px solid #0b4c74;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #0b4c74;
    height: auto;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background: #0b4c74;
    border-color: #0b4c74;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}
.btn-outline-primary {
    border: 2px solid #6bb232;
    color: #fff;
    height: auto;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    text-transform: capitalize;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-primary:active, .btn-outline-primary:active:focus {
    background: #6bb232;
    border-color: #6bb232;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

/*============== Home page Area ===============*/

.leadership-area {
    background: #030d26;
}
.visionary-image img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.visionary-content h2{
    text-transform: uppercase;
    font-size: 40px;
    line-height: initial;
    color: #ffffff;
    font-weight: bold;
}
.visionary-content h2 span{
    color: #64c416;
    display: block;
}
.visionary-content p{
    font-size: 15px;
    color: #ffffff;
    text-align: justify;
    line-height: 25px;
}
.key-area {
    background: #030d26 url("assets/images/speakers-bg.jpg") no-repeat center / cover;
}
.key-item img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.key-content {
    background: #030d26;
    padding: 20px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 200px;
}
.key-content h3 {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.key-content h3 a {
    color: #778497;
}
.key-content p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}
.exhibitor-area {
    background: #000000;
}
.exhibitor-tab-area nav {
    padding-bottom: 20px;
    top: -42px;
    position: relative;
}
.exhibitor-tab-area nav .nav-tabs {
    border: none;
    justify-content: center;
}
.exhibitor-tab-area nav .nav-tabs button {
    background: #423381;
    border: none;
    box-shadow: none;
    padding: 8px 35px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 5px;
    text-transform: uppercase;
}
.exhibitor-tab-area nav .nav-tabs button.active{
    border: none;
    box-shadow: none;
    color: #ffffff;
    background: #6bb232;
}
.exhibitor-tab-area .title h2 span{
    color: #6bb232;
    display: block;
}
.exhibitor-content h3{
    color: #6bb232;
    font-size: 20px;
    font-weight: bold;
}
.exhibitor-content p{
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    justify-content: center;
}
.exhibitor-pdf {
    background: #000000;
    padding: 30px;
    border-radius: 10px;
}
.exhibitor-content.exhibitor-pdf h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 15px;
}
.exhibitor-pdf h3 a{
    color: #6bb232;
}
.exhibitor-pdf p i{
    font-size: 24px;
}
.exhibitor-pdf p{
    color: #c3c3c3;
    font-size: 16px;
    font-weight: 600;
}

/*============== Event Details page Area ===============*/

.convention-area {
    background: #030d26;
}
.convention-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.convention-content h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #778497;
    margin-bottom: 0;
}
.convention-content h5 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #55b23c;
    margin-bottom: 10px;
}
.convention-content p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    color: #ffffff;
}
.audience-area {
    background: #000000;
}
.audience-image {
    border: 2px solid #64c416;
    border-radius: 50%;
    padding: 25px;
    height: 100px;
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.audience-image img{
    width: auto;
    height: auto;
    max-width: 95%;
}
.audience-content li::before {
    content: '\f111';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    font-size: 7px;
    padding-right: 8px;
    position: absolute;
    top: 5px;
    color: #6bb232;
    left: 0;
}
.audience-content li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 5px 15px;
}
.speaker-area {
    background: #030d26;
}
.date-item h4{
    font-size: 32px;
    color: #778497;
    font-weight: bold;
    text-transform: uppercase;
}
.date-item p{
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    text-align: justify;
}
.speaker-item {
    text-align: center;
}
.speaker-item img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.speaker-item h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding-top: 15px;
}
.speaker-item h4 a{
    color: #778497;
}
.speaker-item p{
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}
.schedule-area {
    background: #030d26;
}
.schedule-area .row > .schedule-separator{
    border-top: 2px solid #423381;
    padding-top: 60px;
}
.schedule-item {
    border: 3px solid #6bb232;
    padding: 15px 5px;
    text-align: center;
    border-radius: 10px;
}
.schedule-area .row > div:first-of-type > .schedule-item {
    border-color: #423381;
}
.schedule-area .row > div:last-of-type > .schedule-item {
    border-color: #ec9548;
}

.schedule-area .row > div:first-of-type > .schedule-link > .schedule-item {
    border-color: #423381;
}

.schedule-area .row > div:last-of-type > .schedule-link > .schedule-item {
    border-color: #ec9548;
}

.schedule-item h3 {
    color: #778497;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.schedule-item p{
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

/*============== Event Details Schedule page Area ===============*/

.conference-area{
    background: #030d26;
}
.conference-tab-area nav .nav-tabs {
    border: none;
    justify-content: center;
}
.conference-tab-area nav .nav-tabs .nav-link-tab {
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Ensure it behaves like a block element */
}

.conference-tab-area nav .nav-tabs .nav-link-button {
    background: transparent;
    border: 4px solid #6bb232;
    box-shadow: none;
    padding: 10px 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 5px;
    text-transform: uppercase;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

/* Specific targeting for the 1st button */
.conference-tab-area nav .nav-tabs a:nth-of-type(1) .nav-link-button {
    border-color: #423381;
}

/* Specific targeting for the last button */
.conference-tab-area nav .nav-tabs a:last-of-type .nav-link-button {
    border-color: #ec9548;
}

/* .conference-tab-area nav .nav-tabs button.nav-link:hover,
.conference-tab-area nav .nav-tabs button.nav-link:focus,
.conference-tab-area nav .nav-tabs button.active {
    border-color: #423381 !important;
    background: transparent;
    color: #ffffff;
} */
.conference-title {
    text-align: center;
    padding: 0 50px;
}
.conference-title h3{
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.conference-title p{
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.conference-content-item{
    margin-bottom: 25px;
}
.conference-content-item p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 25px;
}
.conference-content-item p.green{
    color: #6bb232;
    font-weight: bold;
}



/*============== Home page Area ===============*/


/*============== Sponsor Area ===============*/

.sponsor-area{
    background: #030d26;
}
.partner-item, .sponsor-item {
    text-align: center;
}
.partner-item img, .sponsor-item img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.partner-separator hr{
    margin: 50px 0;
    border-bottom: 2px solid #6bb232;
    opacity: 1;
}

/*============== Team Area ===============*/

.team-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.team-item {
    padding: 15px 20px;
    background: #d5e7f3;
    border-radius: 10px;
}
.team-item h4 {
    color: #0b4c74;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}
.team-item p{
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}

/*============== Contact Us Area ===============*/


/*==== Start scrollUp area ====*/

#scrollUp {
    display: inline-block;
    background-color: #73b144;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#scrollUp::after {
    content: "\f102";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}
#scrollUp:hover {
    cursor: pointer;
    background: #42a14d;;
}
#scrollUp:active {
    background: #42a14d;
}
#scrollUp.show {
    opacity: 1;
    visibility: visible;
}

.package-body {
    color: #ffffff;
}

.package-body h4{
    color: greenyellow;
}

.package-card {
    border-bottom: #423381 2px solid;
    margin-top: 30px;
}

.btn-price {
    background-color: #423381;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
    font-size: 18px;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.package-pax {
    font-weight: bold;
    font-size: 18px;
}

.package-pax select {
    text-align-last: center;
}

.btn-package {
    background: transparent;
    border: 2px solid #42a14d;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #ffffff;
    height: auto;
    margin-top: 25px;
 }

 .btn-package hover{
    border: 2px solid #42a14d;
 }

 .summary-header div {
    padding: 10px;
    border-bottom: #423381 1px solid;
    font-size: 18px;
    font-weight: bold;
 }
 .summary-item div {
    padding: 10px;
 }

 .text-green {
    color: #42a14d;
 }
