:root {
    --color-theme4: #F1F3E0;
    --color-theme3: #D2DCB6;
    --color-theme2: #A1BC98;
    --color-theme1: #cbdd57;
    --color-logo-color: #daad24;

}
html, body {
    overflow-x: hidden;
}
body {
    /* font-family: 'Futura'; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura' !important;
}

a {
    text-decoration: none;
}

.auto-container {
    width: 80%;
    margin: 0 auto;
}

p {
    font-size: 16px;
}


.btn-primary {
    border-radius: 30px;
    color: #fff !important;
    background-color: var(--color-theme1);
    border: none;
    font-size: 16px;
    line-height: 110%;
    padding: 15px 20px !important;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none !important;
}








.btn-primary.header_btn {
    background-color: var(--color-theme2);
    color: #fff !important;
}

.btn-primary.header_btn:hover,
.btn-primary.header_btn:focus {
    background-color: #8eae84;
}

.btn-primary.book_stand {
    background-color: #fff;
    color: var(--color-theme1) !important;
}

.btn-primary.book_stand:hover,
.btn-primary.book_stand:focus {
    background-color: rgba(255, 255, 255, 0.7);

}




.btn-primary:hover,
.btn-primary:focus {
    background-color: #616e5e;
}


.btn-primary.read_more {
    background-color: #616e5e;
}

.btn-primary.read_more:hover,
.btn-primary.read_more:focus {
    background-color: #495346;
}








.btn-primary.btn-sm {
        font-size: 16px;
    padding: 14px 24px !important;
    font-weight: 600;
}

/* .right_logo .org_image{
    text-align: right;
} */

.header_section {
    width: 100%;
    padding: 10px 0;
}

.header_section {
    position: relative;
    /* normal at top initially */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
    background: #fff;
}

.header_section.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}


.header_section img {
    height: 100px;
}

.header_section .navbar-brand {
    /* background-color: var(--color-theme2); */
    padding: 5px 0px;
}

.header_section .navbar.navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
}


/* Main dropdown hover */
/* #menu .navbar-nav .dropdown:hover > .dropdown-menu {
display: block;
margin-top: 0;
} */

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Submenu position */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    display: none;
}

/* Show submenu on hover */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.header_section .org_image {
    margin-right: 0px;
    display: inline-block;
}

.header_section .right_logo {
    float: right;
}



.header_section .org_image p {
    font-weight: 500;
    color: #000;
    line-height: 120%;
}


.header_section .org_image img {
    width: 150px;
    height: 100%;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 24px;
    font-weight: 500;
    color: #000;
    font-family: sans-serif;
}



.nav-link.dropdown-toggle {
    color: #000;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: var(--color-theme4);
    padding: 0;
    margin: 0;

}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    color: #333;

}


.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:focus {
    background-color: #cade57;
    color: #fff;
}

.video_bnr_section {
    overflow: hidden;

}

.video_bnr_section .video_area {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}


.video_bnr_section .video_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(98deg, rgba(203, 220, 87, 1) 24%, rgba(0, 0, 0, 0) 85%);
    z-index: 2;

}




.video_bnr_section .video_area video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_item {
    position: relative;
}

.banner_item img {
    width: 100%;
    height: 850px;
    object-fit: cover;
}

.banner_section .owl-carousel .animated {
    animation-duration: 3s;
    animation-fill-mode: both;
}


.banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-85%, -38%);
    text-align: center;
    width: 47%;
    z-index: 5;
    max-width: 47%;
    min-width: 47%;
    text-align: left;
}

.banner_text .bnr_logo figure {
    width: 260px;
    height: 100%;
    margin-bottom: 0;
}

.banner_text .bnr_logo img {
    width: 100%;
}


