body,
html {
    font-family: 'Rubik', sans-serif;
}

body {
    overflow-x: hidden;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
    input {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
    input {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
    input {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
    input {
        width: 100%;
    }
}

.container .main-nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.container .main-nav ul li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.container .main-nav ul li>a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    position: relative;
    cursor: pointer;
    
}

.container .main-nav ul li>a.active {
    color: #F23D3D;
}

.container .main-nav ul li>a:hover {
    color: #F23D3D;
}

.logo img {
    height: 120px;
    background: #e9eff2;
    padding: 20px;
    margin-top: -28px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
}

.nav-btn {
    -webkit-transition: .4s;
    -o-transition: .4s;
    padding: 0px 20px 0px;
    border-radius: 35px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.nav-btn:hover {
    background-color: rgb(var(--color-secondary)/var(--tw-bg-opacity));
}

.container .main-nav ul li>a i {
    display: inline-block;
    padding-left: 3px;
}


/*drop_menu*/

.drop_down {
    position: absolute;
    width: 170px;
    display: block;
    scroll-behavior: smooth;
    justify-content: center;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    transition: .8s ease-in-out;
    margin-top: 0;
    top: 30px;
    background: rgb(28, 107, 186);
    overflow: hidden;
    margin-right: 5px;
    clear: both;
    z-index: 30;
}

.drop_menu {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 210px;
    overflow-y: auto;
    margin-top: 14px;
}

.drop_menu::-webkit-scrollbar {
    width: 3px;
    visibility: hidden;
}

.drop_menu::-webkit-scrollbar:hover,
.drop_menu::-webkit-scrollbar:focus {
    visibility: visible;
}

.drop_menu::-webkit-scrollbar-track {
    background: #222028;
}

.drop_menu::-webkit-scrollbar-thumb {
    background: #F23D3D;
    border-radius: 50px;
}

.list_items {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

.list_items .nav_links {
    width: 100%;
    display: flex;
    color: #fff;
    padding: 10px;
    font-size: 0.75rem;
}

.list_items .nav_links:hover {
    transition: .5s ease-in-out;
    color: #F23D3D;
}

.drop_down.show {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
    max-height: 210px;
}

.main-nav-col.sticky .drop_down {
    top: 56px;
}


/*drop_menu*/


/*mobile menu dropdown*/

.mobile-ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.mobile-ul .mobile-list {
    position: relative;
}

.mobile-ul .mobile-list {}

.mobile-ul .mobile-list .drop_down {
    position: relative;
    width: 100%;
    margin-right: 0px;
    top: 0px;
    background-color: transparent;
    margin-top: 0px;
}

.mobile-ul .mobile-list .drop_down .drop_menu {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}

.mobile-ul .mobile-list .drop_down .list_items .nav_links {
    color: #000;
    font-size: 14px;
}


/* banner section */

.banner-section {
    height: 600px
}

.banner-section .banner-logo {
    margin-bottom: 0px;
}

.banner-section .banner-col {
    height: calc(100% - 98px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .7s;
}

.banner-section.banner-sticky .banner-col {
    height: 100%;
    transition: all .7s;
}

.banner-section .banner-location {
    margin-bottom: 0px;
    font-weight: 500;
}

.banner-section .banner-date {
    font-weight: 500;
}

.banner-section .banner-col .event-timer {
    padding-bottom: 1rem;
    padding-top: 0rem;
}

.banner-section .banner-col .event-timer h3 {
    font-size: 62px;
}

@media (min-width: 1200px) {
    .banner-section .main-nav ul {
        display: flex;
    }
    .visit-btn {
        display: inline-block;
    }
    .hamburger-menu-btn {
        display: none;
    }
}

@media (max-width: 1200px) {
    .banner-section .main-nav ul {
        display: none;
    }
    .visit-btn {
        display: none;
    }
    .hamburger-menu-btn {
        display: inline-block;
    }
}

@media (max-width: 1024px) {
    .event-section {
        padding: 40px 0px;
    }
    .event-section .event-section-left {
        margin-bottom: 40px;
    }
    .event-section .event-section-right .event-fancy-box {
        height: 320px;
    }
}

@media (max-width: 1024px) {
    .banner-section .banner-col .event-timer h3 {
        font-size: 60px;
    }
    .banner-section .banner-col .event-timer {
        margin-bottom: 15px;
    }
    .banner-section .banner-col .event-timer .timer-box {
        padding-right: 25px;
        padding-left: 25px;
    }
    .banner-section .banner-col .banner-logo img, .inner-banner .logo img {
        height: 70px;
    }
}

@media (max-width: 576px) {
    .banner-section .logo img, .inner-banner .logo img {
        height: 80px;
        padding: 10px;
    }
    .banner-section .banner-col .event-timer h3 {
        font-size: 30px;
    }
    .banner-section .banner-col .event-timer {
        margin-bottom: 15px;
    }
    .banner-section .banner-col .event-timer .timer-box {
        padding-right: 5px;
        padding-left: 5px;
    }
    .banner-section .banner-col .banner-logo img, .inner-banner .logo img {
        height: 80px;
        
    }
}


/* event-section */

.event-section {
    padding: 60px 0px;
}

.event-section .event-section-content p {
    margin-bottom: 15px;
}

.event-section .event-section-content p:last-child {
    margin-bottom: 0px;
}

.events-select {
    display: none;
}


/* schedule section */

.schedule-section {
    padding: 50px 0px;
}

.schedule-section .events-wrap .events-wrap_nav ul {
    gap: 1rem;
    overflow: inherit;
}

.schedule-section .events-wrap .events-wrap_nav ul li {
    flex: 1 1 0;
}

.schedule-section .events-wrap .events-wrap_nav ul li a {
    position: relative;
    padding: 0.625rem 3rem;
    
}
.schedule-section .events-wrap .events-wrap_nav ul li a {
    
}
.schedule-section .events-wrap .events-wrap_nav ul li:first-child a {
    background-color: #F23D3D;
    color: #fff;
}
.schedule-section .events-wrap .events-wrap_nav ul li:nth-child(2) a {
    background-color: #44D2F2;
    color: #fff;
}
.schedule-section .events-wrap .events-wrap_nav ul li:nth-child(3) a {
    background-color: #0568A6;
    color: #fff;
}
.schedule-section .events-wrap .events-wrap_nav ul li:nth-child(5) a {
    background-color: #44D2F2;
    color: #fff;
}


.schedule-section.inner-schedule-section .events-wrap .events-wrap_nav ul li:first-child a {
    background-color: red;
    color: #fff;
}

.schedule-section .events-wrap .events-wrap_nav ul li:first-child a.active:after {
    border-top: 15px solid #F23D3D;
   
}

.schedule-section.inner-schedule-section .events-wrap .events-wrap_nav ul li:nth-child(2) a {
    background-color: red;
}

.schedule-section .events-wrap .events-wrap_nav ul li:nth-child(2) a.active:after {
    border-top: 15px solid #44D2F2;
   
}

.schedule-section.inner-schedule-section .events-wrap .events-wrap_nav ul li:nth-child(3) a {
    background-color: #1f2269;
    color: #fff;
}

.schedule-section .events-wrap .events-wrap_nav ul li:nth-child(3) a.active:after {
    border-top: 15px solid #0568A6;;
}

.schedule-section.inner-schedule-section .events-wrap .events-wrap_nav ul li:nth-child(4) a {
    background-color: #971881;
    color: #fff;
}


.schedule-section.inner-schedule-section .events-wrap .events-wrap_nav ul li:nth-child(4) a.active:after {
    border-top: 15px solid #971881;
}

.schedule-section.inner-schedule-section .events-wrap .events-wrap_nav ul li:nth-child(5) a {
    background-color: #000;
    color: #fff;
}

.schedule-section.inner-schedule-section .events-wrap .events-wrap_nav ul li:nth-child(5) a.active:after {
    
    border-top: 15px solid #F23D3D;
    
}

.schedule-section .events-wrap_content .events-wrap_content-grid {
    gap: 1.5rem;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item {
    padding: 20px 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item:first-child {
    background-color: #0052A3;
    color: #FFFFFF;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .title {
    font-weight: 600;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .sub-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 5px 0px;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .content {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 5px;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .content .time {
    font-weight: 600;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .content .time i {
    display: inline-block;
    padding-right: 2px;
    font-size: 15px;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--rgt {
    flex-basis: auto;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--rgt .images-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--rgt .images-box .upper-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--rgt .images-box .upper-box .img-holder {
    width: 49px;
    height: 49px;
}

.schedule-section .events-wrap .events-wrap_nav ul li a em {
    padding-top: 0.3125rem;
}

.schedule-section.inner-schedule-section .events-wrap_nav {
    padding-top: 10px;
    padding-bottom: 2.5rem;
}

.schedule-section.inner-schedule-section .program-col .program-col-left {
    background-color: #0052A3;
    padding: 40px;
    min-width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schedule-section.inner-schedule-section .program-col .program-col-left .name {
    color: #f7f7f7;
    font-weight: 600;
    font-size: 18px;
}

.schedule-section.inner-schedule-section .program-col .program-col-left .role {
    color: #cccccc;
    font-weight: 400;
    font-size: 16px;
}

.schedule-section.inner-schedule-section .program-col .program-col-right {
    background-color: rgb(238 238 238/var(--tw-bg-opacity));
    padding: 20px 25px;
    flex-grow: 1;
}

.schedule-section.inner-schedule-section .program-col .program-col-right .time {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
    color: #000;
}

.schedule-section.inner-schedule-section .program-col .program-col-right .time i {
    display: inline-block;
    margin-right: 5px;
}

.schedule-section.inner-schedule-section .program-col .program-col-right .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.schedule-section.inner-schedule-section .program-col .program-col-right .header {
    color: #0052A3;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 5px;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:first-child .header {
    color: #2eafb0;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(2) .header {
    color: #ee4b3e;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(3) .header {
    color: #13c093;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(4) .header {
    color: #2b93ea;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(5) .header {
    color: #F23D3D;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(6) .header {
    color: #0052A3;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(7) .header {
    color: #fe2260;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(8) .header {
    color: #1f2269;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(9) .header {
    color: #971881;
}

.schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid .program-col:nth-child(10) .header {
    color: #F23D3D;
}

@media (min-width: 1024px) {
    .schedule-section.inner-schedule-section .events-wrap_content .events-wrap_content-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    .schedule-section .events-wrap .events-wrap_nav ul li a {
        padding: 0.625rem 2rem;
    }
}

@media (max-width: 768px) {
    .schedule-section.inner-schedule-section .program-col {
        flex-direction: column;
    }
    .schedule-section.inner-schedule-section .program-col .program-col-left .name {
        font-size: 16px;
    }
    .schedule-section.inner-schedule-section .program-col .program-col-left .role {
        font-size: 14px;
    }
    .schedule-section.inner-schedule-section .program-col .program-col-left {
        padding: 20px;
        min-width: 250px;
    }
    .schedule-section.inner-schedule-section .program-col .program-col-right .header {
        font-size: 20px;
        line-height: 30px;
    }
    .schedule-section.inner-schedule-section .program-col .program-col-right .content {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .schedule-section .events-wrap .events-wrap_nav ul {
        gap: 0.6rem;
    }
    .schedule-section .events-wrap .events-wrap_nav ul li a {
        padding: 0.625rem 1.2rem;
        font-size: 19px;
    }
    .schedule-section .events-wrap .events-wrap_nav ul li a em {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .schedule-section.inner-schedule-section {
        padding: 0px 0px 30px;
    }
}


/* speaker section */

.speaker-section .speakers-wrap .speakers-wrap_item .speakers-wrap_item-figure {
    width: 250px;
    height: 250px;
}

.speaker-section .speakers-wrap .speakers-wrap_item .speakers-wrap_item-profile {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F23D3D;
}

.speaker-section .speakers-wrap .speakers-wrap_item .speakers-wrap_item-profile h3 {
    font-weight: 600;
}

.speaker-section .speakers-wrap .speakers-wrap_item .speakers-wrap_item-profile h4 {
    font-weight: 600;
}


/* news section */

.news-section {
    padding: 50px 0px;
}

.news-section .news-wrap_item a:hover {
    cursor: pointer;
}

.news-section .news-wrap_item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0, 82, 163);
    background: linear-gradient(180deg, rgba(0, 82, 163, 0.014443277310924318) 0%, rgba(0, 82, 163, 0.09287464985994398) 35%, rgba(0, 82, 163, 1) 100%);
    margin: 0 auto;
}

.news-section .news-wrap_item .news-wrap_item-content {
    padding: 20px;
}

.news-section .news-wrap_item .news-wrap_item-content h3 {
    font-weight: 600;
    line-height: 1.4rem;
}

.events-wrap .events-wrap_nav ul li a.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F23D3D;
    clear: both;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 14px);
}

.event-section .event-section-right::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #0568A6;
    width: 100%;
    height: 70px;
    z-index: 1;
}

.event-section .event-section-right::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #0568A6;
    width: 100%;
    height: 70px;
    z-index: 1;
}

.event-section .event-section-right .event-fancy-box i {
    z-index: 40;
    color: #ffff;
    background-color: #0568A6;
    border-radius: 50%;
    border: 8px solid #0568A6;
}

@media (max-width: 1024px) {
    .event-section .event-section-right .event-fancy-box i {
        font-size: 80px;
    }
}


/* inner banner section */

.inner-banner {
    height: 450px;
    position: relative;
}

.inner-banner.inner-blog-banner {
    height: 200px;
}

.inner-banner .inner-banner-col {
    height: calc(100% - 98px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .7s;
}

.inner-banner.banner-sticky .inner-banner-col {
    height: 100%;
    transition: all .7s;
}

.inner-banner .inner-banner-col .inner-banner-sm {
    width: 100%;
    text-align: center;
}

.inner-banner-col .page-title {
    text-align: center;
    text-transform: uppercase!important;
    margin-bottom: 15px!important;
    letter-spacing: .5px;
    margin: 0;
    line-height: 42px;
    padding-bottom: 25px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    position: relative;
}

.page-title:before {
    background: url(../images/general/line_inner.png) no-repeat;
    content: "";
    width: 350px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: 0 auto;
    right: 0;
    background-size: 100%;
}

.inner-banner-col .breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
}

.inner-banner-col .breadcrumb li {
    color: #ddd;
    font-size: 14px;
    font-weight: 500;
}

.inner-banner-col .breadcrumb li a i {
    display: inline-block;
    padding-right: 5px;
}

.inner-banner-col .breadcrumb li a {
    display: block;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ddd;
    content: "/";
}

@media (max-width: 576px) {
    .inner-banner-col .page-title {
        font-size: 30px;
        margin-bottom: 10px!important;
        line-height: 32px;
        padding-bottom: 15px;
    }
    .page-title:before {
        width: 260px;
        height: 12px;
    }
}


/* about-section */

.about-section {
    padding: 60px 0px 0px 0px;
}

.about-section .about-title-img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-top: 1.25rem;
}

.about-section .about-content {
    padding-top: 1.25rem;
}

.about-section .about-content p {
    margin-bottom: 15px;
}

.about-section .about-content p:last-child {
    margin-bottom: 0px;
}

.about-section .section-title {
    font-size: 32px;
}

.about-section .about-section-left {
    min-height: 350px;
}

.about-section .about-section-left .about-image-bg {
    background-size: contain;
    background-position: top;
}

@media (max-width: 1024px) {
    .about-section .about-section-left .bg-cover.bg-center {
        min-height: 320px;
    }
    .about-section .about-section-left {
        min-height: auto;
        margin-top: 20px;
    }
    .about-section .about-section-left .about-image-bg {
        background-position: top left;
        min-height: 300px;
    }
}


/* stats-section */

.stats-section .event-summary_item i {
    color: #F23D3D;
}

.stats-section .event-summary .event-summary_item h3 {
    font-weight: 600;
    padding-bottom: 1.5rem;
}

.stats-section .event-summary .event-summary_item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}


/* activities-section */

.activities-section {
    padding: 60px 0px 60px 0px;
}

.activities-section .events-wrap_nav ul {
    justify-content: flex-start;
}

.activities-section .events-wrap_nav ul li {
    flex: 1 1 0;
}

.activities-section .events-wrap_nav ul li a {
    display: block;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(238 238 238/var(--tw-bg-opacity));
    border-radius: 30px;
    color: rgb(var(--color-primary)/var(--tw-text-opacity));
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 2rem;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 20px 10px 20px 10px;
    position: relative;
    text-align: center;
}

.activities-section .events-wrap_content .events-wrap_content-sm .section-title {
    font-size: 32px;
}

.activities-section .events-wrap_content .events-wrap_content-sm .about-content p {
    margin-bottom: 15px;
}

.activities-section .events-wrap_content .events-wrap_content-sm .about-content p:last-child {
    margin-bottom: 0px;
}

.pb-10 {
    padding-bottom: 2.5rem;
}


/* testimonial-section  */

.testimonial-section .testimonial-carousel .item {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.testimonial-section .testimonial-carousel .img-holder {
    width: 120px;
    margin: 0 auto;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 40px;
}

.testimonial-section .testimonial-carousel .img-holder img {
    width: 100%;
}

.testimonial-section .testimonial-carousel .testimonial-text {
    text-align: center;
    color: #fff;
    padding: 0px 0px 30px 0px;
    font-style: italic;
    font-weight: 500;
}

.testimonial-section .testimonial-carousel .testimonial-header {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.testimonial-section .testimonial-carousel .testimonial-role {
    color: #FFFFFF;
    font-weight: 400;
}

.testimonial-section .testimonial-carousel.owl-carousel .owl-nav {
    display: none;
}

.testimonial-section .testimonial-carousel.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 20px;
}

.testimonial-section .testimonial-carousel.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #F23D3D;
}

.testimonial-section .testimonial-carousel.owl-carousel .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #F23D3D;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    transition: opacity 200ms ease;
    margin: 5px 7px;
}


/* sponsors section */

.sponsors-section {
    padding: 60px 0px 60px 0px;
}

.sponsors-section .section-title {
    margin-bottom: 40px;
}

.sponsors-section .section-title h4 {
    margin: 0 0 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
}

.sponsors-section .section-title h3 {
    font-size: 32px;
    font-weight: 700;
}

.sponsors-section .grid-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 10px;
}

.sponsors-section .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    font-size: 30px;
    text-align: center;
}

.sponsors-section .grid-item:nth-child(4n) {
    border-right: none;
}

.sponsors-section .grid-item:last-child {
    border-right: none;
}

.sponsors-section .grid-item .grid-img {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 20px 20px 50px 20px;
    cursor: pointer;
}

.sponsors-section .grid-item:hover {
    background-color: #cccccc24;
}

.sponsors-section .grid-item .grid-img img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
}

.sponsors-section.inner-sponsor-section h3 {
    color: #303745;
}

.sponsors-section.inner-sponsor-section {
    padding: 60px 0px 60px 0px;
}

@media (max-width: 1200px) {
    .sponsors-section .grid-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sponsors-section .grid-item:nth-child(3n) {
        border-right: none;
    }
    .sponsors-section .grid-item:nth-child(4n) {
        border-right: 1px solid #ccc;
    }
    .sponsors-section .grid-item:last-child {
        border-right: none;
    }
    .sponsors-section.inner-sponsor-section {
        padding: 60px 0px 60px 0px;
    }
}

@media (max-width: 576px) {
    .sponsors-section .grid-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sponsors-section .grid-item:nth-child(3n) {
        border-right: 1px solid #ccc;
    }
    .sponsors-section .grid-item:nth-child(4n) {
        border-right: 1px solid #ccc;
    }
    .sponsors-section .grid-item:nth-child(2n) {
        border-right: none;
    }
    .sponsors-section .grid-item:last-child {
        border-right: none;
    }
    .sponsors-section.inner-sponsor-section {
        padding: 30px 0px 30px 0px;
    }
    .sponsors-section.inner-sponsor-section .section-title {
        margin-bottom: 30px;
    }
    .sponsors-section.inner-sponsor-section .section-title h4 {
        font-size: 20px;
        line-height: 22px;
    }
    .sponsors-section.inner-sponsor-section h3 {
        color: #303745;
        font-size: 28px;
        line-height: 36px;
    }
}


/* speaker section */

.speaker-section {
    padding: 60px 0px 60px 0px;
}

.speaker-section.inner-speaker-section {
    padding: 60px 0px 60px 0px;
}

.speaker-section .section-wrap {
    padding-top: 2.5rem;
}

.speaker-section .grid-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.speaker-section .grid-container .grid-item .team-card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
}

.speaker-section .grid-container .grid-item .team-card .img-holder {
    position: relative;
}

.speaker-section .grid-container .grid-item .team-card .img-holder img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.speaker-section .grid-container .grid-item .team-content {
    padding: 15px 15px;
    background-color: #F23D3D;
    color: #FFFFFF;
    text-align: center;
}

.speaker-section .grid-container .grid-item .team-content .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    display: block;
    text-transform: uppercase;
    padding: 0 0 3px;
}

.speaker-section .grid-container .grid-item .team-content p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    display: block;
    font-weight: 500
}

