/* 1. Import Fonts (Libre Baskerville, Source Sans 3, and Tajawal for Arabic) */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Source+Sans+3:wght@400;600&family=Tajawal:wght@400;700&display=swap');



body {
   
    font-family: 'Source Sans 3', 'Tajawal', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    /* Libre Baskerville for English, Tajawal for Arabic */
    font-family: 'Libre Baskerville', 'Tajawal', serif;

}

a {
    text-decoration: underline;
}
.site-content {
      margin: 20px 20px;
}

html {
    margin-top: 0px !important;
}
.lg-thumb-outer.lg-thumb-align-middle.lg-grab {
    position: absolute;
    top: 0;
}
ul#menu-primary {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0px 0;
    list-style: none;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 0;
}

.page_item_has_children {
    position: relative;
    margin-top: -1px;
}
.lg-counter {
   position: absolute;
    right: 20px;
}

.lg-fullscreen:after {
    content: "\e20c";
    font-size: 30px;
}

.custom-share-buttons {
    display: none !important;
}
.media_content iframe {
    width: 560px !important;
    height: 315px !important;
}


/*.custom-navbar .current-menu-item > a,*/
/*.custom-navbar .current_page_item > a {*/
/*    background-color: #5b358c; */
/*    color: #fff; */
    
/*}*/


/*.custom-navbar .sub-menu .current-menu-item > a,*/
/*.custom-navbar .sub-menu .current_page_item > a {*/
/*    background-color: #5b358c;*/
/*    color: #fff;*/
/*}*/


.logo_img a img {
    width: 387px;
    height: 100px;
    object-fit: cover;
}

.initiative td {
    padding: 25px 5px 15px !important;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

section.vision_mission .icon-box img {
    width: 50px;
    filter: brightness(0) invert(1);
}


section.values .icon-container img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(22%) saturate(2195%) hue-rotate(240deg) brightness(165%) contrast(60%);
}

.value-card:hover .icon-container img {
    filter: brightness(0) invert(1);
}

.upcoming_header .custom-navbar a {
    color: rgb(0 0 0 / 68%);
}

.upcoming_header .custom-navbar a:hover {
    background: #68885d;
    color: white;
}

.upcoming_header .custom-navbar li ul.sub-menu li a {
     color: #68885d;
}

.custom-navbar ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0px 0;
    list-style: none;
    font-weight: 700;
    margin-right: 30px;
    margin-bottom: 0;
}

.custom-navbar>li {
    position: relative;
}

.custom-navbar a {
    color: #5b358c;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 29px 13px;
    transition: .5s;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: -2px;
}

.custom-navbar a:hover {
    background: #5b358c;
    color: white;
}


/* Optional dropdown styling */
.custom-navbar li ul.sub-menu {
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: white;
    padding: 0px 0;
    list-style: none;
    min-width: 170px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-navbar li:hover ul.sub-menu {
    display: block;
}

.custom-navbar li ul.sub-menu li a {
    padding: 0px 12px;
    display: block;
    color: #3c038d;
    font-weight: normal;
}

.custom-navbar li ul.sub-menu li a:hover {
    background-color: #ffffff;
    color: black;
}


.menu-item.has-dropdown>a {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.menu-item-has-children>a::after {
    font-family: 'bootstrap-icons';
    content: "\f282";
    font-size: 15px;
    margin-left: 8px;
    display: inline-block;
    font-weight: bold;
    margin-top: 2px;
}


/* Dropdown styling */
ul.children {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    display: none;
    z-index: 1000;
    min-width: 210px;
}

.page_item_has_children {
    position: relative;
}

/* Show dropdown on hover */
.page_item_has_children:hover>ul.children {
    display: block;
}

/* Optional: Style submenu links */
ul.children li a {
    display: block;
    padding: 0 0px 0 15px;
    text-decoration: none;
    color: #3c038d;
    transition: .5s;
    font-weight: 100;
}

ul.children li a:hover {
    background-color: white;
    color: #000;
}

.custom-navbar {
    margin-left: auto !important;
}

div#navbarSupportedContent {
    line-height: 48px;
}


/* top to bottom button */

.top-btn {
    height: 45px;
    width: 45px;
    text-align: center;
    background: #5b358c;
    position: fixed;
    right: 40px;
    bottom: -95px;
    z-index: 9;
    outline: none;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    cursor: pointer;
    border: 1px solid #968EAF;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.top-btn i {
    line-height: 45px;
    font-size: 16px;
    color: white;
}


.top-btn.show {
    bottom: 40px;
}

/* sticky */

.sticky_head.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    background: white;
    z-index: 999;
    animation: mymove 0.4s linear;
    -webkit-box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
    box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
}

@keyframes mymove {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.title-border {
    vertical-align: top;
    text-align: center;
}

.title-border span.lg {
    width: 40px;
}

.title-border span.md {
    width: 30px;
    opacity: 0.8;
}

.title-border span.sm {
    width: 12px;
    opacity: 0.6;
}

.title-border span {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    border-radius: 3px;
    background: rgb(25, 47, 89);
    margin: 0px 4px;
}

img.logo_img {
    width: 387px;
    height: 100px;
    object-fit: cover;
}

img.logo_upcoming_img {
    width: 415px;
    height: 100px;
    object-fit: cover;
}

.header_section nav.navbar {
    padding: 0;
}

.header_section .navbar-nav .nav-link.active,
.header_section .navbar-nav .show>.nav-link {
    /* color: rgb(56 57 138); */
    color: #5b358c;
}

.header_section .navbar-nav .nav-link {
    /* color: rgb(54 57 138); */
    color: #5b358c;
    font-weight: 700;
    font-size: 15px;
    padding: 40px 10px;
    transition: 0.5s;
    margin-right: 5px;
}

.header_section .dropdown-toggle::after {
    display: none;
}

.header_section .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
}

.header_section .fa-chevron-down:before {
    content: "\f078";
    font-size: 13px;
    margin-left: 5px;
}

.header_section .navbar-nav .nav-item a:hover {
    /* background: #465892; */
    background: #5b358c;
    color: white;
}

.header_section .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}


.enquiry_details button {
    background: #5b358c;
    color: #fff;
    display: inline-block;
    padding: 12px 14px;
    border: 0;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 12px;
    border-radius: 0px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    overflow: hidden;
}

/* .enquiry_details button:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0;
    content: "";
    background-color: #968EAF;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    z-index: -1;
}

.enquiry_details button:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    height: 0;
    content: "";
    background-color: #968EAF;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    z-index: -1;
}

.enquiry_details button:hover:before {
    height: 100%;
}

.enquiry_details button:hover:after {
    height: 100%;
} */

button.btn:focus {
    outline: 0;
    box-shadow: none;
}

.enquiry_details .btn:hover {
    color: white;
}



.header_section .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
    /* padding: 0; */
}

.header_section .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.header_section ul.dropdown-menu li a:hover {
    background: white !important;
    color: black !important;
}

.header_section ul.dropdown-menu li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header_section a.dropdown-item {
    color: #3c038d;
    transition: 0.5s;
}

/* .header_section .dropdown-menu .dropdown-item {
    position: relative;
    padding: 8px 20px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.header_section .dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #54378c;
    transition: width 0.3s ease-in-out;
    z-index: -1;
} */

.header_section .dropdown-menu .dropdown-item:hover::before {
    width: 100%;
}

.header_section .dropdown-menu .dropdown-item a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header_section .dropdown-menu .dropdown-item:hover a {
    color: white;
}

.header_section .dropdown-menu .dropdown-item:hover {
    color: white;
}

.header_section .modal-header {
    border-bottom: none;
}

.header_section .form-label {
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 15px;
}


.header_section .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
    color: #54378c;
}

.header_section input.form-control {
    border-radius: 5px 5px 0px 0px;
    padding: 8px 10px;
    background: #54378c14;
    border-bottom: 2px solid #54378c61;
    margin-top: 7px;
}

.header_section textarea.form-control {
    border-radius: 10px 10px 0px 0px;
    background: #54378c14;
    border-bottom: 2px solid #54378c61;
    margin-top: 7px;
}

.header_section select.form-select {
    border-radius: 10px 10px 0px 0px;
    padding: 8px 10px;
    background: #54378c14;
    border-bottom: 2px solid #54378c61;
    margin-top: 7px;
}