.banner_text.center {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner_text h4 {
    margin: 0;
    padding: 0;
    font-size: 3vw;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}


.banner_text h5 {
    font-size: 2.4vw;
    padding: 20px 0px;
    color: #000;
    color: #000;
    font-weight: 700;
}






.banner_text p {
    font-size: 22px;
    margin-bottom: 00px;
    font-weight: 600;
    /* color: #333; */
}

.banner_text p.date {
    font-size: 2.5vw;
    font-weight: 800;
    background: linear-gradient(to right, #cade57 0, #000 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_text p.vanue {
    font-size: 1.6vw;
    background: linear-gradient(to right, #cade57 0, #000 90%);
    font-weight: 500;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}



.banner_item {
    position: relative;
    z-index: 1;
}

/* .banner_item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(161, 188, 152, 0.3);
    z-index: 2;
    display: block;
} */
.content_section {
    margin-top: 80px;
}

.content_section .box_area {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.text-left {
    text-align: left !important;
}

.content_section .box_area .inner_box {
    width: 31%;
    border-radius: 10px;
    overflow: hidden;
}

.content_section .box_area .inner_box figure {
    width: 100%;
    height: 100%;
}

.content_section .box_area .inner_box img {
    width: 100%;
    height: 100%;

}





.content_section .box_area .inner_box {
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.content_section .box_area .inner_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgb(23 24 22 / 68%);



}

.content_section .btn-primary {
    background-color: var(--color-theme2);
    padding: 13px 20px !important;
}


.content_section .box_area .inner_box.b2:after {
    background: rgba(161, 188, 152, 0.8);

}



.content_section .box_area .inner_box .text {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 3;
    color: #fff;
    transition: all .45s ease;
}

.content_section .box_area .inner_box .text .heading {
    font-size: 38px;
    line-height: 100%;
    position: relative;
    padding-left: 0px;
    transition: all .45s ease;
}


/* .content_section .box_area .inner_box .text .heading::before{
    content: "";
    position: absolute;
    left: 0;
    top: 47%;
    height: 2px;
    width: 30px;
    color: #fff;
    z-index: 5;
    background: #fff;
    
    transition: all .45s ease;
} */



.content_section .box_area .inner_box .text .inner_txt p {
    font-size: 19px;
    line-height: 120%;
    transition: all .45s ease;
    padding-right: 20px;
    font-weight: 500;
    word-break: break-word;
}


.content_section .box_area .inner_box .text .inner_txt {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: all .45s ease;
}


.content_section .box_area .inner_box:hover .text .inner_txt {
    transform: translate(20px, 0px) !important;

}



.content_section .box_area .inner_box:hover .text .heading {
    padding-left: 20px;
    padding-right: 20px;
    transition: all .45s ease;
}

/* .content_section .box_area .inner_box:hover .text .heading::before{
    left: unset;
    right: 10%;
    transition: all .45s ease;
} */

.content_section .box_area .inner_box:hover .text .inner_txt {
    transform: translate(0px, 0px);
    opacity: 1;
}

.press_section {
    padding: 80px 0 60px 0;
}


.press_section .news_item:hover .news_img img {
    transform: scale(1.05);

}


.press_section .news_item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.press_section .news_item {
    background: #fff;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); */
    border-radius: 9px;
    transition: 0.3s ease-in-out;
}

.press_section .news_img {
    position: relative;


}


.press_section .news_img figure {
    width: 100%;
    height: 240px;
    margin-bottom: 0;
}


.press_section .news_img img {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}


.press_section .news_date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--color-theme3);
    color: #000;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    border-radius: 2px;
}

.press_section .news_item {
    margin-bottom: 30px;
}

.press_section .news_content {
    padding: 20px;
}


.press_section .news_content h4 {
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    line-height: 130%;
}



.testimonial_section {
    padding: 70px 0;
    background: #f7f7f7;
    margin-top: 00px;
}

.section_title h2 {
    font-size: 2.4vw;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.testimonial_box {
    background: var(--color-theme1);
    padding: 40px 30px;
}



.testimonial_section .owl-carousel .owl-item {
    padding: 35px 0;
}

.testimonial_section .owl-carousel .owl-item {
    position: relative;
}

.testimonial_section .owl-carousel .owl-item .quate_img {
    position: absolute;
    top: -30px;
    left: 30px;
    z-index: 999;
}



.testimonial_section .owl-carousel .owl-item .quate_img:before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: -17%;
    background: var(--color-theme1);
    height: 2px;
    width: 130%;
}







.testimonial_section .owl-carousel .owl-item .quate_img.bottom_quate {
    top: unset;
    bottom: -30px;
    left: unset;
    right: 30px;
    transform: rotate(180deg);
}


.testimonial_section .owl-carousel .owl-item .testimonial_box {
    position: relative;
    border: 2px solid #fff;
}


.owl-carousel .owl-item .quate_img img {
    width: 60px;
    filter: invert(1);
}


.client_img {
    width: 60px;
    height: 60px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testi_profile .name {
    margin-left: 15px;
}


.client_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;

    padding: 5px;
}

.testimonial_box {
    border-radius: 10px;
}


.testimonial_box p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
    min-height: 120px;
    line-height: 140%;
    text-align: center;
}

.testimonial_box h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

.testimonial_box span {
    font-size: 14px;
    color: #888;
}





.testimonial_section {
    position: relative;
    background-image: url(images/video-img.jpg?v=7-6);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.testimonial_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgb(23 24 22 / 68%);
    z-index: 1;
}


.testimonial_section .section_title h2 {
    color: #fff;
}


/* keep content above overlay */
.testimonial_section .container {
    position: relative;
    z-index: 2;
}

.section_title p {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}


.section_title {
    position: relative;
    z-index: 99;
}

.section_title p:before {
    content: "";
    position: absolute;
    top: 46%;
    left: 0;
    height: 1px;
    width: 25px;
    background-color: #333;
}


.testi_profile {
    display: flex;
    align-items: center;
}



.testimonial_section .owl-nav button {
    position: absolute;
    top: 40%;
    left: -40px;
    line-height: 0;
}

.testimonial_section .owl-nav button span {
    color: #fff;
    font-size: 80px;
    line-height: 0;
    font-weight: 200;
    transition: 0.3s ease-in-out;
}

.testimonial_section .owl-nav button.owl-next {
    left: unset;
    right: -40px;
}


.testimonial_section .owl-nav button span:hover {
    color: rgba(0, 0, 0, 0.8);
}


.news_section {
    padding: 80px 0;
    padding-top: 65px;
    background: #f7f7f7;
}

.news_item {
    background: #fff;
    /* border-radius:8px; */
    overflow: hidden;
    /* box-shadow:0 5px 20px rgba(0,0,0,0.08); */
    border-radius: 9px;
}

.news_img {
    position: relative;
    overflow: hidden;
}

.news_img iframe {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.news_date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--color-theme3);
    color: #000;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}

.news_content {
    padding: 12px 20px 20px 20px;
}

.news_content h4 {
    font-size: 16px;
    margin-bottom: 0px;
    min-height: 100px;
    line-height: 130%;
}

.news_content p {
    font-size: 15px;
    color: #666;
    line-height: 20px;
}

.news_content a {
    text-decoration: none;
    font-weight: 600;
    color: #0d6efd;
}


.news_section .news_img {
    position: relative;
    width: 100%;
}

.news_section .video-btn {
    display: block;
    position: relative;
}

.news_section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.45);

    /* background: rgba(119, 136, 115, 0.7);  */
    color: #fff;

    font-size: 24px;
    text-align: center;
    line-height: 60px;

    border-radius: 50%;
    cursor: pointer;

    transition: 0.3s;
}

.news_section .play-btn:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%) scale(1.1);
}




.news_img img {
    width: 100%;
    height: 100%;

}



.news_section .owl-nav button {
    position: absolute;
    top: 40%;
    left: -40px;
    line-height: 0;
}

.news_section .owl-nav button span {
    color: rgba(0, 0, 0, 0.3);
    font-size: 80px;
    line-height: 0;
    font-weight: 200;
    transition: 0.3s ease-in-out;
}

.news_section .owl-nav button.owl-next {
    left: unset;
    right: -40px;
}


.news_section .owl-nav button span:hover {
    color: rgba(0, 0, 0, 0.8);
}



.gallery_section {
    margin-top: 60px;
}