.speaker-section .grid-container .grid-item .team-content .team-link {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    display: block;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.speaker-details {
    max-width: 600px;
    text-align: center;
}

.speaker-details .img-holder {
    text-align: center;
    margin-bottom: 15px;
}

.speaker-details .img-holder img {
    height: 350px;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
    object-position: top center;
}

.speaker-details .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    display: block;
    text-transform: uppercase;
    padding: 0 0 5px;
}

.speaker-details .speaker-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.speaker-section .section-wrap.owl-carousel {
    position: relative;
}

.speaker-section .section-wrap.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
}
.nevermind{
    color: 0 0 2px rgba(0, 0, 0, .4);
}
.speaker-section .section-wrap.owl-carousel .owl-nav button.owl-next,
.speaker-section .section-wrap.owl-carousel .owl-nav button.owl-prev {
    height: 30px;
    width: 30px;
    background-color: none;
    border-radius: 50%;
    color: #c1c1c1;
    box-shadow: none;
    font-weight: bold;
    
}

.speaker-details .speaker-text p {
    margin-bottom: 5px;
}

.speaker-details .speaker-text p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .speaker-section .grid-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .speaker-section .grid-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .speaker-section .grid-container .grid-item .team-card .img-holder img {
        height: 400px;
        gap: 0rem;
    }
    .speaker-section.inner-speaker-section {
        padding: 30px 0px 30px 0px;
    }
}


