
@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Wix Madefor Text";
    src: url('../fonts/WixMadeforText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Wix Madefor Medium";
    src: url('../fonts/WixMadeforText-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Wix Madefor Bold";
    src: url('../fonts/WixMadeforText-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald Light';
    src: url('../fonts/Oswald-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald ExtraLight';
    src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Helvetica Neue', sans-serif;
}
html {
  scroll-padding-top: 10px; /* adjust based on navbar height */
  scroll-behavior: smooth;
}
.header-sticky {
    /* position: sticky; */
    top: 0px;
    z-index: 9;
    background: #000;
}
.header-dark {
    background: #000;
    min-height: 90px;
    display: flex;
    align-items: center;
}
.logo {
    margin-left: 42px;
    width: 250.0625px;
    max-width: 99999px;
    max-height: 99999px;
    height: 53.6484375px;
    padding-top: 1px;
    display: flex;
    align-items: center;
}
.logo-icon {
    position: relative;
    right: 10px;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-menu {
    margin-right: 10px;
}
.top-btn {
    width: 80px;
    background: #000 !important;
    border: 1px solid #000;
    color: #fff;
    font: normal normal normal 13px / 1.4em Wix Madefor Text ;
    border: 1px solid transparent;
    width: 80px;
    min-height: 41px;
    border-radius: 5px;
    margin-right: 15px;
}
.login-menu:first-child {
    margin-right: 14px;
}
.top-btn:hover {
    border: 1px solid #fff;
}
.main-menu {
    border: 0px solid rgba(255, 255, 255, 0);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0);
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(90deg, rgb(11, 102, 166) 0%, rgb(90, 70, 142) 100%);
}
.main-menu .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-family: "Wix Madefor Text";
    padding: 10px 24px;
    font-weight: normal;
}
.main-menu .navbar {
    min-height: 62px;
}
.banner-box{
    background: radial-gradient(circle farthest-corner at 32% 26%, #0B66A6 0%, #063353 42.22847787957442%, #000000 100%); 
    padding: 22px 20px;  
}
.banner-insight {
    background: #fff;
    padding: 22px;
    margin: 0px 30px;
}
.banner-detail {
    padding-top: 0px;
    padding-left: 5px;
}
.banner-detail h5{
    font-family: 'Wix Madefor Text';
    font-weight: 500;
    font: normal normal normal 20px / 1.569em "Wix Madefor Text", sans-serif;
    margin-bottom: 0px;
}
.banner-detail h5 a{
    color: #0b66a6;
}
.navbar-toggler {
    color: rgb(255 255 255);
    background-color: #ffffff;
    border: 1px solid rgb(255 255 255);
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    border: 0px;
    background: #fff;
    border-radius: 0px;
    text-align: left;
    padding: 8px 15px;
    left: 0%;
    top: 37px;
    box-shadow: 0px 2px 3px grey;
}
.dropdown-item {
    color: #000;
    font-size: 13px;
    font-family: "Wix Madefor Text";
    padding: 5px 3px;
}
.dropdown-item:hover {
    color: #116dff;
    background: transparent !important;
    text-decoration: none;
}
.submenu {
    position: absolute;
    background: repeat padding-box border-box 0% 0% / auto auto scroll linear-gradient(140deg, #0B66A6 0%, #3C2F5F 100%);
    left: 160px;
    top: 1px;
    padding-left: 0px;
    padding: 8px 2px;
    display: none;
}
.submenu li{
    list-style: none;
}
.dropdown-menu li:hover .submenu {
    display: block;
}
.sub-dropdown {
    left: 226px !important;
    top: 80px;
}
.content-box {
    background: url(../images/bg.png);
    min-height: 910px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.content-detail {
    padding: 40px;
    background-color: rgb(0, 0, 0 , 0.8);
    border-radius: 0px;
    box-shadow: 0.00px 1.11px 4px 0px rgba(0,0,0,0.2);
    text-align: center;
    margin: 0px;
}
.content-detail h3{
    color: white;
    font-family: 'Roboto';
    font-size: 22px;
}
.banner-img img{
   margin: auto;
   display: block;
}
.w-432{
    max-width: 432px;
    width: 100%;
}
.w-270{
    max-width: 270px;
    width: 100%;
}
.div-button{
    background: linear-gradient(110deg, #0B66A6 15.0634765625%, #5A468E 80.2886962890625%);
    padding: 16px;
}
.div-button button{
    background-color: black;
    border-radius: 0px;
    padding: 6px 20px;
    max-width: 150px;
    width: 100%;
    border: none;
    color: white;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}
.div-button button:hover{
    background-color: white;
    color: black;
}
.banner-img{
    padding: 0px 45px;
}
.div-button .col-12{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 15px;
}
.banner-div{
    background-color: white;
    padding: 10px 0px 20px 0px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.banner-div h1{
    font-family: "Oswald ExtraLight";
    font-weight: 100;
    color: black;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 1;
}
.banner-div h1 span{
    margin: 0px 30px;
}
.mw-1127 .col-xl-9{
    padding: 0px;
}
.connection-area{
    background: linear-gradient(120deg, #063353 0%, #3C2F5F 100%);
}
.connection-img {
    background: url('../images/connections-rllb23.jpg');
}
.content-img {
    background: url('../images/legalops-content.jpg');
}
.community-img {
    background: url('../images/community-legalOps.jpg');
}
.bg-img {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}
.bg-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000066 41.55673311467756%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    transition: background 0.4s ease-in-out;
}
.join-us-box{
    padding: 0px 15px;
    border-left: 2px solid #c8c8c8;
    margin-bottom: 70px;
}
.join-us-box a {
    color: #0b66a6;
    text-decoration: underline;
}
.join-section {
    padding: 40px 25px;
}
.bg-img h1 {
    font-family: "Wix Madefor Bold";
    font-size: 42px;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out 0s;
    top: 0px;
}
.bg-img h5 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    padding: 45px;
    line-height: 30px;
    font-family: 'Wix Madefor Text';
    top: 30px;
    opacity: 0;
    transition: .5s ease;
}  
.bg-img:hover h1 {
    top: 10px;
}
.bg-img:hover h5 {
    display: block;
    top: 0px;
    opacity: 1;
}
.bg-img:hover::before {
    background: linear-gradient(110deg, #0B66A6 15.0634765625%, #5A468E 80.2886962890625%);
} 
.join-us-area h2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-family: "Wix Madefor Medium";
}
.join-us-box h5 {
    font-family: 'Wix Madefor Text';
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}
.join-us-box p {
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 0px;
    font-family: 'Roboto';
    color: #000;
    font-family: "Wix Madefor Text";
}
.img-group {
    display: flex;
    justify-content: space-between;
}
.join-us-img {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}
.join-us-img:last-child {
    margin-right: 0px;
}
.participate-section {
    padding: 40px 25px 20px;
    background: linear-gradient(110deg, #0B66A6 15.0634765625%, #5A468E 80.2886962890625%);
}
.participate-area h2 {
    color: #fff;
    font: normal normal normal 44px / 1.569em "Wix Madefor Medium", sans-serif;
    margin-bottom: 20px;
}
.w-520{
    max-width: 520px;
    width: 100%;
    margin: auto;
    display: block;
}
.w-337{
    max-width: 370px;
    width: 100%;
    margin: auto;
    display: block; 
    margin-top: 1.5em;
}
.participate-area-unique h2{
    font-size: 46px;
    letter-spacing: 2px;
    text-align: center;
}
.focus-img img{
    width: 95%;
}
.session{
    display: flex;
    gap: 35px;
    justify-content: center;
}
.session-btn{
    max-width: 297px;
    width: 100%;
    background-color: #fff;
    padding: 1em 0.5em;
    border-radius: 10px;
    min-height: 140px;
    align-items: center;
    display: flex;
}
.session-btn h4{
    color: #000;
    text-align: center;
    width: 100%;
    font: normal normal normal 22px / 1.569em "Wix Madefor Medium", sans-serif;
    line-height: 30px;
}
.participate-area-unique h3{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 30px;
    text-align: center;
    font-family: 'Wix Madefor Text';
}
.participate-area-unique p{
    color: white;
    font-size: 20px;
    margin-top: 1em;
    text-align: center;
}
.participate-box {
    background: #fff;
    padding: 25px 22px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
}
.participate-logo {
    padding-top: 25px;
    text-align: center;
    margin-bottom: 35px;
    min-height: 135px;
}
.participate-box h5{
    font-family: 'Wix Madefor Bold';
    font-size: 18px;
    font-style: normal;
    text-align: center;
    margin-bottom: 25px;
}
.more-info {
    text-align: center;
    margin-top: 40px;
}
.more-info .btn {
    width: 120px;
    min-height: 40px;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s, visibility 0s;
    font-family: 'Wix Madefor Text';
}
.more-info .btn:hover {
    background: #0b66a6;
    color: #fff;
    font-family: 'Wix Madefor Bold';
}
.insight-box ul{
    margin-top: 5px;
}
.insight-box ul li {
    font-family: 'Wix Madefor Text';
    font-size: 16px;
    color: #000;
}
.participate-box .insight-box p{
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
}
/* .max-wdth{
    max-width: 1725px;
    width: 100%;
} */
.legal-management {
    background: #000;
}
.space-section {
    padding: 40px 25px 40px;
}
.grey-section {
    background: #333;
    padding: 35px 50px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.participate-area p {
    color: #fff;
    font-size: 20px;
    font-family: 'Wix Madefor Text';
}
.participate-area h3 {
    font-family: 'Wix Madefor Bold';
    font-size: 30px;
}
.grey-section h5 {
    line-height: 32px;
    font-family: 'Wix Madefor Text';
    padding: 5px 30px;
    font-size: 21px;
    text-align: justify;
}
.practice-area {
    text-align: center;
}
.practice-area h3{
    color: #fff;
    font-size: 26px;
    margin-bottom: 60px;
    font-family: 'Wix Madefor Medium';
}
.practice-area-img {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 500px;
    justify-content: center;
    margin-top: 30px;
    padding: 0px 20px 40px;
}
.join-btn .btn{
    background: #333;
    min-width: 100px;
    color: #fff;
    margin: 0px 10px;
    font: normal normal normal 14px / 1.4em Wix Madefor Text, sans-serif;
    transition: .4s ease 0s;
    min-height: 41px;
    border-radius: 8px;
}
.join-btn .btn:hover{
    background: #fff;
    color: #000;
}
.invite-box {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px 15px;
}
.invite-insight {
    display: flex;
    gap: 30px;
}
.invite-insight p{
    flex: 1;
    margin-bottom: 0px;
}
.join-btn {
    text-align: center;
    padding: 25px 0px;
}
.get-involved {
    background: linear-gradient(110deg, #0B66A6 15.0634765625%, #5A468E 80.2886962890625%);
    text-align: center;
    padding: 60px 10px;
}
.bact-to-btn .btn {
    background: #000;
    transition: all .2s ease, visibility 0s;
    min-height: 41px;
    color: #fff;
    width: 142px;
    margin-right: 25px;
    font: normal normal normal 14px / 1.4em Wix Madefor Text, sans-serif;
}
.bact-to-btn #backToTop {
    margin-right: 0px;
}
.bact-to-btn .btn:hover {
    background: #fff;
    color: #000;
}
.footer {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Wix Madefor Text';
}
.footer-list {
    margin-top: 15px;
}
.footer-list li {
    display: inline-block;
    padding: 0px 30px;
}
.footer-list li a{
    text-decoration: none;
    color: #fff;
    font-family: 'Wix Madefor Text';
}
.herizon-insight h1 {
    color: #666666;
    font: normal normal normal 48px / 1.4em 'Oswald ExtraLight';
    padding-left: 8px;
    margin-bottom: 70px;
}
.herizon-insight h4 {
    font-size: 26px;
    line-height: 40px;
    font-family: 'Wix Madefor Text';
    font-weight: 500;
    margin-bottom: 25px;
    text-align: justify;
}
.herizon-insight p {
    font-size: 20px;
    text-align: justify;
    font-family: 'Wix Madefor Text';
}
.herizon-registration {
    background: radial-gradient(circle farthest-corner at 32% 26%, #9D257C 0%, #5A468E 36.0321044921875%, #5A468E 75.677490234375%);
    padding: 20px;
}
.registration-insight {
    background: #fff;
    padding: 25px 25px 5px;
}
.herizon-registration h2 {
    font-size: 32px;
    font-family: 'Wix Madefor Text';
    margin-bottom: 30px;
}
.herizon-registration h5 {
    font-size: 18px;
    font-family: 'Wix Madefor Text';
}
.herizon-btn .btn {
    width: 200px;
    min-height: 41px;
    background: #5a468e;
    color: #fff;
    margin: 20px 18px;
    font: normal normal normal 16px / 1.4em 'Wix Madefor Text';
}
.herizon-btn .btn:hover {
    background: #9d257c;
}
.icons {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.sub-icons {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.practicum {
    width: 100%;
    text-align: center;
    box-shadow: 0px 1.11px 4px 0px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 30px;
}
.practicum h5{
    font-size: 22px;
    font-family: 'Wix Madefor Medium';
}
.practicum p{
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Wix Madefor Text';
}
.btn-outline {
    width: 120px;
    min-height: 40px;
    border: 1px solid #9D257C;
    background: #fff;
    border-radius: 5px;
    font: normal normal normal 14px / 1.4em 'Wix Madefor Text';
    margin: 0px auto;
    display: block;
    color: #9D257C;
}
.btn-outline:hover {
    background: #9D257C;
    color: #fff;
    font-family: 'Wix Madefor Bold';
}
.blank-section{
    background: radial-gradient(circle farthest-corner at 32% 26%, #9D257C 0%, #5A468E 36.0321044921875%);
}
.name-title {
    margin-bottom: 20px;
}
.name-title h4 {
    font-family: 'Wix Madefor Bold';
}
.name-title h6 {
    font-family: 'Wix Madefor Text';
    font-size: 24px;
}
.participate-shadow {
    box-shadow: 0.00px 2.00px 4px 1px rgba(0,0,0,0.3);
    text-align: center;
}
.participate-shadow .insight-box {
    min-height: 170px;
}
.form-section {
    background: linear-gradient(120deg, #0B66A6 0%, #5A468E 100%);
}
.contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0px 35px;
    margin-bottom: 80px;
}
.submit-btn {
    background: #0b66a6;
    color: #fff;
    width: 100%;
    border: 0px;
    border-radius: 8px;
    min-height: 45px;
    margin-top: 10px;
}
.contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Roboto';
    cursor: pointer;
}
.form-group {
    margin-bottom: 15px;
}
.contact-form h2 {
    font-size: 26px;
    font-family: 'Wix Madefor Text';
    margin-bottom: 30px;
    color: #0b66a6;
}
.contact-form .form-control {
    border: 1px solid #000;
    border-radius: 5px;
    background: #f7f7f7;
    min-height: 40px;
}
.contact-form .form-check-input {
    border: 1px solid #000;
}
.contact-form .form-check-input[type=checkbox] {
    border-radius: 0px;
}
.contact-form .form-check {
    margin-bottom: 10px;
}
.join-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.join-banner h2 {
    margin-right: 30px;
}
.login-here {
    color: #0b66a6;
    text-decoration: none;
}
.join-area h5 {
    font-family: 'Wix Madefor Text';
    font-size: 21px;   
}
.sign-up-box {
    color: #fff;
    background: linear-gradient(120deg, #0B66A6 0%, #5A468E 100%);
}
.sign-up-box h2{
    font-family: 'Wix Madefor Medium';
    margin-bottom: 20px;
    font-size: 30px;
}
.sign-up-box h4{
    font-family: 'Wix Madefor Medium';
    font-size: 21px;
}
.select-box {
    background: #fff;
    color: #000;
    padding: 25px 20px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 20px;
}
.select-box h3 {
    font-size: 21px;
    font-family: 'Wix Madefor Medium';
}
.select-box p {
    font-size: 16px;
    font-family: 'Wix Madefor Text';
    margin-top: 20px;
    margin-bottom: 20px;
}
.law-firm-box .select-box p {
    font-size: 17px;
    font-family: 'Wix Madefor Text';
    margin-top: 0px;
    margin-bottom: 0px;
}

.select-btn .btn{
    background:  linear-gradient(120deg, #0b66a6 0%, #5a468e 100%);
    text-decoration: none;
    color: #fff;
    min-height: 41px;
    width: 120px;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Wix Madefor Text';
    font-size: 14px;
}
.select-btn .btn:hover{
    background: linear-gradient(120deg, #f7a70c 0%, #ec6906 100%);
}
.paragraph {
    min-height: 55px;
    width: 100%;
}
.select-box:hover {
    transform: scale(1.05);
}
.law-firm-box {
    padding: 20px 30px;
    background: #0000007d;
    border-radius: 10px;
}
.law-firm-content{
    display: none;
}
.law-firm-content.show{
    display: block;
}
.webinar-event-modal {
    max-width:650px;
}
.webinar-event-modal .modal-content, .dark-modal .modal-content {
    border-radius: 0px;
}
.webinar-event-modal .contact-form .form-control {
    border-radius: 0px;
}
.webinar-event-modal .contact-form label {
    font-size: 14px;
}
.webinar-event-modal small {
    font-size: 13px;
    font-family: 'Wix Madefor Text';
}
.redirect-link {
    color: #0b66a6;
}
.webinar-event-modal .modal-header, .dark-modal .modal-header  {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.webinar-event-modal .contact-form {
    padding: 0;
}
.webinar-event-modal .contact-form .form-check {
    margin-bottom: 5px;
}
.link {
    color: #0B66A6;
}
.dark-modal .modal-content {
    background: #000;
}
.dark-modal .btn-close {
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.cursor-pointer {
    cursor: pointer;
}
.content-outsight {
    min-height: 320px;
}
.disable-setbox {
    background: #999999;
}
.herizon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.align-set-box {
    display: flex;
    align-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
}
.mySlides {
    display: flex; 
    justify-content: center; 
    gap: 20px;
}
img {
    vertical-align: middle;
}

.main-slide{
    display: flex;
    justify-content: center; 
    gap: 10px;
    margin-bottom: 10px;
}
.speaker-section-insigt .main-slide{
    gap: 20px;
}
.speaker-section-insigt .speakers img {
    max-width: 200px;
}
.speaker-section-insigt .speakers {
    max-width: 290px;
    padding: 20px 25px;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1470px;
  position: relative;
  margin: auto;
  background: radial-gradient(#CCCCCC 20%, #fff 69%);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 5px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #EEEEEE;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #F7A70C;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  animation-name: fade;
  /* animation-duration: 1.5s; */
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.speakers{
    max-width: 265px;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}
.speakers img{
    max-width: 165px;
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 50%;
}
.speakers h2{
    color: black;
    text-align: center;
    margin-top: 1em;
    font: normal normal normal 16px / 1.569em "Wix Madefor Medium", sans-serif !important;
    margin-bottom: 15px !important;
}
.speakers h3{
    color: #666;
    text-align: center;
    margin-bottom: 10px;
    font: normal normal normal 16px / 1.569em "Wix Madefor Text", sans-serif !important;
}
.speakers h4{
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    font: normal normal normal 16px / 1.569em "Wix Madefor Text", sans-serif !important;
}
.speakers h5{
   text-align: center;
    display: block;
    width: 100%;
}
.speakers h5 svg{
    width: 25px;
    fill: #0b66a6;
    height: 25px;
}
/* Style the tab */
.tab {
  overflow: hidden;
  
}

/* Style the buttons inside the tab */
.tab button, .tabing button {
    background-color: #ccc;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border: 2px solid white;
    width: 100%;
    color: white;
    font-weight: 700;
    font: normal normal normal 20px / 1.569em "Wix Madefor Medium", sans-serif;
    margin-bottom: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover, .tabing button:hover {
  background-color: #3CB2BB;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #1B66A6;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.agenda-outsight {
    display: none;
}
button.tablinks.active {
    background: #0B66A6;
}
.agenda-div {
    padding: 5px 1em;
    display: flex;
}
.tabing-insight {
    width: 100%;
    flex: 1;
}
.time {
    min-width: 60px;
}
.time p{
    font-size: 20px;
    font-family: "Wix Madefor Medium";
    margin-bottom: 0px;
}
.details p{
    font-size: 18px;
    font-family: "Wix Madefor Medium";
    margin-bottom: 0px;
}
.details{
    padding-left: 1em;
}
.darkbg{
    background-color: #041021;
}
.darkbg h2{
    color: white;
    font-size: 55px;
    text-align: center;
    padding: 1em;
}
.bgwhite{
    background-color: white;
    padding: 3em;
}
.bgwhite img{
    max-width: 515px;
    width: 100%;
    display: block;
    margin: auto;
}
.bgwhite h3{
    font-size: 25px;
    color: #0A203D;
    text-align: center;
    margin-top: 2em;
}
.bg-blue{
    background-color: #0A203D;
    padding: 3em 6em;
    border-left: 30px solid #041021;
}
.bg-blue p{
    font-size: 20px;
    color: white;
    margin-bottom: 1.5em;
    font-family: "Wix Madefor Text";
}
.mw-850 {
    max-width: 1050px;
    width: 100%;
    margin: auto;
    padding: 5px;
}
.mw-850 a{
    text-align: center;
}
.accordion-item{
    max-width: 1215px;
    width: 100%;
    margin: auto;
}
.lb{
    background-color: #E6F7FF;
}
.accordion-body p{
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 2;
    font-family: 'Wix Madefor Text';
    color: #000;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    font-size: 20px;
    color: #fff;
    box-shadow: none;
    font-family: 'Wix Madefor Text';
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(#0B66A6, #0B66A6), rgba(255, 255, 255, 0);;
}
.accordion-button{
    font-size: 20px;
    color: #fff;
    border-top: 1px solid #0B66A6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(#0B66A6, #0B66A6), rgba(255, 255, 255, 0);
    margin-bottom: 5px;
}
.accordion-item{
    border: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after {
    background: url(../images/dropdown-arrow.svg);
}
.attendee p{
    text-align: center;
    color: #666666;
}
.attendee button{
    background: #0B66A6;
    border-radius: 20px;
    max-width: 140px;
    color: white;
    margin: auto;
    font-size: 16px;
    padding: 0.5em 1.2em;
    border: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 'Wix Madefor Text';
}
.offcanvas{
    background-color: black;
    width: 16% !important;
}
.offcanvas-body ul li{
    color: white;
}
.btn-close, .tgl{
    color: white !important;
    opacity: 1;
    font-size: 32px;
    line-height: 1;
}
.sub-menu {
  display: none;
}

.sub-menu.open {
  display: flex;
  flex-direction: column;
  width: 60vw;
  margin: 0 auto;
  border-radius: 5px;
}
.menu-arrow{
    max-width: 16px;
    width: 100%;
    float: right;
}
.nav__links li{
    margin-bottom: 20px;
}
.nav__links, .sub-menu {
    list-style-type: none;
}
.sub-menu li{
    margin-bottom: 5px;
    margin-top: 10px;
}
.sub-menu a, .nav__links a {
    text-decoration: none;
}
.offcanvas-body p{
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.mw-725{
    max-width: 725px !important;
    width: 100% !important;
}
.space-25{
    padding-top: 15em;
}
.space-25 a{
    text-decoration: none;
}
.tgl svg{
        fill: white;
    height: 30px;
    width: 30px;
}
.nav-pills{
    justify-content: center;
    gap: 20px;
}
.tab-pane p{
    margin-bottom: 0px;
    line-height: 3;
    font-size: 18px;
    border-left: 1px solid #acacac;
    margin-bottom: 20px;
    padding-left: 1em;
}
.nav-pills .nav-link{
    border-radius: 50px;
    color: black;
    background-color: #efefef;
    font-size: 12px;
    padding: 7px 18px;
}
.nav-pills .nav-link:hover{
    background-color: #F7A70B;
    color: white;
}
.nav-pills .nav-link.active{
    background-color: #1B66A6;
}
.spotlight{
    margin-bottom: 0px;
}
.spotlight-wrapper {
  width: 100%;
  overflow-x: auto;
}
.spotlight-wrapper .spotlight {
  list-style: none;
  height: 620px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
}
.spotlight-wrapper .spotlight li {
  width: 670px;
  height: 620px;
  margin: 0;
   object-fit: contain;
}
.spotlight-wrapper .spotlight li img{
    object-fit: cover;
    height: inherit;
}
.spotlight-wrapper .spotlight li.small {
  width: 310px;
  height: 670px;
      object-fit: contain;
}
.spotlight-wrapper .spotlight li.medium {
  width: 670px;
  height: 310px;
}
.spotlight-wrapper .spotlight li.red {
  background: red;
}

.spotlight-wrapper .spotlight li.small img{
     object-fit: cover;
    height: inherit;
}
.big{
    width: 670px;
    height: 620px;
}
.medium{
    width: 310px;
    height: 620px;
}
.small{
    width: 670px;
    height: 310px;
}
.spotlight-wrapper::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.spotlight-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.spotlight-wrapper::-webkit-scrollbar-thumb {
  background: #3CB2BB; 
}

/* Handle on hover */
.spotlight-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#myCarousel {
    height: 770px;
    overflow: hidden;
}
.carousel-inner {
    transition: transform 0.8s ease-in-out !important;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(0%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0%) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(0%) !important;
    }
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
}
.carousel-control-prev {
    left: 60px;
}
.carousel-control-next {
    right: 20px;
}
.carousel-item {
    width: auto !important;
}
.award-section .carousel-item {
    width: 100% !important;
}

/* .img-area-1 {
    width: 68.3%;
}
.img-area-2 {
    width: 54%;
}
.img-area-3 {
    width: 97.7%;
}
.img-area-4 {
    width: 41%;
}
.img-area-5 {
    width: 72.4%;
}
.img-area-6 {
    width: 45.8%;
} */
.uk-inline img {
    height: 100%;
    width: 100%;
}
.carousel-inner {
    padding: 10px 0px;
    background: #041021;
}
.sponsor-logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-back-to-conference {
    background: #124e82;
    font: normal normal normal 14px / 1.4em "madefor text", helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    color: #fff;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 5px;
}
.btn-back-to-conference svg {
    fill: #fff;
}
.btn-back-to-conference:hover {
    background: #fff;
    color: #000;
}
.btn-back-to-conference:hover svg{
    fill: #000 !important;
}
.accordion-header {
    font-family: 'Wix Madefor Text';
}
/* .accordion-button:hover{
    border-top:1px solid #F7A70C;
} */
.accordion-button:not(.collapsed):hover {
    color: #fff;
}
.banner-insight-xs {
    display: none;
}
.banner-insight-lg {
    display: none;
}
.border-top-10 {
    border-top: 10px solid #041021;
}
.tabing {
    display: flex;
}
.breadcrum-strip {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0);
    background: #063353;
}
.rllb-banner {
    background: linear-gradient(180deg, #0B66A6 0%, #063353 100%);
    text-align: center;
    padding: 88px 30px;
}
.about-section {
    padding-right: 60px;
}
.about-section h4 {
    font-size: 36px;
    font-family: "Wix Madefor Bold";
    margin-bottom: 40px;
}
.about-section p{
    font-size: 20px;
    font-family: "Wix Madefor Text";
    color: #000;
}
.about-img {
    border-radius: 40px;
    overflow: hidden;
}
.about-img img{
    width: 100%;
}

.btn-award-info:hover {
    background: #063353;
    color: #fff;
}
.btn-award-info {
    background: #0b66a6;
    color: #fff;
    font: normal normal normal 14px / 1.4em "Wix Madefor Medium", helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif;
    padding: 10px 20px;
    margin-left: 30px;
    width: 180px;
}
.btn-about {
    text-align: center;
    margin-top: 35px;
}
.gradient-bg {
    background: linear-gradient(180deg, #0B66A6 0%, #031421 100%);
    padding: 60px 0px;
}
.icon-set {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rllb-title h4 {
    color: #fff;
    font-family: "Wix Madefor Bold";
    font-size: 40px;
}
.rllb-title {
    width: 44%;
    text-align: center;
}
.rllb-title.w-20 {
    width: 20%;
}

.date-content {
    display: flex;
}
.date-insight {
    min-width: 110px;
}
.date-content h6 {
    font-size: 20px;
    font-family: "Wix Madefor Bold";
    margin-bottom: 25px;
}
.date-content h6 span{
    font-family: "Wix Madefor Text";
}
.dark-bg {
    background: #000;
    text-align: center;
}
.btn-apply {
    background: #f7a70c;
    width: 180px;
    color: #fff;
    height: 41px;
    font-size: 16px;
    font-family: 'Wix Madefor Medium';
    text-transform: uppercase;
    transition: 0.1s;
}
.btn-apply:hover {
    background: #f7a70c;
    transform: scale(1.1);
    color: #fff;
}
.strip-category {
    background: linear-gradient(110deg, #CCCCCC 0%, #FFFFFF 34.44001047234786%, #CCCCCC 100%);
    text-align: center;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 25px;
}
.strip-category h4{
    font-size: 36px;
    font-family: 'Wix Madefor Bold';
    margin-bottom: 0px;
}
.content-category h4 {
    font-size: 26px;
    color: #0b66a6;
    font-family: 'Wix Madefor Bold';
    margin-bottom: 10px;
}
.content-category h6 {
    font-size: 18px;
    font-family: 'Wix Madefor Bold';
    color: #000;
}
.content-category p {
    font-size: 18px;
    font-family: 'Wix Madefor Text';
    color: #000;
}
.content-category span {
    font-family: "Wix Madefor Bold";
}
.content-category h3{
    font-family: "Wix Madefor Text";
    font-size: 20px;
}
.rllb-winner h4 {
    margin-bottom: 20px;
}
.gradient-bg-ico .rllb-icon {
    width: 15%;
    text-align: center;
}
.gradient-bg-ico .rllb-icon img{
    width: 90%;
}
.gradient-bg-ico .rllb-icon img {
    width: 30%;
}
.dark-bg-apply-btn {
    background: #000;
    width: 92%;
    margin: 0px auto;
    padding: 10px 0px;
}
/* .hidden-lg {
    display: none;
} */
.login-menu-btn {
    display: none;
}

.owl-item {
    margin-right: 0px !important;
}
[class*=uk-inline] {
    width: 100%;
}
.slide-first {
    height: 554px;
    overflow: hidden;
}

.slide-bg{
    position: relative;
    background: #041021;
}
.owl-carousel {
    position: relative !important;
    top: 5px !important;
}
.marque-content{
    background: linear-gradient(90deg, #EF7A08 0%, #F7A70C 20.628693229273747%, #F7A70C 75.961645025956%, #EC6906 100%);
}
.marquee-container {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
  }
 
  .marquee-content {
    display: flex;
    animation: marquee 50s linear infinite;
  }
 
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
 
    100% {
      transform: translateX(-100%);
    }
  }
 
  /* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
.marquee-item {
    display: flex;
    align-items: center;
    color: #000;
}
.marquee-item h5{
    margin-bottom: 0px;
    font: normal normal normal 18px / 1.569em "Wix Madefor Text", sans-serif;
    white-space: nowrap;
}
.marquee-item svg{
    margin: 0px 15px;
    max-width: 24px;
    max-height: 24px;
    fill: #fff800;
}
.img-banner {
    background: #000000;
    padding: 20px 0px;
    position: relative;
}
.img-grid5 {
    display: flex;
}
.img-grid5 img{
    width: 20%;
}

.banner-align {
    box-shadow: 0.00px 4.00px 10px 6px rgba(0, 0, 0, 0.6);
    background: unset !important;
}
.banner-align-row {
    position: absolute;
    top: 24%;
    left: 0px;
    right: 0px;
    width: 53%;
    margin: 0px auto;
}
.overview-btn {
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: -32px;
}
.overview-btn li{
    display: inline-block;
    margin: 5px 15px 0px;
    position: relative;
}
.overview-btn li a{
    color: #fff;
    font: normal normal normal 16px / 1.569em "Wix Madefor Text", sans-serif;
    text-decoration: none;
}
.marque-event h2{
    margin-bottom: 30px;
    font: normal normal normal 44px / 1.569em "Wix Madefor Text", sans-serif;;
    color: #000;
}
.blank-section {
    background: linear-gradient(110deg, #0B66A6 15.0634765625%, #5A468E 80.2886962890625%);
    height: 35px;
}
.grey-bg {
    background: linear-gradient(110deg, #0B66A6 15.0634765625%, #5A468E 80.2886962890625%);
}
.focus-area {
    background: #fff;
}
.prac-dark-box {
    background: #000;
    border-radius: 7px;
    margin: 0px 18px;
    width: 40%;
}
.sesion-outside {
    width: 90%;
    border-radius: 8px;
    color: #fff;
}
.sesion-outside h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font: normal normal normal 44px / 1.569em "Wix Madefor Text", sans-serif;
}
.topic-coming {
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    padding: 15px;
    margin-bottom: 40px;
    background: linear-gradient(110deg, #CCCCCC 0%, #FFFFFF 33.890336019951%, #FFFFFF 70.46146058199699%, #CCCCCC 100%);
}
.topic-coming h2{
    margin-bottom: 0px !important;
    color: #0b66a6 !important;
    font: normal normal normal 26px / 1.569em "Wix Madefor Text", sans-serif;
}
.speaker-section {
    background: linear-gradient(0deg, #FFFFFF 23.575275822689658%, #EBEBEB 53.40017352187842%, #FFFFFF 78.29942535935787%);
}
.speaker-insight-det {
    width: 100%;
}
.view-more-btn:hover {
    background: linear-gradient(110deg, #3191cf 15.0634765625%, #18b2bb 79.11751061155084%);
    /* background: linear-gradient(121deg, #18b2bb 0%, #BADA55 100%); */
    color: #fff;
    fill: #fff;
    text-decoration: none;
}
.view-more-btn {
    background: #0b66a6;
    /* background: linear-gradient(110deg, #3191cf 15.0634765625%, #18b2bb 79.11751061155084%); */
    font-size: 14px;
    color: #fff;
    fill: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 16px 10px 24px;
    margin-top: 10px;
    border-radius: 20px;
    border: 0px;
    transition: 0.1s ease-in;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
.overview-btn li::before {
    content: "";
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: -2px;
    border-radius: 20px;
    transition: 0.2s ease-in;
}
.overview-btn li:hover::before {
    width: 100%;
}
.speaker-section-insigt {
    background: radial-gradient(circle at 50% 50%, #CCCCCC 0%, #FFFFFF 100%);
}
.view-more-speaker {
    background: linear-gradient(110deg, #CCCCCC 0%, #FFFFFF 33.890336019951%, #FFFFFF 70.46146058199699%, #CCCCCC 100%);
    padding: 20px 15px;
    font: normal normal normal 20px / 1.569em "Wix Madefor Text", sans-serif !important;
    color: #000;
    width: 30.70014%;
    max-width: 99999px;
    max-height: 99999px;
    border-radius: 5px;
    border: 0;
    pointer-events: none;
    box-shadow: 0px 1.11px 4px 0px rgba(0, 0, 0, 0.4);
}
.awrd-section {
    display: flex;
}
.awrd-detail-home {
    flex: 1;
}
.img-award {
    margin-right: 20px;
}
.flex-1 {
    flex: 1;
}
.present-award{
    box-shadow: 0px 1.11px 4px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 25px;
    margin: 20px 0px;
    border-radius: 5px;
}
.sponsor-btn:hover{
    border: 1px solid #FFFFFF;
    background: #666666;
    color: #fff;
}
.sponsor-btn{
    transition: all 0.2s ease, visibility 0s;
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
    background: #F0F0F0;
    border: 0px solid #000000;
    height: 41.99652862548828px;
    min-width: 0px;
    width: 200px;
    max-width: 99999px;
    max-height: 99999px;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 14px;
    color: #000;
    font-family: "Wix Madefor Text";
}
.img-title.text-center {
    margin-top: 40px !important;
    width: 300px;
    margin: 0px auto;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    font-family: "Wix Madefor Text";
    color: #999;
}
.w-30 {
    max-width: 20%;
}
.single-logo-box {
    width: 60%;
    margin: 0px auto;
}
.agenda-list li{
    font-size: 20px;
    font-family: "Wix Madefor Text";
    color: #000;
    margin-bottom: 10px;
}
.sponsor-news-btn {
    background: #613986;
    color: #fff;
    font-family: "Wix Madefor Medium";
    padding: 8px 18px;
    border: 0px;
    border-radius: 4px;
}
.press-box {
    display: flex;
    justify-content: space-between;
}
.pr-0 {
    padding-right: 0px !important;
}
.sponsor-right{
    background: #f3f3f3;
    padding: 20px 15px !important;
    text-align: center;
    border-radius: 8px;
}
a.link-edge-room {
    color: #613986;
}
.edge-bg {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
}
.room-links .sponsor-news-btn {
    min-width: 180px;
    margin-right: 10px;
    text-transform: capitalize;
}
.space-section.blank-space {
    padding: 30px 25px 15px;
}
.sponsor-news-btn svg {
    fill: #fff !important;
    margin-right: 3px;
    margin-top: -5px;
}
a {
    text-decoration: none;
}
.has-error .form-control, .has-error-new .form-control {
    border-color: #f62f37 !important;
    box-shadow: none !important;
}
.has-error .tox-tinymce {
border-color: #f62f37 !important;
box-shadow: none !important;
}
.has-error .form-control {
border-color: #f62f37 !important;
box-shadow: none !important;
}
.has-error .tox-tinymce {
border-color: #f62f37 !important;
box-shadow: none !important;
}
.form-check.has-error .form-check-input {
    border-color: #f62f37 !important;
    box-shadow: none !important;
}
.form-control.is-incorrect-mobile-no {
	border: 2px solid #f62f37 !important;
	border-color: #f62f37 !important;
	box-shadow: none!important;
}
.form-control.is-correct-mobile-no {
    border: 2px solid #4af307 !important;
    border-color: #4af307 !important;
    box-shadow: none!important;
}
.loader-box {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000050;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #194278;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.hide{
  display: none;
}