.gallery_area {
    --contentWidth: 110ch;
    margin: 2em calc(36.5vw - (var(--contentWidth) / 2));
    background: linear-gradient(to bottom right, black, purple) fixed 50% 50%;
    color: white;
    font-family: verdana, sans-serif;
}





#showcase {
    --numHorizontal: 1;
    --numVertical: 1;



    display: block;
    position: relative;
    background-color: var(--color-theme1);
    overflow: hidden;
    box-shadow: 0px 0px 1em var(--color-theme1);
    border-radius: 5px;


    width: 100%;
    height: calc((var(--contentWidth) / var(--numHorizontal)) * var(--numVertical));
    /* makes images mostly square */

    &>div.showcaseItem {
        --numTakenH: 1;
        --numTakenV: 1;
        --rowsDown: 0;
        --colsDown: 0;

        --padding: 0.75ch;
        --transitionStyle: 0.2s ease-in-out;

        display: inline-block;
        position: absolute;
        width: calc(100% * (var(--numTakenH) / var(--numHorizontal)));
        height: calc(100% * (var(--numTakenV) / var(--numVertical)));
        top: calc(100% * (var(--rowsDown) / var(--numVertical)));
        left: calc(100% * (var(--colsDown) / var(--numHorizontal)));

        padding: var(--padding);
        box-sizing: border-box;
        z-index: 1;

        &:hover {
            z-index: 5;
            animation: none;
        }

        animation: zIndexReset var(--transitionStyle) forwards;

        .itemAnchor {
            position: relative;
            width: 100%;
            height: 100%;

            &:hover .itemResizer {
                width: calc(100% + (var(--widthSingleBox) * var(--resizeW)) + (2 * var(--padding) * var(--resizeW)));
                height: calc(100% + (var(--heightSingleBox) * var(--resizeH)) + (2 * var(--padding) * var(--resizeH)));
                right: calc(var(--widthSingleBox) * var(--moveLeft) + (2 * var(--padding) * var(--moveLeft)));
                bottom: calc(var(--heightSingleBox) * var(--moveUp) + (2 * var(--padding) * var(--moveUp)));

                .attribution {
                    --horizontalPadding: 0.5ch;
                    width: 100%;
                }
            }

            .itemResizer {
                --resizeW: 0;
                --resizeH: 0;
                --moveUp: 0;
                --moveLeft: 0;

                --widthSingleBox: calc((100% - (var(--padding) * 2 * max(var(--numTakenH) - 1, 0))
                            /* all the paddings */
                        )
                        /* the total percentage of all the squares together if padding didn't exist */
                        * (1 / var(--numTakenH)));
                --heightSingleBox: calc((100% - (var(--padding) * 2 * max(var(--numTakenV) - 1, 0))) * (1 / var(--numTakenV)));
                width: 100%;
                height: 100%;

                position: relative;
                display: block;

                /*&:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          background-color: cyan;
          width: var(--widthSingleBox);//100%;
          height: var(--heightSingleBox);
        }*/

                bottom: 0;
                right: 0;

                pointer-events: none;
                background-color: var(--backgroundColor);
                transition: width var(--transitionStyle), height var(--transitionStyle),
                    top var(--transitionStyle), right var(--transitionStyle),
                    left var(--transitionStyle), bottom var(--transitionStyle);

                &:before {
                    content: "";
                    position: absolute;
                    display: block;
                    top: calc(-2 * var(--padding));
                    left: calc(-2 * var(--padding));
                    width: 100%;
                    height: 100%;
                    border: calc(var(--padding) * 2) solid var(--backgroundColor);
                }

                img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 5px;
                }

                .attribution {
                    --horizontalPadding: 0;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 0%;
                    overflow: hidden;
                    color: white;
                    box-sizing: border-box;
                    padding: 0.5em var(--horizontalPadding);
                    transition: width var(--transitionStyle) 0.1s,
                        padding var(--transitionStyle) 0.1s;
                    white-space: nowrap;
                }
            }


        }
    }
}

@keyframes zIndexReset {
    from {
        z-index: 4;
    }

    to {
        z-index: 0;
    }
}


.press_detail_section {
    padding: 80px 0;
}

.press_detail_section .contant_area .content_text .image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;

}

.press_detail_section .contant_area .content_text {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 12px;
    padding: 20px;
}


.press_detail_section .contant_area .content_text .image img {
    width: 100%;

}

.press_detail_section .contant_area .content_text .txt {
    padding-top: 20px;
}

.press_detail_section .contant_area .content_text .txt p {
    margin-bottom: 10px;
}


.press_detail_section .contant_area .content_text .txt a {
    color: var(--color-logo-color);
}


.press_detail_section .contant_area .content_text .txt a:hover {
    color: #af8b1d;

}







.stats_section {
    padding: 55px 0;
    /* background: var(--color-theme1); */
    background: #778873;
    background: linear-gradient(90deg, rgba(119, 136, 115, 1) 0%, rgba(161, 188, 152, 1) 0%);
}

.stats_section .section_title h2 {
    color: #fff;
}



.stat_box {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
}

.stat_box:last-child {
    border-right: none;
}



.stat_box {
    padding: 20px 15px;
    transition: all 0.4s ease;
    border-radius: 8px;
    height: 100%;
}

.stats_section .stats_img {
    width: 90px;
    margin: 0 auto;
}

.stats_section .stats_img img {
    width: 100%;
    margin: 0 auto;
    filter: invert(1);
    transition: 0.3s ease-in-out;

}




.stat_box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    transition: 0.3s;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
}

.stat_box span {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}


.stat_box p {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
    transition: 0.3s ease-in-out;
    line-height: 130%;
}