/* gallery section */

.gallery-section {
    width: 100%;
}

.gallery-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}

.gallery-section a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery-section a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-section img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery-section a:hover img {
    position: relative;
    width: 100%;
}

.gallery-section a:hover img {
    opacity: 0.2;
}

.gallery-section a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.gallery-section .galley-header {
    color: rgb(31 41 55);
    padding-bottom: 16px;
    font-weight: 700;
}

.gallery-section .galley-header.gallery-sub {
    padding: 26px 0px 16px;
}

.gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}

.gallery-section {
    padding: 80px 0px 80px 0px;
}

@media (max-width: 1200px) {
    .gallery-section {
        padding: 60px 0px 60px 0px;
    }
}

@media (max-width: 768px) {
    .gallery-section .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gallery-section .gallery-grid {
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 30px 0px 30px 0px;
    }
    .gallery-section .gallery-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}


/* contact-section */

.contact-section {
    padding: 80px 0px 80px 0px;
}

.contact-section .contact-col .contact-col-left {
    background-color: #0052A3;
    color: #FFFFFF;
    padding: 40px 40px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-section .contact-col .contact-col-left .contact-logo img {
    height: 45px;
}

.contact-section .contact-col .contact-col-left .contact-logo {
    margin-bottom: 40px;
}

.contact-section .contact-col .contact-col-left .contact-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.contact-section .contact-col .contact-col-left ul.contact-ul {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 40px;
}

.contact-section .contact-col .contact-col-left ul.contact-ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.contact-section .contact-col {
    width: 100%;
}

.contact-section .contact-col .contact-col-left ul.contact-ul li:last-child {
    margin-bottom: 10px;
}

.contact-section .contact-col .contact-col-left ul.contact-ul li i {
    color: #F23D3D;
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
}

.contact-section .contact-col .contact-col-left ul.contact-ul li a {
    flex-grow: 1;
    font-size: 16px;
    line-height: 16px;
}

.contact-section .contact-col .contact-col-right {
    background-color: rgb(238 238 238/var(--tw-bg-opacity));
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
}

.contact-section .contact-col .contact-col-right .grid-contact-form {
    width: 100%;
}

.contact-col-right .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.contact-col-right .form-grid .form-grid-item {
    position: relative;
}

.contact-col-right .form-grid .form-grid-item:last-child {
    grid-column-start: span 2;
    grid-column-end: 3;
}

.contact-col-right .form-grid .form-grid-item .form-control {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    clear: both;
    color: #212121;
    border: none;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    font-size: 16px;
}

.contact-col-right .form-grid .form-grid-item .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    font-size: 16px;
    /* Firefox */
}

