/* Menu navigation style starts here*/
header.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 14;
}

body.menu-open {
    overflow: hidden;
}

.hamburger-menu.mobile {
    display: none;
}

.menu-wrap {
    width: 100%;
    padding-bottom: 0;
}

.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}

.menu-icon .menu-box {
    width: 32px;
    height: 27px;
    margin-right: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
}

.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #325064;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(6px);
}

.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}

.enumenu_ul {
    padding: 0px;
    margin: 0;
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.enumenu_ul>li {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    padding-bottom: 0px;
}

/*.enumenu_ul > li:after{position: absolute;content: "";background:#257FEB;width:100%;height:1px;bottom:0;left: 0;right:0;opacity:0;visibility:hidden;transition: 0.5s all ease-in-out;visibility: hidden;opacity: 0;width: 0;}*/
.enumenu_ul>li:last-child {
    margin-right: 0
}

.enumenu_ul li a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.enumenu_ul>li a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    padding: 23px 12px;
    display: inline-block;
    vertical-align: middle;
}

.enumenu_ul>li.active>a {
    color: #0F2530;
    font-weight: 600;
}

.enumenu_ul>li:hover>a {
    color: #0F2530;
}

.enumenu_ul>li:hover:after,
.enumenu_ul>li.active:after {
    visibility: visible;
    opacity: 1;
    width: 100%
}

.enumenu_ul>li ul {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition: 0.5s all ease-in-out;
    background: #C31425;
    left: 0;
    right: inherit;
    padding: 10px;
    top: 100%;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.enumenu_ul ul li {
    margin: 0;
    list-style: none;
    position: relative;
}

.enumenu_ul ul li:last-child {
    margin-right: 0px;
}

.enumenu_ul ul li a {
    font-size: 14px;
}

/*.enumenu_ul.desk ul{top: 100%; z-index: 999; list-style: none; right: 0; background: transparent; position: absolute; min-width: 350px; padding-top: 60px; justify-content: flex-end;}*/
.enumenu_ul ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    right: 0;
    background: transparent;
    position: absolute;
    min-width: 150px;
}

.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #172236;
    padding-left: 90px;
}

.enumenu_ul.desk li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}

.enumenu_ul.desk ul li a {
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.enumenu_ul.desk ul li>a:hover {
    color: #344E64;
}

.enumenu_ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.enumenu_ul .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}

.enumenu_ul ul li a {
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.enumenu_ul ul li>a:hover {
    color: #344E64;
}

.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(assets/images/plus.png) no-repeat center center;
    cursor: pointer;
    z-index: 999
}

.enumenu_ul .arrow.up {
    background: url(assets/images/minus.png) no-repeat center center
}

.menu-wrap ul.enumenu_ul li.has-children:before {
    content: "";
    background-image: url(../images/menu-icon.svg);
    width: 7px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 33px;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Menu navigation style ends here */

.main-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0;
}

.header-rt {
    width: calc(85% - 206px);
}
header.site-header.hide-register .header-rt { width: 85%; }
.header-lt {
    width: 15%;
}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.register-btn {
    margin: 0 0 0 26px;
}

.register-btn a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C31425;
    padding: 21px 32px;
    border-radius: 30px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    color: #C31425;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.register-btn a:hover {
    background-color: #C31425;
    border-color: #C31425;
    color: #ffffff;
}

.logo {
    padding: 14px 0;
}

footer {
    background-color: #000000;
    padding: 64px 0 30px;
}

.footer-top-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 51px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 40px 0 40px;
}

.social-icons {
    padding: 0 10px 0 0px;
}

.social-icons ul {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
}

.footer-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 40px 0 40px;
    padding: 50px 0 50px 0;
    align-items: center;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
}

.footer-menu ul li a {
    font-family: Chakra Petch;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
}

.address h5 {
    font-family: Space Mono;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #fff;
    margin: 0 0 4px 0;
}

address {
    font-family: Space Mono;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #fff;
    margin: 0 0 16px 0;
    font-style: normal;
}

address span {
    font-family: Chakra Petch;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    display: block;
    margin: 16px 0 0 0;
}

.address {
    padding: 0 0 0px;
    max-width: 260px;
    width: 100%;
}