/* Hover Effect */
.stat_box:hover {
    transform: translateY(-10px);
    background: var(--color-theme4);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.stat_box:hover .stats_img img {
    filter: invert(0);

}



.stat_box:hover h2,
.stat_box:hover span,
.stat_box:hover p {
    color: #333;
}


.stat_icon {
    font-size: 28px;
    margin-bottom: 10px;
    transition: 0.4s;
}

.stat_box:hover .stat_icon {
    transform: scale(1.2) rotate(5deg);
    color: #778873;
}




.exibitor_section {
    padding: 80px 0;
    /* background:var(--color-theme4); */
}

.exibitor_logo {
    text-align: center;
    padding: 20px;
}

.exibitor_logo img {
    max-width: 150px;
    height: 60px;
    margin: 0 auto;

    transition: 0.4s;

}

.exibitor_logo img:hover {

    transform: scale(1.1);
}


.partner_section.latest_partner {
    background: #fff;
}



.partner_section {
    padding: 60px 0;
    /* background:var(--color-theme4); */
}

.partner_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.partner_box {
    max-width: 150px;

    background: #fff;
    /* padding:25px; */
    border-radius: 8px;
    text-align: center;
    transition: 0.4s;
    /* border:1px solid #eee; */
}

.partner_box img {
    max-width: 100%;
    height: 60px;
    transition: 0.4s;
}

/* Hover Effect */
.partner_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.partner_box:hover img {
    transform: scale(1.1);
}




.organiser_section {
    padding: 70px 0;
}

.organiser_section .logo_area {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    /* padding: 50px 0; */
    padding-right: 0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 220px;
}

.review_section.org {
    margin-bottom: 40px;
}

.review_section.org p {
    position: relative;
    z-index: 99;
}

.review_section.org p a {
    color: #daad24;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

.review_section.org p a:hover {
    color: #e2bf55;
}

.organiser_section .logo_area.org {
    /* padding: 50px 0px; */
}

.organiser_section .logo_area.org .image {
    width: 100%;
}

.organiser_section .logo_area .image {
    width: 33.3%;
    float: left;
    text-align: center;
}


.organiser_section .logo_area .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
}

.organiser_section .logo_area .image img.cp_img {
    width: 50%;
}

.organiser_section .logo_area .image img.nm_img {
    width: 90%;

}

.organiser_section .logo_area .image img.expo_img {
    width: 80%;

}

.organiser_section .logo_area .image img.vin_img {
    width: 36%;

}

.contact_section {
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

.contact_section:before {
    content: "";
    background: url(images/bg_theme.png?v=7-6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 0.25;

}


.contact_section .team-card {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    height: 100%;
    background-color: #e4e8e3;
    border-radius: 15px;
    border: 1px solid;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}




.contact_section .team-card.location .contactinfo {
    margin-top: 0;

}

.contact_section .team-card.location .contactinfo p em {
    margin-right: 10px;
}

.contact_section .team-card.location {
    padding: 20px;
}




.contact_section .team-card figure {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border: 1.5px solid var(--color-theme1);
    border-radius: 50%;
    overflow: hidden;
}

.contact_section .team-card .bordermid {
    background: linear-gradient(90deg, rgba(210, 220, 182, 0) 0%, rgba(119, 136, 115, 0.5) 25%, rgb(119 136 115) 50%, rgba(119, 136, 115, 0.5) 75%, rgba(119, 136, 115, 0) 100%);
    width: 100%;
    height: 2.5px;
}

.contact_section .content-wrap .namedesg p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    color: #333;
    transition: 0.3s ease-in-out;
}

.contact_section .team-card:hover .content-wrap .namedesg p span {
    color: #fff;
}

.contact_section .content-wrap .social-icon {
    text-align: center;
    padding-top: 7px;
}

.contact_section .content-wrap .social-icon a {
    padding: 5px 20px;
    background-color: #0c4da2;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.contact_section .content-wrap .contactinfo p em {
    color: var(--color-theme1);
    transition: 0.3s ease-in-out;
}

.contact_section .team-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contact_section .content-wrap .namedesg p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    color: var(--color-theme1);
    text-align: center;
    transition: 0.3s ease-in-out;
}


.contact_section .content-wrap .contactinfo {
    margin: 20px 0 0 0;
    text-align: center;
}

.contact_section .content-wrap .contactinfo p {

    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
    transition: 0.3s ease-in-out;
}

.contact_section .content-wrap .contactinfo p a {
    color: #daad24;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}


.contact_section .team-card:hover {
    box-shadow: none;
}

.contact_section .team-card:hover .bordermid {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 2.5px;
}


.contact_section .team-card:hover .contactinfo p em {
    color: #fff;
}



.contact_section .team-card:hover .content-wrap .namedesg p {
    color: #fff;
}

.contact_section .team-card:hover .content-wrap .contactinfo p {
    color: #fff;
}


.contact_section .team-card:hover .content-wrap .contactinfo p a {
    color: #fff;
}



.contact_section .overlay-shade {
    position: absolute;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgb(210 220 182) 0%, rgb(119 136 115) 100%);
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.4s all ease-in;
    z-index: -1;
}

.contact_section .team-card.location .overlay-shade {

    background: linear-gradient(180deg, rgb(119 136 115) 0%, rgb(119 136 115) 100%);

}




.contact_section .team-card:hover .overlay-shade {
    height: 100%;
    transform-origin: top;
    opacity: 1;
}

.newsletter_section {
    padding: 80px 0;
    padding-bottom: 60px;
}


.newsletter_section .news_content {
    padding: 25px 20px;
}

.newsletter_section .newsletter_area .news_item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s ease-in-out;
    margin-bottom: 30px;
}

.newsletter_section .newsletter_area .news_item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.newsletter_section .newsletter_area .news_item figure {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}


.newsletter_section .newsletter_area .news_item:hover figure img {
    transform: scale(1.05);
}




.newsletter_section .newsletter_area .news_item figure img {
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;

}


.newsletter_section .newsletter_area .news_item .news_content h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: var(--color-theme1);
    min-height: 100%;

}

.newsletter_section .newsletter_area .news_item .news_content .view_more_btn {
    text-align: center;
    padding-top: 20px;
}






.media_section {
    padding: 80px 0;
}

/* WRAPPER */
.media_section #pills-tab {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    /* border-bottom: 1px solid #e6e6e6; */
}