.contact-col-right .form-grid .form-grid-item .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 16px;
}

.contact-col-right .form-grid .form-grid-item .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666666;
    font-size: 16px;
}

.contact-col-right .form-grid {
    margin-bottom: 30px;
}

.contact-col-right .button-box .primary-btn {
    -webkit-transition: .4s;
    -o-transition: .4s;
    padding: 0px 20px 0px;
    border-radius: 35px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: rgb(var(--color-secondary)/var(--tw-bg-opacity));
    color: #000;
}

.contact-col-right .button-box .primary-btn:hover {
    opacity: .9;
}

.contact-col-right .form-grid .form-grid-item label.error {
    color: red !important;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .contact-section .contact-col .contact-col-left {
        padding: 30px 30px;
        max-width: 320px;
    }
    .contact-section .contact-col .contact-col-right {
        padding: 30px 40px;
    }
}

@media (max-width: 992px) {
    .contact-section .contact-col .contact-col-left {
        padding: 20px 30px;
        max-width: 100%;
    }
    .contact-section .contact-col .contact-col-right {
        padding: 30px 30px;
    }
    .contact-section .contact-col .contact-col-left .contact-logo img {
        height: 50px;
    }
    .contact-section .contact-col .contact-col-left .contact-logo {
        margin-bottom: 25px;
    }
    .contact-section .contact-col .contact-col-left ul.contact-ul {
        padding-top: 25px;
    }
    .contact-section .contact-col .contact-col-left ul.contact-ul li {
        margin-bottom: 25px;
    }
    .contact-section .contact-col {
        flex-direction: column;
    }
    .contact-section {
        padding: 60px 0px;
    }
}