.address a {
    display: inline-block;
    vertical-align: middle;
    font-family: Space Mono;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.address a img {
    display: inline-block;
    vertical-align: middle;
}

.bottom-footer {
    font-family: Chakra Petch;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 40px 0 40px;
    padding: 23px 0 0 0;
}

/*About Tiecon Block Css Start Here*/
.about-tiecon-block {
    padding: 96px 0;
}

.about-tiecon-wrap {
    text-align: center;
}

.about-tiecon-wrap a {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #C31425;
    position: relative;
    padding-bottom: 2px;
}

.about-tiecon-wrap a:after {
    content: '';
    background-color: #C31425;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s ease;
}

.about-tiecon-wrap a:hover:after {
    width: 0;
}

/*About Tiecon Block Css Ends Here*/
/*Sponsors And Friends Block Css Start Here*/
.sponsors-and-friends-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 70%;
    padding: 0 0 0 130px;
}

.icon-list .icon {
    max-width: 112px;
    width: 100%;
}

.sponsors-and-friends-wrap .content {
    width: 30%;
}

.sponsors-and-friends-wrap .content h5 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #000000;
    margin: 0 0 15px 0;
}

.sponsors-and-friends-wrap .content h3 {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #000000;
    margin: 0 0 44px 0;
}

.sponsors-and-friends-block {
    padding: 96px 0;
}

.sponsors-and-friends-wrap .content a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C31425;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: center;
    color: #C31425;
    padding: 19px 32px;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.4s ease;
}

.sponsors-and-friends-wrap .content a:hover {
    background-color: #C31425;
    border-color: #C31425;
    color: #ffffff;
}

/*Sponsors And Friends Block Css Ends Here*/
/*Prominent Speakers Block Css Start Here*/
.prominent-speakers-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.speakers-list {
    padding: 0 20px 40px;
    width: 25%;
}

.speakers-list .speakers {
    background-color: #F7F8FB;
    padding: 24px 24px 14px 24px;
    gap: 14px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

.speakers-list .speakers .speakers-content {
    width: 100%;
}

.speakers-image {
    margin: 0 auto;
    max-width: 242px;
    width: 100%;
}

.speakers-image img {
    border-radius: 12px;
    height: 219px;
    object-fit: cover;
    width: 100%;
}

.speakers-tag-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px 0;
}

.speakers-tag-social .tag span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000000;
    font-family: Montserrat;
    font-size: 11.79px;
    font-weight: 400;
    line-height: 23.59px;
    text-align: left;
    padding: 0 13px;
    border-radius: 30px;
}

.speakers-list .speakers .speakers-content h3 {
    font-family: Montserrat;
    font-size: 21.23px;
    font-weight: 600;
    line-height: 23.59px;
    text-align: left;
    margin: 0 0 7px 0;
}

.speakers-list .speakers .speakers-content h4 {
    font-family: Montserrat;
    font-size: 14.15px;
    font-weight: 400;
    line-height: 23.59px;
    text-align: left;
    margin: 0 0 5px 0;
}

.prominent-speakers-block {
    padding: 96px 0 98px;
}

.prominent-speakers-block .heading {
    text-align: center;
    margin: 0 0 44px 0;
}

.prominent-speakers-btn a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C31425;
    padding: 20px 32px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: center;
    color: #C31425;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.4s ease;
}

.prominent-speakers-btn a:hover {
    background-color: #C31425;
    color: #fff;
}

.prominent-speakers-btn {
    text-align: center;
    margin: 26px 0 0 0;
}

/*Prominent Speakers Block Css Ends Here*/

/*Counter Block Css Start Here*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    /*vertical-align: middle;*/
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.counter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.counter-block {
    padding: 52px 0;
}

.counter-list {
    border-right: 2px dotted #C31425;
    padding: 0 80px 0 80px;
}

.counter-list:last-child {
    border: 0;
    padding-right: 0;
}

.odometer-wrap span {
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
}

.odometer-wrap em {
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 700;
    line-height: 60px;
    align-content: normal;
    font-style: normal;
    position: relative;
    top: 15px;
}

.odometer-wrap p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #C31425;
    margin: 0;
}

.counter-list:first-child {
    padding-left: 0;
}

/*Counter Block Css Ends Here*/

/*Video Block Css Start Here*/
.video-block {
    padding: 96px 0;
}

.video-block .heading p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #000000;
    margin: 0 0 0 0;
}

.video-block .heading {
    margin: 0 0 49px 0;
}