/* TAB BUTTON */
.media_section #pills-tab .nav-link {
    position: relative;
    background: var(--color-theme4);
    border: none;
    color: #595959;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    transition: all 0.3s ease;
    border: 1px solid var(--color-theme1);
    border-radius: 30px;
}

.media_section #pills-tab .nav-link.active {
    background-color: var(--color-theme1);
    color: #fff;
}


/* WRAPPER */
.media_section .image_area {
    position: relative;
    overflow: hidden;
    /* border-radius: 16px; */

    transition: 0.3s ease-in-out;
}

.media_section .image_area .img_inner {
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.media_section .image_area .img_inner a {
    height: 100%;
}


/* IMAGE */
.media_section .image_area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    width: 100%;

    transition: 0.3s ease-in-out;
}



/* HOVER EFFECT */
.media_section .image_area:hover img {
    transform: scale(1.05);
}



/* DEPTH SHADOW */
.media_section .image_area:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-8px);
}



.media_section .media_area .image_area {
    border: 1px solid #d9d9d9;
    padding: 8px;
    border-radius: 7px;
    margin-top: 25px;
}

.media_section .media_area .image_area img {
    border-radius: 5px;
}


/* ACTIVE LINE */
.media_section #pills-tab .nav-link.active::after {
    width: 100%;
}




.media_section.video_gl_section {
    background-color: #f2f2f2;
}


/* DEPTH SHADOW */
.media_section.video_gl_section .image_area:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: none;
}

.media_section.video_gl_section .media_area .image_area {
    background: var(--color-theme1);
}

/* OPTIONAL GLASS EFFECT BACKGROUND */
.media_section .tabs-wrapper {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    border-radius: 12px;
}


/* Glimpses Slider Custom Styles */
.media_section .glimpses_slider {
    position: relative;
    padding: 0 10px;
}

.media_section .glimpses_slider .owl-nav button {
    position: absolute;
    top: 35%;
    left: -50px;
    line-height: 0;
    background: none;
    border: none;
}

.media_section .glimpses_slider .owl-nav button span {
    color: rgba(0, 0, 0, 0.3);
    font-size: 80px;
    line-height: 0;
    font-weight: 200;
    transition: 0.3s ease-in-out;
}

.media_section .glimpses_slider .owl-nav button.owl-next {
    left: unset;
    right: -50px;
}

.media_section .glimpses_slider .owl-nav button span:hover {
    color: rgba(0, 0, 0, 0.8);
}


.mpartner_section {
    padding: 80px 0 90px 0;
}

.mpartner_section .partner_logo .partner_img {

    border: 1px solid #d9d9d9;
    padding: 12px;
    border-radius: 7px;

}

.mpartner_section .partner_logo .partner_img figure {
    height: 210px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.mpartner_section .partner_logo .partner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}


.mpartner_section .partner_logo .partner_img img:hover {
    transform: scale(1.05);
}


.colt_section {
    padding: 80px 0;
}

.colt_section .contant_area .prnt_area {
    padding: 26px 20px;
    border: 1px solid #d9d9d9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s ease-in-out;
}

.colt_section .contant_area .prnt_area:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




.colt_section .contant_area .prnt_area::after {
    content: "";
    display: block;
    clear: both;
}


.colt_section .contant_area .prnt_area .left_area {
    float: left;
    width: 35%;
}

.colt_section .contant_area .prnt_area .left_area figure {
    width: 100%;
    margin-bottom: 0;
}

.colt_section .contant_area .prnt_area .left_area figure img {
    width: 100%;
}



.colt_section .contant_area .prnt_area .right_area {
    float: left;
    width: 65%;
    padding-left: 40px;
}

.colt_section .contant_area .prnt_area .right_area h5 {
    font-size: 20px;
    margin-bottom: 12px;
}

.colt_section .contant_area .prnt_area .right_area .btn_area {
    margin-bottom: 12px;
}

.colt_section .contant_area .prnt_area .right_area .btn_area .btn-primary {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-right: 10px;
}

.colt_section .contant_area .prnt_area .right_area .dwn_text {
    padding-bottom: 5px;
}

.colt_section .contant_area .prnt_area .right_area .dwn_text a {
    color: var(--color-logo-color);
    transition: 0.2s ease-in-out;

}

.colt_section .contant_area .prnt_area .right_area .dwn_text a:hover {
    color: #af8b1d;
}

.colt_section .contant_area .prnt_area .right_area p {
    margin: 0;
}


.brochure_section {
    margin-bottom: 90px;
}

.brochure_section .download_btn {
    padding-top: 20px;
}

.brochure_section .download_btn .btn_inner {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.3s ease-in-out;
}


.brochure_section .download_btn .prnt_bnr {
    padding-bottom: 20px;
}




.brochure_section .download_btn .btn_inner:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.brochure_section .download_btn .btn_inner .dld_image img {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
}

.brochure_section .download_btn .btn_inner h5 {

    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #d9d9d9;
    color: #000;
    background: var(--color-theme1);
    color: #fff;
}

.news_slider {
    margin-top: 30px;
}


.video_gl_section {
    padding-bottom: 100px;
}

.video_gl_section .img_inner {
    position: relative;
}

.video_gl_section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.45);
    /* background: rgba(119, 136, 115, 0.7); */
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.conf_section {
    padding: 80px 0;
}

.conf_section .conf_text h5 {
    color: #595959;
    margin-bottom: 20px;
}

.conf_section .conf_text .date_vanue p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}



.conf_content .agendascheduleItem {
    background-color: var(--color-theme4);
    margin: 0 0 10px;
    padding: 10px;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 0;
}


.conf_content .agendascheduleItem .time-schedule-info {
    background-color: var(--color-theme1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 73px;
    padding: 0;
}


.conf_content .agendascheduleItem .time-schedule-info p {

    text-transform: capitalize;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
}


.conf_content .schedule-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    overflow: hidden;
    padding: 10px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}


.conf_content .expendiv2 {
    padding-left: 10px;
}


.conf_content .expendiv2 p:first-child {
    font-size: 18px !important;
    font-style: italic;
    margin-bottom: 10px;
}