@media (max-width: 768px) {
    .contact-col-right .form-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }
    .contact-col-right .form-grid .form-grid-item:last-child {
        grid-column: auto
    }
    .contact-col-right .form-grid {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 30px 0px;
    }
}

.blog-section {
    padding: 60px 0px 60px 0px;
}

.blog-col {
    margin-bottom: 40px;
}

.blog-col .blog-col-left .title-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.blog-col .blog-col-left .title-section .title-section-left {
    width: 60px;
    height: auto;
    color: #0052A3;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 25px;
    border-right: 2px solid #eee;
}

.blog-col .blog-col-left .title-section .title-section-left .month {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
}

.blog-col .blog-col-left .title-section .title-section-right {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.blog-col .blog-col-left .title-section .title-section-right .blog-title {
    color: #303745;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.blog-breadcrumb .blog-breadcrumb-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.blog-breadcrumb-item+.blog-breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #000;
    content: "/";
}

.blog-section .articles-col img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 30px;
}

.blog-section .articles-col p {
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 20px;
}

.articles-col h1,
.articles-col h2,
.articles-col h3 {
    color: #303745;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.articles-col h4,
.articles-col h5,
.articles-col h6 {
    color: #303745;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.articles-col ul,
.articles-col ol {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding-left: 25px;
    margin-bottom: 20px;
}

.articles-col ol {
    list-style-type: decimal;
    padding-left: 18px;
}

.articles-col ul li,
.articles-col ol li {
    position: relative;
    margin-bottom: 5px;
    margin-left: 10px;
}

.articles-col ul li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #0052A3;
    font-size: 14px;
    position: absolute;
    left: -24px;
    top: 6px;
}

.articles-col ul li a {
    display: block;
}

.articles-col a {
    font-size: 16px;
    line-height: 24px;
    color: #0052A3;
    cursor: pointer;
    text-decoration: underline;
}

.articles-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.articles-section .articles-col-left {
    width: 70%;
    overflow-x: hidden;
}

.articles-section .articles-col-right {
    width: 27%;
    overflow-x: hidden;
}

.articles-section .articles-col-right {
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}

.articles-search-section {
    padding: 0 0 0 0px;
    margin-bottom: 30px;
}

.articles-search-section .articles-forms {
    overflow: hidden;
    position: relative;
}

.articles-search-section .articles-forms .search-wrap input {
    border: 1px solid #ddd;
    color: #505050;
    padding: 8px 15px;
    width: 100%;
    border-radius: 35px;
}

.articles-search-section .articles-forms .search-wrap button {
    background: 0 0;
    border: none;
    color: #212121;
    padding: 8px 16px;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
    font-size: 16px;
    outline: 0;
    border-radius: 25px;
}

.articles-search-section .articles-forms .search-wrap input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    font-size: 16px;
    /* Firefox */
}