.video-section {
    display: flex;
    flex-wrap: wrap;
}

.video-lt {
    width: 60%;
    padding: 0 43px 0 0px;
}

.video-rt {
    width: 40%;
}

.main-video {
    position: relative;
    padding-bottom: 59.25%;
}

.main-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.playlist ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(247, 248, 251, 1);
    border-radius: 10px;
    padding: 9px;
    margin-bottom: 18px;
    list-style-type: none;
    cursor: pointer;
}

.playlist ul li .video-thumb {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 115px;
    width: 100%;
}

.playlist ul li .video-thumb::before {
    content: "";
    background-image: url(../images/Play-Button-Container.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.playlist ul li .video-thumb img {
    max-width: 115px;
    width: 100%;
    height: 65px;
    object-fit: cover;
}

.playlist ul li span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #000000;
}

.playlist ul li span span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
}

.playlist {
    padding: 0 30px 0 40px;
}

.playlist h3 {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 27px 0;
}

.video-btn a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C31425;
    padding: 20px 32px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: center;
    color: #C31425;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.4s ease;
}

.video-btn a:hover {
    background-color: #C31425;
    border-color: #C31425;
    color: #ffffff;
}

.video-btn {
    margin: 25px 0 0 0;
    padding: 0 30px 0 40px;
}

/*Video Block Css Ends Here*/

/* Agenda filter Section */

.agenda-fi-data {
    padding-top: 20px;
    padding-bottom: 16px;
}

.agenda-fi-data .agenda-block-wrap {
    display: block;
    width: 100%;
}

.agenda-block-wrap h2 {
    font-size: 38px;
    padding-bottom: 13px;
    border-bottom: 1px solid #00000066;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}

.agenda-list-block .agenda-hrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 31px 0 29px;
    border-bottom: 1px solid #00000029;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.agenda-list-block .agenda-hrs .agenda-time {
    float: left;
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.agenda-hrs .agenda-heading-hrs {
    float: left;
    width: 70%;
}

.agenda-heading-hrs h4 {
    font-size: 26px;
    color: #000000;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.agenda-list-block .agenda-hrs .agenda-time span {
    margin-left: 12px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.agenda-list-block .agenda-profiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 43px;
    padding-bottom: 53px;
    border-bottom: 1px solid #D6D6D6;
}

.agenda-profiles .agendar-pro-left {
    float: left;
    width: 26%;
}

.agenda-profiles .agenda-pro-right {
    float: left;
    width: 74%;
    position: relative;
}

.agenda-block-wrap .agenda-list-block {
    margin-bottom: 70px;
}

.agenda-profiles .agenda-pro-right h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -0.033em;
}

.agenda-profiles .agendar-pro-left {
    display: block;
}

.agenda-profiles .agendar-pro-left span.tab-ag {
    background-color: #393482;
    color: #fff;
    padding: 4px 5px;
    display: inline-block;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.03em;
}

.agenda-profiles .agendar-pro-left ul {
    margin-left: 0;
    list-style: none;
    padding: 0;
    margin-top: 26px;
}

.agenda-profiles .agendar-pro-left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
    width: 100%;
}

.agenda-profiles .agendar-pro-left ul li span {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-left: 15px;
    letter-spacing: -0.035em;
}

.agenda-pro-right ul.all-profiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px !important;
}

.agenda-pro-right ul.all-profiles li {
    width: 50%;
    padding: 0 14px;
    margin-bottom: 20px;
}

.agenda-pro-right ul.all-profiles li a.speaker-card-link {
    padding: 13px 15px;
    margin: 0;
    border-radius: 16px;
    border: 1px solid #0000000D;
}

.agenda-pro-right ul.all-profiles li a.speaker-card-link .sc-info h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 9px;
}

.agenda-pro-right ul.all-profiles li a.speaker-card-link .sc-info p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
    width: 100%;
    margin-bottom: 19px;
}

.agenda-profiles .agendar-pro-left ul li img {
    width: 26px;
}

.agenda-pro-right ul.all-profiles li a.speaker-card-link .sc-info {
    padding-left: 19px;
}

.agenda-pro-right ul.all-profiles li a.speaker-card-link .sc-info span.view-profile {
    padding-bottom: 6px;
    letter-spacing: -0.03em;
}

.agenda-pro-right .full-taggle-des {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: none;
}