.conf_content .expendiv2 p {
    position: relative;
    line-height: 19px;
    font-size: 15px !important;
    color: #333;
    margin-bottom: 5px;
}





.conf_content figure.sponsor-logo {
    width: 15%;
    padding: 20px;
    border: 2px solid var(--color-theme2);
    border-radius: 15px;
    margin-top: 14px;
}


.conf_content figure.sponsor-logo img {
    width: 100%;
}



.conf_content strong.speakerHeading {
    padding-left: 15px;
    padding-bottom: 0px;
    color: #333;
    margin-top: 16px;
    font-size: 18px;
}


.conf_content .agendaspeakersList {
    overflow: hidden;
    width: 100%;
    padding: 0px 12px;
    display: flex;
    flex-wrap: wrap;
}



.conf_content .agendaspeakersList .agendathumbSpeakers {
    width: 30%;
    display: flex;
    margin: 10px 10px 25px 5px !important;
}


.conf_content .agendaspeakersList .agendathumbSpeakers:last-child {
    margin-bottom: 0 !important;
}



.conf_content .agendaspeakersList {
    cursor: pointer;
    /* display: flex; */
}


.conf_content .agendaspeakersList .agendathumbSpeakers figure {
    display: none;
}


.conf_content .agendaspeakersList .agendathumbSpeakers h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    color: var(--color-logo-color);
    text-align: left;
}



.conf_content .agendaspeakersList .agendathumbSpeakers h3 .companyname {
    display: block;
    font-size: 16px !important;
    color: var(--color-logo-color);
    font-weight: 500;
}


.conf_content .agendaspeakersList .agendathumbSpeakers h3 .customCountry {
    font-weight: 600;
}


.conf_content {
    padding-top: 40px;
}


.conf_content .nav-link.active {
    background: var(--color-theme1);
    color: #fff;
}


.conf_content .nav-link {
    background: var(--color-theme4);
    color: #595959;
    border-radius: 7px;
    padding: 20px 25px;
    padding-top: 17px;
    font-size: 16px;
    font-weight: 500;
}


.conf_content .expendiv2 p.companyname {
    font-weight: 600;
}


.conf_content .nav-link span {
    display: block;
}

.conf_content .nav.nav-pills {
    gap: 20px;
}


.conf_content .nav-link span.etn-day {
    font-size: 28px;
    line-height: 100%;
    padding-bottom: 10px;
}


.conf_content .nav-link span.etn-date {
    font-size: 20px;
    line-height: 100%;
}


.conf_section.technical_s .agendaspeakersList .agendathumbSpeakers figure {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    float: left;
}


.conf_section.technical_s .agendaspeakersList .agendathumbSpeakers .prnt:after {
    content: "";
    display: block;
    clear: both;
}

.conf_section.technical_s .agendaspeakersList .agendathumbSpeakers .prnt .right_text {
    float: left;
    width: calc(100% - 55px);
    padding-left: 15px;
}


.conf_section.technical_s .agendaspeakersList .agendathumbSpeakers figure img {
    width: 100%;
    height: 100%;
}



.conf_section.technical_s .agendaspeakersList .agendathumbSpeakers {
    width: 100%;
}


.conf_section.technical_s .expendiv2 p {
    margin-bottom: 2px;
}


.tr_ac_section {
    padding: 80px 0;
}


.tr_ac_section .text_area {
    text-align: center;
}

.tr_ac_section .text_area h5 {
    margin-bottom: 35px;
}

.tr_ac_section .text_area .button_area {
    margin-top: 20px;
}


.venue_section {
    padding: 80px 0;
}


.venue-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.venue_section .venue-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.venue_section .venue-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.venue_section .venue-content {
    padding: 20px;
    text-align: center;
}

.venue_section .venue-content h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 28px;
}

.venue_section .venue-content p {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}

.venue_section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 600px;
    border-radius: 10px;
}



















.footer_section {
    background: var(--color-theme1);
    color: #fff;
    padding-top: 40px;
}

.footer_box {
    margin-bottom: 30px;
}

.footer_box h4 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.footer_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_box ul li {
    margin-bottom: 10px;
}

.footer_box ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer_box ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer_contact li {
    color: #ddd;
}


.footer_social.header_icon a {
    background: #778873;
    color: #fff;
}


.footer_social.header_icon a:hover {
    background: #616e5e;
    /* color:#fff; */
}


.footer_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #001e47;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}


.footer_section .icon_text i {
    font-size: 20px;
    padding-top: 7px;
}

.footer_section .icon_text {
    display: flex;
    gap: 10px;
    color: #fff;
}



.footer_social a:hover {
    background: #778873;
    color: #fff;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    padding: 10px 0;
}

.footer_bottom p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}


.footer_bottom p a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
}

.footer_bottom p.text-right {
    text-align: right;
}

.footer_logo img {
    width: 50%;
    margin-bottom: 15px;
}

.organiser_area img {
    width: 80%;
}



.about_section {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}



/* .about_section::before {
    content: '';
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/img1.png?v=7-6);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: bottom right;
} */


.about_section p {
    line-height: 150%;
    color: #333;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.about_section .about_img {
    overflow: hidden;
    border-radius: 15px;
}

.about_section .about_img img {
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}


.about_section:hover .about_img img {
    transform: scale(1.1);
}



.exi_profile {
    margin-top: 80px;
    margin-bottom: 65px;
}

.exi_profile .box_area {
    border-bottom: 1px solid var(--color-theme1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
}


.exi_profile .box_area .exi_img img {
    width: 80px;
    background-color: #fff;
}


.exi_profile .box_area .text_area p {
    margin: 0;
    color: #000;

    font-weight: 500;

    line-height: 120%;
}

/* .top_space{
    margin-top: 100px;
} */

.heading-banner {
    height: 230px;
    background: url(images/bnnnr.jpg?v=7-6) center center/cover;
    position: relative;
    background-position: 49px -304px;
}
 .heading-banner {
    height: 380px;
    padding-top: 130px;
    background-size: contain !important;
    }

.heading-banner h1 {
    text-shadow: 0px 0px 2px #ccc, 0px 8px 10px rgba(0, 0, 0, 0.15), 7px -14px 2px rgba(255, 255, 255, 0.2);
    color: #fff;
}

.heading-banner p {
    color: #fff;
    font-weight: 500;
}


/* Dark Overlay */
.heading-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}