.articles-search-section .articles-forms .search-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 16px;
}

.articles-search-section .articles-forms .search-wrap input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666666;
    font-size: 16px;
}

.articles-col-right h1,
.articles-col-right h2,
.articles-col-right h3,
.articles-col-right h4,
.articles-col-right h5,
.articles-col-right h6 {
    position: relative;
    color: #303745;
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.articles-col-right h1::before,
.articles-col-right h2::before,
.articles-col-right h3::before,
.articles-col-right h4::before,
.articles-col-right h5::before,
.articles-col-right h6::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background: #F23D3D;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.articles-col-right ul.posts-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 20px;
    font-weight: 400;
}

.articles-col-right ul.posts-ul li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .06);
    margin-top: 10px;
    padding-top: 10px;
}

.articles-col-right ul.posts-ul li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.articles-col-right .posts-ul li a {
    display: block;
    transition: all .3s ease 0s;
}

.articles-col-right .posts-ul li a:hover {
    color: #0052A3;
}

.articles-col-right ul.categories-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding-left: 25px;
    margin-bottom: 20px;
}

.articles-col-right ul.categories-ul {
    position: relative;
    margin-bottom: 5px;
    margin-left: 0px;
}

.articles-col-right ul.categories-ul li {
    position: relative;
    margin-bottom: 5px;
}

.articles-col-right ul.categories-ul li a {
    display: block;
    padding: 5px 0px;
}

.articles-col-right ul.categories-ul li a:hover {
    color: #F23D3D;
}

.articles-col-right ul.categories-ul li:last-child {
    margin-bottom: 0px;
}

.articles-col-right ul.categories-ul li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #505050;
    font-size: 12px;
    position: absolute;
    left: -24px;
    top: 11px;
}