.agenda-pro-right .full-taggle-des.open {
    display: block;
}

.agenda-pro-right .full-taggle-des p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
}

.agenda-pro-right .full-taggle-des ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.agenda-pro-right .full-taggle-des ul li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-left: 12px;
    position: relative;
    letter-spacing: -0.046em;
}

.agenda-pro-right .full-taggle-des ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #A90EC3;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.toggle-arrow {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #00000033;
    position: absolute;
    right: 0;
    top: -8px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.toggle-arrow.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.agenda-left-btns ul.agendaday-list {
    list-style: none;
}

.agenda-left-btns ul.agendaday-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    margin-bottom: 10px;
}

.agenda-left-btns ul.agendaday-list li input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.agenda-left-btns ul.agendaday-list li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: inherit;
    border-radius: 9999px;
    overflow: hidden;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
    color: #000000;
    padding: 13px 30px 12px 28px;
    border: 1px solid #E5E5E5;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    cursor: pointer;
}

.agenda-left-btns ul.agendaday-list li input[type="radio"]:checked+span {
    background-color: #118986 !important;
    color: #ffffff;
}

.agenda-tabs-wrap {
    padding: 88px 0 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.agenda-tabs-wrap .agenda-left-btns {
    float: left;
    width: 60%;
    padding-right: 20px;
}

.agenda-tabs-wrap .agenda-dropdown {
    float: left;
    width: 40%;
    text-align: right;
    margin-bottom: 10px;
}

.agenda-tabs-wrap .agenda-dropdown select {
    border: 1px solid #0000001A;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    border-radius: 60px;
    max-width: 266px;
    width: 100%;
    height: 54px;
    padding: 13px 15px;
    line-height: 1.5;
    cursor: pointer;
    background-image: url(../images/bottom-arrow.svg);
    background-repeat: no-repeat;
    background-position: 93% 22px;
    background-size: 17px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.agenda-list-block .no-found {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

/* Responsive Style Here */

@media (max-width: 1199px) {
    .enumenu_ul {
        display: none;
        height: 100vh;
        overflow: auto;
        overflow-x: hidden;
        padding: 25px 0 100px;
        background: #C31425;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

    .menu-block {
        height: auto;
    }

    .menu-icon {
        display: block
    }

    .menu-wrap.desktop .menu-icon,
    .seconday-menu-wrap.desktop .menu-icon {
        display: none;
    }

    .menu-icon {
        display: inline-block !important;
    }

    .enumenu_ul>li {
        width: 100%;
        margin: 0px;
        padding: 10px 20px;
        text-align: left;
        position: relative;
    }

    .enumenu_ul>li:after {
        display: none
    }

    .enumenu_ul>li>a {
        display: inline-block;
        text-align: center;
        padding: 0;
        font-size: 18px;
        position: relative;
    }

    .enumenu_ul ul {
        padding: 0
    }

    .enumenu_ul ul li {
        width: 100%;
        padding: 5px 15px
    }

    .enumenu_ul>li a {
        letter-spacing: 1px
    }

    .enumenu_ul li>a {
        margin-bottom: 10px;
    }

    .enumenu_ul li a {
        letter-spacing: 1px;
        color: #fff
    }

    .enumenu_ul>li.btn-contact {
        margin-left: 0;
    }

    .enumenu_ul>li.btn-contact a {
        color: #fff;
        border: 2px solid #fff
    }

    .enumenu_ul>li ul {
        background: #fff;
        opacity: 1;
        visibility: visible;
        transition: none;
        display: block;
        min-width: 120%;
        padding: 8px 10px 5px;
        position: relative;
        top: 100%;
        border-radius: 0;
        left: -25px
    }

    .enumenu_ul>li ul a {
        text-align: center;
        display: inline-block;
        text-align: center;
        color: #000;
        padding: 0;
        margin-bottom: 0;
    }

    .enumenu_ul>li:hover>a,
    .enumenu_ul>li.active>a {
        color: #fff
    }

    .enumenu_ul>li.btn-contact a:hover {
        background: #fff;
        color: #00AB9F;
        border: 2px solid #fff
    }

    header .register-btn {
        margin-right: 50px;
    }

    .agenda-profiles .agendar-pro-left {
        width: 30%;
    }

    .agenda-list-block .agenda-hrs .agenda-time {
        width: 30%;
    }

}


@media (max-width: 991px) {

    .agenda-profiles .agendar-pro-left ul li span {
        font-size: 16px;
        margin-left: 10px;
    }

    .agenda-profiles .agenda-pro-right h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .agenda-heading-hrs h4 {
        font-size: 24px;
    }

    .agenda-list-block .agenda-hrs .agenda-time span {
        font-size: 16px;
    }

    .agenda-list-block .agenda-hrs {
        padding: 25px 0 25px;
    }

    .agenda-list-block .agenda-profiles {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .toggle-arrow {
        width: 40px;
        height: 40px;
    }

    .toggle-arrow img {
        width: 15px;
    }

    .agenda-profiles .agendar-pro-left span.tab-ag {
        font-size: 18px;
    }

    .agenda-pro-right ul.all-profiles li a.speaker-card-link {
        padding: 11px 10px;
    }

    .agenda-pro-right ul.all-profiles li {
        padding: 0 5px;
    }

    .agenda-pro-right ul.all-profiles {
        margin: 0 -5px !important;
    }

    .agenda-pro-right ul.all-profiles li a.speaker-card-link .sc-img {
        width: 100px;
        height: 110px;
    }

    .agenda-pro-right ul.all-profiles li a.speaker-card-link .sc-info {
        padding-left: 13px;
        width: calc(100% - 100px);
    }

    .agenda-block-wrap .agenda-list-block {
        margin-bottom: 50px;
    }

    .agenda-block-wrap h2 {
        font-size: 32px;
    }

    .agenda-left-btns ul.agendaday-list li span {
        padding: 13px 26px 12px 26px;
        font-size: 18px;
    }

    .agenda-left-btns ul.agendaday-list li {
        margin-right: 16px;
    }

    .agenda-tabs-wrap {
        padding: 65px 0 29px;
    }
}

@media (max-width: 767px) {

    .agenda-list-block .agenda-hrs .agenda-time {
        width: 50%;
    }

    .agenda-hrs .agenda-heading-hrs {
        width: 50%;
    }

    .agenda-profiles .agendar-pro-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .agenda-profiles .agendar-pro-left ul {
        margin-top: 20px;
    }

    .agenda-profiles .agenda-pro-right {
        float: left;
        width: 100%;
        position: relative;
    }

    .agenda-pro-right ul.all-profiles li {
        padding: 0 10px;
    }

    .agenda-pro-right ul.all-profiles {
        margin: 0 -10px !important;
    }

    .agenda-list-block .agenda-profiles {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .agenda-block-wrap .agenda-list-block {
        margin-bottom: 40px;
    }

    .agenda-block-wrap h2 {
        font-size: 28px;
    }

    .agenda-tabs-wrap .agenda-left-btns {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .agenda-left-btns ul.agendaday-list li {
        padding: 0 8px;
        margin-right: 0;
    }

    .agenda-tabs-wrap .agenda-dropdown {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        margin-top: 12px;
    }

    .agenda-tabs-wrap {
        padding: 50px 0 25px;
    }
}

@media (max-width: 640px) {
    .agenda-pro-right ul.all-profiles li {
        width: 100%;
    }

    .agenda-pro-right ul.all-profiles li a.speaker-card-link {
        padding: 14px 14px;
    }

    .agenda-profiles .agenda-pro-right h3 {
        font-size: 22px;
        margin-bottom: 30px;
        padding-right: 60px;
    }

    .agenda-heading-hrs h4 {
        font-size: 22px;
    }

    .agenda-list-block .agenda-hrs {
        padding: 18px 0 18px;
    }

    .toggle-arrow {
        width: 37px;
        height: 37px;
    }
}



@media (max-width: 480px) {
    .agenda-list-block .agenda-hrs .agenda-time {
        width: 100%;
        margin-bottom: 10px;
    }

    .agenda-hrs .agenda-heading-hrs {
        width: 100%;
    }

    .agenda-profiles .agendar-pro-left span.tab-ag {
        font-size: 16px;
    }

    .agenda-left-btns ul.agendaday-list li span {
        padding: 8px 21px 9px 21px;
        font-size: 16px;
    }

    .agenda-left-btns ul.agendaday-list li {
        padding: 0 3px;
    }

    .agenda-tabs-wrap .agenda-dropdown select {
        font-size: 16px;
    }
}