/* Content above overlay */
.heading-banner .auto-container {
    position: relative;
    z-index: 2;
}

/* .exibit_section .section_title h2, .visitor_profile .section_title h2, .exi_profile .section_title h2{
    font-size: 48px;
} */



.exibit_section {
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
}


.exibit_section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url('images/bg_theme.png?v=7-6') no-repeat center center/cover;
    background-attachment: fixed;
    opacity: 0.3;
    z-index: 1;
}

.exibit_section .content_area {
    z-index: 5;
    position: relative;
}


.section_title h6 {
    line-height: 150%;
    padding-right: 30px;
    margin: 0;
}


.exibit_section .content_area .box_area {
    padding: 20px;
    background-color: var(--color-theme1);
    height: 100%;
    margin-bottom: 20px;
}


.exibit_section .content_area .box_area .box_icon {
    text-align: right;
    margin-bottom: 20px;
}

.exibit_section .content_area .box_area .box_icon img {
    width: 40px;
    filter: invert(1);
}

.exibit_section .content_area .box_area .title h4 {
    color: #fff;
    font-size: 22px;
}

.exibit_section .content_area .box_area .text p {
    margin-bottom: 0;
    color: #fff;
    line-height: 140%;


}

.exi_profile .section_title h6 {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 70%;

    line-height: 150%;
    text-align: center;
}



.visitor_profile {
    padding-top: 40px;
    padding-bottom: 100px;
}

.visitor_profile .v_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.visitor_profile .v_area .v_inner_area:nth-child(1) {
    border-top: 2px solid var(--color-theme2);
}

.visitor_profile .v_area .v_inner_area:nth-child(2) {
    border-top: 2px solid var(--color-theme2);
}

.visitor_profile .v_area .v_inner_area {
    width: 48%;
    border-bottom: 2px solid var(--color-theme2);

    padding-bottom: 17px;
    padding-top: 17px;
    border-collapse: collapse;

}

.visitor_profile .v_area .v_inner_area .v_text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
}


.visitor_profile .section_title h6 {
    line-height: 180%;
    font-size: 16px;
}



.v_text {
    position: relative;
    padding-left: 30px;
}

.v_text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("images/list_pointer.png?v=7-6") no-repeat center/contain;
}


.review_section .text_area {
    text-align: center;
    padding: 40px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    margin: 60px 0;
    position: relative;
    z-index: 17;


}

.review_section .text_area .btn-primary {
    position: relative;
    z-index: 9999;
}