ul.blogs-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.blogs-list>li {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

ul.blogs-list>li:first-child {
    border-top: none;
    padding-top: 0px;
}

ul.blogs-list>li:last-child {
    margin-bottom: 0px;
}

ul.blogs-list .read-more {
    display: inline-block;
    font-size: 14px;
    padding: 8px 18px;
    color: #212121;
    transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    border: 1px solid rgba(0, 0, 0, .2);
    text-transform: uppercase;
    border-radius: 35px;
    text-align: center
}

ul.blogs-list .read-more:hover {
    background: #F23D3D !important;
    color: #212121 !important;
    border-color: #F23D3D !important;
}

ul.blogs-list .articles-col img {
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .blog-section {
        padding: 40px 0px 40px 0px;
    }
    .articles-section {
        flex-direction: column;
        gap: 15px;
    }
    .articles-section .articles-col-left {
        width: 100%;
    }
    .articles-section .articles-col-right {
        width: 100%;
    }
    .articles-col-right ul.posts-ul {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .blog-col .blog-col-left .title-section .title-section-right .blog-title {
        font-size: 23px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .blog-col .blog-col-left .title-section .title-section-left {
        width: 56px;
        font-size: 23px;
        line-height: 24px;
    }
    .blog-col .blog-col-left .title-section .title-section-left .month {
        padding-top: 6px;
    }
    .blog-col .blog-col-left .title-section .title-section-right {
        padding-left: 20px;
    }
    .blog-section .articles-col p {
        margin-bottom: 15px;
    }
    .articles-col h1,
    .articles-col h2,
    .articles-col h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .articles-col h4,
    .articles-col h5,
    .articles-col h6 {
        color: #303745;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .articles-col-right h1,
    .articles-col-right h2,
    .articles-col-right h3,
    .articles-col-right h4,
    .articles-col-right h5,
    .articles-col-right h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .articles-col ul,
    .articles-col ol {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 30px 0px;
    }
    .blog-col {
        margin-bottom: 30px;
    }
    .blog-col .blog-col-left .title-section .title-section-right {
        padding-left: 15px;
    }
    .blog-col .blog-col-left .title-section .title-section-left {
        font-size: 18px;
        line-height: 24px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .blog-col .blog-col-left .title-section .title-section-left .month {
        padding-top: 0px;
    }
    .articles-col h1,
    .articles-col h2,
    .articles-col h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    ul.blogs-list>li {
        padding-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}


/* footer */

footer .bottom-wrap_item:first-child h2 {
    font-size: 18px;
    line-height: 26px;
    max-width: 226px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

footer .bottom-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

footer .bottom-wrap_item:nth-child(2),
footer .bottom-wrap_item:nth-child(3) {
    max-width: unset;
}

footer .bottom-wrap_item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .bottom-wrap_item:first-child ul li {
    margin-bottom: 10px;
}

footer .bottom-wrap_item:first-child ul li a:hover {
    color: #F23D3D;
}

footer .bottom-wrap_item:first-child ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

footer .bottom-wrap_item.quick-links h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: 600;
}

footer .bottom-wrap_item.quick-links ul li {
    margin-bottom: 10px;
}

footer .bottom-wrap_item.quick-links ul li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

footer .bottom-wrap_item.quick-links ul li a:hover {
    color: #F23D3D;
}

footer .bottom-wrap_item.quick-links ul li a i {
    display: inline-block;
    margin-right: 8px;
}

footer .bottom-wrap_item:first-of-type {
    width: auto;
}

footer .bottom-wrap_item.subscribe h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: 600;
}

footer .bottom-wrap_item.subscribe form button  {
    background-color: #F23D3D;
    color: #000;
}

.bottom-wrap_item p {
    padding-top: 0rem;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 1200px) {
    .about-section {
        padding: 60px 0px 0px 0px;
    }
    .activities-section {
        padding: 60px 0px 60px 0px;
    }
}

@media (max-width: 992px) {
    footer .bottom-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
    .about-section {
        padding: 60px 0px 0px 0px;
    }
    .activities-section {
        padding: 60px 0px 60px 0px;
    }
}

@media (max-width: 768px) {
    footer .bottom-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
    }
    .speaker-section {
        padding: 60px 0px 60px 0px;
    }
    .schedule-section .events-wrap_content-grid {
        display: none;
    }
    .schedule-section .events-wrap_content-grid.active {
        display: grid!important;
    }
    .events-select {
        display: block;
        padding: 30px 0px 0px;
    }
    .schedule-section .events-wrap .events-wrap_nav {
        display: none;
    }
    #pillars-dd {
        border: 1px solid MAIN-NAV-COL;
        border-radius: 5px;
        height: 40px;
        background-color: #fff;
        width: 100%;
        margin: 0;
        padding: 7px;
        color: #000;
        font-weight: 600;
    }
    .about-section .section-title {
        font-size: 25px;
    }
    .schedule-section .section-title h3 {
        font-size: 25px;
    }
    .sponsors-section .section-title h3 {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    footer .bottom-wrap_item:first-child h2 {
        max-width: 80%;
    }
    footer .bottom-wrap_item:first-child ul li a {
        font-size: 14px;
        line-height: 28px;
    }
    footer .bottom-wrap_item.quick-links ul li a {
        font-size: 14px;
        line-height: 28px;
    }
    .bottom-wrap_item p {
        font-size: 16px;
        line-height: 23px;
    }
    .about-section {
        padding: 30px 0px 0px 0px;
    }
    .activities-section {
        padding: 30px 0px 30px 0px;
    }
    .event-section {
        padding: 30px 0px;
    }
    .event-section .event-section-left {
        margin-bottom: 25px;
    }
    .stats-section {
        padding: 30px 0px;
    }
    .speaker-section {
        padding: 30px 0px 30px 0px;
    }
    .event-summary {
        gap: 0.5rem;
    }
    .schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .title {
        font-size: 16px;
    }
    .schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .sub-title {
        font-size: 22px;
        line-height: 28px;
    }
    .schedule-section .events-wrap_content .events-wrap_content-grid .events-wrap_content-grid-item .events-wrap_content-grid-item--lft .content {
        line-height: 24px;
        font-size: 16px;
    }
}


/* mobile menu section */

.sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    background-color: #F9FAFC !important;
    box-shadow: 0px 3px 17px #00000047;
    width: 280px;
    height: 100%;
    transition: .3s;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar .mobile-ul {
    border: 1px solid #EBEBEB;
    overflow: hidden;
    margin-top: 20px;
}

.sidebar .mobile-ul li {
    border-bottom: 1px solid #eaeaea;
}

.sidebar .mobile-ul li:last-child {
    border-bottom: 1px solid transparent;
}

.sidebar .mobile-ul li a {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.sidebar .mobile-ul li a:hover {
    cursor: pointer;
}

.sidebar .mobile-ul li a i {
    color: #F23D3D;
    font-size: 14px;
}

.sidebar .btn-close {
    border: 1px solid #EBEBEB;
    font-size: 25px;
    cursor: pointer;
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 5px;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.7);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.active-menu {
    left: 0;
}


/* utility */

.main-nav-col {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all .7s;
}

.main-nav-col.sticky {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-nav-col .visit-btn {
    background-color: rgb(var(--color-secondary)/var(--tw-bg-opacity));
}

.main-nav-col .visit-btn:hover {
    opacity: 0.8;
}

.main-nav-col.sticky .visit-btn {
    background-color: rgb(var(--color-secondary)/var(--tw-bg-opacity));
}

.main-nav-col.sticky .visit-btn:hover {
    opacity: 0.8;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    background-color: #e9eff2;
   
}
.sticky a{
    color: #0568A6;
}

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    position: fixed;
    right: 40px;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 50%;
    color: #212121;
    line-height: 36px;
    transition: all .3s ease 0s;
    background-color: #F23D3D;
    margin-left: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
}

@media (max-width: 576px) {
    #scrollUp {
        right: 10px;
    }
    input {
        width: 100%;
    }
}

#scrollUp.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px auto;
}


/* Zebra striping */

tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #0152A3;
    color: white;
    font-weight: bold;
}

td,
th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 16px;
    vertical-align: top
}


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    table {
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);
        color: #000;
        font-weight: bold;
    }
}