section.header_section .modal .enquiry_details input {
    background: #5b358c;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 13px;
    border-radius: 0px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*section.header_section .modal .enquiry_details {*/
/*    text-align: end;*/
/*}*/

.header_section .modal-body {
    margin-top: -25px;
    padding-bottom: 0px;
}

.header_section textarea.form-control:focus,
.header_section select.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/* banner section */
.banner_left_content {
    text-align: center;
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

section.banner_section {
    /* background: #3d3a8d; */
    background: #5b358c;
    padding: 50px 0px;
}

.banner_section_details {
    padding-top: 80px;
    padding-bottom: 80px;
    /* background: linear-gradient(90deg, #7f7bfb 0%, #3d3a89 50%, #3d3a8c 50%, #3d3a8c 100%); */
    background: linear-gradient(90deg, #968eaf 0%, #6c47b9 50%, #8b5cf66e 50%, #5b358c 100%);
    position: relative;
}

h1.text_right {
    text-align: center;
}

.banner_left_content h1 {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.banner_left_content h3 {
    color: white;
    margin-top: 20px;
}

/* .banner_righ_content h1 {
    color: white;
    font-weight: 700;
    font-size: 50px;
    height: 180px;
} */

.banner_righ_content {
    margin-top: -40px;
    position: relative;
}


/* .banner_btn {
    margin-top: 35px;
} */

.banner_btn button {
    background: #22035c;
    color: #fff;
    padding: 16px 70px;
    font-size: 21px;
    border-radius: 5px;
}

.banner_btn button:before {
    background-color: white;
}

.banner_btn button:after {
    background-color: white;
}

.banner_side_img {
    position: absolute;
    right: 0;
    top: 0;
}

.banner_side_img img {
    width: 200px;
}

/* services */

section.margin_spacing {
    padding-top: 50px;
}

.head_content h1 {
    text-align: center;
    font-weight: 700;
    font-size: 27px;
}

.service_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 35px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.service_list_details {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.4);
    box-shadow: 0px 7px 28px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 20px 5px 6px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.service_img img {
    width: 35px;
    transition: all 0.3s ease;

}

.service_list_details:hover img {
    filter: brightness(0) invert(1);
}


.service_content h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
}

.service_content p {
    color: #6D7680;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.services-btn a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    border: 2px solid #BDC2C6;
    width: 19.247px;
    height: 19px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.services-btn a {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-right: 50px;
    transition: all 0.3s ease-in-out;
}

.services-btn {
    padding-top: 10px;
    display: block;
}

.services-btn a i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #54378c;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}

.service_list_details:hover {
    background: #5b358c;
    border: 1px solid transparent;
    box-shadow: 0px 7px 28px transparent;
}

.service_list_details:hover .service_content h3,
.service_list_details:hover .service_content p,
.service_list_details:hover .service_content a,
.service_list_details:hover .service_content a i {
    color: white;
}

.service_list_details:hover .services-btn a:after {
    width: 40px;
    height: 40px;
    opacity: 1;
}

/* who we are */

.about-img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.our-story p {
    margin-top: 20px;
    line-height: 29px;
    text-align: justify;
}

.our-story h3 {
    font-weight: 700;
    position: relative;
}

.our-story {
    margin-top: 10%;
    padding-right: 30px;
    padding-left: 30px;
}

.our-story h3:before {
    position: absolute;
    content: "";
    height: 2px;
    top: 16px;
    z-index: -1;
    background: #54378c;
    width: 36px;
    left: 137px;
}

.our-story h3:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 5px;
    left: 137px;
    z-index: -1;
    background: #54378c;
    top: 24px;
}


/* upcoming events */

.upcoming_events_details {
    margin-top: 40px;
    /* display: flex;
    justify-content: center; */
}


.custom-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
}

.custom-tabs .nav-link {
    border: none;
    background: transparent;
    padding: 12px 30px;
    font-weight: bold;
    position: relative;
    transition: color 0.3s ease;
    color: #5b358c;
}

.custom-tabs .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #5b358c;
    transition: width 0.3s ease, left 0.3s ease;
}

.custom-tabs .nav-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    animation: fadeSlide 0.5s ease-in-out;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.event_img {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}


.event_list {
        position: relative;
    z-index: 1;
    border-radius: 5px;
    background: white;
    transition: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    overflow: hidden;
    color: black;
    padding: 20px 15px 30px;
}

.bg_1 {
    border-top: 2px solid #3d3a8c;
}

.bg_1::before {
    background-color: #40398a;

}

.bg_2 {
    border-top: 2px solid #24aae2;
}

.bg_2::before {
    background-color: #24aae2;

}

.bg_3 {
    border-top: 2px solid #d92632;
}

.bg_3::before {
    background-color: #d92632;

}

.bg_4 {
    border-top: 2px solid #e35c33;
}

.bg_4::before {
    background-color: #e35c33;

}

.event_list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    transition: height 0.5s ease;
    z-index: -1;
}

.event_list:hover::before {
    height: 100%;
}

.event_list:hover {
    color: white;
}

.upcoming_courses_details {
    margin-top: 50px;
}

.event_list h5,
.event_list span {
    position: relative;
    z-index: 2;
}

.event_list h5 {
    display: flex
;
    gap: 12px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 15px;
    height: 75px;
    align-items: flex-start;
}
.event_list img {
    width: 20px;
    margin-top: 2px;
}
.event_list:hover h5 img {
    filter: brightness(0) invert(1);
}

.event_list span {
    display: flex;
    margin-top: 5px;
    align-items: center;
    font-size: 15px;
}

.event_list span i {
    margin-right: 12px;
}

section.bg_color {
    background: #c6c6c645;
    /* margin-top: 30px; */
    padding-bottom: 70px;
    padding-top: 60px;
}

.event_all_details {
    margin-top: 42px;
}

.upcoming_workshops .custom-tabs .nav-link.active {
    background-color: #fff;
}

/* media */

section.media_section {
    background: linear-gradient(90deg, #968eafb5 0%, #6e45b1 50%, #6e45b1 50%, #4a168e 100%);
    position: relative;
    padding: 0px;
}

.media_opacity_img {
    background-image: url(../img/media_bg_opacity.jpg);
    background-size: cover;
    width: 100%;
    padding: 65px 0px 80px;
}

/* section.media_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #7f7bfbab 0%, #3d3a89c9 50%, #3d3a8cbf 50%, #3d3a8ca3 100%);
    z-index: 1;
} */

section.media_section * {
    position: relative;
    z-index: 2;
}


section.media_section h1 {
    color: white;
}

.media_content {
    margin-top: 30px;
}

.media_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 80%;
}

.media_grid_content span {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.media_grid_content {
    background-color: #FFF;
    border-radius: 2px;
    padding: 10px 19px;
    cursor: pointer;
    transition: 0.5s;
}

.media_grid_content:hover {
    background: linear-gradient(90deg, #ffffff3b 0%, #825ec6 50%, #8161c6 50%, #5b358c 100%);
    transition: 0.5s;
}

.media_grid_content a {
    color: black;
    text-decoration: none;
}

.media_grid_content:hover a {
    color: #ffffff;
}

.media_grid_content span i {
    font-size: 22px;
    margin-right: 10px;
}

section.media_section .row {
    align-items: center;
}

/* testimonial */

.testimonial_img img {
    width: 70px !important;
}

.testimonial_section {
    text-align: center;
    padding: 30px 20px 0px;
}

.testimonial_slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_img h5 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.testimonials .owl-item.center img {
    filter: brightness(0) invert(1);
}

.testimonial_content:hover {
    background: #5b358c;
    color: white;
}

.testimonial_content:hover img {
    filter: brightness(0) invert(1);
}

.testimonial_content {
    background: #f8f9fa;
    transition: background-color 1s ease-in-out, transform 1s ease-in-out;
    padding: 0px 25px;
    border-radius: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
}

.testimonials .owl-item.center .testimonial_content {
    background: #7f7bfb;
    color: white;
    transform: scale(1.1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonial_content p {
    font-size: 16px;
}

.testimonials .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonials .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ccc !important;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.testimonials .owl-dot.active {
    background: #7f7bfb !important;
    transform: scale(1.3);
}

.testimonials .owl-dot:hover {
    background: #007d8c;
    transform: scale(1.2);
}

.testimonials .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 50px;
    color: #54378c;
    padding: 7px 26px;
    font-weight: 700;
    font-size: 16px;
}

.testimonials .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #54378c;
}

section.testimonials {
    padding-bottom: 50px;
}

section.testimonials .nav {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    background: #54378c1c;
    padding: 9px 10px;
    border-radius: 55px;
}

section.testimonials .owl-carousel .owl-dots.disabled {
    display: block;
}

.testimonial_slider .item {
    animation: fadeInUp 1s ease-in-out;
}

/* news */

section.latest_news .col-md-3 {
    margin-bottom: 20px;
}

.news_details {
    height: 100%;
    width: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.news_image {
    display: block;
    width: 100%;
    height: auto;
}

.news_overlay {
    padding: 5px 5px 17px;
    width: 250px;
    object-fit: cover;
}

.news_date {
    font-size: 12px;
    margin-bottom: 4px;
    background: #5b358c;
    color: white;
    padding: 11px 20px 11px;
}

.news_title {
    margin: 5px 5px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #00000085;
    line-height: 23px;
}

.news_details img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.latest_news_details {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.top_date {
    position: absolute;
    top: 3px;
}

/* footer */

footer.footer_section {
    /* background: #465892; */
    background: #5b358c;
    /* margin-top: 50px; */
    padding-top: 50px;
    padding-bottom: 10px;
}

img.footer_logo {
    width: 390px;
    filter: brightness(0) invert(1);
    margin-left: -8px;
}

.footer_details p {
    color: #ffffffe3;
    font-size: 15px;
    margin-top: 5px;
}

.social_media a {
    transition: 0.5s;
    font-size: 20px;
    color: white;
    border-radius: 50%;
    padding: 8px 8px;
    margin-right: 5px;
    background: hsla(0, 0%, 100%, .25);
    display: flex;
    width: 37px;
}

.social_media a img {
    filter: brightness(0) invert(1);
    width: 20px;
}

ul.footer-ml-1 {
    margin-left: -35px;
}

h4.footer-head-ml {
    margin-left: 20px;
}

ul.footer-ml-2 {
    /* width: 128px; */
    margin-left: 20px;
}

.social_media {
    margin-top: 30px;
    display: flex;
}


.footer_details ul li a {
    color: #ffffffe3;
    text-decoration: none;
    font-size: 15px;
    transition: 0.5s;
}

.footer_details ul li,
.address_details ul li {
    list-style-type: none;
    padding-bottom: 10px;
}

.footer_details ul,
.address_details ul {
    padding: 0;
    margin-top: 20px;

}

.footer_details h4,
.address_details h4 {
    color: #ffffffe3;
    font-size: 20px;
}

.address_details ul li {
    color: #ffffffe3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    font-size: 15px;
}

.footer_details ul li a:hover {
    color: #BBC1C6;
    margin-left: 5px;
}

.footer_bottom {
    border-top: 1px solid #ffffff45;
    padding-top: 30px;
    text-align: center;
    color: #ffffffe3;
}

/* responsive sidebar */
.responsive_sidebar {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #22035c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.responsive_sidebar .bi-x::before {
    content: "\f62a";
    color: white;
    font-size: 30px;
    float: right;
    background: #0000ff33;
    margin-right: 10px;
}

.sidebar_a {
    margin-top: 40px;
}

.responsive_sidebar .bi-chevron-down::before {
    content: "\f282";
    float: right;
    margin-top: 6px;
}

.responsive_sidebar .bi-chevron-up::before {
    content: "\f286";
    float: right;
    margin-top: 6px;
}

.sidenav a {
    padding: 13px 8px 13px 20px;
    text-decoration: none;
    font-size: 19px;
    color: #ffffffe0;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ffffff2e;
    margin-right: 10px;
    margin-left: 10px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.responsive_top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.responsive_top_flex span {
    color: #22035c;
}

.submenus_res {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding-left: 20px;
}

.submenus_res ul {
    list-style: none;
    padding: 0;
}

.submenus_res ul li a {
    color: #ffffffe0;
    font-size: 19px;
    border-bottom: none;
    padding: 15px 15px 0px;
}

.responsive_sidebar .dropdown-btn {
    cursor: pointer;
}

.submenus_res ul li a:hover {
    color: #f1f1f1;
}

.submenus_res.open {
    max-height: 500px;
}

.service_list a {
    color: black;
    text-decoration: none;
}



/* about us */
section.bread_crumb {
    background-image: url(../img/about_us_bg.jpg);
    position: relative;
    height: 400px;
    background-position: center;

}

section.about_us_breadcrumb {
    background-image: url(../img/about_us_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;

}

section.services_breadcrumb {
    background-image: url(../img/services_bg.webp);

}

section.news_breadcrumb {
    background-image: url(../img/news_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top; */

}

section.testimonials_breadcrumb {
    background-image: url(../img/testimonials.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

section.contact_breadcrumb {
    background-image: url(../img/contact_bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

section.conference_inner_breadcrumb {
    background-image: url(../img/past_conference_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 500px; */

}

section.conference_inner_page_breadcrumb .breadcrumb_content {
    padding-top: 13% !important;
}

section.conference_inner_page_breadcrumb {
    background-image: url(../img/conference1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.global_participation_breadcrumb {
    background-image: url(../img/global_participation_banner.webp);
}

section.pastConference_workshops_breadcrumbs {
    background-image: url(../img/past_conference_workshops.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.global_participation_breadcrumb .breadcrumb_content,
section.pastConference_workshops_breadcrumbs .breadcrumb_content {
    padding-top: 13%;
}

section.presentation_breadcrumbs {
    background-image: url(../img/presentation_bg.webp);
}

section.translation_breadcrumb {
    background-image: url(../img/translate_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.workshops_breadcrumb {
    background-image: url(../img/workshop_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.courses_breadcrumb {
    background-image: url(../img/course.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.consultation_breadcrumb {
    background-image: url(../img/consultation_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


section.photos_breadcrumb {
    background-image: url(../img/photos/photos_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.statistics_breadcrumb {
    background-image: url(../img/statistics_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.impact_statistics_breadcrumb {
    background-image: url(../img/statistics_banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

section.upcoming_conference_breadcrumbs {
    background-image: url(../img/Upcoming\ inner\ page\ banner\ .jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    /* height: 570px; */
}

/* section.conference_inner_breadcrumb:before {
    background: #00000066 !important;
} */

section.rules_regulations_breadcrumbs {
    background-image: url(../img/rules_regulations_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.register_breadcrumb {
    background-image: url(../img/Upcoming\ inner\ page\ banner\ .jpg);
    background-position: bottom;
    height: 485px;
}

section.upcoming_register_breadcrumb {
    background-image: url(../img/upcoming_registration_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

section.conference_breadcrumbs {
    background-image: url(../img/conference\ banner\ image.jpg);
    height: 400px;
    position: relative;
    background-position: center;
}

section.videos_breadcrumb {
    background-image: url(../img/video.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


section.bread_crumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000057;
    z-index: 1;
}

.register_now a {
    color: white;
    text-decoration: none;
}

.breadcrumb_content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 10%;
    text-align: center;
}

.breadcrumb_content h1 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;

}

.breadcrumb_content_conference h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;

}

.breadcrumb_content_conference p {
        font-size: 22px;
    margin-top: 14px;
    margin-bottom: 25px;
    font-weight: 600;
}

.conference_title_head {
    font-size: 20px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb_content_upcomingConference h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.breadcrumb_content p {
    display: inline-block;
    background-color: #5b358c;
    color: white;
    padding: 9px 25px;
    border-radius: 30px;
}

.breadcrumb_content p a {
    color: white;
    text-decoration: none;
}

.breadcrumb_content .bi-chevron-right::before {
    content: "\f285";
    font-size: 13px;
}

.about_img_1 {
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
}

section.about_us_page {
    position: relative;
    padding-top: 15px;
}

.about_us_content h1 {
    font-weight: 700;
    font-size: 35px;
}

.about_margin {
    margin-top: 50px;
}

.about_us_content .bi-mortarboard::before {
    content: "\f6fe";
    margin-right: 15px;
    color: #54378c;
}

.about_us_content p {

    line-height: 30px;
    text-align: justify;
}



.about_us_content1 {
    margin-top: 35px;
    margin-bottom: 60px;
}

.vision_mission_margin {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

section.vision_mission .card {
    height: 190px;
}

section.vision_mission .report-card {
    padding: 35px 30px 30px;
    height: 100%;
}

section.vision_mission .icon-box {
    background: #5b358c;
    color: white;
    border-radius: 50%;
    font-size: 28px;
    position: unset;
    padding: 13px 20px;
}

.vision_mission_margin h5 {
    color: #5b358c;
    font-weight: 600;
}

.vision_mission_margin p {
    line-height: 28px;
    text-align: left;
}

/*section.vision_mission {*/
/*    margin-top: 20px;*/
/*}*/

.values_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    color: white;
}

section.values {
    background: #f6f6f6;
    margin-top: 30px;
    padding-bottom: 80px;
}

.values_margin {
    margin-top: 30px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.values-section {
    padding: 30px 0;
    background: linear-gradient(to right, #f8f9fa, #eaeaea);
}

.values-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #3d3a8b;
}

.value-card {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease, background 0.3s ease;
}

.value-card:hover {
    transform: scale(1.02);
    color: #fff;
}

.value-card {
    border-bottom: 4px solid #5b358c;
}

.value-card:hover {
    background-color: #5b358c;
}

.icon-container {
    font-size: 30px;
    color: #5b358c;
    margin-bottom: 6px;
}

.value-card:hover .icon-container {
    color: #fff;
}

.value-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #5b358c;
}

.value-card:hover h5 {
    color: #fff;
}

.icon-container:hover {
    color: #fff;
}

.values-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    cursor: pointer;
}

.count-wrapper {
    background-image: linear-gradient(90deg, #9d8bd5 0%, #6c47b9 100%, #6c49b8 50%, #5b358c 100%);
    border-radius: 4px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .08);
    margin-bottom: -35px;
    margin-top: -35px;
    padding: 15px 0;
    position: relative;
    top: -40px;
    z-index: 999;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

.count-wrapper-green {
    background-image: linear-gradient(90deg, #abcca1 0%, #62834f 50%, #608251 50%, #6e8d62 100%);
}

.time-entry:first-child {
    border-left: none;
}

.time-count div {
    text-align: center;
}

.time-entry {
    display: inline-block;
    margin: 15px 0;
    width: 24%;
    float: left;
    margin-right: 0;
    border: none;
    position: relative;
    height: auto;
    font-family: roboto, sans-serif;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}

.time-entry span {
    font-size: 60px;
    line-height: 45px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

.time-entry b {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    -webkit-transform: translateY(-18%);
    -ms-transform: translateY(-18%);
    transform: translateY(-18%);
}

/* workshops */

form.example input[type=text] {
    padding: 12px 10px 14px 10px;
    font-size: 15px;
    border: none;
    float: left;
    width: 80%;
    background: none;
    font-weight: 600;
}

form.example button {
    float: left;
    width: 20%;
    padding: 11px 10px 11px 10px;
    background: #433794;
    color: white;
    font-size: 17px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-radius: 50%;
}

form.example button:hover {
    background: #54378c;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.workshops_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

}

.workshops_flex h1 {
    font-size: 30px;
    position: relative;
}

.workshops_flex h1:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: 4px solid #000000cc;
    padding-top: 16px;
    margin: auto;
}

section.all_workshops select.form-select {
    border-radius: 32px;
    padding: 10px 40px 12px 15px;
    border: 1px solid #54378c;
    color: #54378c;
    font-weight: 700;
    font-size: 15px;
}

form.example {
    display: flex;
    gap: 5px;
}

section.all_workshops select.form-select:focus {
    outline: 0;
    box-shadow: none;
}

.custom_tabs1 .nav-item.show .nav-link,
.custom_tabs1 .nav-link.active {
    background-color: #54378c;
    color: white;
    border-radius: 2px;
    border: 1px solid #54378c;
}

.custom_tabs1 {
    border-bottom: none;
    padding: 3px;
    gap: 10px;
}

.custom_tabs1 .nav-link {
    margin-bottom: 0px;
    background: white;
    border: 1px solid #54378c80;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #54378c;
    font-weight: 700;
    padding: 9px 20px;
    font-size: 15px;
}

.workshop_height {
    height: 400px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    text-align: center;
    /* background: linear-gradient(45deg, #6a11cb, #2575fc); */
    color: #54378c;
    border-radius: 15px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    position: relative;
    overflow: hidden;
}

section.all_workshops {
    padding-bottom: 50px;
    position: relative;
}

.workshop_height h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: fadeIn 1.5s ease-in-out;
}

.workshop_height i {
    font-size: 3rem;
    margin-bottom: 10px;
    animation: bounce 2s infinite;
}

.upcoming_courses_details h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000b3;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 19px 16px;
    border: 1px solid #e0e0e0ba;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
    border-left: 4px solid #54378c;
    cursor:pointer;
}

.show_all_btn {
    margin-top: 40px;
    text-align: center;
}

.all_workshops_bg {
    background: #54378c0f;
    padding: 40px 20px 40px;
    border-radius: 10px;
}

.workshop_select {
    display: flex;
    gap: 10px;
}

.border_right {
    border-left: 1px solid #54378c3b;
    padding-left: 15px;
}

.event_img a {
    text-decoration: none;
    color: #000000c2;
}

.course_detail_content {
    border: 1px solid rgb(197, 197, 197);
    padding: 15px;
    position: sticky;
    top: 50px;
    z-index: 10;
}

.course_detail_content h1 {
    font-size: 30px;
    line-height: 40px;
    color: #54378c;
    font-weight: 700;
    margin-top: 20px;
}

.course_detail_content p {
   margin-top: 15px;
    color: #000000b0;
    line-height: 30px;
}

div#infoFooter {
   padding: 15px;
    position: sticky;
    top: 50px;
    z-index: 10;
}

div#infoFooter li {
    list-style-type: none;
    border-bottom: 1px solid #c5c5c5;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 5px;
    padding: 12px 0px;
}

span.block-list__label {
    color: #000;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    position: relative;
    padding-top: 2px;
    font-weight: bold;
}

span.block-list__desc {
    color: #0a0a0a;
    display: inline-block;
    vertical-align: top;
    width: 52%;
    padding-top: 2px;
}

span.block-list__label .fa {
    margin-right: 10px;
}

div#infoFooter h4 {
    margin-top: 20px;
    font-weight: 700;
}

.register_now {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#infoFooter ul {
    padding: 0;
}


section.all_course_details {
    padding-bottom: 50px;
}

.all_workshops_bg .event_list {
    padding: 15px 15px;
}

.all_workshops_bg .event_list h5 {
    line-height: 23px;
    font-size: 14px;
}

.all_workshops_bg .event_list span {
    margin-top: 3px;
    font-size: 14px;
    display: flex
;
    align-items: center;
}

.event_all_details span:last-child {
    margin-left: 2px;
}

.consultation_content h3 {
    font-size: 19px;
}

.consultation_list a {
    text-decoration: none;
    color: #54378c;
}

.service_icon i {
    font-size: 43px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 12px 15px;
    border-radius: 50px;
    background: white;
}

.consultation_content h3 {
    margin-top: 30px;
    line-height: 30px;
    color: black;
}

.consultation-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid transparent;
    text-align: center;
}

.consultation-icon i {
    transition: color 0.3s ease;
    color: #5b358c;
}

.consultation-card h5 {
    font-size: 1rem;
    color: #000000c7;
    transition: color 0.3s ease;
    margin-top: 10px;
    line-height: 24px;
}

.consultation-card:hover {
    transform: translateY(-5px);
}

.consultation-card.consult-1 {
    border-left: 5px solid #4a90e2;
}

.consultation-card.consult-2 {
    border-left: 5px solid #50c878;
}

.consultation-card.consult-3 {
    border-left: 5px solid #f39c12;
}

.consultation-card:hover .bi {
    color: #3d3a8b;
}

.consultation-card:hover h5 {
    color: #3d3a8b;
}

.consultation_list {
    margin-top: 30px;
}

/* conference inner page */

.conference_img img {
    width: 100%;
    border-radius: 50px 0px 50px 0px;
    box-shadow: rgb(84 55 140 / 59%) 5px 5px, rgb(84 55 140 / 37%) 10px 10px, rgb(84 55 140 / 27%) 15px 15px, rgba(84, 55, 140, 0.1) 20px 20px, rgb(84 55 140 / 5%) 25px 25px;
}

section.about_conference {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.conference_margin {
    margin-top: 30px;

}

.conference_contents {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 50px;
}

.upcoming_conference_section .conference_margin {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.sticky-image img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}

.conference_contents p {
    line-height: 30px;
    text-align: justify;
}

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

.goal-card {
    border-left: 5px solid #5b358c !important;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    box-sizing: border-box;
    border: 1px solid #00000024;
}

.conferenceGoal_details_green .goal-card {
    border-left: 5px solid #6d8a5e !important;
    background: #f7ffed94;
}

.conferenceGoal_details_green .goal-card i {
    color: #6c8b5e;
}

.goal-card i {
    font-size: 24px;
    color: #5b358c;
    margin-right: 15px;
}

.goal-card h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.goal-card p {
    margin-bottom: 8px;
}

.conferenceGoal_details {
    margin-top: 35px;
}

.service-item {
    height: 270px;
    background-color: #ffffff;
    position: relative;
    padding: 10px 20px;
    /* border-top: 1px solid color-mix(in srgb, #212529, transparent 90%); */
    /* border-left: 1px solid color-mix(in srgb, #212529, transparent 90%); */
    border: 1px solid #0000000f;
}

.conference_themes_margin {
    margin-top: 30px;
}


.service-item-icon i {
    font-size: 40px;
    color: #5b358c;
}

.conference_themes_margin-green .service-item-icon i {
    color: #6c8b5e;
}

.service-item-content {
    line-height: 28px;
}

p.conference_date {
    font-style: italic;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 600;
    margin-top: -13px;
}

.upcoming_header_btn {
    margin-top: 10px;
}

.target_audience_details {
    display: flex;
    align-items: baseline;
}

.audience_icon i {
    color: #54378cc2;
}

.target_audience_details i {
    margin-right: 12px;
}

.audience_icon1 i {
    color: #5b358c;
}

.target_audience_margin_green .audience_icon i {
    color: #869f7a;
}

.target_audience_margin_green .audience_icon1 i {
    color: #506733;
}

.audience_content p {
    font-size: 17px;
}

.target_audience_margin {
    width: 80%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.key_note_speakers {
    margin-top: 50px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

section.target_audience_green {
    background: #f7ffed94;
}

.recommendations .card {
    margin-bottom: 10px;
    border: none;
}

.recommendations .card-header {
    background: #f3f3f385;
    color: #000000b0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 10px;
    border-radius: 0px !important;
    border-bottom: navajowhite;
    border-top: 1px solid #00000033;
    font-size: 18px;
    font-weight: 700;
}

section.recommendations {
    background: #f3f3f385;
    padding-bottom: 10px;
}


.recommendations .card-header i {
    transition: transform 0.3s ease;
    background: #3e368a21;
    color: #54378c;
    padding: 5px 8px 3px;
    border-radius: 50%;
    font-size: 17px;
}

.recommendations .collapsed i {
    transform: rotate(0deg);
}

.recommendations .card-header:not(.collapsed) i {
    transform: rotate(180deg);
}

.recommendations .card-body {
    background: #f3f3f385;
}

.recommendations .sticky-container {
    position: relative;
}

.recommendations .sticky-image {
    position: sticky;
    top: 20px;
    transition: top 0.3s ease;
}

.recommendations_img img {
    width: 100%;
    object-fit: cover;
}

.recommendations_margin {
    margin-top: 50px;
}

.recommendations .card-body ul {
    padding-left: 0;
}

.recommendations .card-body ul li {
    list-style: none;
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 10px;
}

.recommendations .card-body ul li i {
    color: #5b358c;
    font-size: 18px;
}

.agenda .nav-tabs .nav-link {
    font-weight: bold;
    color: #5b358c;
    font-size: 15px;
    padding: 14px 20px 5px;
    border: 1px solid #00060c14;
    border-radius: 0px;
}

.agenda .nav-tabs .nav-link.active {
    background-color: #5b358c;
    color: #fff;
}

.schedule-item {
    background: #f3e5f54d;
    padding: 10px;
    border-top: 3px solid #5b358c !important;
    margin-bottom: 10px;
    border: 1px solid #0000001c;
}

.time-slot {
    font-weight: bold;
    color: #5b358c;
}

span.hall {
    font-weight: bold;
    color: #5b358c;
}

.schedule_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.schedule-item p {
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 0px;
    font-size: 15px;
    color: #000000ba;
}

.agenda_margin {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

.agenda .nav {
    justify-content: center;
}

.agenda .tab-content {
    margin-top: 35px;
}

.report-section {
    padding: 60px 0;
}

.report-card {
    background: white;
    padding: 80px 30px 70px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #0000000d;
    height: 100%;
}

h5.slides_head {
    margin-top: 35px;
}

.report-card:hover {
    transform: translateY(-5px);
}

.reports_margin {
    margin-top: 65px;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #5b358c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 15px;
    position: absolute;
    left: 119px;
    top: -32px;
}

.report-card p {
    margin-top: 15px;
}

.gallery-section {
    padding: 60px 0;
}

.gallery-item {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.photos_head:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000014;
}

/* .gallery-item:hover {
    transform: scale(1.05);
} */

.gallery-item img {
    width: 365px;
    height: 260px;
    object-fit: cover;
}

.gallery_margin {
    margin-top: 40px;
    margin-bottom: 50px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

section.gallery {
    background: #f3f3f385;
    padding-bottom: 50px;
    margin-top: 70px;
}

section.latest_news {
    padding-bottom: 50px;
}

.info-item i {
    color: #5b358c;
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, #5b358c, transparent 40%);
}

.info-item {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 0 15px 0;
}

.info-item h3 {
    color:
        color-mix(in srgb, #444444, transparent 20%);
    font-size: 17px;
    font-weight: 700;
    margin: 9px 0 5px;
}

.info-item p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #000000cc;
}

.address-width {
    width: 45%;
}

.contact_margin {
    margin-top: 40px;
}

.contact_field {
    position: relative;
    margin-top: -23px;
}

.contact_field i {
    position: absolute;
    top: 34px;
    font-size: 20px;
    left: 20px;
    color: #5b358c;
    z-index: 9;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
    margin-left: 5px;
}

.contact_field input,
.contact_field textarea {
    border: none;
    padding: 14px 28px 15px 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 14px;
}

.contact_field textarea:focus {
    box-shadow: none;
    outline: 0;
}

section.contact_us {
    padding-top: 50px;
    background: #54378c08;
    padding-bottom: 35px;
}

section.contact_us .enquiry_details input {
    background: #5b358c;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 13px;
    border-radius: 0px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: -20px;
}

section.map_section iframe {
    width: 100%;
    height: 450px;
}

section.photos_section {
    margin-bottom: 50px;
}



.photos_grid_1 {
    overflow: hidden;
}

.photos_grid_1 img {
    display: block;
    transition: transform 0.4s ease;
    cursor: pointer;
    width: 250px;
    height: 200px;
    object-fit: cover;
}

.photos_grid_1:hover img {
    transform: scale(1.1);
}


.photos_head {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.photos_head img {
    display: block;
    border-radius: 0;
    transition: transform 0.4s ease;
}

.photos_head:hover img {
    transform: scale(1.1);
}

.photos_head_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.photos_head:hover .photos_head_content {
    opacity: 1;
    visibility: visible;
}

.photos_head_content h5 {
    font-size: 16px;
    font-weight: 800;
}

.back_btn a i {
    margin-right: 8px;
}

/* .back_btn a:hover {
    text-decoration: underline;
} */

.back_btn a {
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}

.back_btn {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.reports_margin a {
    text-decoration: none;
    color: black;
}

.flag-img {
    width: 100px;
    height: 100%;
    margin: 14px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 4px;
    border: 1px solid #54378c3d;
    border-radius: 50%;
}

.global_participation_margin {
    margin-top: 15px;
}

p.global_content {
    line-height: 31px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.flag_name p {
    background: #54378c17;
    padding: 8px 10px;
    color: #54378c;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 63px;
    font-size: 15px;
    width: 82%;
    margin-right: auto;
    margin-left: auto;
}

section.global_participation {
    margin-bottom: 50px;
}




.content-section {

    margin-top: 20px;
}

.content-box {
    background: white;
    padding: 32px 20px;
    margin: 15px;
    border-radius: 3px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    max-width: 100%;
    text-align: center;
    border: 1px solid #00000012;
}

.content-box img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.content-box p {
    line-height: 30px;
}

.content-box h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #54378c;
}

.workshops-presented-content {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.workshops-presented-grid p {
    background-color: #54378c0a;
    padding: 30px 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    font-size: 18px;
    color: #000000cf;
    font-weight: 600;
}

.workshops-presented-grid p strong {
    color: #0000007a;
    display: block;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
}

section.reasearch_workshops {
    padding-bottom: 55px;
}

.upcoming_conference_section .conference_img img {
    width: 100%;
    box-shadow: rgba(52, 94, 36, 0.4) 5px 5px, rgba(52, 94, 36, 0.3) 10px 10px, rgba(52, 94, 36, 0.2) 15px 15px, rgba(52, 94, 36, 0.1) 20px 20px, rgba(52, 94, 36, 0.05) 25px 25px;
    border-radius: 0px 0px 50px 0px;
    border: 1px solid #50673357;
    border-top-right-radius: 10px;
}

.upcoming_conference_section .conference_contents {
    margin-top: 15px;
}

.initiative .table {
    margin-top: 30px;
    margin-bottom: 50px;
}

section.initiative table a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.initiative .table th {
    background-color: #5b358c;
    color: white;
    padding: 22px 10px;
    text-align: center;
    font-size: 14px;
}

.initiative .table tbody tr:nth-child(even) {
    background-color: #4b008200;
}

.initiative .table tbody tr:nth-child(odd) {
    background-color: #d8bfd8a8;
}

.initiative td {
    padding: 29px 5px !important;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.video_margin {
    margin-bottom: 50px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.video_1 h2 {
    font-size: 18px;
    font-weight: 600;
    color: #43398e;
    position: relative;
}

section.video_section iframe {
    width: 100% !important;
    height: 423px;
}

.videos_1 {
    height: 260px;
    background: #5460a60f;
}

.video_1 h2:before {
    content: "";
    background: #57378c;
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -14px;
    border-radius: 89px;
}

.video_play video {
    width: 100%;
    height: 279px;
    object-fit: cover;
}

.video_play {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    gap: 10px;
}

.iframe_content h6 {
    font-size: 14px;
    line-height: 21px;
    color: #36398a;
    cursor: pointer;
}

.iframe_content {
    padding: 10px 5px 10px 12px;
}

.iframe_content p {
    font-size: 13px;
    color: rgba(80, 80, 80, .6);
}

/* slides */

.slides_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.slides_grid_details h3 {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}

.slides_grid_details {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 8px 8px;
    border: 1px solid #0000001a;
    height: 100%;
}

.slides_grid_details img {
    width: 100%;
}

.slides_grid_details a {
    width: 100%;
    background: #54378c;
    color: white;
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
}

.slides_grid_details a i {
    margin-right: 10px;
}

.slides_grid_details a:hover {
    color: white;
}

section.slides_presentations {
    margin-top: 60px;
    margin-bottom: 65px;
}

/* Popup overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

/* Popup content */
.popup-content {
    position: relative;
    width: 80%;
    max-width: 1000px;
    max-height: 90%;
}

/* Popup image */
.popup-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 600px;
}

/* Close button */
.close-btn {
    position: absolute;
    top: -40px;
    right: 45px;
    font-size: 30px;
    color: #ffffffcc;
    cursor: pointer;
}

/* Arrows */
.arrow-icon {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.arrow-button {
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* Arrow buttons */
.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}



.arrow-icon i {
    background: black;
    padding: 9px 5px 9px 5px;
    font-size: 19px;
}

.table-responsive {
    scrollbar-width: none;
}

.des_hide {
    display: none;
}

.chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.legend-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-direction: column;
}

.legend-item {
    display: flex;
    gap: 10px;
    color: black;
}

.legend-box {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

#feedbackChart {
    width: 500px !important;
    height: 500px !important;
}

.pie_chart {
    margin-top: 30px;
}

.events-section {
    margin-top: 40px;
    margin-bottom: 50px;
}


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

.event-list li {
    margin: 15px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    background: #f6ffeaad;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.event-list li i {
    color: #68865c;
    margin-right: 15px;
    font-size: 1.5rem;
}

section.why_choose_us .card-body {
    padding: 40px 20px 65px;
}

.why_choose_content {
    margin-top: 40px;
}

section.why_choose_us .card-body i {
    color: #68865c;
}

section.why_choose_us .card-body h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* statistics */

.stat_boxShadow img {
    width: 430px;
    height: 213px;
}

.bar-chart-conference img {
    width: 450px !important;
}

/* section.statistics_chart {
    padding-bottom: 50px;
} */

/* .stat_boxShadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 25px 0px 25px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
} */

.stat_boxShadow h2 {
    font-size: 17px;
    text-align: justify;
    margin-bottom: 20px;
    color: #000000ad;
}

.statistics_chart .counter {
    font-size: 2.5rem;
    font-weight: bold;
    color: #c2794c;
}

.statistics_chart .nav-tabs .nav-link.active {
    background-color: #c2794c;
    color: #fff !important;
}

.statistics_chart .nav-tabs .nav-link.active {
    background-color: #5b358c;
    color: #fff !important;
}

.statistics_chart .nav-tabs .nav-link {
    color: #5b358c;
    border: 1px solid #5b358c;
    border-radius: 30px;
    padding: 10px 40px;
}

.statistics_chart .nav {
    justify-content: center;
    gap: 5px;
    border-bottom: 0px;
}


.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.counter-box {
    background: #bbc1c626;
    padding: 30px;
}

.counter-icon img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(22%) saturate(2195%) hue-rotate(225deg) brightness(135%) contrast(100%);
    width:100%;
}

.counter-icon {
    background: #ffffff;
    color: white;
    border-radius: 50%;
    font-size: 28px;
    position: unset;
    padding: 7px 15px 11px 15px;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000026;
}

.statistics_chart .counter {
    font-size: 35px;
    font-weight: bold;
    color: #5b358c;
    margin-top: 15px;
}

.statistics_chart p {
    color: #00000085;
    font-weight: 600;
    font-size: 17px;
}

/* carousel */

section.banner_section .carousel {
    position: relative;
    /* border-left: 2px solid white;
    padding-left: 20px; */
}

div#carouselExampleSlidesOnly:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 215px;
    background: white;
}

.banner_content_wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.banner_righ_content h1 {
    height: 195px;
    width: 515px;
    color: white;
    font-weight: 700;
    font-size: 35px;
    margin-left: 50px;
    text-shadow: 0 2px 4px rgba(41, 48, 59, 0.55);
}

/* banner button */

.banner-hover button {
    background: #5b358c;
    color: #ffffff;
    padding: 8px 22px;
    font-weight: 600;
    font-size: 19px;
}

.banner-hover button:hover {
    /* background: rgb(170 108 249); */
    color: white;
}

/* past conference */


section.all_workshops h5.card-title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: #000000b5;
}

.event_all_list {
    margin-top: 20px;
}

.event_all_list span {
    display: block;
    margin-bottom: 18px;
}

.event_all_list span i {
    color: #ffffff;
    margin-right: 8px;
    background: #54378c;
    padding: 5px 7px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 21px;
    width: 30px;
    height: 30px;
    text-align: center;
}

/* workshops & research */

p.head_p {
    width: 60%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    color: #000000ad;
    margin-top: 15px;
}

.workshops_members_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.workshops_members_details h5 {
    font-size: 17px;
    line-height: 24px;
    color: #465892;
    margin-bottom: 20px;
}

section.reasearch_workshops .card {
    height: 100%;
    transition: 0.5s;
}

section.reasearch_workshops .card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-color: white;
}

.workshops_members_details p {
    font-size: 18px;
    font-weight: 600;
    color: #000000ba;
    margin-bottom: 0px;
}

span.workshop-date {
    background-color: #465892;
    color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 25px 7px;
    font-weight: 600;
}


.card_flex {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    color: #000000b3;
    font-size: 13px;
    margin-top: 15px;
}

.card_relative {
    position: relative;
}

.card_flex i {
    color: #465892;
}

.workshops_members {
    margin-top: 40px;
}

/* opening speech */

.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/*.custom-grid-1 {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 2rem;*/
/*}*/

.opening_speech_margin_1 {
    margin-top: 35px;
}

.opening_speech_margin {
    margin-top: 35px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.opening_speech_margin h5,
.opening_speech_margin_1 h5 {
    font-size: 17px;
    color: #5b358c;
}

section.opening_speech {
    background: #f3f3f385;
    margin-top: 40px;
    padding-bottom: 90px;
}

.brouchure_background {
    background-image: url(../img/brouchure_bg.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 60px 20px;
    color: white;
    overflow: hidden;
    text-align: center;
}

.brouchure_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
}

.brouchure_background * {
    position: relative;
    z-index: 1;
}

.brouchure_background h5 {
    font-size: 31px;
    font-weight: 700;
}

.brouchure_background p {
    font-size: 18px;
    margin-top: 14px;
    color: #ffffffde;
    margin-bottom: 35px;
}

.brouchure_background a {
    color: #5b358c;
    background: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
}

.brouchure_details_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 90px;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.brouchure_details_1 i {
    font-size: 25px;
    background: #ffffff57;
    padding: 15px 15px;
    color: #ffffff;
    border-radius: 50%;
}

.brouchure_details_1 h6 {
    margin-top: 30px;
    margin-bottom: -9px;
    font-size: 20px;
    font-weight: 600;
}

.brouchure_details_1 p {
    font-size: 16px;
}

section.conference_language p {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    font-size: 18px;
}

section.conference_language.margin_spacing h1 {
    font-size: 31px;
    font-weight: 700;
}

section.conference_language {
    background: #5b358c;
    margin-top: 70px;
    padding-bottom: 50px;
    text-align: center;
    color: white;
}

.section-title {
    color: #c2794c;
    font-weight: bold;
}

.left-box,
.right-box {
    height: 100%;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.left-box {
    background-color: #bbc1c669;
}

.right-box {
    background: linear-gradient(135deg, #f5f5ff, #fdf1f9);
}

.highlighted {
    font-weight: bold;
    color: #465892;
    font-size: 1.2rem;
}

.left-box p {
    color: #000000ad;
}

.full-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.h-100-custom {
    height: 100%;
}

.committee_section .card {
    border: none;
    border-radius: 5px 5px 10px 10px;
    border-top: 4px solid #5b358c;
    background: #0000ff05;
}

.committee_section .card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #5b358c;
}

.committee_section ul li {
    margin-bottom: 0.5rem;
    color: #000000a6;
}

.main_committee h5 {
    color: #5b358c;
}

.main_committee {
    margin-top: 25px;
}

section.committee_section p.fw-semibold {
    color: #000000a6;
}

/* translation */

.header {
    background-color: #c2794c;
    color: white;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.language-card {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.language-card:hover {
    background-color: #bbc1c629;
}

.section-footer {
    margin-top: 3rem;
    font-style: italic;
    color: #555;
    text-align: center;
}

section.translation_section h4 {
    font-size: 20px;
    font-weight: 600;
    color: #465892;
}

.translation_languages {
    margin-top: 40px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

section.translation_section {
    padding-bottom: 30px;
}

.course_detail_content img {
    border: 1px solid #00000029;
    margin-top: 10px;
    width: 300px;
}

/* register */

.register-content {
    padding: 18px;
    width: 50%;
    border: 2px solid #5b358c;
    border-radius: 25px;
    box-shadow: 3px 5px #5b358c;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
}

section.registration_form span.wpcf7-form-control.wpcf7-radio label {
    display: flex;
}
section.registration_form input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.form-control {
    height: 44px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #465892;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}
.register-content font {
    font-size: 20px;
    color: #5b358c;
}

.register-content form {
    font-size: 18px;
}

.register-content input[type="text"],
.register-content input[type="email"],
.register-content input[type="number"],
.register-content select {
    height: 44px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #465892;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.register-content input::placeholder {
    color: #CCC;
    font-size: 18px;
}

.register-content select {
    padding: 10px;
}


.register-content input[type="submit"] {
    font-size: 20px;
    text-align: center;
    float: center;
    padding: 8px;
    width: 120px;
    border: 1px solid blue;
    border-radius: 20px;
    background-color: white;
    color: #2E37FE;
    cursor: pointer;
}

.register-content input[type="reset"] {
    font-size: 20px;
    text-align: center;
    float: center;
    padding: 8px;
    border: 8px;
    width: 120px;
    border: 1px solid blue;
    border-radius: 20px;
    background-color: white;
    color: #2E37FE;
    cursor: pointer;
}

.register-content input[type="submit"]:hover {
    color: white;
    background-color: #2E37FE;
}


.register-content label {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #00000080;
}

.register-content .form-group {
    padding-bottom: 20px;
}

.register-content input[type="radio"] {
    margin-right: 6px;
}

.register-content .form-group span {
    font-size: 16px;
    font-weight: 600;
}

.radio_btn {
    display: flex;
    margin-top: 10px;
    margin-left: 10px;
}

section.registration_form {
    padding-bottom: 50px;
}

section.reports {
    margin-bottom: 50px;
}

/* upcoming conference */

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 35px;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}


.objective-box {
    background-color: white;
    padding: 20px 9px;
    border-radius: 10px;
    transition: 0.5s;
    text-align: center;
    cursor: pointer;
    border: 1px solid #6c7d5514;
}

.objective-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    background: #6c7d55;

}

.conference_objectives .icon-container {
    background-color: #6c7d55;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    line-height: 50px;
}

.objective-box:hover .icon-container {
    background-color: white;
}

.conference_objectives .icon-container i {
    color: #fff;
    font-size: 25px;
}

.objective-box:hover .icon-container i {
    color: #6c7d55;
}

.objective-box h5 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.objective-box:hover h5,
.objective-box:hover p {
    color: white;
}

.objective-box p {
    color: #666;
}


.head_content p {
    text-align: center;
    color: #000000a3;
}

section.conference_objectives {
    background: #0000ff05;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
}


.timeline-section {
    position: relative;
    background: #fafaff;
    padding-bottom: 1px;
}

.timeline-header {
    text-align: center;
    margin-bottom: 50px;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #6c7d55;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 25px;
}

.timeline-box {
    background: #ffffff0d;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
    width: 45%;
    z-index: 2;
}

.timeline-item.left {
    flex-direction: row;
}

.timeline-item.right {
    flex-direction: row-reverse;
}

.timeline-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eff8e4;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #dce2d5;
    font-size: 22px;
    color: #6c7d55;
    width: 50px;
    height: 50px;
    line-height: 30px;
    text-align: center;
}

.conference_themes_section {
    margin-top: 30px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.audience-section {
    background-color: #fafaff;
    padding-bottom: 50px;
}

.audience-header {
    text-align: center;
    margin-bottom: 50px;
}

.audience-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}

.audience-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #6c7d5530;
    border-left: 3px solid #6c7d55;
}


.audience-icon {
    font-size: 2.5rem;
    color: #6c7d55;
    margin-right: 20px;
    transition: color 0.3s ease;
}

.audience-item:hover .audience-icon {
    color: #333;
}

.audience-content p {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
}

.event-section {
    background: #fafaff;
    padding-bottom: 70px;
}

.event-header {
    text-align: center;
    margin-bottom: 40px;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
    margin-top: 40px;
}

.event-box {
    background-color: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    border: 2px dashed #6c7d55;
    transition: all 0.3s ease-in-out;
}

.event-box:hover {
    transform: translateY(-5px);
}

.event-box i {
    font-size: 2rem;
    color: #6c7d55;
    margin-bottom: 10px;
    display: block;
}

.event-box p {
    margin: 0;
    font-size: 1.05rem;
    color: #333;
}

section.upcoming_conference_section {
    padding-top: 35px;
}

.flow-section {
    background-color: #fafaff;
}

.flow-section h2 {
    text-align: center;
    font-size: 36px;
    color: #c2794c;
    margin-bottom: 60px;
}

.outcome-flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.flow-item {
    text-align: center;
    flex: 1 1 20%;
    padding: 20px;
    position: relative;
}

.flow-item::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -10%;
    height: 2px;
    width: 120%;
    background-color: #6c7d55;
    z-index: 0;
}

.flow-item:first-child::before {
    left: 50%;
    width: 50%;
}

.flow-item:last-child::before {
    width: 50%;
}

.flow-icon {
    font-size: 40px;
    color: #6c7d55;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
    position: relative;
}

.flow-title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
}

.flow-desc {
    font-size: 15px;
    color: #555;
    max-width: 240px;
    margin: 10px auto 0;
}

.conference-duration-section {
    background-color: #6f8157;
    padding: 0px 0;
    padding-top: 0px !important;
}

.conference-duration-section .row {
    padding: 45px;
}

.duration-icon {
    font-size: 50px;
    color: #eafcd1;
    float: right;
    margin-right: 10px;
}

.duration-title {
       color: #eafcd1;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
}

.duration-highlight {
    font-weight: 700;
}

.duration-text {
   color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

a.upcoming_register {
    color: white;
    border: 2px solid white;
    text-decoration: none;
    padding: 12px 35px;
    background: #ffffff38;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    font-weight: 600;
}

.upcoming_register::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: white;
    z-index: -1;
    transition: width 0.4s ease;
}

.upcoming_register:hover::before {
    width: 100%;
}

/* section.upcoming_conference_breadcrumbs p.conference_date {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
} */

.upcoming_register:hover {
    color: #6c7d55;
}

/* Fixed Right Box for Abstract Submission */
.abstract-submission-box i {
    margin-right: 4px;
    color: #6c7d55;
}

.abstract-submission-box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #eff8e4;
    color: #182a01;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 270px;
    /* font-weight: bold; */
    z-index: 1040;
}

.abstract-submission-box p {
    font-size: 16px;
}

/* rules & regulations */

.rules-list {
    list-style: none;
    padding-left: 0;
}

.rules-list li {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-left: 5px solid #5b358c;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: background 0.3s;
    cursor: pointer;
}

.rules-list li:hover {
    background: #4658920f;
}

.rules-list i {
    margin-right: 10px;
    color: #5b358c;
    font-size: 1.2rem;
}

.rules-list a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.rules-list li:hover a {
    color: #5b358c;
    text-decoration: underline;
}

.rules_regulation_content {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

section.services_breadcrumb:before {
    background: #00000057;
}

.download_brouchure_a {
    background: #54378c;
    color: white !important;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
    transition: 0.5s;
}


.download_brouchure {
    margin-top: 30px;
    margin-bottom: 15px;
}

a.download_brouchure_a i {
    margin-right: 7px;
}

.conference_animate_img img {
    position: absolute;
    left: -120px;
    top: -35px;
    animation: spinAround 22s linear infinite;
    width: 237px;
}

.conference_description p {
    line-height: 30px;
    text-align: justify;
    color: #000000ba;
    margin-bottom: 0px;
}

.key_achievements ul {
    margin-top: 10px;
}

.conference_description {
    margin-top: 10px;
}

.conference_head h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000000ba;
    text-align: center;
}

.conference-tab_container {
    margin-top: 25px;
}

.conference_description ul li {
    list-style-type: none;
    display: flex;
    gap: 10px;
    line-height: 30px;
    width: 90%;
    text-align: justify;
    margin-bottom: 20px;
}

.conference_description .bi-check2-circle::before {
    content: "\f270";
    font-weight: 700 !important;
    /* color: #465892; */
}

.conference-box {
    font-weight: bold;
    color: #5b358c;
    font-size: 22px;
}



.fade-in-custom {
    animation: fadeInUp 0.6s ease both;
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spinAround {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* upcoming header */

.upcoming_header .navbar-nav .nav-link.active,
.header_section .navbar-nav .show>.nav-link {
    color: rgb(0 0 0 / 68%);
}

.upcoming_header .navbar-nav .nav-link {
    color: rgb(0 0 0 / 68%);
}

.upcoming_header .navbar-nav .nav-item a:hover {
    background: #68885d;
    color: white;
}

.upcoming_header a.dropdown-item {
    color: #68885d;
    transition: 0.5s;
}

.upcoming_header .enquiry_details button {
    background: #68885d;
}

.upcoming_header .enquiry_details button:before {
    background-color: #5b6334;
}

.upcoming_header .enquiry_details button:after {
    background-color: #5b6334;
}

.upcoming_header .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
    color: #68885d;
}

.upcoming_header .modal .enquiry_details input{
    background : #68885d !important;
}

.upcoming_header input.form-control,
.upcoming_header select.form-select,
.upcoming_header textarea.form-control {
    background: #f4fff0;
    border-bottom: 2px solid #68885d;
}

/* section.upcoming_conference_breadcrumbs:before {
    background: #040d0138;
} */

.upcoming_sidebar .responsive_top_flex span {
    color: #828b35;
}

.upcoming_sidebar .sidenav {
    background-color: #648453;
}

.upcoming_sidebar .bi-x::before {
    background: #88ad3a;
}

.upcoming_top_btn {
    background: #68885d;
}

footer.upcoming_footer {
    background: #68885d;
}

footer.upcoming_footer .footer_details ul li a:hover {
    color: #e1f4b9;
    margin-left: 5px;
}

.upcoming_breadcrumbs_content_grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
}

.upcoming_breadcrumbs_content_grid_1 {
    margin-top: 70px;
}

.upcoming_breadcrumbs_content_grid_1 h1 {
    font-size: 33px;
    font-weight: 600;
    color: #506733;
}

.upcoming_breadcrumbs_content_grid_1 h5 {
    margin-top: 20px;
    color: #0000008c;
    font-style: italic;
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
}

.upcoming_breadcrumbs_content_grid_1 h6 {
    color: #0000008c;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
}

.upcoming_breadcrumbs_content_grid_1 p {
    color: #0000008c;
    font-size: 17px;
}

.upcoming_breadcrumbs_content_grid_2 img {
    width: 100%;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    height: 525px;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.button-57 {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #1f2101;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    padding: 14px 27px 12px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}

a.upcoming_btn_colour1 {
    background: #ffffffb5;
    border-color: #ffffffb5;
}

section.upcoming_conference_breadcrumbs .bi-download::before {
    content: "\f30a";
    font-weight: 600 !important;
}

/* a.upcoming_btn_colour1:after {
    background: #6f8157;
    border-color: #6f8157;
}

a.upcoming_btn_colour2:after {
    background: #506733;
    border-color: #506733;
} */

a.upcoming_btn_colour2 {
    background: #ffffffbf;
    border-color: #ffffffb5;
}

/* .upcoming_header_btn {
    margin-top: 40px;
} */

a.upcoming_btn_colour2 i {
    margin-right: 10px;
}

.upcoming_header_btn a:hover {
    color: black;
}

/* .button-57 span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
} */

/* .button-57 span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 65%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}

.button-57:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
} */

/* .button-57:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
} */

/* .button-57:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
} */

section.upcoming_breadcrumbs {
    padding: 20px;
    height: 615px;
    background-image: linear-gradient(267deg, #849b5cb8, #ffffffed), url(../img/hero-bg-abstract.jpg);
    background-size: cover;
    background-position: center;
}

.breadcrumb_content_conference {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 7%;
    text-align: center;
}

.breadcrumb_content_upcomingConference {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 2%;
    text-align: center;
}


section.all_confernces .event_img {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
}

section.all_workshops .card {
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
    width: 100%;
    border-radius: 0px;
}

section.all_workshops .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* conference profile */

.profile-section {
    padding: 40px 20px;
}

.profile-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 2.5rem;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.profile-card h5 {
    font-weight: 600;
    color: #333;
}

.profile-card p {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.download-btn {
    color: #ffffff;
    border: 2px solid #68885d;
    background: #68885d;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a.download-btn:hover {
    color: white;
}

/* .download-btn:hover {
    background-color: #68885d;
    color: #fff;
    text-decoration: none;
} */

.conference_duration_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.conference_duration_grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #ffffff57;
    transform: translateX(-50%);
}



/* upcoming conference form */

.form-section {
    background: #dcd3f926;
    padding-bottom: 50px;
}

.upcoming-form {
    max-width: 700px;
    margin: auto;
}

.form-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.form-section .form-label {
    font-weight: 600;
    color: #000000b5;
}


.form-section .form-label .arabic {
    float: right;
    font-weight: normal;
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="number"],
.form-section select {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 3px;
    font-size: 15px;
    margin-top: 20px;
}

.form-section input[type="text"]:focus,
.form-section input[type="email"]:focus,
.form-section input[type="number"]:focus,
.form-section select:focus {
    box-shadow: none;
    border-color: #999;
}

div#paymentSections {
    background: white;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.upcoming-form h1 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000b5;
}

.form-section .form-check {
    display: flex;
    margin-bottom: 10px;
}

.form-section .form-check-input[type=checkbox] {
    margin-right: 10px;
}

.form-section label.form-check-label {
    color: #00000099;
}

.qr_code img {
    width: 300px;
    margin-top: 15px;
}

.qr_code {
    margin-top: 20px;
}

.qr_code h6 {
    font-weight: 600;
}

.qr_code p {
    margin-bottom: 0px;
    margin-top: 6px;
    font-size: 14px;
}

.qr_code p b {
    font-weight: 600;
    color: #000000a1;
}

.form-section .btn-submit {
    background-color: #68885d;
    /* Deep purple */
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.form-section .btn-submit:hover {
    background-color: #5b6334;
}

.clear-link {
    color: #596035;
    text-decoration: none;
    font-weight: 500;
}

.clear-link:hover {
    text-decoration: underline;
    color: #68885d;
}

.form_note {
    margin-top: 30px;
}

.form_mail {
    margin-top: 50px;
}

.all_consultation .card {
    width: 100% !important;
}

section.all_confernces .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 95% !important;
}

section.all_confernces .card-body {
    padding: 30px 40px;
}

section.all_confernces h5.card-title {
    font-size: 20px;
    line-height: 33px;
}

/* .poster-card {
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background: white;
    margin-top: 20px;
} */

/* .poster_details {
    max-width: 400px;
    margin: 20px auto;
    padding: 5px 5px 20px;
    border: 2px solid #506633;
    border-radius: 0px;
    background-color: #ffffff;
}

.poster_date_time div {
    margin-bottom: 10px;
}

.poster_date_time {
    margin-top: 20px;
} */


/* img.poster-img {
    max-height: 189vh;
    width: 75%;

} */

.poster_date_time h1 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.conference_description i {
    color: #5b358c;
    font-size: 20px;
}

img.poster-img {
    width: 40%;
    border: 1px solid #4f6532;
    padding: 5px;
    background: white;
    border-radius: 10px;
}

.poster-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.read-more {
    display: inline-block;
    padding: 10px 35px;
    font-weight: 600;
    color: white !important;
    background: linear-gradient(135deg, #54378c, #54378ca1);
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more:hover {
    /* background: linear-gradient(135deg, #5460a6c4, #5460a6); */
    /* transform: translateX(10px); */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.read_more_a {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
}

.form_back_btn {
    margin-top: 40px;
}

.form_back_btn button {
    background: #68885d;
    color: white;
    padding: 8px 15px;
}

.form_back_btn a {
    color: white;
}


.form_back_btn .btn:hover {
    color: #ffffff;
}

section.banner_section:hover .carousel-button {
    display: block;
}

section.banner_section .carousel-button {
    display: none;
    transition: 0.5s;
}

section.banner_section .carousel-control-next, section.banner_section .carousel-control-prev {
    position: absolute;
    top: -33px;
    height: 268px;
}
section.banner_section .carousel-control-prev {
    left: -22px;
}

canvas#impactGrowthChart {
    height: 350px !important;
    width: 350px !important;
}

.workshop-container {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.workshop-card {
    background: #54378c0a;
    border-radius: 12px;
    padding: 15px 25px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #00000014;
}

.workshop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.workshop-icon {
    font-size: 28px;
    color: #54378c;
    margin-right: 20px;
}

.workshop-title {
    /* font-size: 1.1rem; */
    font-weight: 500;
    color: #333;
    margin: 0;
}

.upcoming_conference_poster {
    margin-top: 3.5rem;
}

section.opening_speech .text-muted {
    color: #000000a6 !important;
}


.view_conference_btn {
    background: #54378c;
    padding: 10px 25px;
}

.workshop_table_img {
    text-align: center;
    margin-top: 30px;
}

.workshop_table_img .modal-header {
    background: #54378c;
    color: white;
}

.workshop_table_img .modal-header .btn-close {
    padding: 4px 9px 4px;
    margin: 0px;
    background: none;
    height: auto;
    font-size: 20px;
    color: white;
    opacity: 1;
}

.workshop_table_img .modal-body {
    background: #54378c0d;
}

button.view_conference_btn:hover {
    background: #465892;
}

button.view_conference_btn:focus {
    background: #465892;
}

.conference_description ul li {
    width: 100%;
}

.workshop_table_title h2 {
    text-align: center;
    font-weight: 700;
    font-size: 27px;
}

.workshop_table_img {
    margin-top: 30px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.workshop_table_img img {
    width: 100%;
}

.workshop_table {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
}

.table_flex {
    display: flex;
    gap: 5px;
    background: linear-gradient(to right, #553589, #333686);
    padding: 25px 3px 5px;
}

.table_flex img {
    filter: brightness(0) invert(1);
    height: 100px;
}

.table_flex h6 {
    color: white;
    font-size: 17px;
    margin-top: 38px;
}

.table_flex h1 {
    font-size: 30px;
    color: white;
    text-align: center;
    font-weight: 600;
}

.workshop_table_content {
    margin-top: 3px;
}

.workshop_table_content table {
    border-top: 4px solid #563589 !important;
    border-color: white;
    border-bottom: 2px solid #9c9bba;
}

section.slides_presentations .table tbody tr:nth-child(odd) td {
    background-color: #2f3192;
    border-color: white;
    color: white;
}

section.slides_presentations tr:nth-child(odd) th:first-child,
section.slides_presentations tr:nth-child(odd) th:last-child {
    border: none;
}

section.slides_presentations .table tbody tr:nth-child(odd) td {
    border: 4px solid #ffffff;
    border-bottom: none;
    font-size: 15px;
}

section.slides_presentations .table tbody tr:nth-child(even) td {
    border: 4px solid #423289;
    border-bottom: none;
    font-size: 15px;
    font-weight: 600;
    color: #1a1253;
}

section.slides_presentations .table>:not(:last-child)>:last-child>* {
    border-bottom: none;
}

section.slides_presentations .table tbody th,
section.slides_presentations .table tbody td {
    text-align: center;
}


section.slides_presentations tr:nth-child(odd) th:first-child,
section.slides_presentations tr:nth-child(odd) th:last-child {
    border: none;
}

section.slides_presentations tr:nth-child(odd) th {
    border: 4px solid #423289;
    font-size: 17px;
    font-weight: 800;
    color: #170f5c;
}

section.slides_presentations .table tbody tr:nth-child(even) td:first-child {
    border-left: none;
}

section.slides_presentations .table tbody tr:nth-child(even) td:last-child {
    border-right: none;
}

section.slides_presentations tbody tr {
    height: 70px;
}

.table_footer span {
    margin-right: 5px;
    color: black;
    font-weight: 600;
}

.table_footer i {
    color: #513e8a;
    margin-right: 3px;
}

.table_footer {
    text-align: center;
}

.table_footer .bi-telephone-fill::before {
    content: "\f5b4";
    border: 1px solid #513e8a;
    padding: 5px 5px 4px;
    border-radius: 50%;
    font-size: 11px;
}

.table_footer .bi-envelope-fill::before {
    content: "\f32c";
    border: 1px solid #513e8a;
    padding: 5px 5px 4px;
    border-radius: 50%;
    font-size: 11px;
}

.table_footer .bi-instagram::before {
    content: "\f437";
    border: 1px solid #513e8a;
    padding: 5px 5px 4px;
    border-radius: 50%;
    font-size: 11px;
}

.workshop_time {
    position: relative;
    margin-top: 30px;
}

.workshop_time:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #553589, #333686);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 44%;
}

.workshop_time span {
    float: right;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #1a1253;
    margin-right: 35px;
}

.box_width {
    background: #2f3192;
    height: 70px;
    margin-top: 80px;
}

.workshop_table_title {
    margin-top: 25px;
}

.impact_growth_head_content {
    padding-top: 13%;
}

.key_achievements {
    margin-top: 3.5rem;
}

.statistics_piechart {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.conference_description ul li a {
    color: #000000ba;
    text-decoration: none;
}

.bar_chart_stat {
    margin-top: 25px;
}

.photos_margin img {
    display: block;
    transition: transform 0.4s ease;
    cursor: pointer;
    width: 250px;
    height: 200px;
    object-fit: cover;
}

.image_margin img {
    display: block;
    transition: transform 0.4s ease;
    cursor: pointer;
    width: 250px;
    height: 200px;
    object-fit: cover;
}

.lg-sub-html {
    display: none;
}

.lg-counter {
    display: none;
}

/* .lg-toolbar {
    bottom: 0;
}

.lg-components {
    top: 0;
} */

/* Default LightGallery custom style when NOT fullscreen */
.lg-outer:not(.lg-fullscreen-on) {
    max-width: 900px !important;
    width: 90vw !important;
    max-height: 80vh !important;
    height: 80vh !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto !important;
    right: auto !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Fullscreen mode — let LightGallery handle it normally */
.lg-outer.lg-fullscreen-on {
    max-width: none !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    background: #000 !important;
}


/* Lock body when popup is open */
.no-scroll {
    overflow: hidden !important;
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
}



.lg-backdrop {
    background-color: #000000a8 !important;
}

.lg-outer {
    background: black;
}

/* Fade effect for slides */
.lg-fade .lg-item {
    transition: opacity 0.5s ease;
    opacity: 0;
}

.lg-fade .lg-item.lg-current {
    opacity: 1;
}

/* Main image area stays at top */
.lg-components {
    top: 0 !important;
}

/* Move toolbar (zoom/share/etc.) to bottom */
.lg-toolbar {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    z-index: 9998 !important;
}

.lg-close {
    display: none !important;
}

/* #custom-close-btn {
    position: fixed;
    top: 55px;
    right: 305px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 35px;
    cursor: pointer;
    user-select: none;

    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: none;
  
} */
.custom-close-btn-1 {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 35px;
    cursor: pointer;
    user-select: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.custom-close-btn-1 {
    top: 55px;
    right: 305px;
}

.custom-close-btn-1.fullscreen-position {
    top: 0;
    right: 0;
}

.custom-close-btn-1.show {
    opacity: 1;
}

.fullscreen-position {
    top: 0;
    right: 0;
    opacity: 1;
    position: absolute;
    color: white;
    z-index: 99999;
    border-radius: 50%;
    background: black;
}

.custom-share-buttons {
    display: flex;
    gap: 2px;
    align-items: center;
    /* margin-left: 10px; */
}

.custom-share-buttons a.lg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffffc9;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.3s;
}

.lg-toolbar {
    background: #ffffff21;
}

.lg-toolbar .lg-icon {
    color: #ffffffb8;
    font-size: 27px;
    width: 40px;

}

/* .custom-share-buttons a.lg-icon:hover {
    background: rgba(255, 255, 255, 0.3);
} */



/* #custom-close-btn.show {
    display: block;
    opacity: 1;
} */




/* #custom-close-btn {
    display: none;
    position: fixed;
    top: 55px;
    right: 305px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 35px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); 
    user-select: none;
}

#custom-close-btn.show {
  opacity: 1;
} */

.stat_boxShadow h6 {
    font-weight: 600;
    text-align: justify;
    margin-bottom: 15px;
}

h5.hc_conference_head {
    width: 59%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 600;
    color: #43398e;
    margin-top: 20px;
}

.photos_margin {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 59%;
    margin-right: auto;
    margin-left: auto;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail img {
    display: block;
    width: 220px;
    height: 135px;
}

.play-icon {
    font-size: 4rem;
    color: rgb(255 255 255 / 57%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.videos_1:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.1);
    color: white;
}


.video-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 11%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

span.video_time {
    position: absolute;
    bottom: 5px;
    right: 0;
    background: #00000085;
    color: white;
    font-size: 11px;
    padding: 4px 10px;
}

.video_section button.btn-close {
    position: absolute;
    top: -6px;
    right: -26px;
    background: none;
    /* z-index: 0; */
}

.video_section .bi-x-lg::before {
    content: "\f659";
    color: white;
    font-weight: 700 !important;
    font-size: 22px;
}

.video_section .modal-body {
    padding: 0;
}

.video_section .modal-dialog {
    max-width: 750px;
}

.video_section .modal-content {
    border-radius: 0px;
}

.video_details {
    padding: 15px;
}

.video_details h1 {
    font-size: 20px;
    font-weight: 700;
}

.share_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}

.share_flex p {
    margin-top: 11px;
    font-size: 14px;
    color: #000000ad;
}

.share-buttons a {
    padding: 4px 12px;
    font-size: 14px;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
    left: 33% !important;
}

button.lg-icon.custom-download-btn {
    margin-top: -3px;
}

button.lg-icon.custom-download-btn .bi-download::before {
    content: "\f30a";
    font-size: 20px;
    font-weight: 700 !important;
}

.photos_margin a:hover img:hover {
    transform: scale(1.1);
}

.photos_margin a {
    overflow: hidden;
}

.image_margin a:hover img:hover {
    transform: scale(1.1);
}

.image_margin a {
    overflow: hidden;
    margin-bottom: 45px;
}

.banner_section .carousel-control-next-icon,
.banner_section .carousel-control-prev-icon {
    background-image: none;
}

.banner_section span.carousel-control-next-icon i,
.banner_section span.carousel-control-prev-icon i {
    font-size: 30px;
}

.banner_section .carousel-control-next,
.banner_section .carousel-control-prev {
    opacity: 1;
}

.banner_section .bi-chevron-right::before {
    content: "\f285";
    font-weight: 600 !important;
}

.banner_section .bi-chevron-left::before {
    content: "\f284";
    font-weight: 600 !important;
}

.bar_chart_stat h2 {
    font-size: 17px;
    text-align: justify;
    color: #000000ad;
    height: 60px;
}

.bar_chart_stat h6 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}

section.statistics_chart .row {
    justify-content: center;
}

.lg-outer .lg-content {
    top: 70px !important;
    bottom: 55px !important;
}

/* Style the tooltip container */
.tooltip {
    z-index: 1070;
}

/* Style the inner part of the tooltip */
.tooltip .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.9);

    /* Purple background */
    color: #fff;
    /* White text */
    font-size: 12px;
    /* padding: 5px 5px; */
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    text-align: center;
    line-height: 1.4;
}

/* Optional: Arrow color match */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    display: none;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    display: none;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    display: none;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    display: none;
}

.video_section .page-link {
    padding: 3px 11px;
    color: #5b358c;
    display: flex;
    border: none;
}

.video_section .pagination {
    justify-content: center;
    margin-bottom: 40px;
}
.page-link:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.video_section li.page-item {
    border: 1px solid #5b358c36;
    list-style: none;
}

.video_section .page-item.active .page-link {
    background-color: #5b358c;
    border-color: #5b358c;
}

.video_section .page-link {
    color: #5b358c;
}

.video_section .video-wrapper {
    position: relative;
}

.video_section .prev-btn,
.video_section .next-btn {
    top: 52%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    padding: 7px 11px 5px;
    line-height: 25px;
}

.video_section .prev-btn {
    left: -19px;
}

.video_section .next-btn {
    right: -19px;
}

.video_section .btn-dark {
    color: #fff;
    background-color: rgb(111 113 116 / 68%);
    border-color: rgb(255 255 255 / 0%);
}

.video_section .btn-dark.disabled,
.video_section .btn-dark:disabled {
    display: none;
}

.video_section .bi-chevron-right::before {
    content: "\f285";
    font-weight: 800 !important;
}

.video_section .bi-chevron-left::before {
    content: "\f284";
    font-weight: 800 !important;
}

.btn-icon-tooltip {
    position: relative;
}

.btn-icon-tooltip:hover::after {
    content: "Enquiry Now";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
}

.menu_flex {
    display: flex;
    gap: 30px;
}

.image_head_tab .nav-pills .nav-link {
    border-radius: 5px;
    padding: 14px 25px;
    color: #465892;
    font-weight: 700;
}

.image_head_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #465892;
    background-color: #4658920d;
    border-top: 3px solid #465892;
}

.image_head_tab {
    margin-top: 20px;
  width: 100%;
  margin-right: 5px;
  margin-left: 20px;
}

.image_head_tab .nav {
    gap: 5px;
}

.image_head_tab ul {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.image_head_tab button.nav-width {
    width: 500px;
}

.image_head_tab_width ul {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*section.all_images {*/
/*    padding-bottom: 60px;*/
/*}*/

.image_margin {
    margin-top: 17px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.image-flex.first-row {
    justify-content: flex-start !important;
}
/*.image_details {*/
/*    margin-bottom: 20px;*/
/*}*/

.image_details h5 {
    font-size: 18px;
    font-weight: 600;
    color: #43398e;
    line-height: 30px;
}

/*  */

.counter-grid-1 {
    grid-template-columns: repeat(3, 1fr);
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

section.statistics_chart {
    padding-bottom: 20px;
}

.stat_boxShadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* padding: 30px 25px 25px 25px; */
    margin-right: auto;
    margin-left: auto;
    /* height: 300px; */
}

.stat_barchart img {
    height: 300px;
    width: 620px !important;
}

.footer_bottom p a {
    color: white;
    text-decoration: none;
}

.latest_news_details a {
    text-decoration: none;
}

.news-image {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.news-date {
    font-size: 0.95rem;
    color: #888;
}

.news-content {
    font-size: 1.1rem;
    line-height: 1.7;
}

.source-link {
    margin-top: 2rem;
}

section.news-inner-page h2 {
    font-size: 20px;
    line-height: 32px;
    color: #5b358c;
}

.new-width {
    width: 78%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:30px;
}

.news-date {
    font-size: 0.95rem;
    color: #5b358c;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.news-content p a {
    font-size: 15px;
    color: #0d6efd;
}

.news-content p {
    color: #666666;
    font-size:17px;
    text-align:justify;
}

.social-icon {
    width: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.3s;
    padding: 5px 0px 3px;
}

.social-icon:hover {
    transform: scale(1.1);
}

a.social-icon:hover {
    color: white;
}

.share-box h5 {
    font-weight: 600;
    font-size: 19px;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.whatsapp {
    background-color: #25d366;
}

.linkedin {
    background-color: #0077b5;
}



.new-width img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 500px;
    object-fit: contain;
}

.consultation-icon img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(22%) saturate(2195%) hue-rotate(225deg) brightness(135%) contrast(100%);
    height: 50px;
}

.content-list h6 {
    font-size: 18px;
    font-weight: 600;
    color: #5b358c;
}

.content-list ol {
    margin-top: 15px;
}

.content-list ol li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000b0;
}

.content-list ul {
    margin-top: 15px;
    padding-left: 10px;
}

.content-list ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000b0;
    list-style-type: none;
}
.upcoming-intakes {
    margin-bottom: 25px;
}
.upcoming-intakes h5 {
    color: #0000008c;
    font-size: 20px;
    margin-bottom: 25px;
}
.upcoming-intakes span {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 15px;
    margin-bottom: 15px;
} 

.upcoming-intakes span i{
    margin-right: 5px;
    font-size: 20px;
}

.upcoming-intakes span:last-child {
    border-bottom: none;
}
/*.popup-only-image {*/
/*    width: 0;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*    visibility: hidden;*/
/*    position: absolute;*/
/*}*/

.lg-toolbar {
    display: none;
}

/*.image-flex {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    gap: 5px;*/
/*    margin-top: 17px;*/
/*}*/

.our-teams-margin {
    margin-top: 30px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

span.block-list__desc ul {
    padding: 0px;
    margin-left: -5px;
}

span.block-list__desc ul li {
    border-bottom: none !important;
    padding: 0px !important;
    margin-bottom: 5px !important;
    display: flex
;
    gap: 5px;
}

.bar-chart-conference img {
    width: 450px !important;
    height: 225px !important;
}

section.registration_form .register-content input[type="submit"] {
    font-size: 13px;
    text-align: center;
    float: center;
    padding: 12px 24px;
    width: 120px;
    border: none;
    border-radius: 0px;
    background-color: #5b358c;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.share-buttons {
    display: none;
}

.our-teams-margin .card-body {
   padding: 15px 0px;
}

.our-teams-margin h5 {
    font-size: 14px;
}
.our-teams-margin p {
    font-size: 15px;
}
.our-teams-margin p {
  font-size: 14px !important;
}
.teams-bg{
    background:#54378c0f;
}
.deputy-ceo-list {
    margin-top: 30px;
}
.deputy-ceo-list .head_content {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
}
.deputy-ceo-list .head_content h1 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}
.deputy-ceo-list .our-teams-margin {
    margin-top: 15px;
}
.deputy-ceo-list .custom-grid-1 {
    display: flex
;
    justify-content: center;
}
.deputy-ceo-list .card {
    width: 27%;
}
.founders-list .custom-grid-1 {
    display: flex
;
    justify-content: center;
}

.advisiors-list {
    margin-top: 30px;
}
.custom-grid-1 .card{
    width: 22%;
}
.custom-grid-1 {
    display: flex;
     gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.register-content h2 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #000000bf;
    line-height: 30px;
}
@media (max-width: 767px) {
    .outcome-flow {
        flex-direction: column;
        align-items: center;
    }

    .flow-item::before {
        display: none;
    }

    .flow-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .outcome-flow {
        flex-direction: column;
        align-items: center;
    }

    .flow-item::before {
        display: none;
    }

    .flow-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .audience-list {
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        width: 100%;
    }

    .audience-item {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
    }

    .audience-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 767.98px) {
    .timeline-line {
        left: 20px;
        transform: none;
    }

    .timeline-item {
        flex-direction: column !important;
    }

    .timeline-box {
        width: 80%;
        margin-left: 54px;
        text-align: left;
    }

    .timeline-icon {
        left: 0px;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        line-height: 25px;
        font-size: 20px;
    }

    .conference_themes_section {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .right-box {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .chart-container {
        order: -1;
    }

    .legend-container {
        flex-direction: column;
        /* align-items: center; */
    }
}

@media (max-width: 768px) {
    .goal-card {
        width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .custom-grid-1 .card {
    width: 100%;
}
    .logo_img a img {
    width: 310px !important;
    height: 100px !important;
    object-fit: cover;
    margin-left: -20px;
}
    .workshops_members_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    p.head_p {
        width: 95%;
    }

    .statistics_piechart {
        display: flex;
        flex-direction: column;
    }

    .conference_duration_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .conference_duration_grid::before {
        display: none;
    }

    .breadcrumb_content_upcomingConference h1 {
        font-size: 20px;
    }

    .conference_title_head {
        font-size: 15px;
        width: 100%;
    }

    .upcoming_sidebar img.logo_img {
       height: 79px;
        width: 280px;
        margin-left: -11px;
        object-fit: contain;
    }

    p.conference_date {
        font-size: 14px;
    }

    section.all_confernces h5.card-title {
        font-size: 18px;
    }

    .upcoming-intakes {
        margin-top: 20px;
    }

    .video_section .next-btn {
        right: 0px;
    }

    .video_section .prev-btn {
        left: 0px;
    }

    .new-width {
        width: 100%;
    }

    section.news-inner-page h2 {
        font-size: 17px;
    }

    .new-width img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .news-content p {
        text-align: justify;
    }

    .bar-chart-conference img {
        width: 400px !important;
    }

    .counter-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    section.statistics_chart .col-4 {
        width: 100%;
    }

    section.statistics_chart img {
        width: 100%;
        height: auto;
    }

    .bar_chart_stat h2 {
        height: auto;
        font-size: 15px;
    }

    section.statistics_chart .p-4 {
        padding: 10px !important;
    }

    .webinar-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .webinar-grid img {
        height: 185px !important;
    }

    .image_margin a {
        margin-bottom: 20px;
    }

    .grid-center>a:nth-child(5) {
        grid-column: 1 / span 1;
        justify-self: center;
    }

    .photo-grid a {
        margin-bottom: 20px;
    }

    .breadcrumb_content h1 {
        font-size: 35px;
    }

    img.footer_logo {
        width: 350px;
    }

    h4.footer-head-ml {
        margin-left: 0px;
    }

    ul.footer-ml-2 {
        margin-left: 0px;
    }

    ul.footer-ml-1 {
        margin-left: 0px;
    }

    .news_details {
        height: 100%;
        width: 100%;
    }

    .latest_news_details {
        width: 100%;
    }

    .news_details img {
        width: 100%;
        height: auto;
    }

    .news_overlay {
        width: 100%;
    }

    img.poster-img {
        width: 75%;
    }

    .conference_description ul {
        padding: 0;
    }

    section.all_confernces .card {
        grid-template-columns: repeat(1, 1fr);
        width: 100% !important;
    }

    section.all_confernces .card-body {
        padding: 30px 14px;
    }

    .custom_tabs1 .nav-link {
        padding: 9px 10px;
        font-size: 15px;
    }

    .enquiry_details_hide {
        display: none;
    }

    .banner_content_wrap {
        height: 275px;
    }

    .share_flex {
        flex-direction: column;
    }

    .video-thumbnail img {
        width: 500px;
        height: 200px;
    }

    .videos_1 {
        height: 282px;
    }

    .lg-outer:not(.lg-fullscreen-on) {
        width: 93% !important;
        max-height: 80vh !important;
        height: 100vh !important;
    }

    .custom-close-btn-1 {
        /* top: 75px; */
        right: 3px;
    }

    .photos_margin img {
        width: 100%;
        height: 100%;
    }

    h5.hc_conference_head {
        width: 100%;
    }

    .back_btn {
        width: 100%;
    }

    .photos_margin {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    section.banner_section .carousel {
        border-left: none;
        padding-left: 0px;
    }

    .rules_regulation_content {
        width: 100%;
    }

    .register-content {
        width: 100%;
    }

    img.logo_img {
        height: 79px;
        width: 250px;
    }

    .enquiry_details .btn-icon-tooltip {
        padding: 6px 11px;
        font-size: 15px;
    }

        .responsive_sidebar {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    section.header_hide {
        display: none;
    }

    .banner_righ_content {
        margin-left: 0%;
        margin-top: 41px;
    }

    .banner_righ_content h1 {
        font-size: 35px;
        border-left: none;
        padding-left: 0px;
        text-align: center;
        margin-left: 0px;
        width: auto;
    }

    .banner_btn {
        margin-top: 0px;
        text-align: center;
    }

    div#carouselExampleSlidesOnly:before {
        display: none;
    }

    section.banner_section .carousel-control-prev {
        right: 29px !important;
        top: 64%;
    }

    section.banner_section .carousel-control-next {
        right: -11px;
        top: 64%;
    }
    
    section.banner_section .carousel-control-next, section.banner_section .carousel-control-prev{
            height: 315px;
    }

    .banner_section span.carousel-control-next-icon i,
    .banner_section span.carousel-control-prev-icon i {
        font-size: 21px;
        background: rgb(0 0 0 / 31%);
        padding: 4px 5px;
    }

    .banner_section_details {
        padding-top: 40px;
    }

    .banner_section .carousel-control-next,
    .banner_section .carousel-control-prev {
        width: 93%;
    }

    .service_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .about_us_content {
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 0px;
    }

    .our-story {
        margin-top: -4%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .head_content h1 {
        font-size: 30px;
    }

    .service_content h3 {
        font-size: 17px;
        line-height: unset;
    }

    .service_list {
        margin-top: 20px;
    }

    .testimonial_content p {
        font-size: 14px;
    }

    .testimonial_img img {
        width: 100px !important;
        border-radius: 85%;
    }

    .footer_details {
        margin-top: 30px;
    }

    footer.footer_section {
        padding-top: 10px;
    }

    section.media_section {
        padding: 80px 0px;
        margin-top: 30px;
    }

    section.media_section iframe {
        width: 100% !important;
    }

    .media_grid {
        gap: 10px;
        margin-top: 20px;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .media_grid_content {
        padding: 15px 15px;
    }

    .event_img {
        grid-template-columns: repeat(1, 1fr);
    }

    /* contact */

    .breadcrumb_content {
        padding-top: 25%;
    }

    section.bread_crumb {
        height: 325px;
    }

    /* initiative */

    .initiative .table {
        width: 750px;
    }

    /* news */

    section.latest_news .latest_news_details .col-md-4 {
        width: 100%;
    }

    /* photos */

    .mbl_hide {
        display: none;
    }

    .des_hide {
        display: block;
    }

    .des_hide img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .close-btn {
        right: 0px;
    }

    .arrow-icon {
        top: 38%;
    }


    /* testimonials */

    section.testimonials .nav {
        background: #ffffff1c;
    }

    /* workshops */

    .workshop_select {
        flex-direction: column;
    }

    .border_right {
        border-left: none;
        padding-left: 0px;
    }

    .workshop_height h1 {
        font-size: 35px;
    }

    .custom-tabs .nav-link {
        padding: 12px 10px;
    }

    .custom-tabs {
        /* flex-direction: column; */
        gap: 10px;
    }

    div#infoFooter {
        margin-top: 10px;
    }

    /* conference inner page */

    section.conference_inner_breadcrumb {
        height: 500px;
    }

    .time-entry span {
        font-size: 33px;
    }

    .time-entry {
        font-size: 13px;
    }

    .conference_contents {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 30px;
    }

    .schedule_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .agenda_margin {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .report-card {
        height: auto;
        margin-bottom: 40px;
        padding: 60px 30px 45px;
    }

    .icon-box {
        left: 159px;
    }

    h5.slides_head {
        margin-top: 0px;
    }

    /* global participation */

    p.global_content {
        width: 100%;
    }

    .flag-img {
        width: 100px;
        height: 100px;
        margin: 0px;
        margin-bottom: 10px;
    }

    /* Research workshops */

    .workshops-presented-content {
        grid-template-columns: repeat(1, 1fr);
    }

    /* impact growth */

    #feedbackChart {
        width: 100% !important;
        height: 100% !important;
    }

    /* slides */

    .slides_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    section.slides_presentations .custom-tabs {
        flex-direction: row;
    }

    /* about us */

    .about_img_1 {
        width: 100%;
        position: unset;
        height: 236px;
    }

    .vision_mission_margin {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        width: 100%;
    }

    section.vision_mission .card {
        height: auto;
    }

    section.vision_mission .icon-box {
        display: none;
    }

    .value-card {
        margin-bottom: 25px;
    }

    .values-container {
        flex-direction: column;
    }

    .breadcrumb_content_conference p {
        font-size: 18px;
    }

    .time-entry b {
        font-size: 20px;
    }

    /* upcoming conference */

    section.upcoming_conference_breadcrumbs .breadcrumb_content_conference p {
        font-size: 15px;
    }

    section.upcoming_conference_breadcrumbs .breadcrumb_content_conference h1 {
        font-size: 27px;
    }

    .count-wrapper-green {
        position: unset;
        margin-top: 30px;
    }

    section.upcoming_conference_section {
        padding-top: 55px;
    }

    .upcoming_conference_section .conference_img img {
        width: 100%;
        height: 100%;
    }

    section.upcoming_conference_section {
        padding-bottom: 0px;
    }

    .objectives-grid {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .event-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .video_margin {
        width: 100%;
    }

    .video_play {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0px;
    }

    section.video_section iframe {
        width: 100%;
        height: 230px;
    }

    .custom-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .custom-grid-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .brouchure_details_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    section.conference_language p {
        width: 100%;
    }

    .duration-icon {
        float: none;
    }

    .workshop-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .workshop_table_img .modal-title {
        font-size: 18px;
    }

    .workshop_table_img .modal-header {
        padding: 13px 10px;
    }

    .workshop_table_img img {
        height: auto;
    }

    .workshop_table {
        width: 100%;
    }

    .table_flex {
        flex-direction: column;
    }

    .image_margin img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    
    .gallery-row {
      display: unset !important;
    }
    
    .image_head_tab{
        width:100%;
    }

    section.margin_spacing {
        padding-top: 30px;
    }

    .service_list_details {
        display: flex;
        gap: 20px;
        align-items: center;
        padding: 19px 15px 19px;
    }

    .service_img img {
        width: 28px;
    }

    .media_opacity_img {
        padding: 0px 0px 0px;
        background-image: none;
    }

    footer.footer_section .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer_details h4 {
        margin-bottom: 15px;
    }

    .footer_details ul {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .address_details {
        margin-top: 30px;
    }

    section.vision_mission {
        margin-top: 0px;
    }

    .bar-chart-conference .col-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
    .custom-grid-1 .card {
    width: 40%;
}
    .workshops_members_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .conference_duration_grid::before {
        display: none;
    }

    .conference_duration_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .upcoming-intakes {
        margin-top: 20px;
    }

    .new-width img {
        height: auto;
    }

    .statistics_chart p {
        font-size: 15px;
    }

    .counter-grid {
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    section.statistics_chart .p-4 {
        padding: 10px !important;
    }

    section.statistics_chart .col-4 {
        width: 70%;
    }

    .news-content p {
        text-align: justify;
    }

    .counter-box {
        padding: 25px 7px;
    }

    .latest_news_details {
        width: 100%;
    }

    section.latest_news .col-md-3 {
        width: 50%;
    }

    img.footer_logo {
        width: 335px;
    }

    .social_media {
        margin-top: 15px;
        margin-left: 13px;
    }

    img.poster-img {
        width: 60%;
    }

    .news_overlay {
        width: 100%;
    }

    .news_details img {
        width: 100%;
    }

    .news_details {
        height: 100%;
        width: 100%;
    }

    .conference_description ul {
        padding: 0;
    }

    section.all_confernces .card {
        grid-template-columns: repeat(1, 1fr);
        width: 100% !important;
    }

    .consultation_list .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .workshop_select {
        flex-direction: column;
    }

    section.vision_mission {
        margin-top: 0px;
        padding-top: 30px;
    }

    .border_right {
        border-left: none;
        padding-left: 0px;
    }

    .enquiry_details_icon_hide {
        display: none;
    }

    .video_section button.btn-close {
        top: -12px;
        right: -6px;
        background: black;
        z-index: 99999;
        /* padding-top: 10px; */
        padding-bottom: 10px;
        padding-right: 7px;
        padding-left: 8px;
        border-radius: 50%;
    }

    .video_section .bi-x-lg::before {
        font-size: 16px;
    }

    .image_head_tab {
        width: 90%;
    }

    .custom-close-btn-1 {
        top: 93px;
        right: 20px;
    }

    .back_btn {
        width: 94%;
    }

    .photos_margin {
        width: 90%;
    }

    h5.hc_conference_head {
        width: 90%;
    }

    .photos_margin img {
        width: 204px;
        height: 175px;
    }

    .rules_regulation_content {
        width: 75%;
    }

    .register-content {
        width: 100%;
    }

    .responsive_sidebar {
        display: block;
    }

    section.header_hide {
        display: none;
    }

    .banner_righ_content {
        margin-left: 0%;
        margin-top: 17px;
    }

    .banner_section_details {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner_section_details .col-md-6 {
        width: 100%;
    }

    section.banner_section .carousel-control-prev {
        top: 125px;
    }

    section.banner_section .carousel-control-next {
        top: -47px;
        right: -33px;
    }

    .banner_btn {
        margin-top: 0px;
    }

    div#carouselExampleSlidesOnly:before {
        display: none;
    }

    .banner_content_wrap {
        align-items: center;
    }

    .banner_righ_content h1 {
        font-size: 30px;
        height: 120px;
        width: 400px;
        text-align: center;
    }

    .banner_left_content h3 {
        font-size: 20px;
    }

    .service_list {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;
        width: 100%;
    }

    .about_us_content {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .our-story {
        margin-top: 0%;
    }

    footer.footer_section .col-md-3 {
        width: 50%;
    }

    footer.footer_section .col-md-4,
    footer.footer_section .col-md-2 {
        width: 50%;
    }

    footer.footer_section .row>* {
        padding-right: 0px;
        padding-left: 0px;
    }

    .latest_news .col-md-4 {
        width: 50%;
    }

    section.media_section iframe {
        width: 100%;
    }

    section.media_section {
        padding: 0px 0px;
        margin-top: 30px;
    }

    section.media_section .col-md-6 {
        width: 100%;
    }

    .media_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
        margin-top: 20px;
    }

    .event_img {
        grid-template-columns: repeat(2, 1fr);
    }

    /* contact */

    section.bread_crumb {
        height: 256px;
    }

    /* initiative */

    .initiative .table {
        width: 800px;
    }

    /* news */

    section.latest_news .latest_news_details .col-md-4 {
        width: 50%;
    }

    /* photos */

    .mbl_hide {
        display: none;
    }

    .des_hide {
        display: block;
    }

    .des_hide img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .popup-overlay {
        top: -158px;
    }

    .close-btn {
        right: 0px;
    }

    /* testimonial */

    .testimonial_content {
        padding-right: 50px;
        padding-left: 50px;
    }

    /* course inner page */

    section.all_course_details .col-md-8 {
        width: 100%;
    }

    section.all_course_details .col-md-4 {
        width: 60%;
    }

    div#infoFooter {
        margin-top: 20px;
    }

    /* conference page */

    section.conference_inner_breadcrumb {
        height: 500px;
    }

    section.about_conference .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .conference_contents {
        margin-top: 30px;
    }

    section.recommendations .col-md-5 {
        width: 100%;
    }

    section.recommendations .col-md-7 {
        width: 100%;
        margin-top: 30px;
    }

    .agenda_margin {
        width: 100%;
    }

    section.reports .col-md-3 {
        width: 50%;
    }

    .icon-box {
        left: 136px;
    }

    /* impact growth */

    #feedbackChart {
        width: 100% !important;
        height: 100% !important;
    }

    .slides_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* about us */

    section.about_us_page .col-md-6 {
        width: 100%;
    }

    .about_img_1 {
        width: 100%;
        position: unset;
    }

    .vision_mission_margin {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    section.vision_mission .card {
        height: 230px;
    }

    section.vision_mission .icon-box {
        display: none;
    }

    .values-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .value-card {
        margin-bottom: 30px;
    }

    /* upcoming */

    .upcoming_conference_section .col-md-5,
    .upcoming_conference_section .col-md-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    .upcoming_conference_section .conference_img img {
        width: 100%;
        height: auto;
    }

    section.upcoming_conference_breadcrumbs {
        height: 400px;
    }

    section.upcoming_conference_breadcrumbs .breadcrumb_content_conference h1 {
        font-size: 30px;
    }

    section.upcoming_conference_breadcrumbs .breadcrumb_content_conference p {
        font-size: 18px;
    }

    .count-wrapper-green {
        position: unset;
        margin-top: 30px;
    }

    section.upcoming_conference_section {
        margin-top: 40px;
    }

    .upcoming_conference_section .conference_contents {
        margin-top: 37px;
    }

    section.upcoming_conference_section {
        padding-bottom: 0px;
    }

    .objectives-grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .conference_themes_section {
        width: 100%;
    }

    .audience-list {
        width: 100%;
    }

    .event-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .video_margin {
        width: 100%;
    }

    .video_play {
        grid-template-columns: repeat(3, 1fr);
    }

    .workshop_table {
        width: 100%;
    }
    
    .image_margin img{
        height: 153px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-grid-1 .card {
    width: 30%;
}
    .workshops_members_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    img.logo_img {
        width: 410px;
        height: 100px;
    }

    .upcoming-intakes {
        margin-top: 20px;
    }

    section.statistics_chart .col-4 {
        width: 50%;
    }

    .counter-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    section.latest_news .col-md-3 {
        width: 33%;
    }

    section.vision_mission {
        margin-top: 0px;
        padding-top: 30px;
    }

    section.vision_mission .card {
        height: 225px;
    }

    .enquiry_details_icon_hide {
        display: none;
    }

    /* .photos_margin {
        width: 65%;
    } */

    .register-content {
        width: 100%;
    }

    section.vision_mission .card {
        height: 225px;
    }

    .responsive_sidebar {
        display: block;
    }

    section.header_hide {
        display: none;
    }

    .banner_righ_content {
        margin-left: -8%;
        margin-top: -15px;
    }

    .banner_righ_content h1 {
        font-size: 35px;
        width: 475px;
    }

    section.banner_section .carousel-control-next {
         right: -30px;
    }


    div#carouselExampleSlidesOnly:before {
        height: 194px;
    }

    img.footer_logo {
        width: 350px;
    }

    .our-story {
        margin-top: 0px;
        padding-right:0px;
        padding-left:0px;
    }

    section.media_section iframe {
        width: 100% !important;
    }

    section.media_section {
        padding: 0px 0px;
        margin-top: 30px;
    }

    .event_img {
        grid-template-columns: repeat(3, 1fr);
    }

    .media_grid {
        gap: 20px;
        width: 100%;
    }

    /* contact */

    section.contact_us .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .breadcrumb_content {
        padding-top: 14%;
    }

    /* photos */

    .mbl_hide {
        display: none;
    }

    .des_hide {
        display: block;
    }

    .des_hide img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .popup-overlay {
        top: -335px;
    }

    .close-btn {
        right: 0px;
    }

    /* course inner page */

    section.all_course_details .col-md-8 {
        width: 100%;
    }

    section.all_course_details .col-md-4 {
        width: 60%;
    }

    div#infoFooter {
        margin-top: 20px;
    }

    /* conference inner page */

    .conference_img {
        position: sticky;
        top: 20px;
        transition: top 0.3s ease;
    }

    .service-item {
        height: 325px;
    }

    section.reports .col-md-3 {
        width: 50%;
    }

    .icon-box {
        left: 195px;
    }

    /* impact growth */

    #feedbackChart {
        width: 100% !important;
        height: 100% !important;
    }

    .slides_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* about us */

    section.about_us_page .col-md-6 {
        width: 100%;
    }

    .about_img_1 {
        width: 100%;
        position: unset;
    }

    .vision_mission_margin {
        grid-template-columns: repeat(1, 1fr);
    }

    section.vision_mission .icon-box {
        display: none;
    }

    .values-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .value-card {
        margin-bottom: 30px;
    }

    .upcoming_conference_section .conference_margin {
        width: 100%;
    }

    .upcoming_conference_section .conference_img img {
        width: 100%;
        height: 550px;
    }

    .objectives-grid {
        width: 100%;
    }

    .audience-list {
        width: 90%;
    }

    .timeline-item {
        margin-bottom: 20px;
    }

    .video_margin {
        width: 100%;
    }

    .workshop_table {
        width: 100%;
    }

    .photos_margin {
        width: 80%;
    }

    h5.hc_conference_head {
        width: 80%;
    }

    .back_btn {
        width: 90%;
    }

    .custom-close-btn-1 {
        top: 47px;
        right: 50px;
    }

    footer.footer_section .col-md-4 {
        flex: 0 0 auto;
        width: 38%;
    }

    footer.footer_section .col-md-3 {
        width: 37%;
    }

    footer.footer_section .col-md-2 {
        width: 25%;
    }

    footer.footer_section .col-md-3 {
        width: 37%;
    }

    .bar-chart-conference .col-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .stat_barchart img {
        height: 213px;
        width: 100% !important;
    }
    
    .gallery-row.other-row {
       width: 107%;
    }
    
    .image_head_tab {
        width: 75%;
    }
    
    .our-story p {
      margin-top: 0px;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1399.95px) {
    section.all_confernces .card-body {
      padding: 15px 24px;
    }
    
    .about_us_content1 {
       margin-top: 35px !important;
    }
    
    .our-story {
       margin-top: 5%;
    }
    
    .our-teams-margin{
       width:80%;
    }
    
    .our-teams-margin h5 {
      font-size: 14px;
    }

    section.opening_speech .text-muted {
        color: #000000a6 !important;
        font-size: 14px;
    }
    
    .custom-navbar a{
        padding: 29px 7px;
        font-size: 15px;
    }
    
    .logo_img a img {
       width: 320px !important;
    }
    img.logo_upcoming_img {
       width: 300px;
       object-fit: contain;
    }

    .key_note_speakers {
        width: 100%;
     }

    .workshops_members_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .header_section .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
    }

    .bar-chart-conference img {
        width: 390px !important;
        height: 205px;
    }

    section.banner_section .carousel-control-next {
        /* top: 0; */
        right: -53px;
    }

    /* section.banner_section .carousel-control-prev {
        left: -38px;
        top: -41px;
    } */

    /* img.logo_img {
        width: 340px;
    } */

    .banner_righ_content {
        margin-left: 3%;
    }

    .banner_righ_content h1 {
        font-size: 39px;
        height: 170px;
        width: 485px;
    }

    .banner_btn {
        margin-top: 20px;
    }

    .service_img img {
        width: 50px;
    }

    .service_list_details {
        padding: 35px 10px 20px;
    }

    .service_content h3 {
        font-size: 15px;
        line-height: 45px;
    }

    .service_content p {
        font-size: 14px;
        line-height: 30px;
    }

    section.media_section iframe {
        width: 100% !important;
    }

    .event_list h5 {
        font-size: 14px;
        height: 85px;
    }

    section.about_us_page .row{
        align-items: center;
    }
    /* photos */

    .mbl_hide {
        display: none;
    }

    .des_hide {
        display: block;
    }

    .des_hide img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    /* conference inner page */

    .report-card {
        background: white;
        padding: 60px 15px 30px;
    }

    .icon-box {
        left: 96px;
    }

    /* about us */

    .about_us_content {
        margin-top: 3px;
    }

    .vision_mission_margin {
        width: 90%;
    }

    .values-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .value-card {
        margin-bottom: 30px;
    }

    .service_list {
        width: 85%;
    }

    .latest_news_details {
        width: 85%;
    }

    .news_details {
        width: 235px;
    }

    .news_details img {
        width: 235px;
        height: 235px;
    }

    .news_overlay {
        width: 235px;
    }

    .card_flex {
        flex-direction: column;
    }

    .conference_margin {
        width: 100% !important;
    }

    /* .upcoming_conference_section .conference_img img {
        width: 415px;
    } */

    .objectives-grid {
        width: 85%;
    }

    .upcoming_conference_section .conference_contents {
        margin-top: 0px;
    }

    .workshop_table {
        width: 80%;
    }

    img.footer_logo {
        width: 350px;
    }

    .social_media {
        margin-left: 5px;
    }

    footer.footer_section .row>* {
        padding-right: 0px;
        padding-left: 0px;
    }

    .custom-close-btn-1 {
        top: 66px;
        right: 174px;
    }

    div#carouselExampleSlidesOnly:before {
        height: 205px;
    }

    section.statistics_chart img {
       
    }

    .stat_barchart img {
        width: 585px !important;
        height: 290px !important;
    }
    
    .opening_speech_margin {
       width: 75%;
    }
    .custom-grid-1 {
      gap: 10px;
    }
    
    section.opening_speech .card-body {
       padding: 17px 0px 5px;
    }
    
    .conference_contents{
        margin-top
    }
    
    section.about_conference .row {
        align-items: center;
    }
    
    .gallery-row.other-row {
       width: 114%;
    }
}
@media only screen and (min-width: 1245px) and (max-width: 1300px) {
    img.logo_upcoming_img {
        width: 315px !important;
    }
}
@media only screen and (min-width: 1285px) and (max-width: 1399.95px) {
        img.logo_upcoming_img {
        width: 400px !important;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1429.98px) {
    .custom-navbar a {
        padding: 29px 12px !important;
        font-size: 15px;
    }
}