.review_section .text_area::before {
    content: "";
    background-image: url(images/bg_shape.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}


.review_section .text_area h5 {
    font-size: 29px;
    color: var(--color-theme1);
    font-weight: 600;
    margin-bottom: 15px;
}

.review_section .text_area p {

    font-weight: 500;
}

.highlight_section .highlight_inner .video_box {
    padding: 10px 10px 7px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}


.highlight_section .highlight_inner .video_box iframe {
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.stats_section.key_statics {
    margin: 70px 0 0;
    padding: 60px 0;
}


.stats_section.key_statics .stat_box {
    padding-top: 20px;
    padding-bottom: 20px;
}


.stats_section.key_statics .section_title h2 {
    margin-bottom: 30px;
}


.stats_section.key_statics .stat_box p {
    margin: 0;
}



.logos_section .logo_box {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}


.logos_section .logo_box .logo_img {
    width: 33.3%;
    margin: 0 auto;
    float: left;

}

.logos_section .logo_box .logo_img img {
    width: 100%;
}


.footer_box ul li a i {
    font-size: 14px;
}

/*=========================
      SECTION highlights
=========================*/

.highlights-section {
    padding: 80px 0;
        background:#f6f9f1;
}



/*=========================
      CARD
=========================*/

.highlight-card {

    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    transition: .45s;
    border: 1px solid #ebebeb;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    height: 100%;

}

.highlight-card::before {

    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
   background: linear-gradient(135deg, #BCD563, #d6df44);
    transition: .45s;
    z-index: 0;

}

.highlight-card:hover::before {

    height: 100%;

}

.highlight-card>* {

    position: relative;
    z-index: 2;

}

.highlight-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);

}

/*=========================
      ICON
=========================*/

.icon-box {

    width: 85px;
    height: 85px;
    margin: auto;
    border-radius: 50%;
    background: #eef8df;
    color: #4b8b28;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    transition: .5s;

}

.highlight-card:hover .icon-box {

    background: #fff;
    color: #4b8b28;
    transform: rotateY(360deg) scale(1.08);

}

/*=========================
      TEXT
=========================*/

.highlight-card h4 {

    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    transition: .3s;

}

.highlight-card p {

    color: #777;
    margin-top: 10px;
    font-size: 15px;
    transition: .3s;

}

.highlight-card:hover h4,
.highlight-card:hover p {

    color: #fff;

}

/*=========================
      DECORATION
=========================*/

.highlight-card::after {

    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    top: -90px;
    right: -90px;
    transition: .5s;

}

.highlight-card:hover::after {

    transform: scale(1.3);

}

/*=========================
      MOBILE
=========================*/


@media(max-width:991px) {
.team_page_sec{
 margin-top: 40px!important;
 margin-bottom: 50px!important;
}
}

@media(max-width:768px) {

    .team_page_sec .heading h2{
        font-size: 26px;
    }

    .section_title h2 {

        font-size: 32px;

    }

    .highlight-card {

        padding: 30px 20px;

    }

}


/* custo indexm */
        .Organised {
            position: relative;
            padding-left: 70px;
        }

        .Organised:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 29px;
            width: 2px;
            height: 76px;
            background: linear-gradient(to bottom, transparent, #fff 15%, #fff 85%, transparent);
            filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
        }

        @media(max-width:991px){
            .Organised:before{
                left: 25px;
            }   
        }

        .header_section {
            position: absolute;
            padding: 15px 0;
        }

        .header_section img {
            object-fit: contain;
            height: 65px;
            width: 200px !important;
        }

        img.date {
            width: 33% !important;
            height: auto;
            margin: 10px 0;
        }

        .highlight-card p {

            display: none;
        }

        .footer_logo img {
            width: 200px;
            background-color: #fff;
            padding: 10px;
            border-radius: 10px;
            margin-right: 15px;
        }

        .footer_section {
            background: #BCD563;
            color: #000;
        }

        .footer_bottom p {
            color: #000;
        }

        .media_section .image_area .img_inner {
            height: 300px;
        }

        .media_section .media_area .image_area {
            border: 4px double #cade57;

        }

        .owl-theme .owl-dots .owl-dot span {
            margin-top: 25px !important;

        }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #cade57;
        }

        .banner_text.banner_text_mob p.vanue {
            font-size: 2vw;
        }

        .stats_section {
            background-image: url(img/bg.jpg?v=7-6);
            background-size: cover;
        }

        .video_area {
            background-image: url(img/banner1.jpg?v=7-6);
        }

        .banner_item img {
            height: 650px;
        }

        .banner_text {
            padding: 60px;
            background-color: #fff;
            border-radius: 10px;
            border-radius: 10px;
            outline: 4px solid #cade57;
            outline-offset: -14px;
        }

        .banner_text.banner_text_mob {
            padding: 30px !important;
        }

        .banner_text h5 {
            margin: 0;
            padding: 0;

            font-weight: 500;

        }

        .custom_logo {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 5px 15px;
            justify-items: center;
            align-items: center;

        }

        .custom_logo img {
            width: 150px !important;
            height: 100px !important;
            object-fit: contain !important;
            background-color: #fff;
        }

        @media (max-width: 668px) {
            .header_section {
                position: relative;
            }
        }
   
        .floating_icon {
            position: absolute;
            z-index: 1;
            opacity: 0.15;
            pointer-events: none;
        }

        .icon_one {
            width: 130px;
            top: -67px;
            left: 0;
            animation: floatLeftRight 8s ease-in-out infinite;
        }

        .icon_two {
            width: 110px;
            top: 35%;
            right: 0;
            animation: floatRightLeft 10s ease-in-out infinite;
        }

        .icon_three {
            width: 150px;
            bottom: -77px;
            left: 0;
            animation: floatUpDown 7s ease-in-out infinite;
        }

        /* Animations */
        @keyframes floatLeftRight {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(50px);
            }

            100% {
                transform: translateX(0);
            }
        }

        @keyframes floatRightLeft {
            0% {
                transform: translateX(0);
            }

            50% {
                transform: translateX(-50px);
            }

            100% {
                transform: translateX(0);
            }
        }

        @keyframes floatUpDown {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-40px);
            }

            100% {
                transform: translateY(0);
            }
        }
   
        .icon-box img {
            width: 65px;
        }

        .highlight-card h4 span {
            font-weight: 700;
            display: block;
        }

        .highlight-card h4 {
            font-weight: 500;
        }

        .banner_section {
            position: relative;
        }

        .banner_slider .owl-nav {
            position: absolute;
            right: 30px;
            bottom: 30px;
            display: flex;
            gap: 10px;
            z-index: 99;
        }

        .banner_slider .owl-nav button {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9) !important;
            color: #000 !important;
            font-size: 24px !important;
            line-height: 45px !important;
            text-align: center;
            transition: all 0.3s ease;
        }

        .banner_slider .owl-nav button:hover {
            background: #fff !important;
            color: #000 !important;
        }

        .banner_slider .owl-nav button span {
            display: block;
            line-height: 45px;
            font-size: 45px;
            margin-top: -14px;
        }

        .banner_item {
            height: 650px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-position: 60% 50%;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 7px;
            height: 7px;
            margin: 5px 4px;
        }
 
        .mt-separator-outer.separator-center {
            text-align: center;
            margin-bottom: 25px;
        }

        .mt-separator {
            display: inline-block;
            margin-top: 0;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 30px;
            -webkit-transition: all .5s linear;
            -moz-transition: all .5s linear;
            -ms-transition: all .5s linear;
            -o-transition: all .5s linear;
            transition: all .5s linear
        }

        .mt-separator,
        .sep-line-one,
        .sep-line-two {
            position: relative;
            font-size: 2.5vw;
            font-weight: 600;
        }

        .mt-separator:after,
        .sep-line-one:after,
        .mt-separator:before,
        .sep-line-one:before {
            -moz-transition: width .3s ease-in-out;
            -o-transition: width .3s ease-in-out;
            -webkit-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
            -ms-transition: width .3s ease-in-out;
        }

        .mt-separator:after,
        .sep-line-one:after {
            position: absolute;
            content: '';
            background-color: #000002;
            height: 3px
        }

        .mt-separator:after {
            width: 50px;
            right: -60px;
            top: 18px
        }

        .sep-line-one:after {
            width: 30px;
            right: -40px;
            top: 28px
        }

        .mt-separator:before,
        .sep-line-one:before {
            position: absolute;
            content: '';
            background-color: #000002;
            height: 3px
        }

        .mt-separator:before {
            width: 50px;
            left: -60px;
            top: 18px
        }

        .sep-line-one:before {
            width: 30px;
            left: -40px;
            top: 28px
        }

        .section-head:hover .mt-separator:after {
            width: 30px
        }

        .section-head:hover .sep-line-one:after {
            width: 35px
        }

        .section-head:hover .mt-separator:before {
            width: 30px
        }

        .section-head:hover .sep-line-one:before {
            width: 35px
        }
  .about_content p{
    font-size: 20px;
  }
      a.btn.btn-sm.btn-primary.right_btn {
    position: absolute;
    right: -18px;
    top: 39px;
    padding-right: 42px !important;
    padding-left: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}