/* form */
   
    .form-section {
        justify-content: center;
        align-items: center;
        text-align: start;
        border-radius: 5px;
        margin: 50px 0px;
    }

    .form-register {
        /* background-color: powderblue; */
        justify-content: center;
        align-items: center;
        margin-left: 25%;
        width: 50%;
        padding: 40px 0px;
    }

    .form-details {
        margin-left: 100px; 
    }


    .form-section h3 {
        text-align: center;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .form-section p {
        text-align: center;
    }

    .form-section form {
        margin-top: 0px;
    }

    .close-icon {
        font-size: 28px;
        font-weight: bold;
        position: absolute;
        top: 0px;
        right: 20px;
        cursor: pointer;
    }
    label {
        font-weight: bold;
        margin-left: 3px;
    }

   input {
        color: #000;
        height: 40px;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 17px;
    }

    input[type="submit"] {
        height: 48px;
        background-color: #3e4043;
        color: #fff;
        cursor: pointer;
    }

    input[type="submit"]:hover {
        background-color: #151718;
    }

    /* Styles for the hidden div */
    #hiddenDiv {
        display: none;
        background-color: lightgray;
        padding: 20px;
        margin-top: 10px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000000000000000; /* Ensure the hidden div is above the blurred background */
    }

    /* Styles for the blurred background overlay */
    #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
        z-index: 0; /* Ensure the overlay is behind the hidden div */
        backdrop-filter: blur(5px);
    }

    /* Styles for the blurred background image */
    /* body.blurred {
        z-index: 1;
        filter: blur(5px); /* Adjust the blur amount as needed */
     */

    button {
        position: relative;
        z-index: 2; /* Ensure the button is above the overlay */
    }

    .newedits{
        
        width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

    }

.error-message {
    color: red;
    margin-bottom: 15px;
}

.success-message {
    color: green;
    margin-bottom: 15px;
}

.styled-div {
    background-color: #4CAF50; /* Background color */
    position: relative;
    height: 200px; /* Height of the div */
    border-bottom-left-radius: 50%; /* Border radius for the bottom left corner */
    border-bottom-right-radius: 50%; /* Border radius for the bottom right corner */
    overflow: hidden; /* Hide overflow */
}

.top-overlay {
    position: absolute;
    top: -50px; /* Adjust the distance from the top */
    left: 0;
    width: 100%; /* Full width */
    height: 100px; /* Height of the overlay */
    background-image: linear-gradient(to bottom left, #4CAF50 50%, transparent 50%); /* Gradient */
    border-top-left-radius: 50%; /* Border radius for the top left corner */
    border-top-right-radius: 50%; /* Border radius for the top right corner */
}
.adminloginform{
    margin: 30px 0px 0px 200px;
    display: flex;
    width: 100%;
    padding: 50px;
}

/* .adminloginform div {
    text-align: center;
    justify-content: center;
    align-items: center;
} */

.adminloginform input{
    width: 400px;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 5px;


}.adminform{
    padding: 20px 0px 30px 0px;
    text-align: center;
    width: 50%;
    background-color: white;

    
}
.adminform > div > div > img {
    align-items: center;
    justify-content: center;
    border-radius: 10%;
}
.adminform > div {
    font-size: 40px;
    font-weight: bold;
}
.img-div {
    align-items: center;
    justify-content: center;
}
.adminform > form {
    margin-top: 50px;

}

.adminform img {
    align-items: center;
}
.formimage{
    width: 100%;
}

.submit_button {
        background-color: #0152A3 !important ;

}
.messages {
    padding: 50px;
}