
:root {
    /* --primary: #FEA116; */
    --primary:#5757a2;
    --light: #F1F8FF;
    --dark: #0F172B;
}
body {
    /* color: #606060 !important; */
    color: #3d3d3d !important;
    background:unset!important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-weight: 500!important;}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    background-color: #078586;
    font-size: 12px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 16px;
    padding: 25px 6px;
    color: #FFFFFF!important;
    /* color: #050569 !important; */
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    /* color: gray !important; */
    color: #fff !important;
}
.active {color:#a2a2a2;}



@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}


/*** Header ***/
.carousel-caption {
    /* top: 0; */
    /* top: -44%;
    left: 0; */
    right: 0;
    bottom: 0;
    /* background: rgba(15, 23, 43, .7); */
    /* z-index: 1; */

    /* top: -5%;
    left: 40%; */
    top: -14%;
    left: 53.4%;
    /* top: -75%;
    left: 50%; */
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        /* min-height: 450px; */
        min-height: 350px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        /* height: 100%; */
        height: 460px;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    background-position: 100% 36%;
    
}

.page-header-inner {
    background: rgba(15, 23, 43, .4);
    height: 280px;
    
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    font-weight: 500;
    /* color: #031152; */
    color: #078586;
    /* font-size: 1rem; */
    font-size: 1.22rem;
}
.section-title-h1 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #4f4f4f;
    font-size: 1.22rem;
}
.section-title-h1::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: #078586;
}
.section-title-h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: #078586;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background-color: #078586;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    /* background: var(--primary); */
    background-color: #078586;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    min-height: 360px;
    padding: 14px 14px 32px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    /* background: var(--primary); */
    background: #767778;
}
.service-item:hover h6 {color:#fff!important;}
.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    /* background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg); */
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Testimonial ***/
/* .testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/img_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    padding-top: 72px;
    /* background-color: #030f41 !important; */
    background-color: #222 !important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    color:#fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: full-size-kana;
    transition: .3s;
    line-height:1;
}
.footer-div ul p {margin-bottom:0;font-size: 14px;color: #fff;}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 2px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    margin-top: 2rem;
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer .btn {background-color:unset;}
/* NEW CODE START */
.carousel-caption .P-3 {
    max-width: 780px!important;
}
.rounded .text-center {
    /* min-height: 110px;
    max-height: 200px; */
    min-height: 155px;
    max-height: 170px;
    padding: 1.4rem !important;
    margin: 0 !important;
}
.content_1 {height: 232px;}

/* counter start */
.conter_main_div{
    min-height:100%;
    /* background:linear-gradient(0deg, rgba(4, 4, 116, 0.6), rgba(4, 4, 116, 0.8)), url(../img/counter_bg.jpg); */
    /* background:linear-gradient(0deg, rgba(4, 4, 116, 0.6), rgba(4, 4, 116, 0.8)), url("../photos_1st_2nd/Biz_Matching 46235015912_9dba267f63_o.JPG"); */
    background:linear-gradient(0deg, rgba(4, 4, 116, 0.2), rgba(4, 4, 116, 0.3)), url("../img/counter_bg_new.jpg");
    background-size:cover;
    /* opacity: .4; */
}
.conter_main_div article {
    /* margin: 150px 0; */
    margin:0;
  }
  
.conter_main_div span {
    color: green;
  }
  
.conter_main_div  .container {
    width: 100%;
    /* display: flex;
    justify-content: space-around; */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  
.conter_main_div .counter {
    text-align: center;
    /* font-size: 30px; */

    /* font-size: 26px; */
    /* font-size: 22px; */
    font-size: 1rem;
    font-weight: 400;
    width: 46%;
    color:#fff;
  }
  
.conter_main_div .stats-line {
      margin: 12px auto;
      width: 55px;
      height: 4px;
      background-color: #fff;
  }
.conter_main_div .stats-text{color: #fff;}

.our_speakers .speaker_content {text-align: center;
    padding: 1rem .8rem !important;
    margin: 0 !important;min-height: 198px;
    max-height: 230px;
    overflow: hidden;line-height: 1.2 !important;}
.forum_structure_para {text-align: justify;
    font-size: .8rem;
    letter-spacing: 0px;
    word-spacing: -2px;}



  
/* counter end */
.event_title {height:40px}
@media only screen and (min-width: 900px) and (max-width: 1150px)  {
    #carousel-caption {
        top: -22%!important;
        left: 59.4%!important;
    }
    .caption_margin {
        /* margin-left: 6.4rem!important;
        margin-bottom: 5rem!important; */
        margin-left: -8.6rem !important;
        margin-bottom: -12rem !important;
    }
}
.service-item:hover .rounded {background-color: #fff;}
/* .owl-carousel.owl-drag .owl-item {width: 360.5px!important;} */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 125px;
  }
.partners{display: inline-flex;align-items: center;flex-wrap: wrap;gap: 20px;justify-content:center;width:100%;}
.partners_div {background-color: #fff;height: 90px;
    /* width: 206px; */
    width: 169px;
}
.partners_div_img {height:90px}
.partners_div_img img {max-width:100%;width:100%;height: auto;}
.agenda_logo {
    background-color: #0959af;
    /* width: 50px;
    height: 50px; */
    width: 74px;
    height: 74px;padding: .4rem;display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
}
.tentaive_agenda {display: inline-flex;
    gap: 15px;margin-bottom: 1.4rem;width: 100%;align-items: center;}
.p-5_agenda {padding: 0rem 3rem !important;margin-top: -.74rem;}
.p-5_tentaive_agenda{
    padding: 3rem !important;
    padding-right: 9px !important;
    /* padding-bottom: 0 !important; */
    padding-left: .2rem !important;
    padding-top: 2rem !important;
}
.coordination {position: absolute;
    left: 51.8rem;
    top: 78%;
    z-index: 9999;
    width: 300px;
    height: 115px;}
.our_speakers .position-relative {height: 167px;}
.our_speakers .position-relative .img-fluid{max-height: 100%!important;}
.agenda_logo span {
    font-size: .7rem;
    color: #fff;
    font-weight: 600;
}
.agenda_content h6{font-size: .7rem;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.agenda_logo p {margin:0!important;font-weight: 700;color: #fff;}

.agenda_span {display: inline-flex;align-items: center;gap: 20px;}
.agenda_span p{margin:0!important;
    /* width: 6rem; */
    padding: 0;
    /* font-size: .9rem; */
    font-size: .75rem;
}
.agenda_span h5{font-size: .75rem;text-transform: uppercase;font-weight: 500;margin:0!important;color: #666565;}
.agenda_bg{
    /* background: url(../img/lancang-banner-new.png); */
    background:url(../new-img/poster_26Dec_without-QR-code.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #0959af !important;
}
.download_agenda_btn{padding-top: .8rem !important;
    padding-bottom: .8rem !important;
    background-color: #fff;
    color: #353535;

    /* margin-top: 2rem;
    position: absolute;
    top: 80%;
    left: -13%; */
}
/* .supported_footer {display: inline-flex;gap: 10px;} */
.supported_footer p{font-size: .8rem;font-weight: 600;}
.content_div {min-height: 320px;padding: 40px 7px !important;}
.slot_no {display:flex;gap:80px}
.supported_footer {margin-bottom: 0.5rem;}
.title_header {height: 55px}

.service-item_2 {min-height: 266px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;}
.content_2 {height: 178px;}
/* .service-item_2:hover {background-color:#5757a2} */
/* .service-item_2:hover small {color:#fff} */
.service-item_2:hover a {color: #5757a2;}
.dropdown-item_head {background-color: #078586;
    color: #fff;}
.dropdown-menu .dropdown-item {text-transform: uppercase!important;font-size: 15px!important;}
.translation_time {display: flex;gap: 20px;align-items: center;flex-wrap: wrap;}
.translation_time h5{margin:0!important}
.translation_time p{margin:0!important}
.translation_ul li {
    background:url(https://img.icons8.com/external-inkubators-detailed-outline-inkubators/25/000000/external-important-email-inkubators-detailed-outline-inkubators.png) no-repeat 4px 1px;
    line-height: 152%;
    padding-left: 42px;
    list-style: none;
}
.flex_content {display: flex; gap: 60px;align-items: center;flex-wrap: wrap;}
.flex_content p{width: 475px;text-align: justify;}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  /* background-color:rgb(180, 180, 180)!important; */
  background-color:#078586!important;
  color: #fff;
}

.key_priority_container{display: inline-flex;gap: 10px;}
.key_priority_flex_box {display:inline-flex;justify-content: center;align-items: center;text-align:center;flex-wrap: wrap;}
.key_priority_flex_1 {width: 130px;height: 130px;border: thin solid #bbb;display: flex;justify-content: center;align-items: center;box-shadow: 4px 9px 5px -4px rgba(0,0,0,0.45);}
.section-title_priority{   
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #078586;
}
.fund_img {height: 268px;}
.fund_img img {height:100%}
.fund_content {height: 168px;}
.media-body h4 {color: #fff;font-weight: 600;position: absolute;top: 6%;left: 12%;right: 0;margin-left:2rem!important}
.speaker_heading_home {font-weight: 500 !important;font-size: .79rem;}

.footer .section-title {color:#fff!important;}


@media only screen and (max-device-width: 480px) {
    .carousel-caption {
        top: -56%;
        left: -0.6%;
        text-align:center;
    }
    .caption_margin{
        width:100%;
    }
    /* .carousel-inner {height:260px} */
    .carousel-item .display-3{font-size:.8rem}
    .carousel-caption p {font-size:.8rem}
    .carousel-caption .btn {padding-top: .4rem !important;
        padding-bottom: .4rem !important;
        background-color: #fff;
        color: #353535;
        font-size: .8rem;
    }
    .register_contact_btn {
        display: flex;
        width: 100%;
        height: 40px;
        text-align: center;
        align-items: center;
    }
        
    .register_contact_btn .btn {padding-top: .4rem!important;
        padding-bottom: .4rem!important;
        background-color: #fff;
        color: #353535;
        font-size: .8rem!important;
    }
    .agenda_bg {height: 400px;background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;}
    .download_agenda_btn {position:unset}
    .p-5_tentaive_agenda {padding: 1rem !important;}
    .agenda_logo {min-width: 68px;height: 80px;max-width: 68px;}
    .agenda_span {gap: 8px;}
    .agenda_span p {font-size: .7rem;width:unset}
    .agenda_span h5 {
        font-size: .63rem;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0 !important;
    }
    .p-5_tentaive_agenda .section-title {font-size:.8rem}
    .team_container{margin-bottom:3rem!important}
    iframe {width:100%!important}
    .download_agenda_btn {
        /* background-color: #242454!important;
        color: #fff!important; */
        margin: 0 auto;
        font-size:.7rem}
 }
 @media only screen and (min-width: 1440px) {
    .carousel-caption {
        top: -42%;
        left: 47.6%;
    }
}
.social-icon {
    border: thin solid gray;
    height: 27px;
    text-align: center;
    justify-content: center;
    padding: 8px;
    margin-top: 3.4px;
    border-radius: 4px;
}
.mb-4 {
    margin-bottom: .6rem !important;
  }

.content_1 h6{color: gray!important;text-transform: uppercase;font-weight: 400;}

/* Speaker Profile Section Start */
.speaker-section .wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
  }
  
.speaker-section .box {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
    padding: 14px;
    /* background: #fafafa; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
  }
  
.speaker-section .box-top {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
    /* height: 233px; */
  }
  
.speaker-section .box-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: 50% 20%;
  }
  
.speaker-section .title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
.speaker-section .box-title {
    border-left: 3px solid orange;
    padding-left: 12px;
    font-size: 14px;
    /* color: #031152; */
    color: #f7f7f7;
  }
.footer-div ul h6 {font-size: 14px;font-weight:500;}
.speaker-section .user-follow-info {
    color: hsl(0, 0%, 60%);
  }
  
.speaker-section .button {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: auto;
    padding: 16px;
    color: #000;
    background: transparent;
    box-shadow: 0px 0px 0px 1px black inset;
    transition: background 0.4s ease;
  }
  
.speaker-section .button:hover {
    background: var(--purple);
  }
  
.speaker-section .fill-one {
    background: var(--light-bg);
  }
  
.speaker-section .fill-two {
    background: var(--pink);
  }
  
  /* RESPONSIVE QUERIES */
  
  @media (min-width: 320px) {
    .speaker-section .title-flex {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
    }
    .speaker-section .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 460px) {
    .speaker-section .title-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: start;
    }
    .speaker-section .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 640px) {
    .speaker-section .box {
      flex-basis: calc(50% - 12px);
    }
    .speaker-section .title-flex {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
    }
    .speaker-section .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 840px) {
    .speaker-section .title-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: start;
    }
    .speaker-section .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 1024px) {
    .speaker-section .box {
      flex-basis: calc(33.3% - 16px);
    }
    .speaker-section .title-flex {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
      position: absolute;
      /* top: 70.2%;
      min-height: 50px; */
      top: 75.2%;
      min-height: 58px;
      background-color: rgba(0, 0, 0, 0.3);
      width: 100%;
      padding: 8px;
    }
    .speaker-section .user-follow-info {
      margin-top: 6px;
      font-size: 12px;
      margin-bottom: 0;
    }
  }
  
  @media (min-width: 1100px) {
    .speaker-section .box {
      flex-basis: calc(25% - 18px);
    }
  }
  .box-top .img-fluid {position: relative;}
/* Speaker Profile Section End */
.past-event-schedule h1 span {font-size: 1rem;font-weight: 700;}
.past-event-schedule h4 span {font-size: 1rem;font-weight: 700;}
/* NEW CODE END */


.our-team{padding:0 2rem;}
.our-team .cards {
    background-color: #f8f9fa;
    /* padding: 48px 0 48px 0; */
    padding: 48px 24px 48px 24px;
    margin: 80px 0 0 0;
    display: -ms-grid;
    display: grid;
    /* grid-template-columns: repeat(6, 208px); */
    grid-template-columns: repeat(auto-fit, minmax(173px, 1fr));
    justify-content: center;
    grid-gap: 25px; }
  
    .our-team  .card {
    background-color: white;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px; }
  
    .our-team .thumbnail {
    height: 225px;
    display: -ms-grid;
    display: grid;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    color: white;
    border-radius: 4px 4px 0 0; }
  
    .our-team .card-text h3 {
    /* padding: 20px; */
    padding: 10px;
    font-size: 1rem;
    font-weight: 500; }
    .our-team .card-text p {padding: 0 20px;}
    .our-team .card-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 50px 1fr;
    grid-template-columns: 50px 50px 1fr;
    padding: 15px; }
  
    .our-team .card-button-1 {
    display: -ms-grid;
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    height: 30px;
    color: black;
    background-color: white;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 5px 0 0 5px;
    opacity: 0.5; }
  
    .our-team .card-button-2 {
    display: -ms-grid;
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: 15px;
    height: 30px;
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 0 5px 5px 0;
    opacity: 0.5; }
  
    .our-team .card-bottom-text {
    text-align: right;
    margin: 0;
    padding-top: 5px;
    font-size: 15px;
    opacity: 0.6; }
  
    .our-team .hover-effect {
    -webkit-transition: all .2s;
    transition: all .2s; }
  
    .our-team.hover-effect:hover {
    background-color: #54595c;
    color: white; }
    .dropdown-toggle:not(:hover) {
        color:#a2a2a2!important;
    }
h4, .h4 {text-transform: capitalize;}
.forum-venue {display: flex;width: 100%;gap: 30px;background-color: #fff;
    padding: 26px;box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 10px;flex-wrap: wrap;}
.forum-venue .day1-venue h4 {color: #040474;}

thead, tbody, tfoot, tr, td, th {
    font-size: 14px;
  }


.custom-toggler {
    float:right;
}
.agenda-btn-2{display: flex;gap: 10px;}
.carousel-item-prev:not(.carousel-item-end), .carousel-item img {
    transform: translateY(-24%);
    /* opacity: .8 !important; */
    opacity: 1 !important;
  }
.g-map {
    display: flex;gap: 10px;
}

h5 {
    text-transform: inherit!important;
  }
.translation_ul {padding-left: 3.8rem;}

.p-5_tentaive_agenda_2 {
    padding: 4rem !important;
    padding-right: 4rem;
    padding-right: 9px !important;
}
.activity-btn {background-color: #078586!important;}
.border-end {white-space: nowrap;}

/* New Profile Start */
.new-profile-card {
    /* display: grid;
    gap:10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
}
.speaker-profile-div {
    max-width: 200px;
  }
.new-profile-card .profile-card{
    margin-bottom:10px;
}
.new-profile-card .profile-card .profile-img{
    position: relative;
    overflow: hidden;
    height: 130px;
    background-color: #f8f8f8;
}
.new-profile-card .profile-card .profile-img::after{
    content:"";
    border: 1px solid #fff;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:0;
    transform: scale(1,1);
    transition: all 0.50s linear 0s;
}
.new-profile-card .profile-card:hover .profile-img:after{
    transform:scale(0.9,0.9);
    opacity:1;
}
.new-profile-card .profile-card .profile-img img{
    width:100%;
    /* height:auto; */
    transform:scale(1,1);
    transition: all 0.50s linear 0s;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.new-profile-card .profile-card:hover img{
    transform:scale(1.2,1.2);
}
.new-profile-card .profile-card .profile-img .over-layer{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    padding:10% 9%;
    text-align:left;
    background:rgba(255,255,255,0.4);
    transform: scale(0,0);
    transition: all 0.50s ease 0.5s;
}
.new-profile-card .profile-card:hover .over-layer{
    opacity:1;
    transform: scale(0.9,0.9);
}
.new-profile-card .profile-card .profile-img .over-layer p{
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
}
.new-profile-card .new-profile-card .profile-card .profile-img .over-layer-one .title > span{
    display: block;
    margin:5px 0;
}
.new-profile-card .profile-card .profile-content{
    background: #078586;
    text-align:center;
    padding: 6px;
    color:#fff;
    /* min-height: 120px; */
    min-height: 142px;
}
.new-profile-card .profile-card .profile-content .title{
    font-size:20px;
    color:#fff;
    margin:0 0 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.new-profile-card .profile-card .profile-content .title > span{
    /* font-size: 15px;
    color:#FFFFff;
    text-transform: capitalize; */
    font-size: 12px;
    color: #FFFFff;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: .4px;
}
.new-profile-card .profile-card .profile-content .social-link{
    margin:0;
    padding:0;
    line-height: 16px;
    font-size: 12px;
}
.new-profile-card .profile-card .profile-content .social-link li{
    display:inline-block;
    list-style:none;
    margin:0 5px;
}
.new-profile-card .profile-card .profile-content .social-link li a{
    display:inline-block;
    width:30px;
    height:30px;
    color:#FF3E78;
    line-height:30px;
    text-align: center;
    background: rgba(255,255,255,0.5);
}
.new-profile-card .profile-card .profile-content .social-link li a:hover{
    text-decoration:none;
}
.speaker-profile-div:nth-child(n+7) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
/* New Profile End */

/* Responsive start */
@media (max-width:599px) {
    .custom-toggler{background-color: #242454;}
    .navbar-dark .navbar-nav .nav-link {
        color:#fff!important;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
        color: coral!important;
    }
    .navbar-toggler.custom-toggler {
        margin-left: auto;
        z-index: 100;
    }
    .conter_main_div {height: 200px;}
    .agenda_content .agenda-title {
        max-width:70%;
    }
    .agenda-btn-2{display: flex;gap: 10px;}
    .footer-contact {flex-wrap: wrap;}
    .footer-contact .footer-div ul {padding-left:0;}
    .partners_div_img img {
        margin: 0 auto;
    }
    .navbar-nav {background-color: #242454;}
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px;
    }
    .slideInDown {font-size: 18px;}
    .section-title::before, .section-title::after {
        display:none;
    }
    h4, .h4 {
        font-size: unset!important;
    }
    .zoom-link {white-space: normal;word-wrap: break-word;font-size: 12px;}
    /* p,li{text-align: justify;} */
    .content_2 {
        height: 218px;
    }
    .g-map {
        flex-wrap: wrap;
    }
    .section-title-h1::after,.section-title-h1::before {
        display:none;
      }
      .section-title-h1 {font-size: 1rem;}
      .section-title_priority {margin-top: 1.4rem;}
      .section-title_priority p {margin-bottom: 0;}
      .fund_img {margin-top: 1.4rem;}
      .forum_venue_slider {
        max-width: 100%!important;
      }
      .forum_venue_container {
        line-height: 128%!important;
      }
      .forum_venue_container h4 {color: gray;}
      .p-5_tentaive_agenda_2 {padding-left: 9px !important;}
      .agenda_span div p {white-space: nowrap!important;}
} 
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  margin: unset!important;
}
}
@media (max-width:1185px) {
    .container-x {max-width: 1095px;}
} 
@media (min-width:1250px) {
    .header-padding {
        /* padding-right: 5.8rem;
        padding-left: 6.8rem; */

        padding-right: 2.8rem;
        padding-left: 2.8rem;
    }
    .navbar-brand {padding-left: 20px !important;}
    
}
@media (min-width: 1200px) {
h3, .h3 {
  font-size: 1.6rem;
}
}
@media(max-width:1299px) {
    .forum_venue_slider {
        padding-right: 2rem;
      }
}

@media (min-width: 1400px) {
.header-padding {
    padding-left:0!important;
    padding-right:0!important;
}
}
.caption_margin {
    position: absolute;
    right: 0;
    margin-right: 2.4rem;
    /* top: 35%; */
    margin-bottom: 2rem;
}
#carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(46, 167, 160, 0.4), rgba(11, 93, 176, 0.4), transparent);
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.image_box_new.type_one {
    position: relative;
    /* margin-bottom: 100px; */
    z-index: 1;
  }
  .image_box_new.type_one .image_one {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .image_box_new.type_one .image_one img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
  }
  .object-fit-cover {
    overflow: hidden;
    object-position: top;
  }
  .height_570px, .height_570 {
    /* height: 570px !important; */
    height: 474px !important;
  }
  .image_box_new.type_one .image_two {
    position: absolute;
    overflow: hidden;
    border-radius: 6px;
    bottom: -80px;
    left: 20px;
    width: 300px;
    height: 200px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .image_box_new.type_one .image_two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .title_all_box {
    position: relative;
  }
  .title_all_box.style_six .title_sections .before_title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--creote-family-two);
    color: var(--primary-color-one);
    text-transform: uppercase;
    padding-bottom: 18px;
    display: inline-block;
  }
  .title_all_box.style_six .title_sections .before_title span {
    margin-right: 10px;
    font-size: 20px;
  }
  .title_all_box.style_six .title_sections .title{
  /* font-size: 34px;
  line-height: 50px; */
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0px 0px 10px 0px;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .title_all_box.style_six .title_sections p {
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 0;
  }
  .icon_box_new_box.type_one {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .icon_box_new_box.type_one .icon_bx {
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
  }
  .icon_box_new_box.type_one .svg_image {
    width: 44px;
  }
  .icon_box_new_box.type_one .icon_bx span {
    background: var(--primary-color-three);
    position: absolute;
    content: "";
    border-radius: 50px;
    width: 80px;
    height: 80px;
    left: 10px;
    top: -10px;
    z-index: -10;
  }
  .icon_box_new_box.type_one h2 a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #2a2a2a;
    margin-bottom: 6px;
  }
  .theme_btn_all {
    position: relative;
  }
  .theme-btn.one {
    display: inline-block;
    /* padding: 0px 25px; */
    padding: 0px 14px;
    border-radius: 10px 0px 10px 0px;
    background: #12adae;
    color: #fff;
    border: 1px solid #12adae;
    line-height: 44px;
    min-height: 30px;
    min-width: 120px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
  }
  .time_line_section {
    position: relative;
  }
  .time_line_section.style_two .event_box {
    position: relative;
    height: 100%;
  }
  .time_line_section.style_two .event_box .date_box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease-in-out;
  }
  .time_line_section.style_two .event_box .date_box h6 {
    position: relative;
    display: inline-block;
    padding: 12px 26px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    /* background: #43BEAA; */
    background: #078586;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
  }
  .time_line_section.style_two .event_box .date_box h6::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    /* background: #43beaa; */
    background: #078586;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    transition: all 0.5s ease-in-out;
  }
  .time_line_section.style_two .event_box .content_box {
    position: relative;
    background: #f4f4f4;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  .time_line_section.style_two .event_box .image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto 20px;
  }
  .time_line_section.style_two .event_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 12px;
  }
  .time_line_section.style_two .event_box .content_box {
    text-align: center;
  }
  .time_line_section.style_two .event_box .content_box p {
    margin-bottom: 10px;
    color: #323232;
  }
  /* .image_boxes {
    position: relative;
  }
  .image_boxes.style_four .image_box.one {
    margin-bottom: 30px;
    box-shadow: var(--box-shadow);
  }
  .image_boxes.style_four .image_box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .image_boxes.style_four .image_box img {
    width: 100%;
    height: 285px;
    object-fit: cover;
  }
  .image_boxes.style_four .image_box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
  }
  .image_boxes.style_four .imgs {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--box-shadow-two);
  }
  .image_boxes.style_four .image_box img {
    width: 100%;
    height: 285px;
    object-fit: cover;
  } */
  .top-right-heading {display: flex;
    justify-content: flex-end;
    width: fit-content;
    float: right;
    background: #fff;
    padding: 0 10px;
    border: none;}
    .section-title-middle::before {
        position: absolute;
        content: "";
        width: 45px;
        height: 2px;
        top: 50%;
        left: -55px;
        margin-top: -1px;
        background-color: #078586;
    }
    .section-title-middle::after {
        position: absolute;
        content: "";
        width: 45px;
        height: 2px;
        top: 50%;
        right: -55px;
        margin-top: -1px;
        background-color: #078586;
      }
/* Responsive end */

.bg_op_1 {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.client-section-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(46, 167, 160, 0.8), rgba(11, 93, 176, 0.8));
  z-index: 0;
}
.title_all_box {
  position: relative;
}
.title_all_box.style_one .title_sections, .title_all_box.style_two .title_sections {
  position: relative;
}
.title_all_box.style_one .title_sections .before_title, .title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
}
.title_all_box.style_one .title_sections .title, .title_all_box.style_one .title_sections h1, .title_all_box.style_one .title_sections h2 {
  font-size: 1.5rem;
  line-height: 50px;
  font-weight: 700;
  color: #222;
  padding: 0px 0px 10px 0px;
}
.title_all_box.style_one .title_sections p, .title_all_box.style_two .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
  color: #fff;
}
.pd_top_90 {
  padding-top: 60px !important;
}
.title_all_box.style_one .title_sections .before_title, .title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
}
.mr_bottom_25 {
  margin-bottom: 25px;
}
.process_box {
  position: relative;
}
.process_box.style_four .process_box_outer_four {
  position: relative;
  text-align: center;
}
.process_box.style_four .process_box_outer_four .icon {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #222;
  box-shadow: var(--box-shadow);
  transition: 0.5s ease-in-out !important;
  margin: 0px auto 20px;
  display: block;
}
.process_box.style_four .process_box_outer_four .icon img {
  position: absolute;
  width: 50px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.process_box.style_four .process_box_outer_four .icon h6 {
  position: absolute;
  top: 6px;
  right: 1px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #078586;
  line-height: 40px;
  border-radius: 50px;
}
.process_box.style_four .process_box_outer_four {
  text-align: center;
}
.process_box.style_four .process_box_outer_four h2 {
  position: relative;
  line-height: normal;
}
.process_box.style_four .process_box_outer_four h2 a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
  color: #222;
}
.process_box_outer_four .content_box p {
  color:#606060;
}
.pd_bottom_90 {
  padding-bottom: 60px;
}

.two_column .grid_show_case .grid_box {
  width: 49%;
  padding: 12px 12px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  height: 100%;
  border-radius: 12px;
  background: #fff;
}
@media (min-width: 576px) {
  ._card {
    display: inline-block;
    width: 100%;
  }
}
._card {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.news_box.default_style.list_view {
  position: relative;
  display: flex;
  box-shadow: var(--box-shadow);
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.grid_box .news_box {
  margin-bottom: 0px !important;
}
.news_box.default_style.list_view .image {
  position: relative;
  max-width: 40%;
  min-width: 40%;
  min-height: 378px;
}
.img_hover-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.img_hover-1::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: var(--primary-color-two);
  opacity: 0;
  transition: 0.5s ease-in-out !important;
}
.news_box.default_style.list_view .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 12px;
}
.news_box.default_style.list_view .image .categories {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px 2px;
  background: #078586;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  border-radius: 0px 0px 10px 0px;}
  .categories{background: #078586;
    padding: 7px 12px 7px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    border-radius: 10px 0px 10px 0px;margin-right: 1rem;}
  .news_box.default_style.list_view .content_box {
    position: relative;
    padding: 40px;
    width:100%;
  }
  .news_box.default_style.list_view .content_box .date {
    position: relative;
    margin-bottom: 15px;
  }
  .news_box.default_style.list_view .content_box .date span {
    display: block;
    color: #078586;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
  }
  .news_box.default_style.list_view .content_box .source {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color-dark);
    padding-bottom: 25px;
  }
  .news_box.default_style.list_view .content_box p {
    margin-bottom: 25px;
  }
  .news_box.default_style.list_view .content_box a.link__go {
    display: block;
    color: var(--text-color-dark);
    font-family: var(--creote-family-one);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
  }
  .time-div {display: flex;
    align-items: center;
    column-gap: 10px;margin-bottom: 12px;}
  .time-div img {width:26px;}
  .time-div h5 {margin-bottom: 0;font-size: 16px;}
  .grid_show_case {
    display: flex;
    justify-content: space-between;
}
.grid_box {
  width: 48%;
  box-sizing: border-box;
}
.top-right-heading p {color:#222!important;}
.section-title-middle-2::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background-color: #078586;
}
.section-title-middle-2::after {position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background-color: #078586;}

  .simple_image_boxes {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .height_360px, .height_360 {
    height: 360px !important;
  }
  .simple_image_boxes img {
    object-fit: cover;
    border-radius: 10px;
  }
  .parallax_cover img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
  }
  .mr_bottom_25 {
    margin-bottom: 25px;
  }
  .progress_bar {
    position: relative;
  }
  .progress_bar h2 {
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 26px;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .mr_bottom_10 {margin-bottom: 10px;}
  
  .faq_section {
    position: relative;
    
  }
  .faq_header{font-size: 20px;margin-bottom: 1rem;}
  .accordion-content {margin-bottom: 3rem;}
  .grid_show_case .news_box.default_style.list_view .image img {margin-top:0;}
  @media (max-width:600px) {
    .grid_show_case {
      flex-wrap: wrap;
      height: 100%!important;
    }
    .two_column .grid_show_case .grid_box {width:100%;height: 370px;}
    .news_box.default_style.list_view .image img {
      width: 100%;
      height: 90%;
      object-fit: cover;}
      .news_box.default_style.list_view .content_box {
        padding: 40px 20px;
      }
      .caption_margin {
        margin-right:0;
        margin-top: 9rem;
      }
      #carousel-caption {
        /* top: -10%; */
        top:0;
      }
      .carousel {
        height: 350px;
      }
      .carousel-inner {
        height:100%;
      }
      .navbar {z-index: 200!important;}
      .mobile-z {z-index: unset!important;}
      .mobile-margin {margin-top: 2rem;}
      .speaker-profile-div {
        width: calc(50% - 7px);
        max-width: 200px;
      }
      .new-profile-card .profile-card .profile-content .title > span {
        font-size: 12px;
        font-weight: 600;
      }
  }
  .table-striped > tbody > tr:nth-of-type(2n+1) {
    color: #3d3d3d!important;
  }
  .slv-img-div {max-width: 500px;max-height: 400px;margin-top: 1.4rem; margin-bottom: 1.4rem;}
  .slv-img-div img {max-width: 100%;max-height: 100%;}
  h6, .h6 {
    color: #3d3d3d;
  }
  .video-js .vjs-big-play-button {
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(245,245,245, 0.7);
    }
    70% {
      transform: scale(1.1);
      box-shadow: 0 0 0 10px rgba(245,245,245, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(245,245,245, 0);
    }
  }

  .video-js .vjs-big-play-button {background-color: rgba(245,245,245,.7)!important;border:none!important}
  .video-js .vjs-big-play-button .vjs-icon-placeholder::before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
    color: #078586;
  }