:root {
    /*--theme-color-1: #003152;
    --theme-color-2: #097373;
    --theme-color-3: #ffaa05;
    --theme-color-4: #e0e8f3;*/


    --theme-color-1: #7A2669; /* For Background  */
    --theme-color-2: #4D003E; /* For Background & Button  */
    --theme-color-3: #4B4F58; /* For Header Background  */
    --theme-color-4: #fcefdb; /* For Text  */
    --theme-color-5: #F28824; /* For Text */
    --theme-color-6: #8C8E9A; /* For Text  */

}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    padding-left: 5px;
    background-color: #989595;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.font-weight-bold{
    font-weight: bold !important;
}
.bg-theme-color-1{
    background: var(--theme-color-1) !important;
}
.bg-theme-color-2{
    background: var(--theme-color-2) !important;
}
.bg-theme-color-3{
    background: var(--theme-color-3) !important;
}
.bg-theme-color-4{
    background: var(--theme-color-4) !important;
}
.bg-grey{
    /*background-color: #f4f7ff;*/
    background-color: #f5f5f5;
}
.btn-bg-green{
    background: #00663A;
    border: 2px solid #00663A !important;
    color: #ffffff !important;
}
.text-color-1{
    color: var(--theme-color-1) !important;
}
.text-color-2{
    color: var(--theme-color-2) !important;
}
.text-color-3{
    color: var(--theme-color-3) !important;
}
.text-color-4{
    color: var(--theme-color-4) !important;
}
.text-color-5{
    color: var(--theme-color-5) !important;
}
.list-two-columns{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.section{
    padding: 60px 0;
}
.btn-1{
    /*color: #441A59;
    border: 2px solid #441A59;*/
    color: var(--theme-color-2);
    border: 2px solid var(--theme-color-2);
    border-radius: 20px;
    font-weight: 600;
}
.btn-1:hover,.btn-1:active{
    /*background: #00663A;
    border: 2px solid #00663A;*/
    background: var(--theme-color-2);
    border: 2px solid var(--theme-color-2);
    color: #ffffff;
}
.btn-2{
    /*background: #00663A;
    border: 2px solid #00663A;*/
    background: var(--theme-color-1);
    border: 2px solid var(--theme-color-1);
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
}
.btn-2:hover,.btn-2:active{
    /*background: #441A59;
    border: 2px solid #ffffff;*/
    background: var(--theme-color-1);
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn-3{
    background: var(--theme-color-5);
    border: 2px solid var(--theme-color-5);
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
}
.btn-3:hover,.btn-3:active{
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
ul .header-heading{
    padding-left: 0 !important;
}
ul .header-heading h5{
    margin-top: 10px;
    color: #000;
    margin-bottom: 5px;
}
ul .header-heading h5 i{
    position: relative;
    /*margin-right: 3px;
    margin-left: 0px;
    top: -3px;
    font-size: 11px;*/
    line-height: 30px;
    color: #000;

    font-size: 8px;
    top: -4px;
    margin: 0 7px;
}
.btn-container .theme-btn{
    display: inline-block ;
}
.button-1{
    background: var(--theme-color-2) !important;
}
.button-2{
    background: var(--theme-color-1) !important;
}
.btn-container .main-box{
    justify-content: center;
}
.date-box-three{
    margin-left: -30px;
}
.feature-block-five h4{
    color: #001376;
    margin-top: 0px;
    padding-top: 0px;
}
.feature-block-five h4:before{
    display: none;
}
.feature-block-five .inner-box:hover ul,
.feature-block-five .inner-box:hover a,
.feature-block-five .inner-box:hover h5{
    color: #ffffff;
}
ul.list-with-icon{
    padding-left: 40px;
}
.list-with-icon li{
    list-style-type: disc;
}
.client-block .image-box{
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-block .image-box img{
    max-height: 170px;
}
.main-header .logo{
    width: 230px;
    padding-top: 10px;
}
.main-header .logo img{
    margin-left: 12px;
}
.main-header .header-btn-main{
    background: var(--theme-color-4);
    margin: 15px 0 6px 0;
    padding: 10px 0;
}
.main-header .header-btn-main .header-btn-box{
    justify-content: space-between;
    display: flex;
}

footer .contact-list-three{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.speakers-section-one{
    background-image: url(../images/background/17.jpg);
}
.speakers-section-one .sec-title{
    margin-bottom: 30px;
}
.speakers-section-one .speaker-block-two{
    margin-bottom: 30px;
}
.speakers-section-one .speaker-block-two .image{
    border: 3px solid var(--theme-color-3);
}
.speakers-section-one .speaker-block-two .image-box:before{
    display: none;
}
.speakers-section-one .speaker-block-two h4,
.speakers-section-one .speaker-block-two .designation{
    /*color: var(--theme-color-3);*/
    color: #363636;
    /*font-size: 20px;*/
    font-size: 16px;
    font-weight: 600;
}
.speakers-section-one .speaker-block-two .inner-box:hover .info-box:before{
    display: none;
}
.speaker-block-two .info-box{
    border-bottom: none;
    max-width: 100%;
}
.speaker-block-two .image{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.speaker-block-two .image-box{
    padding: 10px 10px;
}
.speakers-section-one .speaker-block-two .inner-box:hover .info-box{

}
.speaker-block-two .designation{
    color: var(--theme-color-1) !important;
}
.page-breadcrumb{
    display: none;
}
.page-breadcrumb li a,
.page-breadcrumb li,
.page-title h1{
    /*color: #081245;*/
    color: var(--theme-color-2);
}
.page-title:before{
    background: none;
}
.page-title .anim-icons{
    display: none;
}
.page-title{
    padding: 30px 0;
    background-image: url(../images/background/17.jpg) !important;
}
.page-title h1{
    font-size: 32px;
    margin-bottom: 5px;
}
.page-breadcrumb li:after{
    color: #081245;
}
.page-breadcrumb li{
    font-size: 18px;
}
.page-breadcrumb li a:hover{
    color: #081245;
}
.video-box{
    position: relative;
}
.video-box a img.icon{
    width: 50px;
}
.sec-title h2.big-title{
    font-size: 48px;
    line-height: 58px;
}
.footer-logo-box{
    text-align: center;
}
.footer-logo-box img{
    width: 200px;
}
.exhibitor_list_btn{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    /*color: #000000;
    border: 1px solid #000000;*/
    /*color: #003152;*/
    /*border: 2px solid #003152;*/
    height: 50px;
    padding: 10px 15px;
    line-height: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;

    border: 2px solid var(--theme-color-2);
    color: var(--theme-color-2);
}
.exhibitor_list_btn.active,.exhibitor_list_btn:hover{
    /*background: #097373;
    color: #ffffff;
    border-color: #097373;*/

    background: var(--theme-color-2);
    border-color: var(--theme-color-2);
    color: #ffffff;
}
.exhibitor_list_menu_box a{
    margin: 10px;
    white-space: nowrap;
}
.media_listing{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.media_listing li{
    margin: 0px 15px 15px 0px;
    padding: 1px;
    display: block;
    list-style: none;
    float: left;
    /* border: solid 1px #ccc; */
    /* width: 130px; */
    width: 195px;
    min-height: 220px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}
.media_listing li img{
    width: 118px;
    height: 128px;
}
.media_listing li span{
    display: none !important;
}
.text-content p{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.text-content h4{
    margin-bottom: 15px;
}
body{
    /*font-family: "Poppins", sans-serif;*/
    font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    /*font-family: "Poppins", sans-serif;*/
    font-family: "Inter", sans-serif;
}
.icon_text_box{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    min-height: 100px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}
.icon_text_box .icon{
    /*background-color: #097373;*/
    background-color: var(--theme-color-1);
    width: 100px;
    height: 100px;
    text-align: center;
    flex-shrink: 0;
}
.icon_text_box .icon svg{
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    width: 30px;
}
.icon_text_box .text .title{
    font-weight: 500;
}
.contact-info-box span{
    font-weight: 600;
}
.package-carousel .package-title{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #081245;
}
.contact-box{
    display: flex;
    /*align-items: center;*/
    gap: 15px;
    margin-bottom: 15px;
    min-height: 100px;
    /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);*/
    padding: 20px 0;
}
.contact-box .contact-image{
    flex-shrink: 0;
    width: 250px;
}
.contact-box .contact-name{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #081245;
    margin-bottom: 10px;
}
.contact-box .contact-text{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-box .contact-text p{
    line-height: 25px;
}
.contact-box .contact-text ul{
    padding-left: 0;
    margin-top: 10px;
    color: #000000;
}
.contact-box .contact-text ul span{
    font-weight: 600;
}
.contact-section .news-block .image img{
    width: auto;
    margin: 0 auto;
}
.border-right{
    border-right: 2px solid gray;
}
.package_tab_content .package-image img{
    width: 100%;
}
.package_tabs .nav-pills{
    justify-content: center;
}
.package_tabs .nav-pills .nav-link{
    color: #000000;
    font-weight: 700;
    border: 1px solid grey;
    margin: 5px;
    line-height: 25px;
}
.package_tabs .nav-pills .nav-link small{
    font-weight: 600;
    display: block;
}
.package_tabs .nav-pills .nav-link:hover,
.package_tabs .nav-pills .nav-link.active, .package_tabs .nav-pills .show>.nav-link{
    background-color: var(--theme-color-2);
    border-color: var(--theme-color-2);
    color: #ffffff;
}
#book-your-stand-form label{
    color: #000000;
}
.inner-box-custom{
    text-align: center;
}
.inner-box-custom .inner-box{
    padding: 20px 20px;
    background-image: url(../images/background/16.jpg);
}
.inner-box-custom h4{
    font-size: 48px;
    line-height: 48px;
}
.inner-box-custom p{
    font-size: 21px;
}
.contact-icon-box{
     display: flex;
     justify-content: center;
     margin-bottom: 30px;
     gap: 20px;
}
.contact-icon-box .icon-box{
    width: 80px;
    flex: 0 0 80px;
}
.contact-list-three li .text a:hover{
    color: var(--theme-color-5);
}
.testimonial-section .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
}

.testimonial-section .owl-next,
.testimonial-section .owl-prev{
    position: absolute;
    left: -80px;
    top: 0;
    height: 40px;
    width: 40px;
    font-size: 22px;
    color: #ffffff;
    line-height: 40px;
    margin-left: 15px;
    border-radius: 50%;
    text-align: center;
    background-color: #1c94d2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .owl-next{
    left: auto;
    right: -80px;
}

.testimonial-section .owl-next:hover,
.testimonial-section .owl-prev:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.20);
}
.testimonial-section .owl-next, .testimonial-section .owl-prev {
    /*background-color: rgba(1, 115, 115, 0.45);*/
    background-color:var(--theme-color-2);
}
.sec-title .text, .sec-title p{
    text-align: justify;
}
.header-style-three .header-lower .main-menu .navigation>li>a{
    padding-left: 10px;
    padding-right: 10px;
}

.header-style-three .header-lower .main-menu .navigation>li>a:hover{
    background-color: var(--theme-color-1);
    color: #ffffff;
}
.header-style-three .header-lower .main-menu .navigation>li.current>a{
    background-color: var(--theme-color-1);
}
.header-style-three .header-lower .main-menu .navigation>li.dropdown>a{
    padding-right: 20px;
}
.header-style-three .header-lower .main-menu .navigation>li>a:after{
     right: 4px;
}
.contact-box-2{
    display: block;
}
.contact-box-2 .contact-image-box{
    margin-bottom: 30px;
}
.contact-box-2 .contact-image-box.first-box{
    width: 90%;
    border-right: 1px solid gray;
}
.contact-box-2 .contact-image-box.second-box{
    width: 98%;
    border-right: 1px solid gray;
}
.contact-box .org_by {
    text-align: center;
    color: #1e1f36;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.border-right-2 {
    /*border-right: 2px solid gray;*/
    position: relative;
}
.border-right-2:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 85%;
    width: 1px; /* Adjust this value for the border width */
    background-color: gray; /* Change this to your preferred border color */
}
.border-right-2.first-box:after{
    /*right: 52px;*/
    right: 120px;
}
.border-right-2.second-box:after{
    right: 22px;
}
.contact_info_list{
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 500;
}
.contact_info_list li{
    padding-right: 20px;
    border-right: 2px solid #444444;
}
.contact_info_list li:last-child{
    border-right: none;
}
.speaker-block-two .m_info{
    display: block;
    line-height: 17px;
    color: var(--theme-color-3);
    margin: 5px 0 0 0;
    font-size: 14px;
}
.contact-list-four{
    justify-content: space-between;
    width: 100%;
}
.visitor_profile_section{
    background: url(../images/background/18.jpg);
}
.video_gallery_section{
    background: url(../images/background/16.jpg);
}
.list-color-white li{
    color: #ffffff;
}
.list-color-white li:before{
    background-color: #ffffff;
}
.banner-carousel .slide-item video{
   /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);*/
    object-fit: cover;
    z-index: -1;
}
.slider_top_section {
    background: #ffffff;
    padding: 15px 0;
}
.slider_top_section .slider_top_text{
    color: #222222;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}
.home-video-section {
    width: 100vw;
    /*height: 100vh;*/ /* Optional: Full height */
    max-height: 300px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.home-video-section .video-bg {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    display: block;
}
@media only screen and (max-width: 816px){
    .contact-icon-box{
        gap: 10px;
    }
    .contact-icon-box .icon-box{
        width: 60px;
        flex: 0 0 60px;
    }
}
@media only screen and (max-width: 479px){
    .contact-icon-box{
        gap: 5px;
    }
    .contact-icon-box .icon-box{
        width: 40px;
        flex: 0 0 40px;
    }
}